@media (max-width: 767px) {
  body.contact {
    background: #FFF;
  }
}
@media (min-width: 768px) {
  body.contact {
    background: #F7F7F7;
  }
}

@media (max-width: 767px) {
  section.contact {
    padding-bottom: 77px;
    padding-top: 37px;
  }
}
@media (min-width: 768px) {
  section.contact {
    padding-bottom: 90px;
  }
}

.contact_form_area {
  background: #FFF;
  width: 100%;
}
@media (min-width: 768px) {
  .contact_form_area {
    padding: 40px 20px 60px;
  }
}
@media (min-width: 980px) {
  .contact_form_area {
    padding: 50px 80px 80px;
  }
}
@media (min-width: 1201px) {
  .contact_form_area {
    padding: 75px 150px 136px;
  }
}

.contact_input {
  margin: auto;
  max-width: 695px;
}
.contact_input dl {
  width: 100%;
}
@media (min-width: 768px) {
  .contact_input dl .row {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact_input dl .row + .row {
  margin-top: 20px;
}
.contact_input dl dt {
  font-family: "m-plus-2p", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .contact_input dl dt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .contact_input dl dt {
    font-size: 15px;
    padding-top: 12px;
    width: 28%;
  }
}
@media (min-width: 980px) {
  .contact_input dl dt {
    font-size: 16px;
  }
}
.contact_input dl dt .required {
  color: #DE1F1F;
  font-size: 14px;
}
.contact_input dl dt .error {
  color: #DE1F1F;
  font-size: 14px;
}
@media (max-width: 767px) {
  .contact_input dl dt .error {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .contact_input dl dt .error {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  .contact_input dl dd {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .contact_input dl dd {
    width: 72%;
  }
}
.contact_input dl dd input, .contact_input dl dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  border: 1px solid #BEBEBE;
  border-radius: 6px;
  color: #313131;
  font-size: 16px;
  padding: 0.5em;
  width: 100%;
}
.contact_input dl dd input:focus, .contact_input dl dd textarea:focus {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  outline: none;
}
.contact_input dl dd input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FFFFFF inset;
}

.contact_notes {
  margin: auto;
  margin-top: 62px;
  max-width: 695px;
}
.contact_notes p {
  line-height: 1.75;
}
.contact_notes p span {
  display: block;
}
.contact_notes p:last-child {
  margin-top: 20px;
}

.privacy_policy {
  border: 1px solid #CCC;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .privacy_policy {
    height: 225px;
  }
}
@media (min-width: 768px) {
  .privacy_policy {
    height: 175px;
  }
}
@media (min-width: 980px) {
  .privacy_policy {
    height: 200px;
  }
}
.privacy_policy_inner {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .privacy_policy_inner {
    padding: 20px 38px 10px 15px;
  }
}
@media (min-width: 768px) {
  .privacy_policy_inner {
    padding: 35px 64px 25px 25px;
  }
}
.privacy_policy p {
  line-height: 1.75;
}
.privacy_policy dl {
  margin-top: 15px;
}
.privacy_policy dl dt, .privacy_policy dl dd {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.privacy_policy dl span.contact {
  display: block;
  margin-top: 30px;
}

.privacy_consent {
  margin-top: 42px;
  text-align: center;
}
.privacy_consent label {
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
}
.privacy_consent label .privacy_check {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.privacy_consent label .privacy_check:checked + span::after {
  opacity: 1;
}
.privacy_consent label .privacy_check:focus + span::before {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.privacy_consent label .privacy_check + span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0 0.2em 0;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .privacy_consent label .privacy_check + span {
    text-align: left;
  }
}
.privacy_consent label .privacy_check + span::before {
  border: 1px solid #707070;
  content: "";
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 1;
}
.privacy_consent label .privacy_check + span::after {
  border-bottom: 3px solid #15318B;
  border-left: 3px solid #15318B;
  content: "";
  height: 12px;
  left: 4px;
  margin-top: -3px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: opacity 0.3s;
  width: 25px;
  z-index: 2;
}
.privacy_consent .notes {
  margin-top: 10px;
}

.contact_button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact_button_reset, .contact_button_submit {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .contact_button_reset, .contact_button_submit {
    width: 235px;
  }
}
@media (max-width: 767px) {
  .contact_button_submit {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .contact_button_submit {
    margin-left: 26px;
  }
}
.contact_button input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  font-family: "m-plus-2p", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
.contact_button input:hover {
  opacity: 0.8;
}
.contact_button input.reset_button {
  background: #4B5574;
}
.contact_button input.reset_button:focus {
  outline: 2px dotted #AAA;
}
.contact_button input.submit_button {
  background: #15318B;
}
.contact_button input.submit_button:focus {
  outline: 2px dotted #AAA;
}

@media (max-width: 767px) {
  body.thanks {
    background: #FFF;
  }
}
@media (min-width: 768px) {
  body.thanks {
    background: #F7F7F7;
  }
}

@media (min-width: 1201px) {
  .thanks .contact_form_area {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.thanks_message .heading {
  color: #15318B;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .thanks_message .heading {
    font-size: 24px;
  }
}
.thanks_message .text {
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .thanks_message .text {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .thanks_message .text {
    margin-top: 50px;
  }
}
@media (min-width: 1201px) {
  .thanks_message .text {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=sourcemaps/sub.css.map */