/* CSS Document */
#mainImg {
  width: 100%;
  height: 300px;
  background: url("../../img/contact/main_img.jpg") no-repeat center;
  background-color: #000;
}

#contact .block01 {
  margin: 0px 0px 100px 0px;
}

/*table01*/
#contact table.table01 {
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  border-top: #0054AC 2px solid;
}

#contact table.table01 th {
  width: 160px;
  padding: 15px 20px 15px 20px;
  white-space: nowrap;
  vertical-align: top;
  background-color: #F8F6F4;
  border: 1px solid #CCCCCC;
}

#contact table.table01 td {
  padding: 15px 0px 15px 20px;
  vertical-align: top;
  border: 1px solid #CCCCCC;
}

#contact input.input01 {
  width: 500px;
}

#contact input.input02 {
  width: 200px;
}

#contact table.table01 th img {
  vertical-align: -3px;
}

#contact textarea {
  width: 615px;
}

#contact .btn_submit {
  width: 180px;
  height: 40px;
  background: url("../../img/contact/btn_submit.png") no-repeat;
  border: 0;
  cursor: pointer;
}

#contact .btn_clear {
  width: 180px;
  height: 40px;
  background: url("../../img/contact/btn_clear.png") no-repeat;
  border: 0;
  cursor: pointer;
}

#contact .btn_send {
  width: 180px;
  height: 40px;
  background: url("../../img/contact/btn_send.png") no-repeat;
  border: 0;
}

#contact .btn_return {
  width: 180px;
  height: 40px;
  background: url("../../img/contact/btn_return.png") no-repeat;
  border: 0;
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  #mainImg {
    background: url("../../img/contact/sp/visual_bg.png") no-repeat center;
    background-size: cover;
    height: 38vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    font-size: 6vw;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1vw;
  }

  #contents .inner {
    width: auto;
    padding: 0 4vw;
    margin: 6vw auto 0;
  }
  #contents .inner .mt30 {
    margin-top: 3vw !important;
  }
  #contents .inner .mb40 {
    margin-bottom: 4vw !important;
  }
  #contents .inner .step {
    display: block;
    margin: auto;
    max-width: 90vw;
    height: auto;
  }
  #contents .inner .fL {
    font-size: 3vw !important;
    line-height: 1.8;
  }
  #contents .inner .fL.mt70 {
    margin-top: 7vw !important;
  }
  #contents .inner .fL.pt50 {
    padding-top: 5vw !important;
  }
  #contents .inner .fL.pb150 {
    padding-bottom: 15vw !important;
  }

  .mt40 {
    margin-top: 4vw !important;
  }

  #contact table.table01 {
    margin-top: 2.5vw;
    width: 100%;
  }
  #contact table.table01 th {
    display: block;
    width: auto;
    padding: 2vw;
    font-size: 4vw;
    line-height: 1.6;
  }
  #contact table.table01 th p {
    font-size: 3vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  #contact table.table01 th p img {
    margin-right: 2vw;
  }
  #contact table.table01 td {
    display: -webkit-box;
    display: flex;
    width: auto;
    padding: 2vw;
    -webkit-box-align: center;
            align-items: center;
    font-size: 3vw;
    line-height: 1.6;
  }
  #contact table.table01 td.dis-block {
    display: block;
  }
  #contact textarea {
    width: 100%;
  }
  #contact input.input01 {
    width: 100%;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    font-size: 3vw;
    padding: 2vw;
  }
  #contact input[type=radio] {
    margin-right: 2vw;
  }
  #contact .btn_clear {
    display: block;
    margin: auto;
  }
  #contact .btn_submit {
    display: block;
    margin: auto;
  }
  #contact .btn_return {
    display: block;
    margin: auto;
  }
  #contact .btn_send {
    display: block;
    margin: auto;
  }
}
/*# sourceMappingURL=contact.css.map */