@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/* fontsize YUI
10px = 77% 11px = 85% 12px = 93% 13px = 100%
14px = 108% 15px = 116% 16px = 123.1% 17px = 131%
18px = 138.5% 19px = 146.5% 20px = 153.9% 21px = 161.6%
22px = 167% 23px = 174% 24px = 182% 25px = 189% 26px = 197%  */
/*----------------------------------------------------------------------------------
                    p-contact
------------------------------------------------------------------------------------*/
#p-contact {
  background-color: #fef4d0;
  padding: 110px 0 200px;
}
@media only screen and (max-width: 769px) {
  #p-contact {
    padding: 80px 20px 100px;
  }
}
#p-contact .page_ttl {
  margin-bottom: 110px;
  text-align: center;
  color: #0a1a67;
}
@media only screen and (max-width: 769px) {
  #p-contact .page_ttl {
    margin-bottom: 80px;
  }
}
#p-contact .must {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #dc3232;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 769px) {
  #p-contact .must {
    position: absolute;
    top: 80px;
    right: 7%;
  }
}
#p-contact .contactForm {
  color: #000;
  max-width: 550px;
  margin: 30px auto 0;
  font-size: 16px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 769px) {
  #p-contact .contactForm {
    margin-bottom: 36px;
  }
}
#p-contact .contactForm dt {
  margin-bottom: 10px;
}

#p-contact .contactForm dt a {
  color: #dc3232;
  text-decoration: underline;
}

#p-contact .contactForm dt span {
  position: relative;
}
#p-contact .contactForm dt span::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .contactForm dd {
  margin-bottom: 30px;
}
#p-contact .contactForm input,
#p-contact .contactForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 11px 10px 9px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
}
#p-contact .contactForm input[type="text"]:focus {
  outline: 0;
}
#p-contact .contactForm input[type="email"]:focus {
  outline: 0;
}
#p-contact .contactForm input[type="text"],
#p-contact .contactForm input[type="email"],
#p-contact .contactForm input[type="tel"],
#p-contact .contactForm input[type="date"] {
  max-width: 100%;
}
#p-contact .submitButton {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 769px) {
  #p-contact .submitButton {
    margin: 0 auto 15px;
  }
}
#p-contact .submitButton input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: #0a1a67;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
#p-contact .submitButton input:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-contact input[type="button"],
#p-contact input[type="submit"],
#p-contact input[type="textarea"] {
  -webkit-appearance: none;
}
#p-contact textarea {
  resize: none;
  height: 186px;
  text-align: left;
}
#p-contact input[type="button"],
#p-contact input[type="submit"] {
  -webkit-appearance: none;
}
#p-contact .thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  color: #000;
}
@media only screen and (max-width: 769px) {
  #p-contact .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#p-contact .thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
  color: #000;
}
@media only screen and (max-width: 769px) {
  #p-contact .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
#p-contact .thankstxt a {
  font-weight: 700;
}
#p-contact .toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 769px) {
  #p-contact .toTopButton {
    margin-bottom: 20px;
  }
}
#p-contact .toTopButton a {
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #0a1a67;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
#p-contact .wpcf7-response-output {
  border: solid 1px #dc3232;
  color: #dc3232;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}
#p-contact .wpcf7-not-valid-tip {
  font-size: 14px;
}

#p-contact .contactFormType span.wpcf7-list-item {
  position: relative;
  width: 100%;
  display: inline;
  margin: 0 20px 0 0;
}
#p-contact .contactFormType .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
#p-contact .contactFormType input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#p-contact .contactFormType .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#p-contact .contactFormType input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #0a1a67;
  box-shadow: inset 0 0 0 4px #fff;
}

#p-contact .contactFormReach {
  margin-top: 20px;
  text-align: left;
}
#p-contact .contactFormReach .conditionItem {
  width: 174px;
}
@media only screen and (max-width: 769px) {
  #p-contact .contactFormReach .conditionItem {
    width: 100%;
  }
}
#p-contact .contactFormReach .conditionInput {
  width: 300px;
}
@media only screen and (max-width: 769px) {
  #p-contact .contactFormReach .conditionInput {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
#p-contact .contactFormReach .wpcf7-list-item {
  margin: 0 0 10px !important;
}
#p-contact .contactFormReach .wpcf7-form-control-wrap {
  display: block;
}
#p-contact .contactFormReach span.wpcf7-list-item {
  position: relative;
  margin-bottom: 10px !important;
}
#p-contact .contactFormReach span.wpcf7-list-item.last {
  margin-bottom: 0 !important;
}
#p-contact .contactFormReach .wpcf7-list-item-label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}
#p-contact .contactFormReach input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
#p-contact .contactFormReach .wpcf7-list-item-label:before {
  content: "";
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 18px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#p-contact .contactFormReach input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #0a1a67;
  border-bottom: 3px solid #0a1a67;
  transform: rotate(-45deg);
}

#p-contact .comfirmCheck {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #p-contact .comfirmCheck {
    margin-bottom: 48px;
  }
}
#p-contact .comfirmCheck span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
#p-contact .comfirmCheck .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
#p-contact .comfirmCheck .wpcf7-list-item-label::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #0a1a67;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .comfirmCheck input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
#p-contact .comfirmCheck .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#p-contact .comfirmCheck input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #0a1a67;
  box-shadow: inset 0 0 0 4px #fff;
}

.reCAPTCHA {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
