@charset "UTF-8";

#wrapper {
  position: absolute;
  background: url("../contact/image/contactBg.jpg") no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#container {
  background: none;
  width: 100%;
  height: 100%;
}

#main-contents {
  padding-top: 40px;
}
#main-contents .main-inner {
  width: 50%;
  margin: 0 0 0 25%;
  overflow: hidden;
  position: relative;
}
#main-contents .main-inner h2 {
  margin-bottom: 8px;
}
#main-contents .main-inner .form-body {
  background: rgba(255,255,255,0.8);
  min-height: 200px;
  max-height: 550px;
  overflow: scroll;
}
#main-contents .main-inner .form-body form {
  padding: 8px;
}
#main-contents .main-inner .form-body form div {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#main-contents .main-inner .form-body form div dt {
  float: left;
  width: 30%;
  font-size: 14px;
  padding-top: 4px;
}
#main-contents .main-inner .form-body form div dd {
  float: left;
}
#main-contents .main-inner .form-body form div dd input {
  padding: 4px;
  width: 250px;
}

#main-contents .main-inner .form-body form .form-btn-group {
  text-align: center;
}
#main-contents .main-inner .form-body form div dt span {
  font-size: 12px;
  color: #f00;
  padding-left: 6px;
}



/* Break Point ======================================================================>>> 1024px以下 */
@media screen and ( max-width:1024px ){

  #main-contents .main-inner .form-body {
    background: rgba(255,255,255,0.8);
    min-height: 200px;
    max-height: 550px;
    overflow: scroll;
  }

}
/* END Break Point ==================================================================>>> 1024px以下 */




/*---------------------------------------------------------------------------------------------------
--------------------------------------------* Media Query *------------------------------------------
-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #wrapper {
    position: absolute;
    background: url("../contact/image/contactBg.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  #container {
    background: none;
    width: 100%;
    height: 100%;
  }
  
  #main-contents {
    padding-top: 24px;
  }
  #main-contents .main-inner {
    width: 95%;
    margin: 0 0 0 8px;
    overflow: hidden;
    position: relative;
  }
  #main-contents .main-inner h2 {
    margin-bottom: 8px;
    width: 100%;
  }
  #main-contents .main-inner h2 img {
    width: 100%;
  }
  #main-contents .main-inner .form-body {
    background: rgba(255,255,255,0.8);
    min-height: 200px;
    max-height: 350px;
    overflow: scroll;
  }
  #main-contents .main-inner .form-body form {
    padding: 8px;
  }
  #main-contents .main-inner .form-body form div {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  #main-contents .main-inner .form-body form div dt {
    float: none;
    width: 100%;
    font-size: 14px;
    padding-top: 4px;
    
  }
  #main-contents .main-inner .form-body form div dd {
    float: none;
  }
  #main-contents .main-inner .form-body form div dd input {
    padding: 4px;
    width: 95%;
  }
  #main-contents .main-inner .form-body form div dd textarea {
    padding: 4px;
    width: 95%;
  }
  #main-contents .main-inner .form-body form .form-btn-group {
    text-align: center;
  }
}












