@charset "UTF-8";
/***********************共通設定************************/
#contactForm {
  padding: 40px 0 50px;
  /* 751- */
}
#contactForm .lead {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
}
#contactForm .usePhone {
  margin: 30px 0 10px;
  width: 100%;
  max-width: 315px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border: solid 2px #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contactForm .usePhone h2 {
  padding: 0.7em;
  background: #EFEFEF;
  border-bottom: solid 2px #000000;
}
#contactForm .usePhone p {
  padding: 0.7em;
  background: #FAFA62;
}
#contactForm .usePhone p span {
  display: inline-block;
  line-height: 24px;
  padding-left: 30px;
  background: url(../images/phone.svg) no-repeat left center;
  background-size: auto 24px;
}
#contactForm .usePhone a {
  text-decoration: underline;
}
@media all and (min-width: 751px) {
  #contactForm {
    padding: 80px 0 100px;
  }
  #contactForm .lead {
    font-size: 22px;
    line-height: 2.18;
    text-align: center;
  }
  #contactForm .usePhone {
    margin: 60px 0 40px;
    max-width: 750px;
    font-size: 22px;
    border-width: 3px;
  }
  #contactForm .usePhone h2 {
    padding: 0 1em;
    height: 60px;
    line-height: 60px;
    border-bottom-width: 3px;
  }
  #contactForm .usePhone p {
    padding: 0 1em;
    height: 70px;
    line-height: 70px;
  }
  #contactForm .usePhone p span {
    line-height: 50px;
    padding-left: 50px;
    background-size: auto 38px;
  }
  #contactForm .usePhone a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1051px) {
  #contactForm .usePhone {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
  }
  #contactForm .usePhone h2 {
    width: 440px;
    border: solid 3px #000000;
    border-width: 3px 0 3px 3px;
    height: 98px;
    line-height: 98px;
  }
  #contactForm .usePhone p {
    width: 310px;
    border: solid 3px #000000;
    height: 98px;
    line-height: 98px;
  }
}

.contact_wrap {
  text-align: left;
  padding-bottom: 10px;
  /* 751- */
}
.contact_wrap .form_wrap {
  width: 100%;
  margin-top: 30px;
}
@media all and (min-width: 751px) {
  .contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
  }
  .contact_wrap .form_wrap {
    width: 48%;
    margin-top: 40px;
  }
  .contact_wrap .form_wrap.long {
    width: 100%;
  }
}

.form_wrap {
  /* 751- */
}
.form_wrap input, .form_wrap textarea {
  border: none;
  width: 100%;
  background: #FFFFFF;
  padding: 20px 20px;
  border: solid 2px #000000;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_wrap input::-webkit-input-placeholder, .form_wrap textarea::-webkit-input-placeholder {
  color: #B5B5B5;
}
.form_wrap input::-moz-placeholder, .form_wrap textarea::-moz-placeholder {
  color: #B5B5B5;
}
.form_wrap input:-ms-input-placeholder, .form_wrap textarea:-ms-input-placeholder {
  color: #B5B5B5;
}
.form_wrap input::-ms-input-placeholder, .form_wrap textarea::-ms-input-placeholder {
  color: #B5B5B5;
}
.form_wrap input::placeholder, .form_wrap textarea::placeholder {
  color: #B5B5B5;
}
.form_wrap select {
  cursor: pointer;
}
@media all and (min-width: 751px) {
  .form_wrap input, .form_wrap textarea {
    padding: 30px 20px;
    border-width: 3px;
  }
}

.form_tit {
  margin: 0 0 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
  /* 751- */
}
.form_tit span {
  background: #9CA3B1;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  margin: 0 0 0 10px;
}
.form_tit span.required {
  background: #FF0000;
}
@media all and (min-width: 751px) {
  .form_tit {
    font-size: 16px;
  }
  .form_tit span {
    font-size: 14px;
  }
}

.error {
  font-size: 12px;
  color: #cc0000;
}

/*----------------------------------------------------
text_link
----------------------------------------------------*/
.text_link {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 1.3;
  /* 751- */
}
.text_link a {
  text-decoration: underline;
}
@media all and (min-width: 751px) {
  .text_link {
    margin-top: 30px;
    font-size: 18px;
  }
  .text_link a:hover {
    text-decoration: none;
  }
}

/*----------------------------------------------------
パーツ
----------------------------------------------------*/
.checkbox .checkbox__item + span::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/contact/icon_check.png);
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
}

/* after上書き */
.checkbox .checkbox__item + span::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/contact/icon_checked.png);
  background-size: cover;
  opacity: 0;
  width: 14px;
  height: 10px;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

/*----------------------------------------------------
確認ボタン
----------------------------------------------------*/
.confirm_btn {
  cursor: pointer;
  width: 300px;
  height: 50px;
  position: relative;
  margin: 35px auto 0;
  /* 751- */
}
.confirm_btn.check {
  display: none;
}
.confirm_btn input, .confirm_btn a {
  -webkit-appearance: none;
  display: block;
  color: #FFFFFF;
  background: #000000;
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  border: solid 3px #000000;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.confirm_btn a:hover {
  text-decoration: none;
}
.confirm_btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 8px solid #FFE939;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .confirm_btn {
    margin-top: 50px;
    width: 600px;
    height: 80px;
  }
  .confirm_btn input, .confirm_btn a {
    line-height: 80px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .confirm_btn::before {
    right: 20px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 12px solid #FFE939;
  }
  .confirm_btn:hover::before {
    right: 10px;
    border-left-color: #000000;
  }
  .confirm_btn:hover input, .confirm_btn:hover a {
    color: #000000;
    background: #FFFFFF;
  }
}

/*----------------------------------------------------
確認ボタン
----------------------------------------------------*/
.thanks {
  padding: 60px 0;
  /* 751- */
}
.thanks p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
}
@media all and (min-width: 751px) {
  .thanks {
    padding: 80px 0 120px;
  }
  .thanks p {
    font-size: 28px;
    padding-bottom: 60px;
  }
}