/* お客様サポートページ（/support_contact） */

/* FAQ表示用ポップアップ start */
.option-popup-block {
  display: none;
}
.option-popup-block.active {
  display: block;
}
.entry-option-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000000002;
}
.entry-option-popup .background {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.entry-option-popup .entry-option-popup-body {
  position: relative;
  background-color: #fff;
}
.entry-option-popup .popup-wrap {
  width: 100%;
}
.entry-option-popup .popup-header .title {
  font-size: 3rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 30px;
  text-align: center;
  width: auto;
  color: #000;
  letter-spacing: 3px;
}
.entry-option-popup .popup-contents {
  min-width: unset;
  max-width: unset;
  max-height: 90vh;
  padding: 40px 30px;
  margin: 0 auto;
  overflow-y: auto;
  box-sizing: border-box;
  width: 750px;
}
.entry-option-popup .popup-body {
  margin: 0px 30px;
}
.qtext {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.qtext:last-of-type {
  margin-bottom: 0;
}
.qtext .q-icon {
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #b0b0b0;
  text-align: center;
}
.qtext .q-icon p {
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
}
.qtext > a {
  flex: 1;
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer;
}
.qtext > a:hover {
  text-decoration: underline;
}
.popup-close-wrapper {
  text-align: right;
  margin-top: 50px;
}
.popup-close-text {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.popup-close-text:hover {
  text-decoration: underline;
}
.popup-footer {
  font-weight: bold;
  margin-top: 30px;
}
.popup-footer p.popup-footer-title {
  font-size: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7px;
}
.popup-footer p.popup-footer-title span {
  margin: 0 5px;
}
.yellow-notion-icon-contact {
  width: 2.3rem;
  height: 2.3rem;
  padding-bottom: 0px;
}
#contact-faq-popup-anshin table.contact-display {
  border-spacing: 0;
  margin-top: 20px;
}
#contact-faq-popup-anshin .popup-body p {
  line-height: 1.7;
  font-size: 14px;
}
.contact-faq-popup-underline {
  text-decoration: underline;
}
#contact-faq-popup-anshin .contact-faq-popup {
  font-weight: bold;
}
.pink-text {
  color: var(--fuji-po-red);
}
.support_contact label[for="button-submit"] .form-next-button, a.form-top-button {
  padding: 20px 28px 20px 20px;
}

@media (max-width: 767px){
  .entry-option-popup .popup-contents {
    max-height: 95%;
    max-width: 90vw;
    padding: 15px;
  }
  .entry-option-popup .entry-option-popup-body {
    width: 90%;
  }
  .entry-option-popup .popup-contents {
    width: 100%;
    padding: 40px 5%;
  }
  .entry-option-popup .popup-header .title {
    font-size: 2.5rem;
  }
  #contact-faq-popup-anshin .entry-option-popup .popup-header .title {
    font-size: 2rem;
  }
  .entry-option-popup .popup-body {
    margin: 0;
  }
  table.form-table tr.contact-caution-area {
    height: 150px;
  }
  table.form-table tr.contact-caution-area-anshin {
    height: 115px;
  }
  table.form-table tr.contact-caution-area th img,
  table.form-table tr.contact-caution-area-anshin th img {
    width: 10%;
    margin-right: 9px;
  }
  #contact-faq-popup-anshin .popup-body p.popup-close-text {
    text-align: left;
  }
  #contact-faq-popup-anshin .popup-close-wrapper {
    margin-top: 40px;
  }
}
/* FAQ表示用ポップアップ end */

.support_contact .caution-wrapper {
  margin: auto;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--fuji-po-red);
}
.support_contact .caution-icon {
  max-width: 50px;
  transform: translateX(-40px);
}
.support_contact .caution-icon img {
  width: 100%;
}
.support_contact .caution-text {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.support_contact section.section-faq {
  margin-top: 50px;
}
.support_contact p.support_contact-explanation {
  margin-top: 40px;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  z-index: 11;
}
.support_contact p.support_contact-explanation .pink-text {
  color: var(--fuji-po-red);
}
.support_contact .support_contact-faq {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.support_contact a.support_contact-faq-link {
  width: calc(100% / 3 - 8px);
  padding: 20px 10px;
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: var(--fuji-po-blue-1);
  border-radius: 30px;
  box-sizing: border-box;
}
.support_contact .support_contact-faq-bottom {
  margin-top: 30px;
  text-align: center;
}
.support_contact .support_contact-faq-bottom > a {
  display: inline-block;
  padding-bottom: 2px;
  color: var(--fuji-po-red);
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid var(--fuji-po-red);
}
.support_contact .support_contact-faq-prev {
  position: relative;
  padding-right: 16px;
}
.support_contact .support_contact-faq-prev::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 12px solid var(--fuji-po-red);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.support_contact .support_contact-faq-arrow {
  right: 10px;
}
.support_contact .chatbot-area {
  margin-top: 40px;
}
.cate_detail_caution_tr .cate_item {
  display: flex;
  justify-content: center;
  border: 1px solid var(--fuji-po-red);
  padding: 20px;
  flex-direction: column;
}
.cate_detail_caution_tr .cate_item .caution-top {
  display: flex;
  align-items: center;
}
.cate_detail_caution_tr .cate_item .caution-content {
  margin-top: 15px;
}
.cate_detail_caution_tr img {
  width: 40px;
  margin-right: 15px;
}
div.content-box-inner .cate_detail_caution_tr p {
  width: 82%;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
div.content-box-inner .cate_detail_caution_tr .caution-content p {
  width: 100%;
}
.cate_item p .pink-link {
  color: var(--fuji-po-red-accessibility);
}
.support_contact-popup-link {
  text-decoration: underline;
  cursor: pointer;
}
.contact-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000000002;
}
.contact-popup-block {
  display: none;
}
.contact-popup-block.active {
  display: block;
}
.contact-popup .background {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}
.contact-popup .contact-popup-body {
  position: relative;
    background-color: #fff;
}
div.alart-popup-close-button,
div.contact-popup-close-button {
  background-color: #F3F3F3;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contact-popup .popup-contents {
  min-width: 300px;
  max-width: 660px;
  max-height: 90vh;
  padding: 40px 30px;
  margin: 0 auto;
  overflow-y: auto;
  box-sizing: border-box;
}
.contact-popup .popup-wrap {
  width: 100%;
}
.contact-popup .popup-body {
  margin: 0 auto;
}
#contact-faq-popup-sim-apn p {
  font-size: 1.4rem;
  line-height: 1.7;
}
#contact-faq-popup-sim-apn p span {
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .support_contact .caution-icon {
    transform: translateX(-20px);
  }
  .support_contact .caution-text {
    font-size: 1.6rem;
  }
  .support_contact .support_contact-faq {
    gap: 10px 0;
  }
  .support_contact a.support_contact-faq-link {
    width: calc(100% / 3 - 4px);
    padding: 14px 5px;
    font-size: 1.2rem;
  }
  .support_contact a.support_contact-faq-link.other {
    justify-content: flex-start;
    font-size: 1.18rem;
  }
  .support_contact .support_contact-faq-arrow {
    right: 5px;
  }
}

@media screen and (max-width:767px) {
  .support_contact section.section-contact {
    padding: 80px 5% 50px;
  }
  .support_contact .caution-wrapper {
    padding: 20px 15px 15px;
    position: relative;
    box-sizing: border-box;
  }
  .support_contact .caution-icon {
    max-width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
    transform: translate(0, -50%);
  }
  .support_contact .caution-text {
    margin: 0;
    font-size: 1.4rem;
  }
  .support_contact p.support_contact-explanation {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .support_contact .support_contact-faq-bottom > a {
    font-size: 1.3rem;
  }
  .support_contact .support_contact-faq-prev {
    padding-right: 12px;
  }
  .support_contact .support_contact-faq-prev::after {
    border-left: 8px solid var(--fuji-po-red);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .support_contact .support_contact-faq {
    margin-top: 20px;
  }
  .support_contact a.support_contact-faq-link {
    width: calc(100% / 2 - 5px);
    padding: 10px;
    font-size: 1.2rem;
  }
  .support_contact a.support_contact-faq-link.area {
    padding: 10px 10px 10px 0;
    letter-spacing: -2.5px;
  }
  .support_contact a.support_contact-faq-link.other {
    width: 70%;
    margin: 0 0 auto 0;
    padding: 10px 20px 10px 10px;
  }
  .support_contact .support_contact-faq-arrow {
    width: 0.85em;
    height: 0.85em;
    right: 5px;
  }
  .support_contact .chatbot-area {
    margin-top: 20px;
  }
  .contact-popup .popup-contents {
    max-height: 85vh;
    max-width: 90vw;
    padding: 30px 15px;
  }
  .support_contact.confirm-common .content-box-inner.empty-top,
  .support_contact.complete-common .content-box-inner.empty-top {
    padding-bottom: 50px;
  }
}

/* お知らせポップアップの帯の位置調整用 */
div.under-kv-notion {
  max-width: 750px;
  margin: 15px auto 0;
}

@media (min-width: 768px) and (max-width: 1280px) {
  div.under-kv-notion {
    max-width: 680px;
  }
}

h1.main-title span.main-phrase-emphasis,
h1 span.main-phrase-emphasis,
h2 span.main-phrase-emphasis {
  display: block;
  font-size: 2.8rem;
  color: var(--fuji-po-yellow);
  margin-bottom: 15px;
}

.content-box-inner h1 {
  text-align: center;
  font-size: 5rem;
  position: relative;
  letter-spacing: 3px;
  width: fit-content;
  margin: 0 auto;
  color: var(--fuji-po-blue-1);
}
.content-box-inner h2 {
  letter-spacing: unset;
}

@media screen and (max-width:767px) {
  .content-box-inner h1 {
    font-size: 2.7rem;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  h1.main-title span.main-phrase-emphasis,
  h1 span.main-phrase-emphasis,
  h2 span.main-phrase-emphasis {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .content-box-inner h1 {
    font-size: 4.2rem;
    line-height: 1.2;
  }
  h1.main-title span.main-phrase-emphasis,
  h1 span.main-phrase-emphasis,
  h2 span.main-phrase-emphasis {
    font-size: 2.5rem;
    margin-bottom: 13px;
  }
}
