.reed {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .reed {
    text-align: left;
    margin: 0 auto 30px;
  }
}
.reed h3 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.hissu {
  color: #c30d23;
}

.contact_form .mailform dl {
  margin-bottom: 37px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .contact_form .mailform dl {
    margin-bottom: 20px;
  }
}
.contact_form .mailform dl dt {
  width: 25%;
  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 #AAAAA8;
  padding-bottom: 0.5em;
}
.contact_form .mailform input {
  padding: 12px;
  font-size: 1.6rem;
  border: none;
  background: #E0E0DA;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  transition-property: all;
  transition-duration: 0.5s;
}
.contact_form .mailform input:focus {
  background: #fff;
  border: 1px solid #171717;
}
.contact_form .mailform textarea {
  width: 100% !important;
  min-height: 190px;
  padding: 12px;
  font-size: 1.6rem;
  background: #E0E0DA;
  border: 1px solid #ccc;
  transition-property: all;
  transition-duration: 0.5s;
}
.contact_form .mailform textarea:focus {
  background: #fff;
  border: 1px solid #171717;
}

.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: 0 30px 12px 0;
}
@media screen and (max-width: 767px) {
  .houhou .mwform-checkbox-field-text,
.houhou .mwform-radio-field-text {
    width: 100%;
    margin: 0 0 12px;
  }
}
.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 #171717;
  background-color: #E0E0DA;
}
.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: #171717;
  border-radius: 50%;
}
.houhou p {
  font-size: 1.2rem;
  color: #999;
}

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

.doui {
  text-align: center;
  margin: 45px auto;
  font-size: 1.6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .doui {
    text-align: left;
  }
}
.doui input[type=checkbox] {
  display: none;
}
.doui .mwform-checkbox-field label {
  line-height: 1.3;
}
.doui .mwform-checkbox-field-text {
  padding-left: 25px;
  position: relative;
  display: inline-block;
  margin: 12px 30px 12px 0;
}
@media screen and (max-width: 767px) {
  .doui .mwform-checkbox-field-text {
    width: 100%;
    margin: 0 0 12px;
  }
}
.doui .mwform-checkbox-field-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #171717;
  background-color: #E0E0DA;
}
.doui input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #171717;
}
.doui p {
  font-size: 1.2rem;
  color: #999;
}

#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: 1px solid #171717;
  text-align: center;
  padding: 20px 60px;
  color: #E0E0DA;
  background: #171717;
  font-size: 1.6rem;
  transition-property: all;
  transition-duration: 0.5s;
}
#form_submit #submit-wrap .btn_submit input:hover {
  color: #171717;
  background: #E0E0DA;
}
#form_submit #submit-wrap .btn_reset {
  margin-top: 25px;
}
#form_submit #submit-wrap .btn_reset input {
  border: 1px solid #AAAAA8;
  text-align: center;
  padding: 20px 60px;
  color: #171717;
  background: rgba(0, 0, 0, 0.02);
  font-size: 1.6rem;
  transition-property: all;
  transition-duration: 0.5s;
}
#form_submit #submit-wrap .btn_reset input:hover {
  color: #AAAAA8;
  background: rgba(0, 0, 0, 0.08);
}