@charset "utf-8";
:root {
  --pink: #F45177;
  --light-blue: #E6EFF7;
  --black: #3C4950;
  --green: #35A6AF;
  --light-green: #159DA8;
  --light-pink: #FFE8E8;
  --red: #B90606;
  --yellow: #FCD844;
  --gray: #c3c8d6;
  --orange: #F7774D;
  --ffBold: YuGothic, "Yu Gothic", "Yu Gothic Medium", "游ゴシック Medium", 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', 'メイリオ', sans-serif;
}
/* ==================================================
共通部分調整
================================================== */
body {
  letter-spacing: 0.05em;
}
/* conversion buttons */
.nmlBtn_item.type-cnv .nmlBtn_caption {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
}
.nmlBtn_item.type-cnv .nmlBtn_itemLink {
  background-color: var(--orange);
  border-color: var(--orange)
}

/* ==================================================
メインビジュアル
================================================== */
.mv {
  position: relative;
  background: url(/banking/lp/education_loan/img/mv_bg_sp.webp) no-repeat center / cover;
  background-color: #fff;
  padding: 20px 10px;
}
.mv_catch {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.mv_catch2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: var(--ffBold);
}
.mv_title {
  color: var(--pink);
  font-size: 28px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  display: flex;
  flex-direction: column;;
  gap: 10px;
}
.mv_title_product {
  font-size: 48px;
}
.mv_inner {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin: auto;
  padding: 10px 0 0;
}
.mv_img {
  width: 250px;
  height: auto;
  margin: 16px auto 0;
}
.mv_block {
}
.mv_box {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 0px 12px;
  padding: 16px;
  text-align: center;
}
.mv_box_inner {
  display: inline-block;
  margin: 0 auto;
}
.mv_box_main {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.mv_rateWrap {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.mv_rate_label {
  min-width: 115px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  background-color: var(--pink);
  border-radius: 8px;
  padding: 4px;
}
.mv_rate {
  color: var(--black);
  font-size: 20px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.mv_rate > span {
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 380px) {
  .mv_rate_label {
    min-width: 100px;
  }
  .mv_rate {
    font-size: 18px;
  }
  .mv_rate > span {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}
.mv_supportArrow {
  width: 80px;
  position: relative;
  color: var(--black);
  font-size: 14px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  background: url(/banking/lp/education_loan/img/support_arrow_sp.svg) no-repeat 100%;
  padding: 10px 4px 10px 6px;
}
.fcRed { color: var(--red) !important; }
.mv_box_sub {
}
.mv_noteList {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--black);
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 10px;
}
.mv_noteList > li::before {
  content: "\203B";
  margin-right: 2px;
}
.mv_date {
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 4px;
}

/* Content sections */
.cntSec .innerWrap {
  padding: 48px 10px;
}

/* ==================================================
「中央ろうきんをご存知ですか？」のセクション。svはServiceの略 
================================================== */
.sv .nmlBtn_item.color-pink.arrow-right .nmlBtn_itemLink {
  color: var(--pink);
  border-color: var(--pink);
  background-image: url(/common_v2/images/arrow_right_triangle_pink.svg);
}
.sv .nmlBtn_item.color-pink .nmlBtn_itemLink:hover {
  color: #fff;
  background-color: var(--pink);
  background-image: url(/common_v2/images/arrow_right_triangle_white.svg);
}


/* Point container */
.point-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  margin-top: 72px;
  text-align: center;
}
.point {
  width: 100%;
  height: 184px;
  border-radius: 0 24px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-family: var(--ffBold);
  background-color: var(--light-pink)
}
.point-anchor-link {
  display: block;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--black);
}
.point-number-img {
  width: 110px;
  height: 64px;
  position: absolute;
  top: -32px;
}
.point-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 20px;
}
.point-title-em {
  color: var(--pink);
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.point .highlight {
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: var(--yellow);
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}
.icon-triangle-img {
  width: 18px;
  height: 14px;
}

/* Service block */
.sv_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sv_check {
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-top: 34px;
}
.sv_check > li {
  position: relative;
  text-indent: 0;
  margin-top: 24px;
  padding-left: 64px;
  min-height: 70px;
}
.sv_check > li:first-child { margin-top: 0; }
.sv_check > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  aspect-ratio: 1 / 1;
  background: url(/common_v2/images/icon_check_pink.svg) no-repeat center center / contain;
}
.sv_check_mainTxt {
  color: var(--pink);
  font-size: 18px;
  letter-spacing: 0.05em;
}
.sv_check_subTxt {
  font-size: 14px;
  margin-top: 4px;
}

/* Comment box */
.p-commentBox {
  --color: var(--pink);
  --padding: 16px 12px;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
}
.p-commentBox_txt {
  --color: var(--pink);
  display: block;
  position: relative;
  background-color: var(--color);
  border-radius: 8px;
  padding: var(--padding);
}
.p-commentBox_txt.bgWhite {
  --color: #fff;
  color: var(--black);
}
.p-commentBox_txt::after {
  content: '';
  width: 24px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  background-color: var(--color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(/banking/lp/education_loan/img/comment_tri.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(/banking/lp/education_loan/img/comment_tri.svg);
  margin: 0 auto;
}
.p-commentBox-small {
  --padding: 8px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Background colors */
.bgLPink { background-color: var(--light-pink) !important; }
.fcPink { color: var(--pink) !important; }

/* Point heading */
.point-heading {
  text-align: center;
}
.point-heading-img {
  width: 110px;
}
.point-heading .highlight {
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: var(--yellow);
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}
.point-heading_txt {
  font-size: 28px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 20px;
}
.point-heading .p-commentBox {
  margin-top: 24px;
}

/* ==================================================
Point1 “教育””に関する幅広い使途※に利用可能
================================================== */
/* Icons container */
.icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 12px;
  margin-top: 32px;
}
.icon {
  width: calc(50% - 8px);
  position: relative;
  display: inline-block;
}
.icon-text {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.icon-text-innerSub {
  font-size: 12px;
}
.icons-container+.noteList.type-right {
  margin-top: 8px !important;
  margin-left: auto;
  margin-right: 20px;
  width: 120px;
}

/* Note list */
.noteList {
  letter-spacing: 0.08em;
  margin-top: 18px !important;
}
.noteList:first-child { margin-top: 0; }
.noteList > li {
  line-height: 1.3;
}

/* Catch phrase */
.p-catch {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 32px;
}
.p-catch:first-child { margin-top: 0; }

/* Point balloon */
.point-balloonWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 32px;
}
.point-balloon {
  position: relative;
  padding-top: 16px;
}
.point-balloon_txt {
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 8px;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 4px 8px rgba(0, 125, 175, 0.2));
  padding: 16px 24px;
}
.point-balloon_txt::after {
  content: '';
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  left: 20%;
  right: 0;
  bottom: calc(100% - 8px);
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.point-balloon_txt .noteList {
  margin-top: 8px !important;
}

/* Campaign */
.p-campaign {
  position: relative;
  background-color: #fff;
  border-radius: 0 16px;
  margin-top: 50px;
  padding: 24px 20px 20px;
}
.p-campaign_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  color: var(--pink);
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.p-campaign_banner {
  text-align: center;
}

/* Note box */
.noteBox_2 {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 0 16px 0 16px;
}
.noteBox_2:first-child {
  margin-top: 0;
}
.noteBox_head_2 {
  display: flex;
  align-items: center;
  padding: 16px 32px 16px 20px;
  background-color: #fff;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1.4;
  position: relative;
  border-radius: 0 16px 0 0;
  border: 1px solid var(--black);
}
.noteBox_head_2::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: url(/banking/lp/education_loan/img/icon_warning.svg) no-repeat left center / contain;
  transition: all .3s ease;
}
.noteBox_body_2 {
  padding: 16px 20px;
  background-color: #f5f5f5;
}
.noteBox_head_2.js-acd_btn {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0 16px;
  transition: all .3s ease;
}
.noteBox_head_2.js-acd_btn::after {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background: url(/banking/lp/education_loan/img/icon_plus_circle_gray.svg) no-repeat 0 0 / 100% 100%;
  transition: all .3s ease;
}
.noteBox_head_2.js-acd_btn.active {
  border-radius: 0 16px 0 0;
}
.noteBox_head_2.js-acd_btn.active::after {
  background-image: url(/banking/lp/education_loan/img/icon_minus_circle_gray.svg);
}
.noteBox_2 .noteList {
  margin-top: 0;
}
.noteBox_body_2 ul.cirList > li::before {
  background-color: var(--pink)
}

/* ==================================================
Point2 “教育””に関する幅広い使途※に利用可能
================================================== */
/* Point2 blocks */
.point2_block1 {
  margin-top: 28px;
}
.point2_block1_body {
  margin-top: 8px;
}
.l-grid {
  display: grid;
  gap: 20px 8px;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
.l-grid:first-child { margin-top: 0; }
.l-grid.sp_col2 {
  grid-template-columns: 1fr 1fr;
}
.point2_block1_item {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 18px 4px 8px;
  border: 2px solid var(--pink);
}
.point2_block1_icon {
  flex-shrink: 0;
  height: 56px;
  display: flex;
}
.point2_block1_txt {
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.noteList.point2_block1_notice {
  margin: 4px 0 0 0 !important;
  letter-spacing: 0.05em;
}

/* Rate box */
.p-rateBox {
  border-radius: 0 8px;
  overflow: hidden;
  margin-top: 24px;
}
.p-rateBox_head {
  display: flex;
  gap: 8px;
  flex-direction: column;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1.1;
  text-align: center;
  background-color: var(--pink);
  padding: 12px 8px;
}
.p-rateBox_head_subTxt {
  font-size: 14px;
  line-height: 1;
}
.p-rateBox_body {
  background-color: #fff;
  border: 1px solid var(--pink);
  padding: 20px;
  border-radius: 0 0 0 8px;
}
.p-rateBox-color02 .p-rateBox_head {
  background-color: var(--light-green);
}
.p-rateBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-rate {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: var(--black);
  font-size: 56px;
  font-weight: bold;
  font-family: var(--ffBold);
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(to top, transparent 3px, #FCD844 3px, #FCD844 20px, transparent 20px);
  margin-top: 12px;
}
.p-rate:first-child { margin-top: 0; }
.p-rate_year {
  font-size: 24px;
}
.p-rate_per {
  font-size: 32px;
}
.p-rate_subTxt {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 12px;
}
.p-rateBlock-type2 {
  position: relative;
  background-color: #F5F5F5;
  padding: 24px;
  margin-top: 26px;
}
.p-rateBlock-type2:first-child { margin-top: 0; }
.p-rateBlock + .p-rateBlock-type2::before {
  content: '';
  width: 48px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -11px;
  background: url(/banking/lp/education_loan/img/arrow.svg) no-repeat center / contain;
  margin: auto;
}
.p-rate_txt01 {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.p-rateBlock_lwr {
  width: 100%;
  display: flex;
  justify-content: space-between  ;
  padding-top: 4px;
}
.p-rateBlock_notice {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  font-family: var(--ffBold);
  padding-left: 1.5em;
}
.p-rateBlock_notice::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\203B";
  display: block;
}
.p-rateBlock_date {
  font-size: 12px;
  font-weight: bold;
  font-family: var(--ffBold);
}

/* Point2 catch */
.point2_catch {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0;
}

/* Point2 image */
.point2_image {
  border: 1px solid #A8B5C3;
  border-radius: 8px;
  padding: 20px 20px 4px;
  width: 100%;
  margin-top: 24px;
}
.point2_image_notice {
}

/* Point2 rocky */
.point2_rocky {
  text-align: center;
}
.point2_rocky img {
  width: 240px;
}

/* Point2 more container */
.point2_more_container {
  display: flex;
  padding: 20px;
  align-items: stretch;
  gap: 9px;
  border-radius: 8px;
  background:  var(--light-pink);
  width: 100%;
  position: relative;
  margin-top: 56px;
}
.point2_more_balloon {
  color: var(--pink);
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.point2_more_item {
  display: flex;
  width: calc(50% - 9px);
  min-height: 152px;
  padding: 20px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 0 8px;
  background: #FFF;
  gap: 16px;
}
.point2_more_icon {
  width: 40px;
  height: 40px;
}
.point2_more_text {
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  text-align: center;
}
.point2_more_text .point2_more-catch {
  font-size: 16px;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: var(--yellow);
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}

/* Point2 block2 */
.point2_block2 {
  background-color: #f5f5f5;
  border-radius: 0 16px;
  margin-top: 32px;
  padding: 20px;
}
.point2_block2_box1 {
  background-color: #fff;
  border-radius: 0 16px;
  padding: 16px 8px;
  margin-top: 20px;
}
.point2_block2_txt {
  font-size: 20px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-top: 4px;
}
.point2_block2_txt:first-child { margin-top: 0; }
.point2_block2_rate {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.point2_block2_rate > b {
  font-size: 40px;
  letter-spacing: 0.05em;
}
.point2_block2_dl {
  margin-top: 16px;
}
.point2_block2_dt {
  color: var(--black);
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.point2_block2_dd {
  margin-top: 12px;
}
.point2_block2_dd .cirList > li::before{
  background-color: var(--pink)
}
.point2_block2_dd .numList > li::before{
  color: var(--pink)
}

/* ==================================================
Point3 借りた後も安心、一部繰上げ返済手数料無料
================================================== */
.point3_txt {
  font-size: 14px;
  line-height: 1.6875;
  margin-top: 40px;
}
.point3_img {
  text-align: center;
  margin-top: 24px;
}

/* ==================================================
ご融資までの流れ
================================================== */
.financing-heading {
  text-align: center;
}
.financing-heading .financing-title {
  margin-bottom: 20px;
}
.financing-heading .financing-title .main-text {
  font-size: 28px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
}
.financing-heading .financing-sub-title .main-text {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
}
.financing-heading .financing-sub-title .main-text-em {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.financing-heading .financing-sub-title .main-text-em.fc-blue {
  color: var(--pink);
}
.financing-heading .financing-sub-title .main-text-em.fc-red {
  color: var(--red);
}
.financing-heading .financing-sub-title .main-text-em.fc-red {
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-color: var(--yellow);
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}
.financing-steps-container {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.financing-steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 24px;
  width: 100%;
}
.financing-step {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  border: solid 2px var(--pink);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: 0 0 20px 0;
}
.arrow_under {
  width: 32px;
  margin-bottom: 32px;
}
.financing-step-wrap {
  width: 100%;
  height: auto;
}
.financing-step p {
  color: var(--pink);
  font-size: 20px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 56px;
  text-align: center;
}
.financing-step .sub-text {
  color: var(--black);
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.financing-step img {
  position: absolute;
  top: -40px;
}

/* ==================================================
以下の書類がお手元にあるとWebでのお手続きがスムーズです 
================================================== */
.preCheck .innerWrap {
  padding-bottom: 48px;
}
.preCheck .box2_head {
  background: var(--pink);
  border-color: var(--pink);
}
.preCheck .box2_body {
  border-color: var(--pink);
}
.preCheck .box2_body ul.cirList li::before {
  background: var(--pink)
}

/* ==================================================
よくあるご質問 
================================================== */
.apply-question .acd_btn:not(.active):after {
  background: url(/common_v2/images/icon_plus_pink.svg) no-repeat center center / contain;
}
.apply-question .acd_btn {
  background-color: #fff;
}
.apply-question .acd_btn.active {
  background-color: var(--pink);
}
.apply-question .acd_box {
  background-color: #fff;
}
.apply-question .acd_btn.active {
  background-color: var(--pink);
}
.acd.type-qa .acd_btn:hover .faqIcon-q, .acd.type-qa .acd_btn.active .faqIcon-q {
  color: var(--pink);
  background-image: url(/common_v2/images/icon_qa_white_pink.svg);
}
.apply-question .faqIcon-q {
  background-image: url(/common_v2/images/icon_qa_pink.svg);
  color: #fff;
}
.apply-question .faqIcon-a {
  background-image: url(/common_v2/images/icon_qa_white_pink.svg);
  color: var(--pink);
}

/* Question heading */
.question-heading {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}
.question-heading .main-text {
  font-size: 28px;
  font-weight: bold;
  font-family: var(--ffBold);
  letter-spacing: 0.05em;
  line-height: 1;
}

/* ==================================================
追加ユーティリティ
================================================== */
.u-fcBlue { color: var(--pink) !important; }
.u-fcYellow { color: var(--yellow) !important; }
.u-fcLGreen { color: var(--light-green) !important; }
.u-fcOrange { color: var(--orange) !important; }
.u-mt24 { margin-top: 24px !important; }
.u-mt56 { margin-top: 56px !important; }