.breadcrumbs {
  width: 1080px !important;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 700;
}

.l-container {
  width: 1080px;
}

.main {
  font-family: var(--font-family);
  color: var(--font-color);
  width: 1000px;
  padding-top: 100px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.title {
  display: none;
}

/* =========================================================
セクション
========================================================= */
.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-macard {
  margin-bottom: 180px;
}

.section-faq {
  margin-bottom: 230px;
}

.section-other {
  margin-bottom: 225px;
}

.section-heading {
  font-size: 44px;
  font-weight: 700;
}
.section-heading span {
  font-size: 50px;
  font-weight: 500;
}

/* =========================================================
青のボタン
========================================================= */
.blue-buttons {
  display: flex;
  flex-direction: column;
  gap: 26px 0;
}

/* =========================================================
FAQ/よくある質問
========================================================= */
.section-faq .section-heading {
  color: #ff6e64;
}
.section-faq .question-button {
  border: 3px solid #ff6e64;
}

/* =========================================================
その他　会員統合について
========================================================= */
.other-text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-top: 51px;
  margin-bottom: 110px;
}

.green-button-large {
  width: 100%;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: white !important;
  border-radius: 50px;
  background: var(--bg-primary) url(../../img/2025/common/arrow_right_white.svg)
    no-repeat right 80px center;
  background-size: 19px;
}

/* =========================================================
質問
========================================================= */
.question-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px 0;
  margin-top: 70px;
}

.question {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px 0;
}

.question-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  border: 3px solid var(--bg-primary);
  background-color: white;
  position: relative;
}
.question-button.text-small {
  font-size: 22px;
}
.question-button.text-left {
  padding-right: 60px;
}

.question-subtext {
  font-size: 18px;
  text-align: center;
}

/*矢印*/
.question-button::after {
  width: 32px;
  height: 20px;
  content: "";
  position: absolute;
  top: 30px;
  right: 79px;
  transition: 0.3s;
  background: url(../../img/2025/cs/arrow_down.svg) no-repeat;
  background-size: contain;
}
.question-button.is-open::after {
  transform: rotate(180deg);
}

/* =========================================================
アンサー
========================================================= */
.answer {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding-top: 53px;
  padding-bottom: 80px;
  position: relative;
}
.answer-inr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px 0;
}

.answer-text {
  font-size: 18px;
  line-height: 1.7;
}

.answer-list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.answer-list li {
  font-size: 18px;
  line-height: 1.7;
}

.answer-text a,
.answer-list a {
  text-decoration: underline;
}

/* =========================================================
その他調整
========================================================= */
.brand-list {
  width: 840px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 22px;
  margin: 0 auto;
}
.brand-list-item a {
  display: block;
}
