@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	お問い合わせフォーム
 * ************************************************ */
#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.page_ttl {
  text-align: center;
  padding: 1em 0;
  background-image: linear-gradient(100deg, #00004f, #333 90%);
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    padding: 2em 0;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    padding: 3em 0;
  }
}
.page_ttl .en_ttl {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Oswald";
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .page_ttl .en_ttl {
    font-size: 65px;
  }
}
.page_ttl .ja_ttl {
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.page_contactform {
  width: 100%;
  padding: 0 26px;
  max-width: 1080px;
  margin: 60px auto 0;
}
@media print, screen and (min-width: 960px) {
  .page_contactform {
    margin: 100px auto 0;
  }
}
.page_contactform dt.contact_block_left {
  font-weight: 700;
  line-height: 1;
  width: 100%;
  padding: 8px 10px;
}
@media print, screen and (min-width: 960px) {
  .page_contactform dt.contact_block_left {
    justify-content: space-between;
    width: 200px;
    margin-bottom: 0;
    width: 100%;
  }
}
.page_contactform dd.contact_block_right {
  padding: 8px 10px;
}
@media print, screen and (min-width: 960px) {
  .page_contactform dd.contact_block_right {
    width: 100%;
  }
}
.page_contactform dd.contact_block_right.postal_code input {
  width: 80px;
}
.page_contactform input:not([type=radio]),
.page_contactform textarea {
  width: 100%;
  color: inherit;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 8px 10px;
}
.page_contactform select {
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ccc;
  padding: 5px 8px;
}
.page_contactform .square {
  color: #040f50;
}

.submit_block {
  margin-top: 25px;
}
@media print, screen and (min-width: 960px) {
  .submit_block {
    margin-top: 50px;
  }
}
.submit_block .policy_check {
  background: #f9f1d5;
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
}
.submit_block .policy_check p.policy_check_txt {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .submit_block .policy_check p.policy_check_txt {
    text-align: center;
  }
}
.submit_block .policy_check .wpcf7-list-item {
  margin-left: 0;
}
.submit_block .policy_check input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #999;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}
.submit_block .policy_check input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: #603813;
  transform: rotate(45deg);
  transform-origin: right center;
}
.submit_block .policy_check input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  background: #603813;
  transform: rotate(-53deg);
  transform-origin: left center;
}
.submit_block .reCAPTCHA_txt {
  color: #8f7359;
  font-size: 13px;
  text-align: center;
  margin-bottom: 40px;
}
.submit_block .reCAPTCHA_txt a {
  color: #8f7359;
  text-decoration: underline;
}
.submit_block input[type=submit] {
  display: block;
  width: 260px;
  background-color: #00004f;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1em;
  text-indent: 1em;
  text-align: center;
  border: none;
  padding: 20px 0;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.6s;
}
@media print, screen and (min-width: 768px) {
  .submit_block input[type=submit] {
    width: 300px;
    font-size: 22px;
  }
}
.submit_block input[type=submit]:disabled {
  opacity: 0.3;
}

.img_center {
  margin-top: 15px;
  text-align: center;
}
.img_center input[type=checkbox] {
  width: 22px;
  height: 22px;
  position: relative;
  top: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #333;
  background: rgba(0, 0, 0, 0);
  background: #fff;
}
.img_center input[type=checkbox]:checked::before {
  content: "";
  width: 10px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background: #00004f;
  transform: rotate(45deg);
  transform-origin: right center;
}
.img_center input[type=checkbox]:checked::after {
  content: "";
  width: 16px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: 8px;
  background: #00004f;
  transform: rotate(-53deg);
  transform-origin: left center;
}

.required {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  background-color: #ac0000;
  margin-left: 20px;
}

.wpcf7-list-item {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector .wpcf7 form .wpcf7-response-output {
  max-width: 1000px;
  margin: 2em 26px 1em;
}

@media screen and (min-width: 1080px) {
  .wp-block-contact-form-7-contact-form-selector .wpcf7 form .wpcf7-response-output {
    margin: 2em auto 1em;
  }
}/*# sourceMappingURL=form.css.map */