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

/* ==========================================================================
   Contact Confirm (お問い合わせ 確認画面)
   ========================================================================== */
/* 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 */
  /* Plain Text Value Display (Confirmation State) */
  /* Custom Checkbox/Radio display in confirm state */
  /* Privacy Policy Consent Box on Confirm Screen */
  /* Submit Wrap & Buttons (Stacked vertically in confirmation page) */
}
@media screen and (max-width: 700px) {
  .contact_content {
    padding-bottom: 120rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.contact_content .contact_lead p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  margin-top: 88px;
  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 .form_table {
  border-top: 1px solid #dfdfe0;
  position: relative;
  margin-top: 131px;
}
@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: 48px 0;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row {
    display: block;
    padding: 42rem 0;
  }
}
.contact_content .form_table .row:has(textarea), .contact_content .form_table .row:has(.address_wrap), .contact_content .form_table .row:has(.mwform-confirm-value br) {
  align-items: flex-start;
}
.contact_content .form_table .row:has(textarea) dt, .contact_content .form_table .row:has(.address_wrap) dt, .contact_content .form_table .row:has(.mwform-confirm-value br) dt {
  padding-top: 22px;
}
@media screen and (max-width: 700px) {
  .contact_content .form_table .row:has(textarea) dt, .contact_content .form_table .row:has(.address_wrap) dt, .contact_content .form_table .row:has(.mwform-confirm-value br) 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;
  font-family: NotoSansJP-Regular, Noto Sans JP;
  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: 18rem;
    padding-left: 0;
  }
}
.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 .mwform-confirm-value,
.contact_content dd {
  font-size: 16px;
  font-family: NotoSansJP-Regular, Noto Sans JP;
  line-height: 28px;
  letter-spacing: 0.08em;
  color: #1f1f1f;
  min-height: 28px;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-confirm-value,
.contact_content dd {
    font-size: 26rem;
    line-height: 52rem;
    min-height: 52rem;
  }
}
.contact_content .mwform-checkbox-field {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 700px) {
  .contact_content .mwform-checkbox-field {
    gap: 35rem;
  }
}
.contact_content .checkbox_group {
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 700px) {
  .contact_content .checkbox_group {
    padding-left: 47rem;
    font-size: 26rem;
    margin-top: 28rem;
  }
}
.contact_content .checkbox_group::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("../images/contact_check_icon.png") no-repeat center center/contain;
}
@media screen and (max-width: 700px) {
  .contact_content .checkbox_group::before {
    top: 11rem;
    width: 32rem;
    height: 32rem;
  }
}
.contact_content .checkbox_group .mwform-confirm-value {
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .contact_content .checkbox_group .mwform-confirm-value {
    padding-left: 28rem;
  }
}
@media screen and (max-width: 700px) {
  .contact_content .zip_wrap,
.contact_content .address_wrap,
.contact_content .zip_hyphen {
    font-size: 26rem;
  }
}
.contact_content .privacy_policy_box {
  margin-top: 68px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box {
    margin-top: 70rem;
    margin-bottom: 88rem;
  }
}
.contact_content .privacy_policy_box .privacy_policy_link {
  display: none !important;
}
.contact_content .privacy_policy_box .privacy_agree {
  display: inline-block;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box .privacy_agree {
    padding-left: 43rem;
    font-size: 26rem;
  }
}
.contact_content .privacy_policy_box .privacy_agree::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: url("../images/contact_check_icon.png") no-repeat center center/contain;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box .privacy_agree::before {
    top: 6rem;
    width: 32rem;
    height: 32rem;
  }
}
.contact_content .privacy_policy_box .privacy_agree .mwform-confirm-value {
  font-size: 16px;
  font-family: NotoSansJP-Regular, Noto Sans JP;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  position: relative;
  padding-left: 28px;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  .contact_content .privacy_policy_box .privacy_agree .mwform-confirm-value {
    font-size: 26rem;
    padding-left: 28rem;
  }
}
.contact_content .submit_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 71px;
}
@media screen and (max-width: 700px) {
  .contact_content .submit_wrap {
    gap: 40rem;
  }
}
.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;
  padding: 0;
}
@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;
  transition: transform 0.3s ease;
}
@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;
}
.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: #acaeb4;
  color: #fff;
}
.contact_content .submit_wrap .common_custom_btn.back .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.back .btn-icon {
    right: 30rem;
  }
}
.contact_content .submit_wrap .common_custom_btn.back:hover .btn_submit {
  background-color: #5676b9;
}

/* 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");
  }
}