/* 株主優待制度ページ */

/* イントロダクション */
.benefits_intro {
  margin-bottom: 8rem;
}

.benefits_intro p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
}

/* セクション */
.benefits_section {
  margin-bottom: 8rem;
}

.benefits_section:last-child {
  margin-bottom: 0;
}

/* セクションタイトル */
.section_title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000000;
  margin-bottom: 2.4rem;
  padding-bottom: 0;
}

/* 株主優待内容の説明 */
.benefits_description {
  margin-bottom: 3.2rem;
}

.benefits_description p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 0;
}

.benefits_description p + p {
  margin-top: 0;
}

/* 株主優待テーブル画像 */
.benefits_table {
  margin-bottom: 2rem;
  text-align: center;
}

/* FAQ リスト */
.faq_list {
  border-top: 1px solid #E5E5E5;
  margin-bottom: 3.2rem;
}

.faq_item {
  border-bottom: 1px solid #E5E5E5;
  padding: 1.6rem 0;
}

.faq_item .question {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  padding: 0.6rem 0 0.6rem 4.8rem;
  margin-bottom: 1.6rem;
}

.faq_item .question::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/application/themes/holdings/images/ir/faq/icon_q.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_item .answer {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
  padding: 0.6rem 0 0.6rem 4.8rem;
}

.faq_item .answer::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(/application/themes/holdings/images/ir/faq/icon_a.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.faq_item .answer p {
  margin-bottom: 0;
  line-height: 1.6;
}

.faq_item .answer p + p {
  margin-top: 0;
}

.faq_item .answer a {
  color: #dc3d1a;
  text-decoration: none;
}

/* FAQ お問い合わせ */
.faq_contact {
  margin-top: 1.2rem;
}

.faq_contact p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 1.2rem;
}

.faq_contact .contact_link {
  margin-bottom: 0;
}

.faq_contact .contact_link a {
  color: #dc3d1a;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.faq_contact .arrow_icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}

.faq_contact .arrow_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  mask: url("/application/themes/holdings/images/icon/arrow_right.svg") no-repeat center/contain;
  background-color: #dc3d1a;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .benefits_intro {
    margin-bottom: 4.8rem;
  }

  .benefits_intro p {
    font-size: 1.6rem;
  }

  .benefits_section {
    margin-bottom: 3.2rem;
  }

  .benefits_description {
    margin-bottom: 2.4rem;
  }

  .faq_list {
    margin-bottom: 2.4rem;
  }

  .faq_item .question {
    padding: 0.4rem 0 0.4rem 4rem;
    margin-bottom: 1.4rem;
  }

  .faq_item .question::before {
    width: 32px;
    height: 32px;
  }

  .faq_item .answer {
    padding: 0.4rem 0 0.4rem 4rem;
  }

  .faq_item .answer::before {
    width: 32px;
    height: 32px;
  }
}
