@charset "UTF-8";
.reed_block {
  text-align: center;
  margin: 0 auto 90px;
}
.reed_block p {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .reed_block p {
    line-height: 2;
  }
}
.reed_block a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .reed_block {
    text-align: left;
    margin: 0 auto 45px;
  }
}

.hissu {
  color: #C40816;
}

.mailform_block {
  margin-bottom: 90px;
}
.mailform_block h2 {
  border-bottom: solid 3px #C40816;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mailform_block h2 {
    font-size: 1.8rem;
    padding-left: 0;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
  }
}
.mailform_block h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000000;
  bottom: -3px;
  width: 30%;
}

.mailform_section {
  font-family: "Noto Sans JP", sans-serif;
}

.mailform .block {
  margin-bottom: 37px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mailform .block {
    margin-bottom: 20px;
  }
}
.mailform .block dt {
  width: 25%;
  padding: 12px 0;
  font-size: 1.4rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .mailform .block dt {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
  }
}
.mailform .block dt .en {
  font-size: 80%;
  margin: 0 10px;
}
.mailform .block dt .hissu {
  color: #C40816;
  margin-left: 20px;
}
.mailform .block dd {
  width: 75%;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .mailform .block dd {
    width: 100%;
    padding-left: 0;
  }
}
.mailform .block dd .hosoku {
  font-size: 85%;
  color: #B3B3B4;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .mailform .block dd #address2,
.mailform .block dd #strt {
    width: 100%;
  }
}
.mailform .block .text_input input {
  width: 100%;
}
.mailform .conf {
  border-bottom: 1px solid #B3B3B4;
  padding-bottom: 0.5em;
}
.mailform input {
  padding: 12px;
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #000000;
  margin-bottom: 15px;
  background: #F8FAFA;
  transition-property: all;
  transition-duration: 0.7s;
}
.mailform input:focus {
  background: #ffffff;
}
.mailform textarea {
  width: 100% !important;
  min-height: 190px;
  padding: 12px;
  font-size: 1.6rem;
  border: 1px solid #000000;
  transition-property: all;
  transition-duration: 0.7s;
  background: #F8FAFA;
}
.mailform textarea:focus {
  background: #fff;
  background: #ffffff;
}

.wpcf7-list-item {
  margin: 10px 0 10px 0 !important;
  display: block !important;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #000000;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2386BA; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.policy {
  border: 1px solid #000000;
  padding: 15px 20px 5px;
  margin-bottom: 25px;
}
.policy .policy_inr {
  height: 145px;
  overflow: scroll;
  overflow-x: hidden;
}
.policy p {
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 25px;
}
.policy dl {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .policy dl {
    margin-bottom: 45px;
  }
}
.policy dl dt {
  font-size: 1.8rem;
  letter-spacing: 0.13rem;
  border-bottom: 1px solid #857272;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .policy dl dt {
    font-size: 1.6rem;
  }
}
.policy dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.13rem;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .policy dl dd {
    font-size: 1.3rem;
    padding-left: 25px;
  }
}

.submit {
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 767px) {
  .submit {
    margin: 45px auto;
  }
}
.submit input {
  border: 1px solid #000000;
  text-align: center;
  padding: 20px 45px;
  font-size: 1.6rem;
  width: 230px;
  margin: 0 auto;
  transition-property: all;
  transition-duration: 0.7s;
  color: #000000;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
}