.faq {
  padding: 0 160px 160px 160px;
}

/* ========================================================================== */
/* faq-1 */
/* ========================================================================== */

.faq-1 {
  display: flex;
  justify-content: center;
  /* 横中央 */
}

.faq-1-box {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  margin-top: 112px;
  margin-bottom: 80px;
}

.faq-1-item {
  display: flex;
  align-items: center;
  gap: 40px;
}

.faq-1-text {
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.64px;
}

.faq-1-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.faq-1-href {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 55.172px;
  background: var(--title-text-light-blue);
}

.faq-1-href-img {
  display: flex;
  padding: 15px;
  align-items: center;
  flex-shrink: 0;
}

/* ========================================================================== */
/* faq-2 */
/* ========================================================================== */

.faq-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
}

.faq-2-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}

.faq-2-header {
  color: var(--title-text-light-blue);
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0.96px;
}

/* ========================================================================== */
/* faq-item.twig */
/* ========================================================================== */

.faq-2-item-parts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.faq-2-item-question-parts {
  display: flex;
  padding: 16px 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  background: #F3F7F9;
  gap: 24px;
}

.faq-2-item-question-box-parts {
  display: flex;
  align-items: center;
  gap: 40px;
}

.faq-2-item-parts.is-open .faq-2-item-question-parts {
  padding: 24px 40px 8px 40px;
  border-radius: 16px 16px 0 0;
}

.faq-2-item-question-left-parts {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #12A6E8;
}

.faq-2-item-question-left-text-parts {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 39.184px;
  /* 195.918% */
  letter-spacing: 0.8px;
}

.faq-2-item-question-right-parts {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.faq-2-item-question-right-text-parts {
  font-size: 18px;
  line-height: 32px;
  /* 177.778% */
  letter-spacing: 0.72px;
}

.faq-2-item-answer-parts {
  display: none;
  padding: 8px 40px 24px 40px;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 0 0 16px 16px;
  background: #F3F7F9;
}

.faq-2-item-parts.is-open .faq-2-item-answer-parts {
  display: flex;
}

.faq-2-item-answer-left-parts {
  display: flex;
  width: 40px;
  height: 40px;
  min-width: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background: #0B318F;
}

.faq-2-item-answer-left-text-parts {
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 39.184px;
  /* 195.918% */
  letter-spacing: 0.8px;
}

.faq-2-item-answer-right-parts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  flex: 1 0 0;
}

.faq-2-item-answer-right-text-parts {
  flex: 1 0 0;
  line-height: 32px;
  /* 200% */
  letter-spacing: 0.64px;
}

/* ========================================================================== */
/* @media：TB */
/* ========================================================================== */

@media (max-width: 1023px) {
  .faq {
    padding: 0 64px;
  }

  /* ==================================================== */
  /* faq-1 */
  /* ==================================================== */

  .faq-1-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-width: 528px;
    padding: 0 120px;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    margin-top: 66px;
    margin-bottom: 64px;
  }

  .faq-1-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
  }

  .faq-1-text {
    font-size: 14px;
    line-height: 24px;
    /* 171.429% */
    letter-spacing: 0.56px;
  }

  .faq-1-right {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .faq-1-href {
    width: 32px;
    height: 32px;
    border-radius: 44.138px;
  }

  .faq-1-href-img {
    padding: 12px;
  }

  /* ==================================================== */
  /* faq-item.twig */
  /* ==================================================== */

  .faq-2-item-question-parts {
    padding: 16px 32px;
  }

  .faq-2-item-question-box-parts {
    gap: 24px;
  }

  .faq-2-item-parts.is-open .faq-2-item-question-parts {
    padding: 24px 32px 8px 32px;
  }

  .faq-2-item-question-right-text-parts {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.64px;
  }

  .faq-2-item-answer-right-text-parts {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.56px;
  }

  .faq-2-item-answer-right-img-parts {
    width: 100%;
    height: auto;
  }

  .faq-2-item-answer-parts {
    padding: 8px 32px 24px 32px;
    gap: 24px;
  }
}

/* ========================================================================== */
/* @media：SP */
/* ========================================================================== */

@media (max-width: 767px) {
  .faq {
    padding: 0 24px 150px 24px;
  }

  /* ==================================================== */
  /* faq-1 */
  /* ==================================================== */

  .faq-1-box {
    grid-template-columns: 1fr;
    min-width: 311px;
    padding: 64px 32px 40px 32px;
    gap: 16px;
    margin-top: initial;
    margin-bottom: initial;
  }

  .faq-1-text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }

  .faq-1-href {
    width: 24px;
    height: 24px;
    border-radius: 55.172px;
  }

  .faq-1-href-img {
    padding: 7px;
  }

  /* ==================================================== */
  /* faq-item.twig */
  /* ==================================================== */

  .faq-2-item-question-parts {
    padding: 16px 16px;
  }

  .faq-2-item-question-box-parts {
    gap: 16px;
  }

  .faq-2-item-parts.is-open .faq-2-item-question-parts {
    padding: 24px 16px 8px 16px;
  }

  .faq-2-item-question-left-parts {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 160px;
  }

  .faq-2-item-question-left-text-parts {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.64px;
  }

  .faq-2-item-question-right-text-parts {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.56px;
  }

  .faq-2-item-answer-right-text-parts {
    line-height: 24px;
  }

  .faq-2-item-answer-parts {
    padding: 8px 16px 24px 16px;
    gap: 8px;
  }

  .faq-2-item-answer-left-parts {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 160px;
  }

  .faq-2-item-answer-left-text-parts {
    font-size: 16px;
    line-height: 31.347px;
    /* 195.918% */
    letter-spacing: 0.64px;
  }
}

@media print {
  .faq-2 {
    gap: 120px;
  }
}