@charset "UTF-8";
/* contact
   ----------------------------------------------------------------- */
.header_contact {
  /*position: absolute;*/
}
.contact .main-wrap {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .contact .main-wrap {
    padding: 20px 0;
  }
}
#formWrap {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 90%;
  /*margin-bottom: 100px;*/
}

dl.formTable {
  width: 667px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  dl.formTable {
    width: 100%;
  }
}

dl.formTable dt {
  width: 22%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.formTable .base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
          margin-top: 50px;
}

.contact .line {
  padding-top: 0 !important;
  line-height: 1.4;
  margin-top: 35px;
}

@media screen and (max-width: 750px) {
  dl.formTable .base,
  dl.formTable dt {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
  .contact .line {
    /*margin-top: 15px;*/
    margin-top: 30px;
  }
}



dl.formTable dd {
  width: calc(78% - 40px);
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  dl.formTable dd {
    width: 100%;
    margin-top: 10px;
  }
}

input[type="text"], textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  display: block;
  background: #fff;
  height: 60px;
  color: #000;
}

@media screen and (max-width: 750px) {
  input[type="text"], textarea {
    width: 100%;
    height: 40px;
  }
}

textarea {
  height: 180px;
  resize: none;
}

@media screen and (max-width: 750px) {
  textarea {
    height: 150px;
  }
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 750px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  #formWrap {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  table.formTable th, table.formTable td {
    padding-top: 5px;
  }
}

@media screen and (max-width: 750px) {
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    /*width: 80%;*/
    padding: 5px;
    font-size: 16px;
    display: block;
    background: #fff;
    width: 100%;
    /*font-size: 14px;*/
    border-radius: 0px;
  }
}

@media screen and (max-width: 750px) {
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}

.contact {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .contact p {
    font-size: 14px;
  }
}

.contact .titl {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  .contact .titl {
    margin-top: 25px;
  }
}

.contact .titl .note {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
}

.contact h1 {
  font-size: 72px;
}

@media screen and (max-width: 750px) {
  .contact h1 {
    font-size: 37px;
  }
}

.contact h1 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contact h1 span {
    font-size: 14px;
  }
}

.contact .sub1 {
  font-size: 16px;
  margin-top: 65px;
}

@media screen and (max-width: 750px) {
  .contact .sub1 {
    margin-top: 28px;
    font-weight: bold;
    font-size: 12px;
  }
}

.contact .titl .tel {
  color: #2F985A;
  font-size: 48px;
  font-weight: bold;
  margin: 20px 0 15px 0;
}
.contact .titl .tel a {
  color: #2F985A;
}
@media screen and (max-width: 750px) {
  .contact .titl .tel {
    font-size: 24px;
    margin: 15px 0 10px 0;
    font-weight: bold;
  }
}

.contact .time {
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .contact .time {
    font-weight: bold;
  }
}

.contact .sub2 {
  font-size: 16px;
  margin: 40px 0 20px 0;
}

@media screen and (max-width: 750px) {
  .contact .sub2 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .contact .note {
    font-weight: bold;
    max-width: 90%;
    line-height: 1.5;
  }
}

.contact form {
  margin-top: 75px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contact form {
    margin-top: 10px;
  }
}

.contact .require {
  color: #39545C;
  background: #FFF474;
  padding: 2px;
  min-width: 50px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  margin-left: 13px;
  margin-right: -8px;
}

@media screen and (max-width: 750px) {
  .contact .require {
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    width: 36px;
    min-width: 36px;
  }
}

.contact .non-require {
  min-width: 50px;
  height: 28px;
  line-height: 24px;
  padding: 2px;
  color: #ccc;
  border: 1px solid #ccc;
  text-align: center;
  margin-left: 13px;
  margin-right: -8px;
}

@media screen and (max-width: 750px) {
  .contact .non-require {
    height: 20px;
    font-size: 12px;
    line-height: 16px;
    width: 36px;
    min-width: 36px;
  }
}

.contact select, .contact option {
  width: 100%;
  height: 60px;
  padding: 15px;
  font-size: 16px;
  color: #666;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .contact select, .contact option {
    height: 40px !important;
    line-height: 1;
    font-size: 14px;
    padding: 0;
    padding-left: 15px;
  }
}

.contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding-right: 75px;
  overflow: hidden;
  height: 60px;
  width: 100%;
  background-color: #fff;
  background: #fff url(../images/contact/select.png) no-repeat 434px;
}

@media screen and (max-width: 750px) {
  .contact select {
    height: 40px;
    background: #fff url(../images/contact/select.png) no-repeat right;
    background-size: 40px 40px;
  }
}

.contact .yellow {
  color: #E2D437;
  text-decoration: underline;
  /*font-size: 14px;*/
  /*line-height: 1.8;*/
}
b {
  font-weight: bold;
}
.contact label.agree {
  cursor: pointer;
  margin-top: 42px;
  display: block;
}

@media screen and (max-width: 750px) {
  .contact label.agree {
    text-align: center;
    margin-top: 45px;
    font-size: 12px;
  }
}

.contact .privacy_txt {
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .contact .privacy_txt {
    font-size: 12px;
  }
}
.contact input[type="checkbox"] {
  /*display: none;*/
  z-index: -100;
  position: absolute;
  opacity: 0.01;
}

.contact input[type="checkbox"]:checked + .custom-checkbox::before,
.contact input[type="checkbox"]:checked + .custom-checkbox::after {
  display: block;
}

.contact .custom-checkbox {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #707070;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: -4px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px;
  background-color: #fff;
}

.contact .custom-checkbox::before, .contact .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
  background: #000;
  height: 3px;
  left: 8px;
  bottom: 5px;
  -webkit-transform-origin: 1px 1px;
            transform-origin: 1px 1px
}

.contact .custom-checkbox::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 14px;
}

.contact .custom-checkbox::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 10px;
}

.contact .contact_submit_btn {
  margin-top: 65px;
  /*margin-bottom: 85px;*/
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .contact button.contact_submit_btn {
    /*margin: 47px 0 70px 0;*/
    margin-top: 47px;
  }
}
.contact button:disabled.contact_submit_btn:hover ,
.contact button:disabled.contact_submit_btn {
  background-image: none;
  background-color: #888;
  color: #bbb;
  cursor: default;
}

.contact_footer {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contact_footer .list_menu_sp p {
    text-align: left;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.contact_footer img {
  width: 296px;
  height: auto;
}

.contact_footer p {
  font-size: 12px;
  margin-top: 30px;
  padding-bottom: 70px;
}

@media screen and (max-width: 750px) {
  .contact_footer p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  .contact .contact_submit_btn:after {
    /*background: none;*/
  }
}


.btn_area .box_column_btn.left {
  padding-left: 45px;
  font-size: 14px;
  min-height: 3.5em;
}

.btn_area .box_column_btn.left:after {
  background-image: url(../images/common/arrow3.svg);
  right: inherit;
  left: 26px !important;
}

.btn_area .box_column_btn.left:hover:after {
  right: inherit;
  left: 5px !important;
}
.inline-block {
  display: inline-block;
}

.error_messe {
  line-height: 1.4;
  margin-bottom: .5em
}
.error_messe b {
  color: #E2D437;
}
.check_formTable {
  width: 100%;
}
.check_formTable tr {
  border-bottom: 1px solid #666;
  margin-top: .5em;
}
.check_formTable th {
  text-align: left;
  font-weight: normal;
  padding: .5em ;
  width: 30%
}
.check_formTable td {
  padding: .5em;
}

.contact_submit_btnlist {
margin: 50px auto;
display: block;
}
/*.contact_submit_btnlist::after {
  content: "";
  display: block;
  clear: both;
}
.contact_submit_btnlist li:nth-child(1) {
  float: right;
}
.contact_submit_btnlist li:nth-child(2) {
  float: left;
}*/
.contact_submit_btnlist button {
  min-width: 7em;
  background-color: #666;
}


.contact_err_ttl ,
.contact_check_ttl,
.contact_thanx_ttl {
text-align: center;
font-weight: bold;
margin: 2em auto;
}
.contact_err_body {
  margin-top: 2em;
  text-align: center;
}

.contact_err_bodytxt {
  text-align: center;
  margin-top: 2em;
}



.conract_thanx_area {
}
.conract_thanx_txt {
  margin: 3em auto 6em;
  line-height: 1.8;
}
.conract_thanx_txt p {
  line-height: 1.8;
}