<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reed {
  max-width: 680px;
  margin: 90px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reed {
    text-align: left;
    margin: 45px;
    padding: 0 20px;
  }
}

.phone_section {
  text-align: center;
}
.phone_section .tel {
  font-size: 5rem;
  color: #242424;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .phone_section .tel {
    font-size: 3.6rem;
  }
}
.phone_section .time {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .phone_section .time {
    font-size: 1.2rem;
  }
}

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

.hissu {
  color: #D70C19;
}

.contact_form {
  max-width: 980px;
  margin: auto;
}
.contact_form .block {
  margin-bottom: 90px;
}
.contact_form .block h2 {
  border-bottom: solid 3px #242424;
  position: relative;
  padding-bottom: 1em;
  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: 0.5em;
    margin-bottom: 1em;
  }
}
.contact_form .block h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #242424;
  bottom: -3px;
  width: 30%;
}
.contact_form .block .hissu_area {
  margin-bottom: 30px;
}
.contact_form .questionnaire_block {
  padding: 50px;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .contact_form .questionnaire_block {
    padding: 20px;
  }
}
.contact_form .questionnaire_block .mailform dl dt {
  width: 100%;
}
.contact_form .questionnaire_block .mailform dl dd {
  width: 100%;
}
.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%;
  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 #999999;
  padding-bottom: 0.5em;
}
.contact_form .mailform input {
  padding: 12px;
  font-size: 1.6rem;
  border: none;
  background: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  transition-property: all;
  transition-duration: 0.5s;
}
.contact_form .mailform input:focus {
  background: #fff;
  border: 1px solid #242424;
}
.contact_form .mailform textarea {
  width: 100% !important;
  min-height: 190px;
  padding: 12px;
  font-size: 1.6rem;
  background: #f9f9f9;
  border: 1px solid #ccc;
  transition-property: all;
  transition-duration: 0.5s;
}
.contact_form .mailform textarea:focus {
  background: #fff;
  border: 1px solid #242424;
}

.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 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 #242424;
  background-color: #f9f9f9;
}
.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: #242424;
  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 #242424;
  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 {
  text-align: center;
  margin: 45px auto;
  font-size: 1.6rem;
}
.doui p {
  margin-bottom: 25px;
}
.doui p a {
  text-decoration: underline;
  font-size: 1.6rem;
}

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

.access_section,
.btn_covid,
.footer_contact,
.googlemap,
.onestop_section {
  display: none;
}</pre></body></html>