@charset "UTF-8";
#page.contact.in {
  /* フォーム要素のリセット */
  /* テキストエリア特有の調整 */
  /* ボタンや送信タイプの調整 */
  /* チェックボックス・ラジオはブラウザスタイルを使うなら外す */
}
#page.contact.in input,
#page.contact.in button,
#page.contact.in select,
#page.contact.in textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  vertical-align: middle;
  outline: none;
  appearance: none; /* Safari, Chrome */
  -webkit-appearance: none; /* iOS Safari */
  -moz-appearance: none; /* Firefox */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.contact.in textarea {
  resize: vertical;
}
#page.contact.in button,
#page.contact.in input[type=submit],
#page.contact.in input[type=button],
#page.contact.in input[type=reset] {
  cursor: pointer;
  background-color: transparent;
}
#page.contact.in input[type=checkbox],
#page.contact.in input[type=radio] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
#page.contact.in .max-wrap {
  background-color: #fff;
  border-left: 2px solid #004bc8;
  border-right: 2px solid #004bc8;
}
#page.contact.in .contact-wr {
  /* チェックされたときのスタイル */
}
#page.contact.in .contact-wr .max-wrap {
  background-color: #fff;
  padding: 0 0 130px 0;
}
#page.contact.in .contact-wr .contact-ttl {
  font-size: 22px;
  color: #004bc8;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 85px;
}
#page.contact.in .contact-wr .contact-ttl span {
  display: inline-block;
  font-size: 58px;
  padding-right: 20px;
}
#page.contact.in .contact-wr .wpcf7-form {
  margin: 0 auto;
  width: 100%;
  max-width: 730px;
}
#page.contact.in .contact-wr label {
  font-size: 16px;
  color: #004bc8;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}
#page.contact.in .contact-wr .contact-text {
  font-size: 12px;
  text-align: center;
  color: #004bc8;
  font-weight: 500;
  line-height: 1.833;
  margin-bottom: 25px;
}
#page.contact.in .contact-wr .contact-text a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #004bc8;
}
#page.contact.in .contact-wr .contact-text a:hover {
  opacity: 0.5;
}
#page.contact.in .contact-wr p {
  line-height: 1.833;
}
#page.contact.in .contact-wr input {
  width: 100%;
  max-width: 730px;
  height: 33px;
  border: 1px solid #004bc8;
  margin-bottom: 15px;
  font-size: 16px;
}
#page.contact.in .contact-wr input[type=checkbox] {
  display: none;
}
#page.contact.in .contact-wr .wpcf7-form-control.wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#page.contact.in .contact-wr .wpcf7-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#page.contact.in .contact-wr .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 35px;
  display: inline-block;
  font-size: 14px;
}
#page.contact.in .contact-wr .wpcf7-list-item-label span {
  text-align: center;
}
#page.contact.in .contact-wr .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.contact.in .contact-wr input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #004bc8; /* 任意のチェック時の色 */
  border-color: #004bc8;
}
#page.contact.in .contact-wr input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  background-image: url(../img/link/contact-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
}
#page.contact.in .contact-wr input[type=submit] {
  border: unset;
  border-radius: 30px;
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 270px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #004bc8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  height: 60px;
}
#page.contact.in .contact-wr input[type=submit]:hover {
  color: #004bc8;
  background-color: #fff;
  border: 1px solid #004bc8;
}
#page.contact.in .contact-wr input[type=submit]:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#page.contact.in .contact-wr textarea {
  border: 1px solid #004bc8;
  min-height: 360px;
  width: 100%;
  max-width: 730px;
  margin-bottom: 35px;
}
#page.contact.in .contact-wr .wpcf7-response-output {
  color: #004bc8;
  border: unset;
  font-size: 16px;
  color: #004bc8;
  text-align: center;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  #page.contact.in .contact-wr .max-wrap {
    padding: 0 40px 150px 40px;
  }
  #page.contact.in .contact-wr .wrap {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #page.contact.in .breadcrumb-area {
    border-right: unset;
    border-left: unset;
  }
  #page.contact.in .breadcrumb-wrap {
    padding-bottom: 55px;
  }
  #page.contact.in .contact-wr {
    /* チェックされたときのスタイル */
  }
  #page.contact.in .contact-wr .max-wrap {
    border-right: unset;
    border-left: unset;
    padding: 0 15px 120px 15px;
  }
  #page.contact.in .contact-wr .contact-ttl {
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 1.6;
  }
  #page.contact.in .contact-wr .contact-ttl span {
    font-size: 46px;
    padding-right: 0;
  }
  #page.contact.in .contact-wr label {
    font-size: 14px;
    letter-spacing: unset;
    margin-bottom: 6px;
  }
  #page.contact.in .contact-wr .contact-text {
    font-size: 11px;
    line-height: unset;
    text-align: left;
    margin-bottom: 22px;
    line-height: 1.818;
  }
  #page.contact.in .contact-wr .wpcf7-list-item-label {
    line-height: unset;
    padding-left: 0;
    display: inline-block;
    font-size: 14px;
  }
  #page.contact.in .contact-wr .wpcf7-list-item-label span {
    text-align: center;
  }
  #page.contact.in .contact-wr .wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid;
    left: -25px;
    top: -1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #page.contact.in .contact-wr input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: -23px;
  }
  #page.contact.in .contact-wr input[type=submit] {
    margin: 35px auto 0 auto;
  }
  #page.contact.in .contact-wr textarea {
    margin-bottom: 20px;
  }
  #page.contact.in .contact-wr .wpcf7-response-output {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: 1.4;
  }
}