.page.contact .main-contens {
  background-color: #f0f0f9;
}
.page.contact .page-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 4.9138888889;
  width: 96%;
  margin: 0 auto 25px;
  border-bottom: 1px solid #180097;
}
.page.contact .contact-confirmation-box {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto 70px;
  padding: 30px 15px 40px;
}
.page.contact .contact-note-icon {
  width: 50px;
  margin: 0 auto 10px;
}
.page.contact .contact-note-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}
.page.contact .contact-note-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6428571429;
  margin-bottom: 30px;
}
.page.contact .faq-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #e75326;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  height: 46px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page.contact .faq-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.page.contact .form {
  padding-bottom: 60px;
}
.page.contact .form-check-area .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page.contact .form-check-area .form-item.bk-color {
  background: #fff;
  padding: 30px;
}
.page.contact .form-check-area .form-item label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.contact .form-check-area input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-left: 25px;
  vertical-align: middle;
  position: relative;
  top: 0;
}
.page.contact .form-check-area input[type=radio]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #00196d;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 4px;
}
.page.contact .form-check-area input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e95513;
  border-radius: 50%;
  top: 0%;
  bottom: 0;
  margin: auto;
  left: 7px;
  opacity: 0;
}
.page.contact .form-check-area input[type=radio]:checked::after {
  opacity: 1;
}
.page.contact .form-check-area .wpcf7-list-item-label {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 2.6666666667;
}
.page.contact .form-change {
  display: none;
}
.page.contact .form-change.match {
  display: block;
}
.page.contact .form-change .form-item {
  margin-bottom: 3px;
}
.page.contact .form-change .form-item-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  position: relative;
}
.page.contact .form-change .hiss {
  position: absolute;
  right: 0;
  top: 0;
  color: #e95513;
}
.page.contact .form-change input[type=text] {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
}
.page.contact .form-change input[type=email] {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
}
.page.contact .form-change textarea {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 154px;
  padding: 10px;
  font-size: 16px;
}
.page.contact .form-change .submit-area {
  padding: 0 15px;
}
.page.contact .form-change input[type=submit] {
  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;
  cursor: pointer;
  width: 100%;
  height: 47px;
  background-color: #180097;
  text-align: center;
  color: #f0f0f9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 40px auto 30px;
  background-image: url(../img/contact/arrow.png);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 96% center;
}
.page.contact .form-confirm {
  margin-top: 20px;
}
.page.contact .form-confirm p {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
.page.contact .form-confirm label {
  cursor: pointer;
}
.page.contact .form-confirm .wpcf7-not-valid-tip {
  line-height: 1.5;
}
.page.contact .form-confirm .wpcf7-checkbox {
  position: relative;
}
.page.contact .form-confirm input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding-left: 25px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.page.contact .form-confirm input[type=checkbox]::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f0f0f9;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 7px;
  border-radius: 0%;
  border-width: 1px;
  border-style: solid;
  border-color: #180097;
  -o-border-image: initial;
     border-image: initial;
}
.page.contact .form-confirm input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 2px solid #180097;
  border-left: 2px solid #180097;
  opacity: 0;
  height: 5px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
  left: 11px;
}
.page.contact .form-confirm input[type=checkbox]:checked::after {
  opacity: 1;
}
.page.contact .policy-link {
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-weight: 500;
  display: block;
}
@media (hover: hover) {
  .page.contact .faq-link-btn:hover {
    background-color: #180097;
  }
}
@media (min-width: 1000px) {
  .page.contact .page-title {
    font-size: 28px;
  }
  .page.contact .contact-note-title {
    font-size: 32px;
  }
  .page.contact .contact-note-text {
    font-size: 16px;
  }
  .page.contact .faq-link-btn {
    height: 54px;
    font-size: 16px;
  }
  .page.contact .form-check-area .wpcf7-list-item-label {
    font-size: 17px;
  }
  .page.contact .form-change .form-item-ttl {
    font-size: 18px;
  }
  .page.contact .form-change input[type=submit] {
    height: 54px;
    font-size: 16px;
  }
  .page.contact .form-confirm p {
    font-size: 16px;
  }
  .page.contact .policy-link {
    font-size: 16px;
  }
}