<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html body .subvisual h1 + p {
  text-align: center;
  color: #E5282E;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html body .subvisual h1 + p {
    font-size: 18px;
  }
}
html body .sec-contact .wrapper {
  max-width: 850px;
}
@media screen and (max-width: 575px) {
  html body .sec-contact form {
    max-width: 295px;
    width: 100%;
    margin: auto;
  }
}
html body .sec-contact form input[type=text], html body .sec-contact form input[type=email], html body .sec-contact form input[type=tel] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #FFFADB;
  border: 1px solid #ADADAD;
  padding: 10px 15px 11px;
}
html body .sec-contact form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #FFFADB;
  border: 1px solid #ADADAD;
  padding: 10px 15px 11px;
}
html body .sec-contact dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .sec-contact dl {
    margin-bottom: 15px;
  }
}
html body .sec-contact dl dt,
html body .sec-contact dl dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html body .sec-contact dl dt,
  html body .sec-contact dl dd {
    font-size: 14px;
  }
}
html body .sec-contact dl dt {
  color: #333;
}
html body .sec-contact dl dt sup {
  color: #E5282E;
}
html body .sec-contact dl dt span.small {
  display: block;
  font-size: 11px;
  color: #888;
}
html body .sec-contact dl dd {
  margin-bottom: 30px;
}
html body .sec-contact p {
  color: #333;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html body .sec-contact p {
    font-size: 14px;
  }
}
html body .sec-contact p sup {
  color: #E5282E;
}
html body .sec-contact p.small {
  font-size: 11px;
  color: #888;
  text-align: center;
}
html body .sec-contact p.agree {
  margin-bottom: 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .sec-contact p.agree {
    margin-bottom: 40px;
  }
}
html body .sec-contact p.agree input {
  vertical-align: middle;
}
html body .sec-contact p.submit {
  background-color: #E5282E;
  max-width: 510px;
  width: 100%;
  margin: auto;
  border-radius: 26px;
  height: 90px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 575px) {
  html body .sec-contact p.submit {
    border-radius: 15px;
    height: 50px;
  }
}
html body .sec-contact p.submit input {
  color: #fff;
  font-size: 24px;
  width: 510px;
  height: 90px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  html body .sec-contact p.submit input {
    font-size: 20px;
    width: 295px;
    height: 50px;
  }
}
html body .sec-contact p.submit span {
  display: none;
}/*# sourceMappingURL=contact.css.map */</pre></body></html>