@charset "UTF-8";
.grecaptcha-badge {
  visibility: hidden;
}

.gre-disclaimer {
  width: 600px;
  max-width: 80%;
  margin: 1em auto 0 auto;
  font-size: clamp(12px, 2vw, 16px);
  color: #707070;
}
.gre-disclaimer a {
  color: #EBA067;
  text-decoration: underline !important;
}

.submit-btn {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  width: clamp(100px, 30vw, 400px);
  text-align: center;
  padding: 0.5em 1em;
  font-size: clamp(20px, 3vw, 27px);
  background-color: #E17FA6;
  color: #ffffff;
  border-radius: 1.5em;
  border: unset;
  cursor: pointer;
  margin: 40px auto 0 auto;
}
.submit-btn:hover {
  opacity: 0.8;
}

.submit-wrapper {
  width: 100%;
  text-align: center;
}
.submit-wrapper p {
  height: fit-content;
}

.wpcf7-response-output {
  width: 600px;
  max-width: 92%;
  margin: 1em auto !important;
}

section.contact .contact-area table {
  table-layout: auto;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 21px);
}
section.contact .contact-area table p {
  font-size: clamp(14px, 2vw, 21px);
}
section.contact .contact-area table th, section.contact .contact-area table td {
  box-sizing: border-box;
  padding: clamp(16px, 2vw, 22px) 0;
}
section.contact .contact-area table th {
  position: relative;
  width: 40%;
  min-width: 40%;
  font-weight: 500;
  vertical-align: middle;
  text-align: start;
  padding-left: 1em;
  padding-right: 1em;
}
section.contact .contact-area table th.required::after {
  position: absolute;
  content: "※";
  color: #FF0000;
  left: 0;
  top: 3em;
  font-size: 0.8em;
  line-height: 100%;
}
section.contact .contact-area table th.al-top {
  vertical-align: top;
  line-height: 160%;
}
section.contact .contact-area table th.al-top.required::after {
  top: 2em;
}
section.contact .contact-area table td {
  font-weight: 400;
  width: 60%;
}
section.contact .contact-area table td input[type=text],
section.contact .contact-area table td input[type=tel],
section.contact .contact-area table td input[type=email],
section.contact .contact-area table td textarea {
  box-sizing: border-box;
  width: 100%;
  height: clamp(50px, 8vw, 76px);
  padding: 0.2em 0.5em;
  color: #707070;
  font-size: clamp(14px, 2vw, 21px);
}
section.contact .contact-area table td input[type=text]:focus,
section.contact .contact-area table td input[type=tel]:focus,
section.contact .contact-area table td input[type=email]:focus,
section.contact .contact-area table td textarea:focus {
  border: none;
  outline: 1px solid #EBA067;
  color: #736A63;
}
section.contact .contact-area table td input[type=checkbox] {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
section.contact .contact-area table td textarea {
  height: clamp(240px, 40vw, 360px);
}
section.contact .contact-area table td .cb-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.contact .contact-area table td .cb-row.contact-reason {
  height: clamp(140px, 16vw, 160px);
  margin-bottom: 1em;
}
section.contact .contact-area table td .cb-row.contact-method {
  height: clamp(80px, 10vw, 100px);
}
section.contact .contact-area table td .cb-row .wpcf7-form-control-wrap {
  display: flex;
  min-height: 100%;
}
@media screen and (max-width: 1000px) {
  section.contact .contact-area table td .cb-row .wpcf7-form-control-wrap {
    flex-direction: column-reverse;
  }
}
section.contact .contact-area table td .cb-row .wpcf7-form-control {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 0 1em 0;
}
section.contact .contact-area table td .cb-row .wpcf7-list-item {
  margin: 0 0 0 0;
}
section.contact .contact-area table td .checkbox-round {
  margin: 0 1em 0 0;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
}
section.contact .contact-area table td .annotation {
  margin-top: 1em;
  font-size: clamp(14px, 2vw, 18px);
}
@media screen and (min-width: 801px) {
  section.contact .contact-area table th, section.contact .contact-area table td {
    padding: clamp(16px, 2vw, 22px) 0;
  }
  section.contact .contact-area table th {
    width: 30%;
    min-width: 30%;
    padding-left: 2em;
    padding-right: 2em;
  }
  section.contact .contact-area table th.required:after {
    left: 1em;
  }
  section.contact .contact-area table td {
    width: 70%;
  }
  section.contact .contact-area table td .checkbox-round {
    margin: 0 1em;
    width: 2em;
    min-width: 2em;
    height: 2em;
  }
}

.privacy {
  line-height: 200%;
  font-size: 0.8em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .privacy p {
    font-size: 0.8em;
  }
}
.privacy .accept-row {
  align-items: flex-start;
  margin-top: 1em;
}
.privacy .accept-row .checkbox-round {
  margin: 0 0.2em 0 0;
}
.privacy a.privacy-link {
  color: #EBA067;
  text-decoration: underline !important;
  text-underline-offset: 0.2em;
  padding: 0 0.2em;
}
@media screen and (min-width: 801px) {
  .privacy {
    margin-left: 30%;
    text-align: start;
  }
  .privacy .accept-row .checkbox-round {
    margin-right: 0.5em;
  }
  .privacy .accept-row .wpcf7-form-control-wrap {
    flex-direction: column;
  }
}

/*# sourceMappingURL=contact.css.map */
