@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem !important;
  font-family: Noto Sans JP, Roboto-font, ヒラギノ角ゴ, Noto Sans CJK, 游ゴシックMedium, Helvetica Neue, Hiragino Kaku Gothic ProN, ヒラギノ角ゴProN W3, YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
}
a:hover {
  opacity: 0.8;
}

h2 {
  position: relative;
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #000b2d;
  text-align: center;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 5.76px;
}
h2::before {
  content: "";
  display: block;
  width: 17px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='40' viewBox='0 0 21 40' fill='none'%3E%3Cpath d='M1.5 37.545V1.5H19.32' stroke='%233E976E' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
h2::after {
  content: "";
  display: block;
  width: 17px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='40' viewBox='0 0 21 40' fill='none'%3E%3Cpath d='M19.32 1.49992V37.5449H1.50001' stroke='%233E976E' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 12px;
}

h3 {
  font-size: 24px !important;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  padding: 0 42px;
  padding-bottom: 4px;
  margin-top: 56px;
  color: #2a2b2a;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 1.92px;
  background: linear-gradient(90deg, rgba(150, 187, 54, 0) 0%, #96bb36 50%, rgba(150, 187, 54, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}

.sec_inner {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

@media screen and (max-width: 768.9px) {
  h2 {
    color: #000;
    font-size: 24px !important;
    letter-spacing: 2.88px;
    gap: 8px;
  }
  h2::before {
    width: 14px;
    height: 30px;
    margin-bottom: auto;
  }
  h2::after {
    width: 14px;
    height: 30px;
    margin-top: auto;
  }
  h3 {
    font-size: 20px !important;
    padding: 0 32px;
    line-height: 1.8;
    letter-spacing: 1.6px;
  }
}
.header-nav-menu .nav-item img {
  width: 32px !important;
  height: 32px !important;
}

main,
.footer {
  min-width: 980px;
}

.footer {
  font-size: 14px;
}

@media screen and (max-width: 768.9px) {
  main,
  .footer {
    min-width: initial;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 150;
}

.modal {
  position: relative;
  background: #fff;
  padding: 32px 24px;
  border-radius: 20px;
  width: 90%;
  max-width: 1080px;
}

#closeBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  height: 40px;
  padding: 4px 16px;
  border-radius: 40px;
  border: 1px solid #247e51;
  color: #247e51;
  text-align: center;
  font-size: 18px;
  margin-top: 32px;
}

#closeIcon {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_cancel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 42px;
  color: #247e51;
  z-index: 2;
  top: -20px;
  right: -16px;
  background-color: #fff;
}

#modalTitle {
  text-align: center;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 12px;
}

#modalContents {
  display: flex;
  gap: 40px;
  width: 100%;
  overflow-y: scroll;
  height: 60vh;
}
#modalContents:has(.container.account_change) {
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: initial;
}
#modalContents .container {
  width: 100%;
}
#modalContents .container dt {
  border-radius: 8px;
  border: 1px solid #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
#modalContents .container dd {
  padding: 0 16px;
  margin-bottom: 32px;
}
#modalContents .container dd picture {
  display: block;
}
#modalContents .container dd .grid_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
#modalContents .container.account_change {
  max-width: 496px;
  margin-inline: auto;
}
#modalContents .container.account_change .qr_img img {
  max-width: 150px;
}

@media screen and (max-width: 768.9px) {
  .modal {
    padding: 20px 12px;
    width: 90%;
  }
  #closeBtn {
    height: 36px;
    font-size: 16px;
    margin-top: 24px;
  }
  #modalTitle {
    font-size: 20px !important;
    line-height: 1.5;
  }
  #closeIcon {
    background-size: 60%;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    z-index: 2;
    top: -14px;
    right: -10px;
  }
  #modalContents {
    flex-direction: column;
    gap: 0;
    max-height: 440px;
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
    height: 50vh;
  }
  #modalContents:has(.container.account_change) {
    height: 30vh;
    overflow-y: scroll;
  }
  #modalContents .container dt {
    border-radius: 8px;
    border: 1px solid #000;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 20px;
  }
  #modalContents .container dd .grid_item {
    grid-template-columns: 1fr;
  }
}
#followArea.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: opacity 0.2s;
}
#followArea.hide {
  opacity: 0;
  pointer-events: none;
}
#followArea .follow_contents {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#followArea .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  min-height: 48px;
  border-radius: 50px;
  background: #fff;
  color: #000000;
  font-weight: bold;
  gap: 4px;
  min-width: 352px;
}
#followArea .btn a.olive {
  border: 2.5px solid #004831;
}
#followArea .btn a.olive::after {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_angle_olive.svg");
  transform: rotate(3600deg);
  display: block;
}
#followArea .btn a.nl {
  border: 2.5px solid #bc9729;
}
#followArea .btn a.nl::after {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_angle_nl.svg");
  transform: rotate(-360deg);
  display: block;
}

@media screen and (max-width: 768.9px) {
  #followArea .follow_contents {
    gap: 14px;
    padding: 10px 6px;
    width: 100%;
  }
  #followArea .follow_contents .btn {
    width: 48%;
    align-items: stretch;
  }
  #followArea .follow_contents .btn a {
    font-size: clamp(12px, 3.7333333333vw, 14px);
    width: 100%;
    min-width: initial;
    padding: 10px;
    text-align: center;
    min-height: 52px;
    line-height: 1.2;
  }
  #followArea .follow_contents .btn a.olive:after {
    content: "";
    display: block;
    min-width: 16px;
    height: 12px;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_angle_olive.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #followArea .follow_contents .btn a.nl:after {
    content: "";
    display: block;
    min-width: 16px;
    height: 12px;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_angle_nl.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#kvSec {
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_mv.png"), linear-gradient(180deg, #effcf0 0%, #fff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: top, top;
  background-size: cover, cover;
  height: max(717px, 44.8125vw);
}
#kvSec h1 {
  text-align: center;
  padding-top: 24px;
}
#kvSec .kv_subtext {
  max-width: 610px;
  margin-inline: auto;
  margin-top: 20px;
}
#kvSec .box_area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 52px;
}
#kvSec .box_area .olive_box {
  width: 400px;
  background-image: linear-gradient(329deg, #0d2a13 2.14%, #2b734f 73.05%);
  filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.25));
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 0 24px 21px;
}
#kvSec .box_area .olive_box .box_img {
  margin-top: -56px;
}
#kvSec .box_area .olive_box .text {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#kvSec .box_area .olive_box .text span {
  font-size: 13px;
}
#kvSec .box_area .olive_box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  min-height: 48px;
  border-radius: 50px;
  border: 2.5px solid #004831;
  background: #fff;
  color: #000000;
  font-weight: bold;
  margin-top: 12px;
  gap: 4px;
}
#kvSec .box_area .olive_box .btn a::after {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_angle_olive.svg");
  transform: rotate(180deg);
  display: block;
  margin-top: 4px;
}
#kvSec .box_area .nl_box {
  width: 400px;
  max-height: 436px;
  background-image: linear-gradient(327deg, #c28e22 1.24%, #e7c760 98.49%);
  filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.25));
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 0 24px 21px;
}
#kvSec .box_area .nl_box .box_img {
  margin-top: -46px;
}
#kvSec .box_area .nl_box .text {
  color: #000;
  text-align: center;
  text-shadow: 0 0 12px #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
#kvSec .box_area .nl_box .text span {
  font-size: 13px;
}
#kvSec .box_area .nl_box .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  width: 100%;
  min-height: 48px;
  border-radius: 50px;
  border: 2.5px solid #bc9729;
  background: #fff;
  color: #000000;
  font-weight: bold;
  margin-top: 12px;
  gap: 4px;
}
#kvSec .box_area .nl_box .btn a::after {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_angle_nl.svg");
  transform: rotate(180deg);
  display: block;
  margin-top: 2px;
}

@media screen and (max-width: 768.9px) {
  #kvSec {
    background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_mv_sp.png"), linear-gradient(180deg, #effcf0 0%, #fff 100%);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom, top;
    background-size: contain, cover;
    height: auto;
    padding-bottom: 80px;
  }
  #kvSec h1 {
    text-align: center;
    padding-top: 24px;
  }
  #kvSec .kv_subtext {
    width: 92%;
  }
  #kvSec .box_area {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 20px;
  }
  #kvSec .box_area .olive_box {
    width: 90%;
    max-width: 400px;
    margin-inline: auto;
    padding: 12px 24px;
  }
  #kvSec .box_area .olive_box .box_img {
    margin-top: 0;
  }
  #kvSec .box_area .olive_box .text {
    font-size: 14px;
  }
  #kvSec .box_area .olive_box .text span {
    font-size: 12px;
  }
  #kvSec .box_area .olive_box .btn a {
    height: 48px;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
  }
  #kvSec .box_area .nl_box {
    width: 90%;
    max-width: 400px;
    margin-inline: auto;
    padding: 12px 24px;
  }
  #kvSec .box_area .nl_box .box_img {
    margin-top: 0;
  }
  #kvSec .box_area .nl_box .text {
    text-shadow: 0 0 12px #fff;
    font-size: 14px;
  }
  #kvSec .box_area .nl_box .text span {
    font-size: 12px;
  }
  #kvSec .box_area .nl_box .btn a {
    height: 48px;
    line-height: 1.2;
    font-size: 14px;
    text-align: center;
  }
}
#cardSec {
  margin: 0 0 60px;
}
#cardSec .my-swiper-2,
#cardSec .my-swiper-3 {
  padding-bottom: 12px !important;
}
#cardSec h2 {
  margin-bottom: 24px;
}
#cardSec .tab {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 80px;
}
#cardSec .tab li {
  position: relative;
  width: 280px;
  height: 65px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #d0d0d0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 5;
  margin-bottom: -6px;
}
#cardSec .tab li:hover {
  opacity: 0.7;
}
#cardSec .tab li .speech_bubble {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding: 7px 8px;
  border-radius: 50px;
  background-color: #d9d9d9;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -44px;
  color: #ffffff;
}
#cardSec .tab li .speech_bubble:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #d9d9d9 transparent transparent;
  translate: -50% 100%;
}
#cardSec .tab li.is-active {
  color: #000;
  cursor: default;
  z-index: 15;
  border-radius: 4px;
}
#cardSec .tab li.is-active:hover {
  opacity: 1;
}
#cardSec .tab li.is-active:first-child {
  border: 3px solid #3e976e;
  border-bottom-color: transparent;
  margin-bottom: -4px;
  background: #fbfffd;
}
#cardSec .tab li.is-active:last-child {
  border: 3px solid #bc9729;
  border-bottom-color: transparent;
  margin-bottom: -4px;
  background: #fffefa;
}
#cardSec .tab li.is-active .speech_bubble {
  color: #000;
  background-color: #ffec7e;
}
#cardSec .tab li.is-active .speech_bubble:after {
  border-color: #ffec7e transparent transparent;
}
#cardSec .tab_contents {
  position: relative;
  width: 100%;
  padding: 40px 0;
  display: none;
  z-index: 10;
}
#cardSec .tab_contents.is-active {
  display: block;
}
#cardSec .tab_contents .explanation_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
#cardSec .tab_contents .explanation_box .card_img_pc {
  display: block;
  max-width: 210px;
}
#cardSec .tab_contents .explanation_box .card_img_sp {
  display: none;
}
#cardSec .tab_contents .explanation_box .explanation_text .title {
  font-size: 18px;
  font-weight: 700;
}
#cardSec .tab_contents .explanation_box .explanation_text .sub_text {
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}
#cardSec .tab_contents .explanation_box .explanation_text .list {
  margin-top: 12px;
  display: flex;
  gap: 6px;
}
#cardSec .tab_contents .explanation_box .explanation_text .list li {
  display: flex;
  gap: 4px;
  padding: 4.4px 13.2px;
  border-radius: 28.6px;
  border: 1.1px solid #ada9a8;
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
}
#cardSec .tab_contents .explanation_box .explanation_text .list li::before {
  content: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_checmark.svg);
  display: block;
  width: 17px;
  height: 17px;
}
#cardSec .tab_contents .btn {
  display: inline-block;
  width: 100%;
  max-width: 296px;
  padding: 12px 64px;
  border-radius: 50px;
  border: 1.5px solid #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
#cardSec .tab_contents .btn.large {
  max-width: 390px;
  font-size: 28px;
  padding: 18px 64px;
}
#cardSec .tab_contents .btn.outline {
  max-width: 254px;
  padding: 12px 32px;
  box-shadow: none;
}
#cardSec .tab_contents .btn:hover {
  opacity: 0.7;
}
#cardSec .tab_contents .btn_area {
  margin-top: 24px;
  text-align: center;
}
#cardSec .tab_contents .sub_title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#cardSec .tab_contents .card_container {
  margin-top: 24px;
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
}
#cardSec .tab_contents .card_area > div div.card_item {
  width: 100%;
  max-width: 258px;
  height: 376px;
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
#cardSec .tab_contents .card_area > div div.card_item:hover {
  opacity: 0.7;
}
#cardSec .tab_contents .card_area > div.is-active div.card_item {
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  cursor: initial;
}
#cardSec .tab_contents .card_area > div.is-active div.card_item:hover {
  opacity: 1;
}
#cardSec .tab_contents .card_area .card_btn {
  margin-top: 8px;
  text-align: center;
}
#cardSec .tab_contents .card_area .card_btn .btn {
  padding: 12px 32px;
  max-width: 204px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}
#cardSec .tab_contents .card_area .card_img {
  width: 100%;
}
#cardSec .tab_contents .card_area .card_title {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
#cardSec .tab_contents .card_area .card_text {
  font-size: 12px;
  line-height: 150%;
}
#cardSec .tab_contents .card_area .card_text_list {
  margin-top: 8px;
}
#cardSec .tab_contents .card_area .card_text_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d9d9d9;
}
#cardSec .tab_contents .card_area .card_text_list li:not(:first-child) {
  padding-top: 4px;
}
#cardSec .tab_contents .card_area .card_text_list li p {
  font-size: 12px;
}
#cardSec .tab_contents .card_area .card_text_list li p:first-child {
  width: 72px;
  flex: none;
}
#cardSec .tab_contents .card_area .card_text_list li span {
  font-size: 16px;
  font-weight: 700;
}
#cardSec .tab_contents .card_description {
  margin-top: 40px;
  padding: 40px 16px;
  border: 2px solid #3e976e;
  background: #fff;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
  border-radius: 2px;
}
#cardSec .tab_contents .card_description .title_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
#cardSec .tab_contents .card_description .title_area h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 150%;
}
#cardSec .tab_contents .card_description .title_area .card_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
#cardSec .tab_contents .card_description .decoration_text {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  gap: 8px;
  justify-content: center;
}
#cardSec .tab_contents .card_description .decoration_text::before {
  content: "＼";
}
#cardSec .tab_contents .card_description .decoration_text::after {
  content: "／";
}
#cardSec .tab_contents .card_description .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
#cardSec .tab_contents .card_description .card_select_radio {
  width: 100%;
  border-radius: 4px;
  background: #effcf0;
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 20px 0 24px;
}
#cardSec .tab_contents .card_description .card_select_radio dt {
  font-size: 14px;
  line-height: 150%;
}
#cardSec .tab_contents .card_description .card_select_radio dd {
  font-size: 14px;
  line-height: 34px;
  padding: 0 24px;
  cursor: pointer;
}
#cardSec .tab_contents .card_description .card_select_radio dd.is-active {
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
  cursor: initial;
}
#cardSec .tab_contents .card_description .point_list {
  display: flex;
  gap: 30px;
  margin-top: 24px;
}
#cardSec .tab_contents .card_description .point_list .list_box {
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-row: span 6;
  border-radius: 8px;
  border: 1px solid #b0d9c8;
  background: #fff;
  position: relative;
}
#cardSec .tab_contents .card_description .point_list .list_box > p {
  padding: 0 16px;
  font-size: 14px;
}
#cardSec .tab_contents .card_description .point_list .list_box > p .desc_list {
  font-size: 14px !important;
  font-weight: 400 !important;
  text-align: left !important;
}
#cardSec .tab_contents .card_description .point_list .list_box:not(:last-child)::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  font-size: 30px;
}
#cardSec .tab_contents .card_description .point_list .box_title {
  border-radius: 8px 8px 0 0;
  padding: 10px 0;
  background: #3e976e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  height: 52px;
}
#cardSec .tab_contents .card_description .point_list .box_title img {
  max-width: 35px;
}
#cardSec .tab_contents .card_description .point_list .box_title p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
#cardSec .tab_contents .card_description .point_list .box_title p span {
  display: inline-block;
  font-size: 13px;
  line-height: 125%; /* 16.25px */
  letter-spacing: -0.65px;
}
#cardSec .tab_contents .card_description .point_list .point_rate {
  margin: 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
  margin-top: 16px;
}
#cardSec .tab_contents .card_description .point_list .point_rate dd,
#cardSec .tab_contents .card_description .point_list .point_rate dt {
  width: 47%;
  font-size: 14px;
  line-height: 1.5;
}
#cardSec .tab_contents .card_description .point_list .point_rate dt {
  text-align: right;
}
#cardSec .tab_contents .card_description .point_list .point_total {
  margin: 8px 16px 0;
  padding: 0 0 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #3e976e;
}
#cardSec .tab_contents .card_description .point_list .point_total dd,
#cardSec .tab_contents .card_description .point_list .point_total dt {
  width: 47%;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.5;
}
#cardSec .tab_contents .card_description .point_list .point_total dt {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
#cardSec .tab_contents .card_description .total_text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
#cardSec .tab_contents .card_description .total_point {
  margin-top: 40px;
  font-family: "M PLUS 1p", sans-serif;
  color: #3e976e;
  text-align: center;
  text-shadow: 2px 2px 0 #9fd3bb;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
#cardSec .tab_contents .card_description .total_point .small {
  color: #3e976e;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}
#cardSec .tab_contents.olive {
  border-top: 3px solid #3e976e;
  border-bottom: 3px solid #3e976e;
  background: #fbfffd;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_card_bg_olive.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#cardSec .tab_contents.olive .btn {
  background: #004831;
}
#cardSec .tab_contents.olive .btn.outline {
  display: flex;
  align-items: center;
  color: #3e976e;
  border: 1.5px solid #3e976e;
  background: #fff;
}
#cardSec .tab_contents.olive .btn.outline::after {
  content: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_external_olive.svg);
  height: 22px;
}
#cardSec .tab_contents.olive .card_area > div div.card_item {
  border: 3px solid #dbf0de;
}
#cardSec .tab_contents.olive .card_area > div.is-active div.card_item {
  border: 3px solid #3e976e;
  background: #effcf0;
}
#cardSec .tab_contents.olive .card_area > div.is-active .card_text_list li {
  border-bottom: 1px solid #3e976e;
}
#cardSec .tab_contents.olive .card_select_radio {
  background: #effcf0;
}
#cardSec .tab_contents.olive .card_select_radio dd:hover {
  background: #3e976e;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}
#cardSec .tab_contents.olive .card_select_radio dd.is-active {
  background: #3e976e;
}
#cardSec .tab_contents.nl {
  border-top: 3px solid #bc9729;
  border-bottom: 3px solid #bc9729;
  background: #fffefa;
  background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_card_bg_nl.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#cardSec .tab_contents.nl .btn {
  background: #df6c30;
}
#cardSec .tab_contents.nl .btn.outline {
  color: #df6c30;
  border: 1.5px solid #df6c30;
  background: #fff;
  display: flex;
  align-items: center;
}
#cardSec .tab_contents.nl .btn.outline::after {
  content: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_external_nl.svg);
  height: 22px;
}
#cardSec .tab_contents.nl h3 {
  background: linear-gradient(90deg, rgba(194, 142, 34, 0) 0%, #c28e22 50%, rgba(194, 142, 34, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
#cardSec .tab_contents.nl .card_description {
  border: 2px solid #bc9729;
}
#cardSec .tab_contents.nl .card_area > div div.card_item {
  border: 3px solid #efe6cd;
}
#cardSec .tab_contents.nl .card_area > div.is-active div.card_item {
  border: 3px solid #bc9729;
  background: #f8f5ea;
}
#cardSec .tab_contents.nl .card_area > div.is-active .card_text_list li {
  border-bottom: 1px solid #bc9729;
}
#cardSec .tab_contents.nl .card_select_radio {
  background: #f8f5ea;
}
#cardSec .tab_contents.nl .card_select_radio dd:hover {
  background: #bc9729;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
}
#cardSec .tab_contents.nl .card_select_radio dd.is-active {
  background: #bc9729;
}
#cardSec .tab_contents.nl .point_list .list_box {
  height: 327px;
  border: 1px solid #dbcea6;
}
#cardSec .tab_contents.nl .point_list .box_title {
  background: #bc9729;
}
#cardSec .tab_contents.nl .point_list .point_total {
  border-top: 1px solid #bc9729;
}
#cardSec .tab_contents.nl .total_point {
  color: #df6c30;
  text-shadow: 2px 2px 0 #f2bc8c;
}
#cardSec .tab_contents.nl .total_point .small {
  color: #df6c30;
}
#cardSec .tab_contents.nl .point_box .btn_area {
  margin-top: 80px;
}
#cardSec .tab_contents.nl .point_box .btn_area .btn {
  position: relative;
}
#cardSec .tab_contents.nl .point_box .btn_area .btn .bubble {
  position: absolute;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 14px;
  padding: 3px 26px;
  border: 3px solid #e3e1d6;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #000000;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}
#cardSec .tab_contents.nl .point_box .btn_area .btn::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  border-style: solid;
  border-width: 14px 7px 0 7px;
  border-color: #e3e1d6 transparent transparent;
  translate: -50% 100%;
}
#cardSec .tab_contents.nl .point_box .btn_area .btn::after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

@media screen and (max-width: 1199px) {
  #cardSec .tab_contents .card_container {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768.9px) {
  #cardSec {
    margin-top: 40px;
  }
  #cardSec h2 {
    margin-bottom: 24px;
  }
  #cardSec .tab {
    padding: 0 12px;
  }
  #cardSec .tab li {
    position: relative;
    width: 280px;
    height: 65px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #d0d0d0;
    color: #ffffff;
    font-size: clamp(16px, 2.6041666667vw, 20px);
    font-weight: bold;
    display: grid;
    place-items: center;
    cursor: pointer;
  }
  #cardSec .tab li:hover {
    opacity: 0.7;
  }
  #cardSec .tab_contents {
    width: 100%;
    padding: 40px 12px;
    display: none;
  }
  #cardSec .tab_contents.is-active {
    display: block;
  }
  #cardSec .tab_contents .explanation_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  #cardSec .tab_contents .explanation_box .card_img_pc {
    display: none;
  }
  #cardSec .tab_contents .explanation_box .card_img_sp {
    display: block;
    max-width: 210px;
    width: 100%;
  }
  #cardSec .tab_contents .explanation_box .explanation_text .title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  #cardSec .tab_contents .explanation_box .explanation_text .sub_text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 12px;
  }
  #cardSec .tab_contents .explanation_box .explanation_text .list {
    flex-wrap: wrap;
  }
  #cardSec .tab_contents .explanation_box .explanation_text .list li {
    display: flex;
    gap: 4px;
    padding: 4.4px 13.2px;
    border-radius: 28.6px;
    border: 1.1px solid #ada9a8;
    background: #fff;
    font-size: 13px;
    line-height: 1.6;
  }
  #cardSec .tab_contents .explanation_box .explanation_text .list li::before {
    content: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_checmark.svg);
    display: block;
    width: 17px;
    height: 17px;
  }
  #cardSec .tab_contents .btn {
    display: inline-block;
    width: 100%;
    max-width: 296px;
    padding: 12px 64px;
    border-radius: 50px;
    border: 1.5px solid #fff;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
  }
  #cardSec .tab_contents .btn.large {
    font-size: clamp(20px, 3.125vw, 24px);
    padding: 16px 34px;
  }
  #cardSec .tab_contents .btn.outline {
    max-width: 254px;
    padding: 12px 32px;
    box-shadow: none;
  }
  #cardSec .tab_contents .btn:hover {
    opacity: 0.7;
  }
  #cardSec .tab_contents .btn_area {
    margin-top: 24px;
    text-align: center;
  }
  #cardSec .tab_contents .sub_title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #cardSec .tab_contents .card_container {
    padding: 0;
  }
  #cardSec .tab_contents .card_description {
    margin-top: 40px;
    padding: 40px 16px;
    border: 2px solid #3e976e;
    background: #fff;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
    border-radius: 2px;
  }
  #cardSec .tab_contents .card_description .title_area {
    flex-direction: column;
  }
  #cardSec .tab_contents .card_description .title_area h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150%;
  }
  #cardSec .tab_contents .card_description .title_area .card_name {
    font-size: clamp(22px, 3.125vw, 24px);
    font-weight: bold;
    line-height: 1.5;
    flex: 1;
  }
  #cardSec .tab_contents .card_description .decoration_text {
    display: none;
  }
  #cardSec .tab_contents .card_description .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
  }
  #cardSec .tab_contents .card_description .card_select_radio {
    width: 100%;
    border-radius: 4px;
    background: #effcf0;
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 20px 0 24px;
  }
  #cardSec .tab_contents .card_description .card_select_radio dt {
    text-align: center;
  }
  #cardSec .tab_contents .card_description .card_select_radio dd {
    padding: 0 4px;
    cursor: pointer;
    text-align: center;
  }
  #cardSec .tab_contents .card_description .point_box {
    display: flex;
    flex-direction: column;
  }
  #cardSec .tab_contents .card_description .point_box .btn_area .btn .bubble {
    font-size: 16px;
    top: -38px;
  }
  #cardSec .tab_contents .card_description .point_box .btn_area .btn::before {
    top: -18px;
  }
  #cardSec .tab_contents .card_description .point_box .btn_area .btn::after {
    top: -16px;
  }
  #cardSec .tab_contents .card_description .point_list {
    flex-direction: column;
    align-items: center;
  }
  #cardSec .tab_contents .card_description .point_list .list_box {
    width: 100%;
    max-width: 320px;
    min-height: 240px;
    height: auto;
  }
  #cardSec .tab_contents .card_description .point_list .list_box > p {
    padding: 0 16px;
    font-size: 14px;
  }
  #cardSec .tab_contents .card_description .point_list .list_box:not(:last-child)::after {
    content: "＋";
    position: absolute;
    top: initial;
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
    font-size: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }
  #cardSec .tab_contents .card_description .point_list .box_title {
    border-radius: 8px 8px 0 0;
    padding: 10px 0;
    background: #3e976e;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    height: 52px;
  }
  #cardSec .tab_contents .card_description .point_list .box_title img {
    max-width: 35px;
  }
  #cardSec .tab_contents .card_description .point_list .box_title p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }
  #cardSec .tab_contents .card_description .point_list .box_title p span {
    display: inline-block;
    font-size: 13px;
    line-height: 125%; /* 16.25px */
    letter-spacing: -0.65px;
  }
  #cardSec .tab_contents .card_description .point_list .point_rate dd,
  #cardSec .tab_contents .card_description .point_list .point_rate dt {
    width: 47%;
    font-size: 14px;
    line-height: 1.5;
  }
  #cardSec .tab_contents .card_description .point_list .point_rate dt {
    text-align: right;
  }
  #cardSec .tab_contents .card_description .point_list .point_total dd,
  #cardSec .tab_contents .card_description .point_list .point_total dt {
    width: 47%;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  #cardSec .tab_contents .card_description .point_list .point_total dt {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
  }
  #cardSec .tab_contents .card_description .total_text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
  }
  #cardSec .tab_contents .card_description .total_point {
    margin-top: 20px;
    font-size: 60px;
    text-shadow: 3px 3px 0 #9fd3bb;
  }
  #cardSec .tab_contents .card_description .total_point .small {
    font-size: 40px;
  }
  #cardSec .tab_contents .card_area .card_btn .btn {
    max-width: initial;
    width: 100%;
  }
  #cardSec .tab_contents.olive {
    border-top: 3px solid #3e976e;
    border-bottom: 3px solid #3e976e;
    background: #fbfffd;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_card_bg_olive_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  #cardSec .tab_contents.olive .btn {
    background: #004831;
  }
  #cardSec .tab_contents.olive .btn.outline {
    color: #3e976e;
    border: 1.5px solid #3e976e;
    background: #fff;
  }
  #cardSec .tab_contents.olive .card_select_radio {
    background: #effcf0;
  }
  #cardSec .tab_contents.olive .card_select_radio dd:hover {
    background: #3e976e;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
  }
  #cardSec .tab_contents.olive .card_select_radio dd.is-active {
    background: #3e976e;
  }
  #cardSec .tab_contents.nl {
    border-top: 3px solid #bc9729;
    border-bottom: 3px solid #bc9729;
    background: #fffefa;
    background-image: url(https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_card_bg_nl_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  #cardSec .tab_contents.nl .btn {
    background: #df6c30;
  }
  #cardSec .tab_contents.nl .btn.outline {
    color: #df6c30;
    border: 1.5px solid #df6c30;
    background: #fff;
  }
  #cardSec .tab_contents.nl h3 {
    background: linear-gradient(90deg, rgba(194, 142, 34, 0) 0%, #c28e22 50%, rgba(194, 142, 34, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
  }
  #cardSec .tab_contents.nl .card_description {
    border: 2px solid #bc9729;
  }
  #cardSec .tab_contents.nl .card_select_radio {
    background: #f8f5ea;
  }
  #cardSec .tab_contents.nl .card_select_radio dd:hover {
    background: #bc9729;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
  }
  #cardSec .tab_contents.nl .card_select_radio dd.is-active {
    background: #bc9729;
  }
  #cardSec .tab_contents.nl .point_list .list_box {
    border: 1px solid #dbcea6;
  }
  #cardSec .tab_contents.nl .point_list .box_title {
    background: #bc9729;
  }
  #cardSec .tab_contents.nl .point_list .point_total {
    border-top: 1px solid #bc9729;
  }
  #cardSec .tab_contents.nl .total_point {
    color: #df6c30;
    text-shadow: 2px 2px 0 #f2bc8c;
  }
  #cardSec .tab_contents.nl .total_point .small {
    color: #df6c30;
  }
}
@media screen and (max-width: 575.9px) {
  #cardSec .tab {
    padding: 0 12px;
  }
  #cardSec .tab li .speech_bubble {
    padding: 8px 14px;
    font-size: 13px;
    top: -58px;
  }
}
@media screen and (min-width: 769px) {
  #cardSec .tab_contents .card_area {
    display: flex;
    justify-content: center;
    gap: 32px;
    transform: initial !important;
  }
  #cardSec .tab_contents .card_area > div {
    width: 100%;
    max-width: 258px;
  }
}
@media (max-width: 768.9px) {
  .point-accordion {
    order: 5;
  }
  .accordion-toggle {
    display: block;
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .olive .accordion-toggle {
    color: #3e976e;
  }
  .nl .accordion-toggle {
    color: #bc9729;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: max-height;
  }
  .point-accordion.active .accordion-content {
    max-height: 1000px; /* 大きめにしておく（内容が増えても足りるように） */
  }
  .card_area .swiper-slide {
    width: -moz-fit-content;
    width: fit-content;
  }
  .my-swiper-2 .swiper-button-next,
  .my-swiper-2 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    color: #3e976e;
  }
  .my-swiper-2 .swiper-button-next:after, .my-swiper-2 .swiper-button-next::before,
  .my-swiper-2 .swiper-button-prev:after,
  .my-swiper-2 .swiper-button-prev::before {
    font-size: 28px;
  }
  .my-swiper-3 .swiper-button-next,
  .my-swiper-3 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    color: #bc9729;
  }
  .my-swiper-3 .swiper-button-next:after, .my-swiper-3 .swiper-button-next::before,
  .my-swiper-3 .swiper-button-prev:after,
  .my-swiper-3 .swiper-button-prev::before {
    font-size: 28px;
  }
}
@media (min-width: 769px) {
  .accordion-toggle {
    display: none;
  }
  .accordion-content {
    display: contents; /* 中身だけ表示、ラッパー消える */
    max-height: none !important;
    transition: none !important;
  }
  .my-swiper-2 .swiper-slide,
  .my-swiper-3 .swiper-slide {
    flex-shrink: initial;
  }
  .my-swiper-2 .swiper-button-next,
  .my-swiper-2 .swiper-button-prev,
  .my-swiper-3 .swiper-button-next,
  .my-swiper-3 .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  #cardSec {
    margin-top: -5.2083333333vw;
  }
}
#otherSec {
  margin: 60px 0;
}
#otherSec h2 {
  margin-bottom: 24px;
}
#otherSec .bnr_area {
  text-align: center;
}

@media screen and (max-width: 768.9px) {
  .bnr_area {
    width: 70%;
    margin-inline: auto;
  }
}
#distinctionSec {
  padding: 60px 12px;
  background: #fbfffd;
}
#distinctionSec .compare_list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 24px;
}
#distinctionSec .compare_list .compare_contents {
  width: 100%;
  max-width: 500px;
}
#distinctionSec .compare_list .compare_contents h3 {
  margin-top: 0;
}
#distinctionSec .compare_list .compare_contents .compare_text {
  width: 216px;
  height: 52px;
  padding: 4px 10px;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  margin-top: 18px;
  display: flex;
  align-items: center;
}
#distinctionSec .compare_list .compare_contents .list_box {
  text-align: center;
}
#distinctionSec .compare_list .compare_contents .list_box .list_item {
  display: flex;
  padding: 12px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
}
#distinctionSec .compare_list .compare_contents .list_box .list_item li {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  line-height: 160%;
  gap: 8px;
}
#distinctionSec .compare_list .compare_contents .list_box .list_item li span {
  background: linear-gradient(180deg, transparent 90%, #ffec7e 10%) !important;
}
#distinctionSec .compare_list .compare_contents .list_box .list_item li::before {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_check_olive.svg");
  width: 17px;
  height: 17px;
}
#distinctionSec .compare_list .compare_contents.olive .compare_text {
  background: #20784c;
}
#distinctionSec .compare_list .compare_contents.olive .list_box img {
  max-width: 458px;
}
#distinctionSec .compare_list .compare_contents.olive .list_box .list_item {
  border: 3px solid #20784c;
}
#distinctionSec .compare_list .compare_contents.olive .list_box .list_item li::before {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_check_olive.svg");
}
#distinctionSec .compare_list .compare_contents.nl h3 {
  background: linear-gradient(90deg, rgba(194, 142, 34, 0) 0%, #c28e22 50%, rgba(194, 142, 34, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
}
#distinctionSec .compare_list .compare_contents.nl .compare_text {
  background: #bc9729;
}
#distinctionSec .compare_list .compare_contents.nl .list_box {
  margin-top: 11px;
}
#distinctionSec .compare_list .compare_contents.nl .list_box img {
  max-width: 414px;
}
#distinctionSec .compare_list .compare_contents.nl .list_box .list_item {
  margin-top: 10px;
  border: 3px solid #bc9729;
}
#distinctionSec .compare_list .compare_contents.nl .list_box .list_item li::before {
  content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_check_nl.svg");
}
#distinctionSec h4 {
  margin: 44px 0 24px;
  text-align: center;
}
#distinctionSec .compare_table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
#distinctionSec .compare_table th {
  border: none;
  padding: 13px;
  background: #f3f3f3;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  vertical-align: middle;
}
#distinctionSec .compare_table thead th {
  font-size: 16px;
}
#distinctionSec .compare_table thead th .card_img {
  width: 100px;
  margin-inline: auto;
  margin-top: 10px;
}
#distinctionSec .compare_table thead th:first-of-type {
  border-radius: 8px 0 0 0;
}
#distinctionSec .compare_table thead th.olive {
  background: #ecf2e6;
}
#distinctionSec .compare_table thead th.nl {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), var(--10, #bc9729);
  border-radius: 0 8px 0 0;
}
#distinctionSec .compare_table tbody th,
#distinctionSec .compare_table tbody td {
  border: none;
  padding: 13px;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  vertical-align: middle;
  font-size: 14px;
}
#distinctionSec .compare_table tbody td {
  background: #fff;
}
#distinctionSec .compare_table tbody td span {
  font-size: 20px;
  font-weight: bold;
}
#distinctionSec .compare_table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
}
#distinctionSec .compare_table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

@media screen and (max-width: 768.9px) {
  #distinctionSec {
    padding: 50px 12px;
    background: #fbfffd;
  }
  #distinctionSec .compare_list {
    flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }
  #distinctionSec .compare_list .compare_contents {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  #distinctionSec .compare_list .compare_contents .compare_text {
    width: 216px;
    height: 52px;
    padding: 4px 10px;
    margin-inline: auto;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
    margin-top: 18px;
    display: flex;
    align-items: center;
  }
  #distinctionSec .compare_list .compare_contents .list_box {
    text-align: center;
  }
  #distinctionSec .compare_list .compare_contents .list_box .list_item {
    display: flex;
    padding: 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
  }
  #distinctionSec .compare_list .compare_contents .list_box .list_item li {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 160%;
    gap: 8px;
    text-align: left;
  }
  #distinctionSec .compare_list .compare_contents .list_box .list_item li span {
    border-bottom: 2px solid var(--4, #ffec7e);
  }
  #distinctionSec .compare_list .compare_contents .list_box .list_item li::before {
    content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_check_olive.svg");
    width: 17px;
    height: 17px;
  }
  #distinctionSec .compare_list .compare_contents.olive .compare_text {
    background: #20784c;
  }
  #distinctionSec .compare_list .compare_contents.olive .list_box img {
    width: 100%;
    max-width: 458px;
  }
  #distinctionSec .compare_list .compare_contents.olive .list_box .list_item {
    border: 3px solid #20784c;
  }
  #distinctionSec .compare_list .compare_contents.olive .list_box .list_item li::before {
    content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_check_olive.svg");
  }
  #distinctionSec .compare_list .compare_contents.nl h3 {
    background: linear-gradient(90deg, rgba(194, 142, 34, 0) 0%, #c28e22 50%, rgba(194, 142, 34, 0) 100%);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: bottom;
  }
  #distinctionSec .compare_list .compare_contents.nl .compare_text {
    background: #bc9729;
  }
  #distinctionSec .compare_list .compare_contents.nl .list_box {
    margin-top: 11px;
  }
  #distinctionSec .compare_list .compare_contents.nl .list_box img {
    width: 100%;
    max-width: 414px;
  }
  #distinctionSec .compare_list .compare_contents.nl .list_box .list_item {
    margin-top: 10px;
    border: 3px solid #bc9729;
  }
  #distinctionSec .compare_list .compare_contents.nl .list_box .list_item li::before {
    content: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_check_nl.svg");
  }
  #distinctionSec h4 {
    margin: 44px 0 24px;
    text-align: center;
  }
  #distinctionSec .tabel_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  #distinctionSec .compare_table {
    min-width: 500px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
  }
  #distinctionSec .compare_table th {
    border: none;
    padding: 13px;
    background: #f3f3f3;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    vertical-align: middle;
  }
  #distinctionSec .compare_table thead th {
    font-size: 16px;
  }
  #distinctionSec .compare_table thead th .card_img {
    display: none;
  }
  #distinctionSec .compare_table thead th:first-of-type {
    border-radius: 8px 0 0 0;
  }
  #distinctionSec .compare_table thead th.olive {
    background: #ecf2e6;
  }
  #distinctionSec .compare_table thead th.nl {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), var(--10, #bc9729);
    border-radius: 0 8px 0 0;
  }
  #distinctionSec .compare_table tbody th,
  #distinctionSec .compare_table tbody td {
    border: none;
    padding: 13px;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    vertical-align: middle;
    font-size: 14px;
  }
  #distinctionSec .compare_table tbody td {
    background: #fff;
  }
  #distinctionSec .compare_table tbody td span {
    font-size: 20px;
    font-weight: bold;
  }
  #distinctionSec .compare_table tbody tr:last-child th {
    border-radius: 0 0 0 8px;
  }
  #distinctionSec .compare_table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }
}
#pointSec {
  padding: 60px 12px 100px;
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_point_bg.png"), linear-gradient(180deg, #fbfffd 0%, #eefff3 75%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#pointSec .point_box {
  padding: 32px;
  border-radius: 4px;
  border: 2px solid #d9d9d9;
  background: #fff;
  margin-top: 32px;
}
#pointSec .use_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 32px;
}
#pointSec .use_list .list_category {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background: #3e976e;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding: 4px 0;
}
#pointSec .use_list .list_category span {
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: 16px;
}
#pointSec .use_list .list_img {
  width: 100%;
  max-width: 210px;
  margin-inline: auto;
}
#pointSec .use_list .list_label {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  background: #e2f3bb;
  color: #050f1a;
  text-align: center;
  font-size: 12px;
  line-height: 150%;
  margin-top: 8px;
}
#pointSec .use_list .list_title {
  font-weight: bold;
  font-size: 14px;
  color: #050f1a;
  line-height: 150%;
  margin-top: 8px;
}
#pointSec .use_list .list_text {
  font-size: 14px;
  color: #050f1a;
  line-height: 150%;
  margin-top: 8px;
}
#pointSec .use_list .flex_container {
  display: flex;
  gap: 32px;
  margin-top: 12px;
}
#pointSec .use_list .flex_container .item {
  width: 33%;
}
#pointSec .use_list_01 {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
}
#pointSec .use_list_01 .list_img {
  margin-top: 12px;
}
#pointSec .use_list_02 {
  grid-column: 2/span 3;
  grid-row: 1/span 1;
}
#pointSec .use_list_03 {
  grid-column: 1/span 2;
  grid-row: 2/span 1;
}
#pointSec .use_list_03 .flex_container .item {
  width: 49%;
}
#pointSec .use_list_04 {
  grid-column: 3/span 2;
  grid-row: 2/span 1;
}
#pointSec .use_list_04 .flex_container .item {
  width: 49%;
}

@media screen and (max-width: 768.9px) {
  #pointSec {
    padding: 50px 12px 100px;
    background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_point_bg_sp.png"), linear-gradient(180deg, #fbfffd 0%, #eefff3 75%);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #pointSec .point_box {
    padding: 32px 12px;
  }
  #pointSec .use_list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 32px;
  }
  #pointSec .use_list .list_category {
    position: relative;
    width: 100%;
    border-radius: 4px;
    background: #3e976e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    padding: 4px 0;
  }
  #pointSec .use_list .list_category span {
    display: none;
  }
  #pointSec .use_list .list_img {
    width: 100%;
    max-width: 210px;
    margin-inline: auto;
  }
  #pointSec .use_list .list_label {
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px;
    border-radius: 4px;
    background: #e2f3bb;
    color: #050f1a;
    text-align: center;
    font-size: 12px;
    line-height: 150%;
    margin-top: 8px;
  }
  #pointSec .use_list .list_title {
    font-weight: bold;
    font-size: 14px;
    color: #050f1a;
    line-height: 150%;
    margin-top: 8px;
  }
  #pointSec .use_list .list_text {
    font-size: 14px;
    color: #050f1a;
    line-height: 150%;
    margin-top: 8px;
  }
  #pointSec .use_list .flex_container {
    display: flex;
    gap: 32px;
    margin-top: 12px;
  }
  #pointSec .use_list .flex_container .item {
    width: 33%;
  }
  #pointSec .use_list_01 {
    grid-column: initial;
    grid-row: initial;
  }
  #pointSec .use_list_01 .list_img {
    margin-top: 12px;
  }
  #pointSec .use_list_02 {
    grid-column: initial;
    grid-row: initial;
  }
  #pointSec .use_list_02 .flex_container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pointSec .use_list_02 .flex_container .item {
    width: 44%;
  }
  #pointSec .use_list_02 .flex_container .item:first-child {
    width: 100%;
  }
  #pointSec .use_list_03 {
    grid-column: initial;
    grid-row: initial;
  }
  #pointSec .use_list_03 .flex_container .item {
    width: 49%;
  }
  #pointSec .use_list_04 {
    grid-column: initial;
    grid-row: initial;
  }
  #pointSec .use_list_04 .flex_container .item {
    width: 49%;
  }
}
#meritSec {
  padding: 60px 12px;
  background: linear-gradient(180deg, #eefff3 25%, #fbfffd 100%);
}
#meritSec .merit_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 32px;
}
#meritSec .merit_area .merit_box {
  width: 32%;
  max-width: 332px;
}
#meritSec .merit_area .merit_box .merit_label {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 4px 16px;
  border-radius: 20px;
  background: #ffec7e;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
#meritSec .merit_area .merit_box .merit_box_btn {
  position: relative;
  border-radius: 4px;
  border: 3px solid #d9d9d9;
  background: #fff;
  margin-top: 24px;
  cursor: pointer;
}
#meritSec .merit_area .merit_box .merit_box_btn:hover {
  opacity: 0.7;
}
#meritSec .merit_area .merit_box .merit_box_btn.is-active {
  border: 3px solid #3e976e;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  cursor: default;
}
#meritSec .merit_area .merit_box .merit_box_btn.is-active:hover {
  opacity: 1;
}
#meritSec .merit_area .merit_box .merit_box_btn.is-active .icon::before {
  opacity: 0;
  transform: translateX(-50%) scaleY(0.001);
}
#meritSec .merit_area .merit_box .merit_img {
  max-width: 300px;
  margin-inline: auto;
  margin-top: -24px;
}
#meritSec .merit_area .merit_box .merit_text {
  padding: 0 16px;
}
#meritSec .merit_area .merit_box .merit_text p:first-child {
  font-size: clamp(14px, 1.3333333333vw, 16px);
}
#meritSec .merit_area .merit_box .merit_text p:last-child {
  margin-top: 8px;
  font-size: 14px;
  min-height: 42px;
}
#meritSec .merit_area .merit_box .icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 17px;
  height: 17px;
  margin-inline: auto;
}
#meritSec .merit_area .merit_box .icon::before,
#meritSec .merit_area .merit_box .icon::after {
  content: "";
  position: absolute;
  background-color: #3e976e;
  border-radius: 2px;
}
#meritSec .merit_area .merit_box .icon::before {
  width: 2.5px; /* 線の太さ */
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#meritSec .merit_area .merit_box .icon::after {
  width: 100%;
  height: 2.5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#meritSec .merit_content {
  display: none;
  margin-top: 40px;
  width: 100%;
  border: 2px solid #3e976e;
  background: #fff;
  padding: 24px 16px;
  border-radius: 2px;
  position: relative;
}
#meritSec .merit_content.is-active {
  display: block;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.25));
}
#meritSec .merit_content.is-active[data-merit-container="01"]::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 154px;
  margin-left: -15px;
  border: 26px solid transparent;
  border-bottom: 26px solid #fff;
  z-index: 2;
}
#meritSec .merit_content.is-active[data-merit-container="01"]::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 156px;
  margin-left: -17px;
  border: 26px solid transparent;
  border-bottom: 26px solid #3e976e;
  z-index: 1;
}
#meritSec .merit_content.is-active[data-merit-container="02"]::before {
  content: "";
  position: absolute;
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
  border: 26px solid transparent;
  border-bottom: 26px solid #fff;
  z-index: 2;
}
#meritSec .merit_content.is-active[data-merit-container="02"]::after {
  content: "";
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  border: 26px solid transparent;
  border-bottom: 26px solid #3e976e;
  z-index: 1;
}
#meritSec .merit_content.is-active[data-merit-container="03"]::before {
  content: "";
  position: absolute;
  top: -49px;
  right: 138px;
  margin-left: -15px;
  border: 26px solid transparent;
  border-bottom: 26px solid #fff;
  z-index: 2;
}
#meritSec .merit_content.is-active[data-merit-container="03"]::after {
  content: "";
  position: absolute;
  top: -52px;
  right: 138px;
  margin-left: -17px;
  border: 26px solid transparent;
  border-bottom: 26px solid #3e976e;
  z-index: 1;
}
#meritSec .merit_content .choice {
  display: flex;
  font-weight: bold;
  gap: 10px;
  font-size: 14px;
}
#meritSec .merit_content .choice span {
  display: block;
  color: rgba(5, 15, 26, 0.5);
}
#meritSec .merit_content h3 {
  margin-top: 16px;
}
#meritSec .merit_content h4 {
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
  color: #3e976e;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 12px;
}
#meritSec .merit_content .merit_content_inner {
  max-width: 968px;
  width: 100%;
  margin-inline: auto;
}
#meritSec .merit_content .merit_img_01 {
  max-width: 600px;
  width: 100;
  margin-inline: auto;
}
#meritSec .merit_content .inner_img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
#meritSec .merit_content .inner_img .inner_img_01 {
  max-width: 472px;
}
#meritSec .merit_content .inner_img .inner_img_02 {
  max-width: 326px;
}
#meritSec .table_area {
  margin-top: 16px;
  padding: 16px 0;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
#meritSec .tabel_text {
  font-size: 14px;
}
#meritSec .compare_table {
  margin-top: 8px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
#meritSec .compare_table th {
  border: none;
  padding: 12px;
  background: #f3f3f3;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  vertical-align: middle;
}
#meritSec .compare_table thead th {
  font-size: 16px;
}
#meritSec .compare_table thead th .card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#meritSec .compare_table thead th .container_item {
  margin-top: 8px;
}
#meritSec .compare_table thead th .container_item p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.6px;
}
#meritSec .compare_table thead th .container_item .card_img {
  width: 80px;
  margin-inline: auto;
  margin-top: 10px;
}
#meritSec .compare_table thead th:first-of-type {
  border-radius: 4px 0 0 0;
}
#meritSec .compare_table thead th:last-of-type {
  border-radius: 0 4px 0 0;
}
#meritSec .compare_table thead th:not(:first-of-type) {
  background: #ecf2e6;
  vertical-align: top;
}
#meritSec .compare_table tbody th,
#meritSec .compare_table tbody td {
  border: none;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
#meritSec .compare_table tbody td {
  background: #fff;
}
#meritSec .compare_table tbody tr:last-child th {
  border-radius: 0 0 0 4px;
}
#meritSec .compare_table tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

@media screen and (max-width: 768.9px) {
  #meritSec {
    padding: 50px 12px;
  }
  #meritSec .merit_area .merit_box {
    width: 100%;
    max-width: 460px;
    margin-inline: auto;
  }
  #meritSec .merit_area .merit_box:nth-of-type(1) {
    order: 1;
  }
  #meritSec .merit_area .merit_box:nth-of-type(2) {
    order: 3;
    margin-top: 30px;
  }
  #meritSec .merit_area .merit_box:nth-of-type(3) {
    order: 5;
    margin-top: 30px;
  }
  #meritSec .merit_area .merit_box .merit_label {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding: 4px 16px;
    border-radius: 20px;
    background: #ffec7e;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
  }
  #meritSec .merit_area .merit_box .merit_box_btn {
    position: relative;
    border-radius: 4px;
    border: 3px solid #d9d9d9;
    background: #fff;
    margin-top: 24px;
    cursor: pointer;
  }
  #meritSec .merit_area .merit_box .merit_box_btn:hover {
    opacity: 1;
  }
  #meritSec .merit_area .merit_box .merit_box_btn.is-active {
    border: 3px solid #3e976e;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    cursor: default;
  }
  #meritSec .merit_area .merit_box .merit_box_btn.is-active:hover {
    opacity: 1;
  }
  #meritSec .merit_area .merit_box .merit_box_btn.is-active .icon::before {
    opacity: 0;
    transform: translateX(-50%) scaleY(0.001);
  }
  #meritSec .merit_area .merit_box .merit_img {
    max-width: 300px;
    margin-inline: auto;
    margin-top: -24px;
  }
  #meritSec .merit_area .merit_box .merit_text p:first-child {
    font-size: 16px;
  }
  #meritSec .merit_area .merit_box .icon {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 17px;
    height: 17px;
    margin-inline: auto;
  }
  #meritSec .merit_area .merit_box .icon::before,
  #meritSec .merit_area .merit_box .icon::after {
    content: "";
    position: absolute;
    background-color: #3e976e;
    border-radius: 2px;
  }
  #meritSec .merit_area .merit_box .icon::before {
    width: 2.5px; /* 線の太さ */
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  #meritSec .merit_area .merit_box .icon::after {
    width: 100%;
    height: 2.5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  #meritSec .merit_content {
    margin-bottom: 30px;
  }
  #meritSec .merit_content:nth-of-type(4) {
    order: 2;
  }
  #meritSec .merit_content:nth-of-type(5) {
    order: 4;
  }
  #meritSec .merit_content:nth-of-type(6) {
    order: 6;
  }
  #meritSec .merit_content.is-active[data-merit-container="01"]::before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  #meritSec .merit_content.is-active[data-merit-container="01"]::after {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  #meritSec .merit_content.is-active[data-merit-container="02"]::before {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  #meritSec .merit_content.is-active[data-merit-container="02"]::after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }
  #meritSec .merit_content.is-active[data-merit-container="03"]::before {
    right: 50%;
    transform: translateX(50%);
    margin-left: 0;
  }
  #meritSec .merit_content.is-active[data-merit-container="03"]::after {
    right: 50%;
    transform: translateX(50%);
    margin-left: 0;
  }
  #meritSec .merit_content .choice {
    display: none;
  }
  #meritSec .merit_content h3 {
    margin-top: 16px;
  }
  #meritSec .merit_content h4 {
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    color: #3e976e;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 12px;
  }
  #meritSec .merit_content .merit_content_inner {
    max-width: 968px;
    width: 100%;
    margin-inline: auto;
  }
  #meritSec .merit_content .merit_img_01 {
    max-width: 600px;
    width: 100;
    margin-inline: auto;
  }
  #meritSec .merit_content .inner_img {
    flex-direction: column-reverse;
  }
  #meritSec .merit_content .inner_img .inner_img_01 {
    max-width: 472px;
  }
  #meritSec .merit_content .inner_img .inner_img_02 {
    max-width: 326px;
  }
  #meritSec .table_area {
    margin-top: 16px;
    padding: 16px 0;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
  }
  #meritSec .tabel_scroll {
    width: 100%;
    overflow-x: auto;
  }
  #meritSec .tabel_text {
    font-size: 14px;
  }
  #meritSec .compare_table {
    min-width: 500px;
    margin-top: 8px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px;
    border-top: 1px solid #b3b3b3;
    border-left: 1px solid #b3b3b3;
  }
  #meritSec .compare_table th {
    border: none;
    padding: 13px;
    background: #f3f3f3;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    vertical-align: middle;
  }
  #meritSec .compare_table thead th {
    font-size: 16px;
  }
  #meritSec .compare_table thead th .card_container {
    display: flex;
    gap: 10px;
  }
  #meritSec .compare_table thead th .container_item {
    display: none;
  }
  #meritSec .compare_table thead th:first-of-type {
    border-radius: 4px 0 0 0;
  }
  #meritSec .compare_table thead th:last-of-type {
    border-radius: 0 4px 0 0;
  }
  #meritSec .compare_table thead th:not(:first-of-type) {
    background: #ecf2e6;
  }
  #meritSec .compare_table tbody th,
  #meritSec .compare_table tbody td {
    border: none;
    padding: 12px;
    text-align: center;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
  }
  #meritSec .compare_table tbody td {
    background: #fff;
  }
  #meritSec .compare_table tbody tr:last-child th {
    border-radius: 0 0 0 4px;
  }
  #meritSec .compare_table tbody tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
  }
}
@media screen and (min-width: 769px) {
  .compare_table .card_title {
    font-size: clamp(14px, 1.4vw, 16px);
  }
}
#campaignSec {
  padding: 60px 0;
}
#campaignSec .swiper {
  margin-top: 24px;
  padding-bottom: 30px;
}
#campaignSec .swiper-slide {
  width: 780px;
}
#campaignSec .swiper-button-prev,
#campaignSec .swiper-button-next {
  background-color: #ffffff;
  border-radius: 50px;
  height: 36px;
  width: 36px;
  margin-top: calc(-10px - var(--swiper-navigation-size) / 2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  color: #3e976e;
}
#campaignSec .swiper-button-prev:after, #campaignSec .swiper-button-prev::before,
#campaignSec .swiper-button-next:after,
#campaignSec .swiper-button-next::before {
  font-size: 26px;
}
#campaignSec .swiper-button-prev {
  left: 19.0625vw;
}
#campaignSec .swiper-button-next {
  right: 19.0625vw;
}
#campaignSec .swiper-pagination-bullet-active {
  background-color: #3e976e;
}

@media screen and (min-width: 1601px) {
  #campaignSec .swiper-button-prev {
    left: 26.875vw;
  }
  #campaignSec .swiper-button-next {
    right: 26.875vw;
  }
}
@media screen and (max-width: 768.9px) {
  #campaignSec h2 {
    padding: 0 12px;
  }
  #campaignSec .swiper-slide {
    width: 750px;
  }
}
#faqSec {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 24px;
}
#faqSec .faq_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
#faqSec .faq_box_wrap {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  border: 2px solid #d9d9d9;
}
#faqSec .faq_box_wrap .faq_question {
  position: relative;
  color: #3e976e;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#faqSec .faq_box_wrap .faq_question::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
}
#faqSec .faq_box_wrap .faq_answer {
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#faqSec .faq_box_wrap .faq_answer::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/sbixsmbc_olive_01_251225_icon_answer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
}

@media screen and (max-width: 768.9px) {
  #faqSec {
    padding: 60px 12px 0;
  }
}
#discSec {
  padding: 60px 12px;
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
  font-size: 14px;
}