@charset "UTF-8";
body.page-contact .guidebox {
  background: url("../images/guide/東光商会webサイト_お問い合わせページ_PC版.jpg") no-repeat top 0px center;
  height: 3724px;
}
@media screen and (max-width: 700px) {
  body.page-contact .guidebox {
    background: url("../images/guide/東光商会webサイト_お問い合わせページ_スマホ版.jpg") no-repeat top center;
    height: 5702rem;
    background-position: top 0rem center;
    background-size: 100% auto;
  }
}

/* ==========================================================================
   Contact (お問い合わせ)
   ========================================================================== */
/* Page Header */
.page_header {
  padding: 238px 0 0;
}
@media screen and (max-width: 700px) {
  .page_header {
    padding: 135rem 0 0;
  }
}
.page_header .page_title {
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .page_header .page_title {
    padding-left: 20rem;
  }
}
.page_header .page_title .en {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 14px;
  text-transform: capitalize;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .en {
    font-size: 24rem;
    margin-bottom: 26rem;
  }
}
.page_header .page_title .ja {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.15em;
  line-height: 72px;
  color: #1f1f1f;
  display: block;
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    line-height: 72rem;
  }
}
@media screen and (max-width: 700px) {
  .page_header .page_title .ja {
    font-size: 48rem;
    letter-spacing: 0.2em;
    line-height: 72rem;
  }
}

/* Contact Content */
.contact_content {
  padding-bottom: 120px;
  /* Form Table */
  /* Inputs & Fields */
  /* Zip Code Layout */
  /* Custom Checkboxes / Radios */
  /* Privacy Policy Section */
  /* Error Messages */
  /* Submit Wrap & Buttons */
}
@media screen and (max-width: 700px) {
  .contact_content {
    padding-bottom: 120rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.contact_content .contact_lead {
  display: none;
}
.contact_content .contact_lead p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  margin-top: 89px;
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .contact_content .contact_lead p {
    margin-top: 78rem;
    padding-left: 0;
    font-size: 26rem;
    line-height: 52rem;
  }
}
.contact_content:not(:has(.mwform-layout-confirm)):not(:has(.mwform-layout-complete)) .input_lead {
  display: block;
}
.contact_content:has(.mwform-layout-confirm) .confirm_lead {
  display: block;
}
.contact_content .form_table {
  border-top: 1px solid #dfdfe0;
  position: relative;
  margin-top: 75px;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table {
    margin-top: 83rem;
  }
}
.contact_content .form_table::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 1px;
  background-color: #002065;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table::before {
    width: 280rem;
  }
}
.contact_content .form_table .row {
  display: flex;
  border-bottom: 1px solid #dfdfe0;
  position: relative;
  padding: 50px 0;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row {
    display: block;
    padding: 47rem 0 52rem;
  }
}
.contact_content .form_table .row:has(textarea) {
  align-items: flex-start;
}
.contact_content .form_table .row:has(textarea) dt {
  padding-top: 22px;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row:has(textarea) dt {
    padding-top: 0;
  }
}
.contact_content .form_table .row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 280px;
  height: 1px;
  background-color: #002065;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row::after {
    left: 0;
    width: 280rem;
  }
}
.contact_content .form_table .row dt {
  width: 280px;
  flex-shrink: 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #1f1f1f;
  box-sizing: border-box;
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row dt {
    width: 100%;
    font-size: 26rem;
    margin-bottom: 29rem;
    padding-left: 0;
  }
}
.contact_content .form_table .row dt .req {
  color: #002065;
  margin-left: 4px;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row dt .req {
    font-size: 26rem;
    margin-left: 0rem;
  }
}
.contact_content .form_table .row dd {
  flex-grow: 1;
  padding-left: 100px;
  margin-left: 0;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row dd {
    padding-left: 0;
    width: 100%;
  }
}
.contact_content input[type=text],
.contact_content input[type=email],
.contact_content input[type=tel],
.contact_content textarea {
  width: 100%;
  max-width: 650px;
  height: 70px;
  border: 1px solid #acaeb4;
  border-radius: 0;
  background-color: #fff;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 700px) {
  .contact_content input[type=text],
.contact_content input[type=email],
.contact_content input[type=tel],
.contact_content textarea {
    max-width: 100%;
    height: 90rem;
    padding: 0 30rem;
    font-size: 26rem;
  }
}
.contact_content input[type=text]:focus,
.contact_content input[type=email]:focus,
.contact_content input[type=tel]:focus,
.contact_content textarea:focus {
  outline: none;
  border-color: #002065;
  box-shadow: 0 0 0 1px rgba(0, 32, 101, 0.1);
}
.contact_content textarea {
  height: 300px;
  padding: 20px;
}
@media screen and (max-width: 700px) {
  .contact_content textarea {
    height: 280rem;
    padding: 30rem;
  }
}
.contact_content .zip_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 700px) {
  .contact_content .zip_wrap {
    gap: 20rem;
  }
}
.contact_content .zip_wrap .zip_symbol {
  font-size: 16px;
  color: #1f1f1f;
}
@media screen and (max-width: 700px) {
  .contact_content .zip_wrap .zip_symbol {
    font-size: 26rem;
  }
}
.contact_content .zip_wrap .zip_hyphen {
  font-size: 16px;
  color: #707070;
}
@media screen and (max-width: 700px) {
  .contact_content .zip_wrap .zip_hyphen {
    font-size: 26rem;
  }
}
.contact_content .zip_wrap .zip1,
.contact_content .zip_wrap .zip2 {
  width: 150px !important;
}
@media screen and (max-width: 700px) {
  .contact_content .zip_wrap .zip1,
.contact_content .zip_wrap .zip2 {
    width: 150rem !important;
  }
}
.contact_content .address_wrap {
  margin-top: 28px;
}
@media screen and (max-width: 700px) {
  .contact_content .address_wrap {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 700px) {
  .contact_content .checkbox_group {
    margin-top: -13rem;
    margin-bottom: -22rem;
  }
}
.contact_content .mwform-checkbox-field {
  display: flex;
  flex-direction: column;
  gap: 18px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-checkbox-field {
    gap: 35rem;
    line-height: 2.4;
  }
}
.contact_content .mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.contact_content .mwform-checkbox-field label input[type=checkbox] {
  display: none;
}
.contact_content .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  user-select: none;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-checkbox-field label .mwform-checkbox-field-text {
    padding-left: 47rem;
    font-size: 26rem;
  }
}
.contact_content .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  background-color: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-checkbox-field label .mwform-checkbox-field-text::before {
    width: 32rem;
    height: 32rem;
  }
}
.contact_content .mwform-checkbox-field label .mwform-checkbox-field-text:hover::before {
  border-color: #002065;
}
.contact_content .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #002065;
}
.contact_content .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 9px;
  border-right: 2px solid #002065;
  border-bottom: 2px solid #002065;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    left: 10rem;
    width: 10rem;
    height: 18rem;
    border-right-width: 3rem;
    border-bottom-width: 3rem;
  }
}
.contact_content .mwform-checkbox-field-item {
  display: block;
}
.contact_content .privacy_policy_box {
  margin-top: 93px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box {
    margin-top: 60rem;
    margin-bottom: 80rem;
  }
}
.contact_content .privacy_policy_box .privacy_policy_link {
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box .privacy_policy_link {
    margin-bottom: 20rem;
    font-size: 26rem;
  }
}
.contact_content .privacy_policy_box .privacy_policy_link a {
  font-size: 16px;
  color: #5676b9;
  text-decoration: underline;
  font-family: NotoSansJP-Regular, Noto Sans JP;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box .privacy_policy_link a {
    font-size: 26rem;
  }
}
.contact_content .privacy_policy_box .privacy_policy_link a:hover {
  opacity: 0.8;
}
.contact_content .privacy_policy_box .privacy_agree {
  display: flex;
  justify-content: center;
}
.contact_content .mwform-error-message {
  color: #c62828;
  font-size: 14px;
  font-family: NotoSansJP-Regular, Noto Sans JP;
  margin-top: 8px;
  display: block;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-error-message {
    font-size: 24rem;
    margin-top: 15rem;
  }
}
.contact_content .submit_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 86px;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap {
    flex-direction: column;
    align-items: center;
    gap: 30rem;
    margin-top: 75rem;
  }
}
.contact_content .submit_wrap .common_custom_btn {
  position: relative;
  display: inline-block;
  width: 420px;
  height: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap .common_custom_btn {
    width: 100%;
    max-width: 420rem;
    height: 90rem;
  }
}
.contact_content .submit_wrap .common_custom_btn .btn_submit,
.contact_content .submit_wrap .common_custom_btn .btn_back {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 45px;
  font-size: 16px;
  font-family: NotoSansJP-Regular, Noto Sans JP;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap .common_custom_btn .btn_submit,
.contact_content .submit_wrap .common_custom_btn .btn_back {
    border-radius: 45rem;
    font-size: 26rem;
  }
}
.contact_content .submit_wrap .common_custom_btn .btn-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap .common_custom_btn .btn-icon {
    width: 40rem;
    height: 40rem;
  }
}
.contact_content .submit_wrap .common_custom_btn.submit .btn_submit {
  background-color: #002065;
  color: #fff;
  padding: 0;
}
.contact_content .submit_wrap .common_custom_btn.submit .btn-icon {
  right: 36px;
  background: url("../images/contact_btn_icon.svg") no-repeat center/contain;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap .common_custom_btn.submit .btn-icon {
    right: 30rem;
  }
}
.contact_content .submit_wrap .common_custom_btn.submit:hover .btn_submit {
  background-color: #5676b9;
}
.contact_content .submit_wrap .common_custom_btn.back .btn_back {
  background-color: #fff;
  border: 1px solid #002065;
  color: #002065;
}
.contact_content .submit_wrap .common_custom_btn.back .btn-icon {
  left: 30px;
  background-color: #002065;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap .common_custom_btn.back .btn-icon {
    left: 30rem;
  }
}
.contact_content .submit_wrap .common_custom_btn.back .btn-icon::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(-135deg);
  margin-left: 2px;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap .common_custom_btn.back .btn-icon::after {
    width: 6rem;
    height: 6rem;
    border-top-width: 1.5rem;
    border-right-width: 1.5rem;
  }
}
.contact_content .submit_wrap .common_custom_btn.back:hover .btn_back {
  background-color: rgba(0, 32, 101, 0.05);
}
.contact_content .submit_wrap .common_custom_btn.back:hover .btn-icon {
  transform: translateY(-50%) translateX(-5px);
}
.contact_content .submit_wrap .common_custom_btn.back {
  display: none;
}

/* Footer Contact Background */
.footer-contact::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_contact.jpg");
}
@media screen and (max-width: 700px) {
  .footer-contact::before {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/footer_contact_bg_contact_sp.jpg");
  }
}