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

/* ==========================================================================
   Contact Success (お問い合わせ 送信完了画面)
   ========================================================================== */
/* 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: 36rem;
    letter-spacing: 0.2em;
    line-height: 72rem;
  }
}

/* Contact Content */
.contact_content {
  padding-bottom: 120px;
}
@media screen and (max-width: 700px) {
  .contact_content {
    padding-bottom: 120rem;
  }
}
.contact_content .thanks_lead {
  margin-top: 88px;
  padding-left: 50px;
}
@media screen and (max-width: 700px) {
  .contact_content .thanks_lead {
    margin-top: 74rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.contact_content .thanks_lead p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 28px;
  color: #1f1f1f;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 700px) {
  .contact_content .thanks_lead p {
    font-size: 26rem;
    line-height: 52rem;
    letter-spacing: 0.075em;
  }
}
.contact_content .tel_inquiry_section {
  margin-top: 86px;
  padding-top: 57px;
  border-top: 1px solid #dfdfe0;
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section {
    margin-top: 81rem;
    padding-top: 100rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.contact_content .tel_inquiry_section .section_title {
  font-family: shippori-mincho, serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #1f1f1f;
  margin-bottom: 9px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section .section_title {
    font-size: 36rem;
    letter-spacing: 0.2em;
    margin-bottom: 31rem;
  }
}
.contact_content .tel_inquiry_section .hours {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  margin-bottom: 54px;
  line-height: 1.5;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section .hours {
    font-size: 24rem;
    line-height: 48rem;
    letter-spacing: 0.075em;
    margin-bottom: 50rem;
  }
}
.contact_content .tel_inquiry_section .tel_columns {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section .tel_columns {
    display: block;
  }
}
.contact_content .tel_inquiry_section .tel_col {
  width: 220px;
  border-bottom: 1px solid #dfdfe0;
  padding-bottom: 21px;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section .tel_col {
    width: 380rem;
    max-width: 100%;
    padding-bottom: 24rem;
    margin-bottom: 46rem;
  }
  .contact_content .tel_inquiry_section .tel_col:last-child {
    margin-bottom: 0;
  }
}
.contact_content .tel_inquiry_section .tel_col .label {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #1f1f1f;
  display: block;
  margin-bottom: 14px;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section .tel_col .label {
    font-size: 32rem;
    margin-bottom: 21rem;
  }
}
.contact_content .tel_inquiry_section .tel_col .tel_number {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #1f1f1f;
  display: block;
  line-height: 1;
  transition: color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 700px) {
  .contact_content .tel_inquiry_section .tel_col .tel_number {
    font-size: 42rem;
  }
}
.contact_content .tel_inquiry_section .tel_col .tel_number:hover {
  color: #002065;
  opacity: 0.8;
}

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