@charset "UTF-8";
/* ================================

  お問い合わせページのスタイル

================================ */
.contact .container {
  max-width: 100%;
}

.contact #main-wrapper.contact__topBlock {
  padding-bottom: 0px;
}

.contact #main-wrapper.contact__mailBlock {
  padding-bottom: 175px;
}

.contact #main-wrapper.contact__mailBlock .wrapper {
  padding-top: 50px;
  padding-bottom: 0;
}

.contact #main .contact__pageTitle {
  border-bottom: 1px solid #AAAAAA;
  font-size: 33px;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
}

.contact #main .contact__pageTitle small {
  margin-bottom: 8px;
  font-size: 20px;
  color: #8A98A2;
  letter-spacing: 0.03em;
}

.contact .contact__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 46px auto 0;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: none;
}

@media (max-width: 767px) {
  .contact .contact__anchor {
    display: block;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .contact .contact__anchor li + li {
    margin-top: 20px;
  }
}

.contact .contact__anchor a {
  display: inline-block;
  color: inherit;
  font-size: 19px;
  line-height: 1;
  padding-bottom: 5px;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

.contact .contact__anchor a:hover {
  text-decoration: none;
  color: #669CCC;
}

@media (max-width: 767px) {
  .contact .contact__anchor a {
    font-size: 16px;
  }
}

.contact #mail {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.contact #mail .contact__caution {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}

.contact #mail .contact__formText {
  font-size: 19px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .contact #mail .contact__formText {
    font-size: 18px;
    text-align: center;
  }
}

.contact #mail .contact__thanksText {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .contact #mail .contact__thanksText {
    font-size: 20px;
  }
}

.contact #mail .contact__thanksText small {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 40px;
  text-align: left;
}

@media (max-width: 767px) {
  .contact #mail .contact__thanksText small {
    font-size: 16px;
  }
}

.contact #mail .contact__formTable {
  width: 100%;
}

.contact #mail .contact__formTable tr {
  display: block;
  margin-top: 48px;
}

.contact #mail .contact__formTable tr:first-of-type {
  margin-top: 0;
}

.contact #mail .contact__formTable th, .contact #mail .contact__formTable td {
  display: block;
  width: 100%;
  font-size: 16px;
}

.contact #mail .contact__formTable th {
  font-weight: normal;
}

.contact #mail .contact__formTable input, .contact #mail .contact__formTable textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}

.contact #mail .contact__formTable input:focus, .contact #mail .contact__formTable textarea:focus {
  outline: none;
  background-color: white;
}

.contact #mail .contact__formTable input {
  line-height: 1.4;
  padding: 8px 15px;
}

@media (max-width: 767px) {
  .contact #mail .contact__formTable input {
    padding: 15px;
  }
}

.contact #mail .contact__formTable textarea {
  line-height: 1.6;
  padding: 15px;
}

.contact #mail .contact__formTable p {
  border-bottom: 1px solid #AAAAAA;
  line-height: 1.8;
  margin-top: 8px;
  min-height: 34px;
  padding-bottom: 5px;
}

.contact #mail .contact__formTable .form_required {
  padding: 0 0.5em;
}

.contact #mail .contact__formTable .form_error span {
  display: block;
  color: red;
  margin-top: 10px;
}

.contact #mail .contact__submitButton, .contact #mail .contact__backButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  background-color: #669CCC;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 35px;
  padding: 25px 10px 21px;
  text-align: center;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.contact #mail .contact__submitButton:hover, .contact #mail .contact__backButton:hover {
  opacity: 0.7;
  text-decoration: none;
}

.contact #mail .contact__backButton {
  background-color: #FFF;
  border: 1px solid #669CCC;
  color: #669CCC;
}

.contact-confirm #main-wrapper.contact__mailBlock .wrapper {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .contact-confirm #main-wrapper.contact__mailBlock .wrapper {
    padding-top: 30px;
  }
}

.contact-confirm #mail .contact__formText {
  margin-bottom: 56px;
}

.contact-thanks #main-wrapper.contact__mailBlock .wrapper {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .contact-thanks #main-wrapper.contact__mailBlock .wrapper {
    padding-top: 30px;
  }
}
/*# sourceMappingURL=contact.css.map */