.page_title .page_title_inr {
  background: url("../images/contact/page_title.jpg") center no-repeat;
  background-size: cover;
}

.reed_block {
  text-align: center;
  margin: 90px auto;
}

.reed_block p {
  line-height: 2.5;
  font-weight: bold;
}

@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;
  }
  .reed_block br {
    display: none;
  }
}

.hissu {
  color: #10AD1F;
}

.contact_form .block {
  margin-bottom: 90px;
}

.contact_form .block h2 {
  border-bottom: solid 3px #E4E4E4;
  position: relative;
  padding-bottom: 1em;
  padding-left: 0.5em;
  margin-bottom: 2em;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact_form .block h2 {
    font-size: 1.8rem;
    padding-left: 0;
    padding-bottom: .5em;
    margin-bottom: 1em;
  }
}

.contact_form .block h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width: 30%;
}

.contact_form .mailform {
  max-width: 980px;
  margin: auto;
  background: #FFFFFF;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .contact_form .mailform {
    padding: 10% 5%;
  }
}

.contact_form .mailform dl {
  margin-bottom: 37px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .contact_form .mailform dl {
    margin-bottom: 20px;
  }
}

.contact_form .mailform dl dt {
  width: 25%;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: bold;
  border: none;
}

@media screen and (max-width: 767px) {
  .contact_form .mailform dl dt {
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
  }
}

.contact_form .mailform dl dt span {
  margin-left: 3px;
}

.contact_form .mailform dl dd {
  width: 75%;
}

@media screen and (max-width: 767px) {
  .contact_form .mailform dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contact_form .mailform dl dd #address2,
  .contact_form .mailform dl dd #strt {
    width: 100%;
  }
}

.contact_form .mailform dl .text_input input {
  width: 100%;
}

.contact_form .mailform .conf {
  border-bottom: 1px solid #ACACAC;
  padding-bottom: 0.5em;
}

.contact_form .mailform input {
  padding: 12px;
  font-size: 1.6rem;
  border: none;
  background: #F8FAF9;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.contact_form .mailform input:focus {
  background: #fff;
  border: 1px solid #000;
}

.contact_form .mailform textarea {
  width: 100% !important;
  min-height: 190px;
  padding: 12px;
  font-size: 1.6rem;
  background: #F8FAF9;
  border: 1px solid #ccc;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.contact_form .mailform textarea:focus {
  background: #fff;
  border: 1px solid #000;
}

.houhou {
  font-size: 1.6rem;
}

.houhou input[type="radio"],
.houhou input[type="checkbox"] {
  display: none;
}

.houhou .mwform-checkbox-field label,
.houhou .mwform-radio-field label {
  line-height: 1.3;
}

.houhou .mwform-checkbox-field-text,
.houhou .mwform-radio-field-text {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  margin: 12px 30px 12px 0;
}

@media screen and (max-width: 767px) {
  .houhou .mwform-checkbox-field-text,
  .houhou .mwform-radio-field-text {
    width: 100%;
    margin: 0 0px 12px 0;
  }
}

.houhou .mwform-checkbox-field-text:before,
.houhou .mwform-radio-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #F8FAF9;
}

.houhou input[type="radio"]:checked + .mwform-radio-field-text:after,
.houhou input[type="checkbox"]:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #10AD1F;
  border-radius: 50%;
}

.houhou p {
  font-size: 1.2rem;
  color: #999;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.policy {
  border: 1px solid #000;
  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;
  }
}

.doui {
  padding: 12px 0;
}

#form_submit {
  text-align: center;
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  #form_submit {
    margin: 0 auto 60px;
  }
}

#form_submit #submit-wrap div {
  display: inline-block;
  border: none !important;
}

#form_submit #submit-wrap .btn_submit input {
  border: 3px solid #000;
  text-align: center;
  padding: 20px 60px;
  color: #F8FAF9;
  background: #000;
  font-size: 1.6rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#form_submit #submit-wrap .btn_submit input:hover {
  color: #000;
  background: #F8FAF9;
}

#form_submit #submit-wrap .btn_reset {
  margin-top: 25px;
}

#form_submit #submit-wrap .btn_reset input {
  border: 1px solid #000;
  text-align: center;
  padding: 20px 60px;
  color: #000;
  background: rgba(0, 0, 0, 0.02);
  font-size: 1.6rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#form_submit #submit-wrap .btn_reset input:hover {
  color: #F8FAF9;
  background: rgba(0, 0, 0, 0.08);
}
