@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.support-faq-wrapper {
  padding-bottom: 72px;
}

.support-faq-mv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 274px;
  background-color: #ebf6f8;
}

.support-faq-mv-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-faq-mv-title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.support-faq-mv-object {
  position: absolute;
  bottom: 0;
  right: 6%;
  width: 322px;
}

.support-faq-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(90%, 976px);
  margin: 80px auto 109px;
}

.support-faq-nav-link {
  position: relative;
  width: 100%;
  padding: 5px 0;
  border-left: 2px solid rgba(0, 0, 0, 0.15);
  border-right: 2px solid rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #10345a;
  cursor: pointer;
  letter-spacing: 0.05em;
}

@media (hover: hover) {
  .support-faq-nav-link:hover::after {
    top: 58%;
  }
}

.support-faq-nav-link:last-of-type {
  border-left: none;
}

.support-faq-nav-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 22%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../../../../_tw/img/faq/arrow_bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.4s;
}

.support-faq-app-title {
  margin-bottom: 56px;
  padding-bottom: 16px;
  border-bottom: 2px solid #4299ac;
}

.support-faq-app-title-text {
  width: min(90%, 1180px);
  margin-inline: auto;
  color: #4299ac;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.05em;
}

.support-faq-section {
  width: min(90%, 1180px);
  margin: 0 auto 56px;
}

.support-faq-section-title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 35px;
  letter-spacing: 0.05em;
}

.support-faq-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.support-faq-item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.15);
}

.support-faq-question {
  display: flex;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.05em;
}

.support-faq-label-q {
  min-width: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #4299ac;
  flex-shrink: 0;
}

.support-faq-question-text {
  flex: 1 1 auto;
  color: #395879;
  font-weight: 700;
  font-size: 18px;
}

.support-faq-icon {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.support-faq-icon::before,
.support-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4299ac;
}

.support-faq-icon::before {
  width: 14px;
  height: 3px;
}

.support-faq-icon::after {
  width: 3px;
  height: 14px;
}

.support-faq-item.is-open .support-faq-icon::after {
  display: none;
}

.support-faq-answer {
  padding: 0 0 24px;
}

.support-faq-answer-inner {
  display: flex;
  gap: 24px;
  letter-spacing: 0.05em;
}

.support-faq-label-a {
  min-width: 15px;
  font-weight: 700;
  color: #ffcc01;
  flex-shrink: 0;
  font-size: 18px;
}

.support-faq-answer-text {
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
}
