html {
  scrollbar-gutter: stable;
}

/* contents header nav overlay on breadcrumbs */
#contents__header__navInner h1 {
  display: none;
}

#contents__header,
#contents__header #contents__header__nav,
#contents__header #contents__header__navMain #contents__header__navMain__scrollArea {
  background-image: none;
}

#contents__header {
  position: relative;
  background-color: #fff;
  border: none;
  box-shadow: none;
}

#contents__header__nav {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #contents__header {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    display: block !important;
  }

  #contents__header {
    height: auto;
    min-height: 46px;
    padding-top: 0;
  }

  #contents__header #contents__header__nav.fixed {
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
    background-color: transparent;
  }

  #contents__header #contents__header__nav {
    height: 46px;
    background-image: none;
    z-index: 25;
    right: max(16px, calc((100% - 1000px) / 2 + 16px));
  }

  #contents__header__nav > .contents__inner {
    padding: 0;
    max-width: none;
    margin: 0;
  }

  #contents__header .breadcrumbs {
    position: relative;
    height: auto;
    min-height: 46px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  #contents__header .breadcrumbs .contents__inner {
    width: 100%;
    padding-right: 260px;
    overflow: visible;
    max-height: none;
    box-sizing: border-box;
  }

  #contents__header .breadcrumbs ul {
    overflow-x: visible;
    white-space: normal;
  }

  #contents__header #contents__header__navMain .nav > li ul {
    border: none;
  }

  #contents__header #contents__header__navMain .nav > li.active {
    border-bottom: none;
  }

  #contents__header #contents__header__navMain .nav,
  #contents__header #contents__header__navMain .nav > li:last-child {
    background-image: none;
  }

  #contents__header #contents__header__navInner {
    height: auto;
    display: flex;
    justify-content: flex-end;
  }

  #contents__header #contents__header__navMain {
    position: static;
    right: auto;
    bottom: auto;
    display: flow-root;
  }

  #contents__header #contents__header__navMain #contents__header__navMain__scrollArea {
    margin: 0;
    max-height: none;
    overflow: visible;
  }
}

body {
  background: #fff;
}


.c-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.c-container * {
  box-sizing: border-box;
}

.mainContents {
  font-family: 'Hiragino Kaku Gothic ProN', Arial, 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.mainContents:has( .c-container) > div:last-child {
    margin-bottom: 0;
}

.c-hr {
  height: 1px;
  background: #D7D7D7;
  margin: 0;
  width: 100%;
  border: none;
}

.c-container  summary::-webkit-details-marker { display: none; }

.c-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/*button*/

.c-button-apply {
  max-width: 311px;
  width: 100%;
  padding: 20px 16px;
  background: linear-gradient(90deg, #004CA8 0%, #0594CF 68%, #9DF1DB 87%, #FFFBC1 100%);
  border-radius: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  word-wrap: break-word;
  position: relative;
  transition: opacity 0.3s ease-in-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.20);

  &:hover {
    text-decoration: none !important;
    opacity: 0.7;
  }

  .c-button-apply-icon {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    right: 16px;
    top: 50%;
    background: white;
    overflow: hidden;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(-50%);
  }

  .c-button-apply-icon::after {
    content: "";
    width: 6px;
    height: 6px;
    right: 8px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #247ACC;
    z-index: 2;
  }
}

.c-container a.c-button-apply {
  color: #fff;
}

.c-container .c-button-apply:hover {
  text-decoration: none;
}

.c-button-modal,
.c-button-blank {
  margin: 0 auto;
  width: 100%;
  padding: 8px 35px 10px;
  background: white;
  border-radius: 32px;
  border: 1px #0474D0 solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0474D0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  word-wrap: break-word;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.c-button-modal:hover,
.c-button-blank:hover {
  opacity: 0.7;
}

.c-button-modal::after,
.c-button-blank::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  flex-shrink: 0;
  background-color: #0474D0;
  transform: translateY(-50%);
}

.c-button-modal::after {
  right: 12px;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_plus.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/promotion/tstosab/assets/images/w_icon_plus.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}

.c-button-blank::after {
  right: 16px;
  width: 18px;
  height: 18px;
  -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_newtab.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/promotion/tstosab/assets/images/w_icon_newtab.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
}

.c-button-blank:hover {
  text-decoration: none !important;
}

.c-button-accordion {
  width: 100%;
  min-height: 44px;
  background: #F3F3F3;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  text-align: center;
  flex-direction: column;
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  word-wrap: break-word;
  border: none;
  padding: 15px 20px;
  position: relative;
}

.c-button-accordion::after {
  position: absolute;
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 50%;
  background: #4D4D4D;
  -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  transform: translateY(-50%);
}

.c-button-accordion.c-button-accordion--blue::after {
  background-color: #0474D0;
}

.c-button-more {
  margin: 30px auto 36px;
  border: none;
  width: 100%;
  padding: 8px 20px 6px 35px;
  background: #DEF2FD;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0474D0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14;
  word-wrap: break-word;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.c-button-accordion.c-button-accordion--blue {
  background: #DEF2FD;
  color: #0474D0;
}

.mainContents a:focus-visible,
.mainContents summary:focus-visible,
.mainContents button:focus-visible,
.swiper-pagination-bullet:focus-visible {
  outline: 2px solid #0474D0;
  outline-offset: 2px;
}

.mainContents button, .mainContents summary {
  transition: opacity 0.3s ease-in-out;
}

.mainContents button:hover, .mainContents summary:hover {
  opacity: 0.7;
}
/*icon*/
.c-icon-arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 7px;
  -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #fff;
  right: 50%;
  top: 50%;
  transform: translate(50%,-50%) rotate(-90deg);
}

.c-icon-blank {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_newtab.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/promotion/tstosab/assets/images/w_icon_newtab.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  background: #fff;
  right: 50%;
  top: 50%;
  transform: translate(50%,-50%);
}
/*link*/
.c-link-blank:not(:has(.c-link-blank-text)), .c-link-blank-text {
  color: #008DEC;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  word-wrap: break-word;
  display: inline-flex;
  position: relative;
  padding-right: 27px;
}

.c-link-blank:not(:has(.c-link-blank-text)):hover, .c-link-blank:hover .c-link-blank-text {
  text-decoration: underline;
}

.c-link-blank:not(:has(.c-link-blank-text))::after, .c-link-blank-text::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  background-color: #008DEC;
  -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_newtab.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(/promotion/tstosab/assets/images/w_icon_newtab.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*heading*/
.c-section-heading {
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #222222;
  font-size: 32px;
  font-weight: 600;
  word-wrap: break-word;
}

/*accordion*/
.c-accordions,
.c-accordion {
  width: 100%;
}

.c-accordion[open] .c-button-accordion::after {
  transform: translateY(-50%) rotate(180deg);
}

.c-accordion-header {
  cursor: pointer;
}

.c-accordion-header .c-button-accordion {
  margin: 0;
}

 /*list*/
.c-list-caution {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-list-caution li {
  color: #4D4D4D;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  word-wrap: break-word;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.c-list-caution li::before {
  content: "※";
  min-width: 16px;
  flex-shrink: 0;
}

.c-list-disc {
  margin: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  word-wrap: break-word;
  list-style: disc;
  padding-left: 20px;
}

.c-list-decimal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: list-decimal-counter;

  li {
    counter-increment: list-decimal-counter;
    display: flex;
    gap: 10px;
    color: #222222;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;

    &::before {
      content: counter(list-decimal-counter) ".";
      flex-shrink: 0;
      color: #222222;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.7;
    }
  }
}

.c-list-note {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: list-note-counter;

  li {
    counter-increment: list-note-counter;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;

    &::before {
      content: "※" counter(list-note-counter);
      min-width: 25px;
      flex-shrink: 0;
    }
  }
}

.c-container {
  .c-list-disc {
    list-style: disc;
    padding-left: 20px;
  }

  .openDetailArea2 {
    border: none;
    margin-top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .c-link-blank:not(:has(.c-link-blank-text)), .c-link-blank-text {
    font-size: 16px;
  }

  .c-button-apply {
    max-width: 330px;
    height: 62px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    .c-button-apply-icon::after {
      right: 10px;
    }
    .c-button-apply-icon {
      width: 24px;
      height: 24px;
      right: 20px;
    }
  }

  .c-button-modal {
    max-width: 400px;
    font-size: 18px;
  }

  .c-button-blank,
  .c-button-modal {
    max-width: 400px;
    font-size: 18px;
    line-height: 1.3;
    padding: 18px 30px;
  }

  .c-button-modal::after, .c-button-blank::after {
    right: 30px;
  }

  .c-section-heading {
    font-size: 40px;
  }

  .c-sp-only {
    display: none;
  }

  .c-button-accordion {
    margin: 0 auto;
    font-size: 18px;
    border-radius: 16px;
    padding: 15px 40px;
    line-height: 1.78;
  }

  .c-button-accordion::after {
    width: 20px;
    height: 20px;
    right: 40px;
  }

  .c-button-more {
    margin: 60px auto;
    font-size: 18px;
    border-radius: 16px;
    padding: 15px 40px;
  }

  .c-list-caution li {
    font-size: 15px;
  }
}

.c-tab-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}

.c-tab-panel.active {
  display: block;
}

/* ==========================================
   Key Visual (.c-kv)
   ========================================== */
.c-kv-wrap * {
  box-sizing: border-box;
}

.c-kv-wrap {
  position: relative;
  padding: 35% 0 3px;
  overflow: hidden;

  .c-kv {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;

    &::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      bottom: -1px;
      background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    }
  }

  .c-kv__container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 375px;
  }

  .c-kv__background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .c-kv__background picture {
    display: block;
    width: 100%;
    height: auto;
  }

  .c-kv__background img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .c-kv__panel {
    width: 100%;
    padding: 0 16px;
    left: 0;
    position: relative;
    z-index: 1;
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
  }

  .c-kv__top {
    align-self: stretch;
    /*background: rgba(255, 255, 255, 0.10);*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
  }

  .c-kv__card-header {
    padding-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
  }

  .c-kv__badge {
    width: 76px;
    height: 76px;
    padding: 0;
    position: relative;
    background: white;
    border-radius: 100px;
    border: 1px #0474D0 solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-kv__badge-text {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #0474D0;
    font-size: 13px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-kv__card-img {
    width: 152px;
    height: auto;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }

  .c-kv__card-title-bar {
    align-self: stretch;
    padding: 0;
    background: #0A54AD;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
  }

  .c-kv__card-title-text {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.72px;
    word-wrap: break-word;
  }

  .c-kv__features {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .c-kv__catchcopy {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    color: #F6574E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.18;
    word-wrap: break-word;
  }

  .c-kv__feature-list {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    padding: 10px 0;
  }

  .c-kv__feature-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    border-left: 1px solid #D9D9D9;
  }

  .c-kv__feature-item:first-child {
    border-color: transparent;
  }

  .c-kv__feature-value {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: row;
  }

  .c-kv__feature-num {
    display: contents;
    color: #0474D0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    word-wrap: break-word;
  }

  .c-kv__feature-unit {
    color: #0474D0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    word-wrap: break-word;
  }

  .c-kv__feature-label {
    margin: 0;
    margin-top: 8px;
    text-align: center;
    color: #0474D0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-kv__cta {
    margin-top: 0;
    align-self: stretch;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .c-kv__note {
    margin-top: 8px;
    margin-bottom: 12px;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-kv__sub-link {
    color: #008DEC;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .c-kv__sub-link:hover {
    text-decoration: underline;
  }

  .c-kv__sub-link::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    bottom: 2px;
    position: relative;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #247ACC;
  }

  .c-kv__sub-link-text {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-kv-wrap {
    padding: 60px 0 0;

    .c-kv::after {
      top: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 44.01%, #FFF 86%), linear-gradient(270deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.00) 11.97%, rgba(255, 255, 255, 0.00) 41.48%, #FFF 70.97%), 17.875px 0.103px / 129.738% 116.824% no-repeat;
    }

    .c-kv__background picture {
      height: 100%;
    }

    .c-kv__background img {
      object-fit: cover;
      object-position: top;
    }

    .c-kv__top {
      gap: 0;
    }

    .c-kv__card-header {
      gap: 15px;
      padding-left: 12px;
    }

    .c-kv__badge {
      position: absolute;
      width: 100px;
      height: 100px;
      padding: 0;
      top: -3px;
      left: 40px;
    }

    .c-kv__badge-text {
      font-size: 17px;
    }

    .c-kv__card-img {
      position: absolute;
      width: 37.67dvw;
      bottom: 34px;
      right: 16px;
      border-radius: 16px;
    }

    .c-kv__container {
      width: 100%;
      max-width: 895px;
    }

    .c-kv__panel {
      position: unset;
      max-width: 521px;
      width: auto;
      padding: 50px 60px 20px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 32px;
    }

    .c-kv__card-title-bar {
      padding: 7px 0 7px 6px;
    }

    .c-kv__card-title-text {
      font-size: 40px;
    }

    .c-kv__catchcopy {
      font-size: 28px;
      margin-top: 36px;
      margin-bottom: 5px;
    }

    .c-kv__feature-num {
      font-size: 48px;
    }

    .c-kv__feature-unit {
      font-size: 18px;
    }

    .c-kv__feature-label {
      margin-top: 0;
      font-size: 16px;
      white-space: nowrap;
    }

    .c-kv__feature-list {
      gap: 0;
      margin-left: -12px;
    }

    .c-kv__feature-item {
      padding: 0 12px;
    }

    .c-kv__cta {
      margin-top: 28px;
      padding-bottom: 16px;
    }

    .c-button-apply {
      font-size: 20px;
    }

    .c-kv__note {
      font-size: 15px;
      margin-bottom: 0;
    }

    .c-kv__sub-link {
      margin-top: 34px;
      font-size: 16px;
    }
  }
}

@media (min-width: 932px) {
  .c-kv-wrap {
    .c-kv__card-img {
      width: 420px;
      right: -23px;
    }
  }
}

/* ==========================================
   Banner (.c-banner)
   ========================================== */
.c-banner {
  text-align: center;
  margin: 14px 16px 0;

  picture {
    display: inline-block;
  }
}

@media print, screen and (min-width: 768px) {
  .c-banner {
    margin: 21px auto 0;
    max-width: 780px;
  }
}

/* ==========================================
   Notice Box (.c-notice-box)
   ========================================== */
.c-notice-box-wrap {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.c-notice-box {
  width: 100%;
  padding: 20px 16px;
  background: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;

  &.c-notice-box--red  { border: 1px #F6574E solid; }
  &.c-notice-box--blue { border: 1px #0474D0 solid; }

  .c-notice-box__section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .c-notice-box__section .c-list-caution li {
    line-height: 1.4;
  }

  .c-notice-box__tag {
    margin: 0;
    align-self: stretch;
    padding: 12px 16px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .c-notice-box__tag--red  { background: #FBEBEB; }
  .c-notice-box__tag--blue { background: #DEF2FD; }

  .c-notice-box__tag-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .c-notice-box__tag--red  .c-notice-box__tag-text { color: #D50638; }
  .c-notice-box__tag--blue .c-notice-box__tag-text { color: #0A54AD; }

  .c-notice-box__body-text {
    color: #222222;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.32px;
    word-wrap: break-word;
  }

  .c-notice-box__link {
    color: #008DEC;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .c-notice-box__link:hover {
    text-decoration: underline;
  }

  .c-notice-box__link::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 6px;
    height: 6px;
    bottom: 2px;
    position: relative;
    transform: rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #247ACC;
  }

  .c-notice-box__body {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }

  .c-notice-box__body-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .c-notice-box__body-row {
    align-self: stretch;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;

    .c-notice-box__body-row-content {
      flex: 1 1 0;
      gap: 12px;
      align-self: stretch;
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .c-notice-box__body-text {
      flex: 1 1 0;
    }
  }
}

@media print, screen and (min-width: 768px) {
  .c-notice-box-wrap {
    margin-top: 45px;
  }

  .c-notice-box {
    padding: 30px;
    gap: 16px;

    .c-notice-box__section {
      gap: 16px;
      padding-bottom: 20px;
    }

    .c-notice-box__body-row {
      flex-direction: row;

      img {
        width: 210px;
      }
    }

    .c-notice-box__tag-text {
      font-size: 18px;
    }

    .c-notice-box__body-text {
      font-size: 16px;
      line-height: 1.5;
    }

    .c-notice-box__link {
      font-size: 16px;
    }

    .c-list-caution li {
      font-size: 15px;
    }
  }
}

/* ==========================================
   Feature Card (.c-feature-card)
   ========================================== */
.c-feature {
  margin-top: 30px;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url(/promotion/tstosab/assets/images/w_img_feature_img_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  display: inline-flex;
}

.c-feature-card {
  .c-feature-card__inner {
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
  }

  .c-feature-card__picture {
    width: 100%;
    height: auto;
    display: block;
  }

  .c-feature-card__img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .c-feature-card__body {
    width: 100%;
    margin-left: unset;
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 16px 16px 30px;
    background: white;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .c-feature-card__header {
    align-self: stretch;
    padding-bottom: 16px;
    border-bottom: 1px #D7D7D7 solid;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .c-feature-card__badge {
    padding: 7px 4px;
    background: #0474D0;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .c-feature-card__badge-label,
  .c-feature-card__badge-num {
    color: white;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-feature-card__badge-label { font-size: 11px; }
  .c-feature-card__badge-num   { font-size: 18px; line-height: 1.05; }

  .c-feature-card__title {
    margin: 0;
    color: #0474D0;
    font-size: 28px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-feature-card__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 19px;
  }

  &:nth-of-type(1) .c-feature-card__content {
    padding: 0 16px;
  }

  .c-feature-card__headline {
    margin: 0;
    align-self: stretch;
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-feature-card__intro .c-feature-card__headline {
    margin-top: 16px;
  }

  .c-feature-card__headline-accent { color: #F6574E; }

  .c-feature-card__subtext,
  .c-feature-card__subtext-left {
    margin: 12px 0 0;
    align-self: stretch;
    text-align: left;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-feature-card__footer {
    align-self: stretch;
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 16px 6px;
    padding: 0 16px;
  }

  .c-feature-card__icon-sm { width: 70px; flex-shrink: 0; }
  .c-feature-card__icon-md { width: 192px; flex-shrink: 0; }

  .c-list-caution li {
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-feature-card__note.c-list-caution {
    flex: 1 1 100%;
    margin: 0;
    justify-content: flex-end;
  }

  /* ---- point 02 wide variant ---- */
  &.c-feature-card--wide {
    width: auto;

    .c-feature-card__body {
      width: 100%;
      margin: 0;
      border-radius: 16px;
    }

    .c-feature-card__header {
      padding-bottom: 16px;
    }
  }

  .c-feature-card__intro {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-feature-card__intro-img {
    flex-shrink: 0;
    width: 68px;
  }

  .c-feature-card__banner {
    margin: 6px 0 0;
    align-self: stretch;
    width: 100%;
    padding: 10px 22px;
    background: #F6574E;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-feature-card__subtext-left {
    text-align: left;
    margin-top: 8px;
  }

  /* ---- partner section ---- */
  .c-feature-card__section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-feature-card__divider-title {
    margin-bottom: 16px;
    align-self: stretch;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .c-feature-card__divider-line {
    flex: 1 1 0;
    height: 1px;
    border-top: 1px #D7D7D7 solid;
  }

  .c-feature-card__divider-text {
    margin: 0;
    color: #0474D0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    word-wrap: break-word;
  }


  /* ---- Notes / disclaimers section ---- */
  .c-feature-card__notes {
    margin-top: 16px;
    width: 100%;
    padding: 32px 16px;
    background: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-feature-card__notes .c-list-disc {
    font-weight: 600;
    margin-bottom: 16px;
  }

  .c-feature-card__notes .c-list-caution {
    gap: 0;
  }

  .c-feature-card__notes .c-list-note {
    gap: 0;
  }

  .c-feature-card__notes .c-list-caution li::before {
    min-width: 25px;
  }
  /* ---- Text links section ---- */
  .c-feature-card__text-links {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .c-feature-card__text-link-row {
    align-self: stretch;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .c-feature-card__partner-img {
    margin-top: 10px;
    width: 100%;
    max-width: 311px;
    height: auto;
    object-fit: contain;
  }

  /* ---- NEW!! transit panel ---- */
  .c-feature-card__new-panel {
    margin-top: 15px;
    align-self: stretch;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-feature-card__new-panel-header {
    align-self: stretch;
    padding: 8px 16px 2px;
    background: #DEF2FD;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .c-feature-card__new-label {
    color: #F6574E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-feature-card__new-panel-title {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-feature-card__new-panel-body {
    align-self: stretch;
    background: white;
    overflow: hidden;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
  }

  .c-feature-card__new-panel-body picture,
  .c-feature-card__new-panel-body img {
    width: 100%;
  }
  .c-feature-card__new-panel-img {
    flex-shrink: 0;
  }

  .c-button-modal {
    margin-top: 16px;
  }
}

.c-feature-card__partner-group,
.c-feature-card__sim-group {
  width: 100%;
  margin-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .c-feature {
    padding-top: 60px;
    padding-bottom: 80px;
    gap: 60px;
  }

  .c-feature-card {

    .c-feature-card__intro-img {
      width: 118px;
    }

    &:nth-of-type(1) .c-feature-card__content {
      padding: 0;
    }

    .c-feature-card__icon-md { width: 160px; }

    .c-feature-card__content {
      padding: 0;
    }

    .c-feature-card__badge {
      border-top-left-radius: 13px;
      border-bottom-right-radius: 13px;
      padding: 12px 7px;
    }

    .c-button-modal {
      margin-top: 60px;
    }

    .c-feature-card__content:has( .c-feature-card__intro) {
      margin-top: 40px;
    }

    .c-feature-card__inner {
      display: grid;
      grid-template-columns: 1fr 578px;
      border-radius: 32px;
      background: transparent;
    }

    .c-feature-card__picture {
      grid-column: 1 / -1;
      grid-row: 1;
      width: 100%;
      height: auto;
      display: block;
    }

    .c-feature-card__img {
      width: 100%;
    }

    .c-feature-card__body {
      grid-column: 2;
      grid-row: 1;
      position: relative;
      width: auto;
      align-self: start;
      margin-top: 40px;
      padding: 30px 60px 60px;
    }

    .c-feature-card__header {
      gap: 30px;
    }

    .c-feature-card__badge-label { font-size: 16px; }
    .c-feature-card__badge-num   { font-size: 24px; }

    .c-feature-card__title {
      font-size: 40px;
    }

    .c-feature-card__headline {
      margin-top: 0;
      font-size: 32px;
    }

    .c-feature-card__subtext,
    .c-feature-card__subtext-left {
      font-size: 18px;
      text-align: left;
    }

    .c-feature-card__subtext-left  {
      margin-top: 40px;
    }

    .c-feature-card__footer {
      margin-top: 16px;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 12px;
      padding: 0;
    }

    .c-feature-card__note {
      flex: 1 1 0;
    }

    &.c-feature-card--wide {
      .c-feature-card__body {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 60px 80px 100px;
        border-radius: 32px;
      }

      .c-feature-card__header {
        padding-bottom: 30px;
      }
    }

    .c-feature-card__intro {
      flex-direction: row;
    }

    .c-feature-card__banner {
      width: fit-content;
      margin: 24px auto 0;
      padding: 16px 30px;
      font-size: 24px;
    }

    .c-feature-card__divider-text {
      font-size: 32px;
    }

    .c-feature-card__partner-img {
      width: 100%;
      max-width: 740px;
      height: auto;
      margin-top: -10px;
    }

    .c-feature-card__new-label {
      font-size: 28px;
    }

    .c-feature-card__new-panel-title {
      font-size: 24px;
    }

    .c-feature-card__unlimited-badge {
      padding: 5px 16px;
      font-size: 21px;
      white-space: normal;
    }

    .c-feature-card__notes {
      padding: 32px 36px;
      max-width: 780px;
      margin: 30px auto 0;
    }

    .c-feature-card__notes .c-list-disc {
      font-size: 18px;
      padding-left: 26px;
      line-height: 1.8;
    }

    .c-feature-card__notes .c-list-note > li,
    .c-feature-card__notes .c-list-caution > li {
      font-size: 15px;
      line-height: 1.6;
    }

    .c-feature-card__new-panel-body {
      padding-right: 0;
    }

    .c-feature-card__new-panel-header {
      padding-bottom: 10px;
    }

    .c-feature-card__new-panel {
      margin-top: 18px;
    }

    .c-feature-card__divider-title {
      margin-bottom: 30px;
    }

  }

  .c-feature-card__partner-group {
    margin-top: 40px;
  }

  .c-feature-card__sim-group {
    margin: 90px auto 0;
    max-width: 780px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
  .c-feature-card:not(:has(.c-feature-card--wide)) {
    width: 100%;
    box-sizing: border-box;

    .c-feature-card__inner {
      display: flex;
      flex-direction: column;
    }

    .c-feature-card__body {
      width: 100%;
      margin-top: 0;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
    }
  }
}
/* ==========================================
   CTA (.c-cta)
   ========================================== */
.c-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  .c-cta__bg {
    align-self: stretch;
    padding-bottom: 40px;
    position: relative;
    background-image: url(/promotion/tstosab/assets/images/w_img_cta_bg_sp.jpg);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .c-cta__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 51%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }

  .c-cta__bg::after {
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 375px;
    height: 28px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 10;

  }

  .c-cta__inner {
    padding: 60px 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .c-cta__card-wrap {
    width: 220px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 21px;
  }

  .c-cta__card-img {
    width: 156px;
    height: auto;
    box-shadow: 0 5.2px 5.2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }

  .c-cta__text-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-cta__title {
    align-self: stretch;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .c-cta__title {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-cta__title-accent {
    color: #F6574E;
  }

  .c-cta__divider {
    margin-top: 6px;
    width: 302px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
  }

  .c-cta__action {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .c-cta__strip {
    width: 375px;
    height: 28px;
    position: absolute;
    left: 375px;
    top: 27.5px;
    transform: rotate(-180deg);
    transform-origin: top left;
    background: white;
  }
}

@media print, screen and (min-width: 768px) {
  .c-cta {
    .c-cta__card-wrap {
      width: 300px;
    }
    .c-cta__bg {
      background-image: url(/promotion/tstosab/assets/images/w_img_cta_bg_pc.jpg);
      background-size: cover;
    }

    .c-cta__bg::before {
      top: -80px;
      height: 80px;
    }

    .c-cta__inner {
      flex-direction: row;
      padding-top: 100px;
      padding-bottom: 20px;
      column-gap: 32px;
      justify-content: center;
    }

    .c-cta__card-img {
      width: 300px;
    }

    .c-cta__title {
      font-size: 24px;
    }

    .c-cta__action {
      .c-button-apply {
        min-width: 330px;
      }
    }
  }
}

/* ============================================
   c-basic-info (基本情報)
   ============================================ */
.c-basic-info {
  padding: 30px 0 40px;

  .c-basic-info__link {
    margin-top: 0;
    padding: 0 16px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .c-basic-info__content {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
  }

  .c-basic-info__header {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    display: flex;
  }

  .c-basic-info__header-inner {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: flex;
  }

  .c-basic-info__spacer {
    align-self: stretch;
    height: 44px;
  }

  .c-basic-info__table {
    align-self: stretch;
    padding: 20px 12px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-basic-info__row {
    align-self: stretch;
    padding-bottom: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;

    &:last-child {
      padding-bottom: 0;
    }
  }

  .c-basic-info__row--gap {
    gap: 20px;
  }

  .c-basic-info__row-inner {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-basic-info__row-header {
    align-self: stretch;
    padding: 6px 16px;
    background: #F9F9F9;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
  }

  .c-basic-info__row-header-inner {
    flex: 1 1 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .c-basic-info__row-label {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-basic-info__row-toggle {
    width: 12px;
    height: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }

  .c-basic-info__row-body {
    align-self: stretch;
    padding: 8px 16px;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
  }

  .c-basic-info__row-body--center {
    padding: 12px 16px;
    justify-content: center;
  }

  .c-basic-info__card-img {
    width: 100px;
    height: 63px;
  }

  .c-basic-info__row-text {
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-basic-info__row-body-stack {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
  }

  .c-basic-info__row-note {
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-basic-info__row-body-flex {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: inline-flex;
  }
}


@media print, screen and (min-width: 768px) {
  .c-basic-info {
    padding: 60px 0 100px;

    .c-basic-info__link {
      margin-top: 40px;
    }

    .c-basic-info__header-inner {
      gap: 40px;
    }

    .c-basic-info__content {
      gap: 48px;
    }

    .c-basic-info__accordion-btn {
      border-radius: 16px;
    }

    .c-basic-info__accordion-text {
      font-size: 18px;
    }

    .c-basic-info__table {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
      padding: 40px 0 0;
    }

    .c-basic-info__row-header {
      padding: 12px 30px;
    }

    .c-basic-info__row-label, .c-basic-info__row-text {
      font-size: 18px;
    }

    .c-basic-info__row-body {
      padding: 16px 30px;
    }

    .c-basic-info__row-body-stack {
      gap: 12px;
    }
  }
}

/* ============================================
   c-campaign-info (キャンペーン情報)
   ============================================ */
.c-campaign-info {
  background: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 40px;

  .openDetailArea2 {
    margin-top: 30px;
  }

  .c-campaign-info__inner + .c-campaign-info__inner {
    padding-top: 36px;

    .c-section-heading {
      font-size: 28px;
    }

    .c-hr {
      margin-bottom: 30px;
    }
  }

  .c-campaign-info__list {
    margin-top: 14px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    gap: 30px;
  }

  .c-campaign-info__item {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
  }

  .c-campaign-info__card {
    width: 100%;
    padding: 12px;
    background: white;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex;
    position: relative;
    transition: opacity 0.3s ease-in-out;

    &:hover {
      text-decoration: none;
      opacity: 0.7;
    }
  }

  .c-campaign-info__card-img {
    align-self: stretch;
    width: 100%;
  }

  .c-campaign-info__card-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .c-campaign-info__card-body {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: flex;
  }

  .c-campaign-info__card-info {
    flex: 1 1 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
  }

  .c-campaign-info__tag {
    padding: 4px 8px;
    background: #F9F9F9;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    flex-shrink: 0;
  }

  .c-campaign-info__tag-text {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: #0474D0;
    font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-campaign-info__date {
    margin-top: 3px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    word-wrap: break-word;

    &:hover {
      text-decoration: none;
    }
  }

  .c-accordion {
    margin-top: 30px;
  }

  /* ===== c-campaign-banner ===== */
  .c-campaign-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
  }
  .c-campaign-banner__header {
    margin: 0 auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #0474D0;
    position: relative;
    width: fit-content;
    padding: 5px 30px;
  }

  .c-campaign-banner__header::before {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    left: -1px;
  }

  .c-campaign-banner__header::after {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    right: -1px;
  }

  .c-campaign-banner__header::before,
  .c-campaign-banner__header::after {
    position: absolute;
    content: "";
    background: #F9F9F9;
    width: 10px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-campaign-banner__header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .c-campaign-banner__header-text {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF44F;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    padding-left: 24px;
  }

  .c-campaign-banner__header-text::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 18px;
    background: url(/promotion/tstosab/assets/images/w_icon_gift.svg) no-repeat center;
    background-size: contain;
    left: 0;
  }
  .c-campaign-banner__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .c-campaign-banner__content-row {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .c-campaign-banner__reward-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
  }
  .c-campaign-banner__reward-group::before {
    left: -20px;
    transform: translateY(-50%) rotate(-50deg);
  }
   .c-campaign-banner__reward-group::after  {
     right: -20px;
    transform: translateY(-50%) rotate(50deg);
   }

   .c-campaign-banner__reward-group::before,
   .c-campaign-banner__reward-group::after {
     content: "";
     position: absolute;
     top: 50%;
     width: 1px;
     height: 35px;
     background: #4D4D4D;
   }

  .c-campaign-banner__max-label {
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #F6574E;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
  }
  .c-campaign-banner__reward {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    font-weight: 800;
    color: #222222;
    font-size: 18px;
    line-height: 2.22;
  }
  .c-campaign-banner__reward-num {
    color: #F6574E;
    font-size: 32px;
    line-height: 1.25;
  }
  .c-campaign-banner__reward-unit {
    color: #F6574E;
  }

  .c-campaign-banner__reward-gift--spaced {
    letter-spacing: 0.9px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-campaign-info {
    padding-top: 60px;
    padding-bottom: 100px;
    border-radius: 32px;

    .c-campaign-info__inner + .c-campaign-info__inner {
      margin-top: 60px;
      padding-top: 0;

      .c-section-heading {
        font-size: 32px;
      }

      .c-hr {
        margin-bottom: 60px;
      }
    }

    .c-campaign-info__list {
      margin-top: 32px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px 20px;
    }

    .c-campaign-info__card {
      padding: 16px;
    }

    .c-campaign-info__card-info {
      flex-direction: column;
    }

    .c-accordion-header {
      padding: 0;
    }

    .c-campaign-info__tag-text {
      font-size: 15px;
    }

    .c-campaign-info__date {
      font-size: 15px;
      margin-top: 0;
    }

    .c-campaign-banner__header-text {
      font-size: 32px;
      padding-left: 40px;
    }

    .c-campaign-banner__header-text::before {
      width: 32px;
      height: 34px;
    }

    .c-campaign-banner__header {
      padding: 13px 65px 16px;
    }

    .c-campaign-banner__header::before, .c-campaign-banner__header::after {
      width: 20px;
    }

    .c-campaign-banner {
      margin-top: 30px;
      gap: 27px;
    }

    .c-campaign-banner__reward-group::before, .c-campaign-banner__reward-group::after {
      height: 70px;
    }

    .c-campaign-banner__reward-group::before {
      left: -46px;
    }

    .c-campaign-banner__reward-group::after {
      right: -46px;
    }

    .c-campaign-banner__max-label {
      font-size: 24px;
    }

    .c-campaign-banner__reward {
      font-size: 32px;
    }

    .c-campaign-banner__reward-num {
      font-size: 62px;
    }

  }
}

/* ============================================
   c-process (申し込みの流れ)
   ============================================ */
.c-process {
  .c-process__body {
    width: 100%;
    align-self: stretch;
    padding-top: 28px;
    padding-bottom: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 28px;
  }

  .c-process__tabs {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-process__tab {
    min-width: 150px;
    height: 44px;
    padding: 6px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    /*opacity: 0.6;*/
    color: #525252;
    background: white;
    border: 1px solid #d4d4d8;
  }

  .c-process__tab:first-child {
    border-radius: 4px 0 0 4px;
  }

  .c-process__tab:last-child {
    border-radius: 0 4px 4px 0;
  }

  .c-process__tab.active {
    background: #0284c7;
    color: white;
    opacity: 1;
    border-color: #0284c7;
  }

  .c-process__tab.c-process__tab--green.active {
    background: #44962E;
    border-color: #44962E;
  }

  .c-process__content {
    width: 100%;
    max-width: 800px;
    position: relative;
  }

  .c-process__panel {
    width: 100%;
    /*display: inline-flex;*/
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
  }
  .c-process__card {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
  }

  .c-process__card-header {
    width: 100%;
    padding: 12px 16px;
    background: #0284c7;
    border-radius: 16px 16px 0 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .c-process__panel--green .c-process__card-header {
    background: #44962E;
  }

  .c-process__panel--green .c-process__step-num-label,
  .c-process__panel--green .c-process__step-num-title,
  .c-process__panel--green .c-process__step-num-tag,
  .c-process__panel--green .c-process__step-num {
    color: #44962E;
  }

  .c-process__panel--green .c-process__card-body,
  .c-process__panel--green .c-process__step-num-tag {
    border-color: #44962E;
  }

  .c-process__card-header-text {
    margin: 0;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }

  .c-process__card-body {
    align-self: stretch;
    padding-top: 16px;
    border: 1px solid #0284c7;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }

  .c-process__step {
    align-self: stretch;
    padding: 0 16px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2px;
  }

  .c-process__step-text {
    margin: 0;
    flex: 1 1 0;
    text-align: center;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    word-wrap: break-word;
  }

  .c-process__highlight {
    color: #F6574E;
  }

  .c-process__steps-wrap {
    align-self: stretch;
    padding: 8px 16px 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .c-process__steps-inner {
    flex: 1 1 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .c-process__steps-list {
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .c-process__step-num-card {
    align-self: stretch;
    /*padding-bottom: 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }

  .c-process__step-num-header {
    width: 100%;
    padding: 8px 12px;
    background: #fafaf9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-process__step-num-badge {
    margin: 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
  }

  .c-process__step-num-label {
    text-align: center;
    color: #0284c7;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
  }

  .c-process__step-num {
    text-align: center;
    color: #0284c7;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
  }

  .c-process__step-num-title-row {
    align-self: stretch;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .c-process__step-num-icon {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    overflow: hidden;
  }

  .c-process__step-num-icon-sq {
    width: 24px;
    height: 24px;
    background: #0284c7;
  }

  .c-process__step-num-title {
    margin: 0;
    color: #0284c7;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.78;
  }

  .c-process__step-num-title-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .c-process__step-num-tag {
    padding: 6px 16px;
    border-radius: 2px;
    border: 1.5px solid #0284c7;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #0284c7;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }

  .c-process__step-num-desc {
    margin: 0;
    align-self: stretch;
    color: #262626;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
  }

  .c-process__notice {
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
  }

  .c-process__notice-heading-row {
    align-self: stretch;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: inline-flex;
  }

  .c-process__notice-heading {
    margin: 0;
    flex: 1 1 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-process__notice-body {
    align-self: stretch;
    padding: 8px 0;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    display: inline-flex;
  }

  .c-process__notice-text-block {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    display: flex;
  }

  .c-process__notice-text {
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
    list-style: disc;
    padding-left: 20px;
  }

  .c-process__notice-text--bold {
    font-weight: 600;
    letter-spacing: 0.42px;
  }

  .c-process__notice-links {
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    display: flex;
  }

  .c-process__notice-link-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
  }

  .c-process__notice-link-text {
    text-align: right;
    color: #008DEC;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1.7;
    letter-spacing: 0.42px;
    word-wrap: break-word;
  }
}

@media print, screen and (min-width: 768px) {
  .c-process {
    .c-process__body {
      padding-top: 80px;
      padding-bottom: 90px;
      gap: 60px;
    }

    .c-process__card-header {
      padding: 16px;
    }

    .c-process__heading {
      font-size: 40px;
    }

    .c-process__tab {
      font-size: 18px;
      min-width: 200px;
      height: auto;
      padding: 16px 0;
    }

    .c-process__card-header-text {
      font-size: 24px;
    }

    .c-process__card-body {
      gap: 12px;
    }

    .c-process__step-num-card {
      gap: 11px;
    }

    .c-process__step-num-header {
      padding: 16px 12px;
    }

    .c-process__step-text {
      font-size: 20px;
    }

    .c-process__step-num-icon {
      width: 60px;
      height: 60px;
    }

    .c-process__step-num-label {
      font-size: 16px;
    }

    .c-process__step-num {
      font-size: 24px;
    }

    .c-process__step-num-title {
      font-size: 20px;
    }

    .c-process__step-num-desc {
      font-size: 16px;
      line-height: 2;
    }

    .c-process__steps-list {
      gap: 30px;
    }

    .c-process__steps-wrap {
      padding: 8px 30px 20px;
    }

    .c-process__notice {
      margin-top: 60px;
    }

    .c-process__notice-heading {
      font-size: 40px;
      line-height: 1.5;
    }

    .c-process__notice-text {
      font-size: 16px;
      line-height: 2;
    }

    .c-process__notice-link-text {
      font-size: 16px;
    }

    .c-process__notice-text-block {
      gap: 16px;
    }
  }
}
/*faq*/
.c-faq {
  background: #F9F9F9;
  padding-top: 30px;
  padding-bottom: 40px;

  .c-faq__inner {
    margin-top: 16px;
    display: inline-flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .c-faq-object {
    border: none;
    border-radius: 16px;
    margin: 0;
  }

  .c-faq-object[open] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .c-faq-object[open] .c-faq-button-block  {
    border-radius: 16px 16px 0 0;
  }

  .c-faq-button-block {
    border-radius: 16px;
    width: 100%;
    background: #0474D0;
  }

  .c-faq-button {
    display: block;
    margin: 0;
    width: 100%;
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    padding: 12px 40px 12px 20px;
    word-wrap: break-word;
    text-align: left;
    position: relative;
  }

  .c-faq-button::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 10px;
    -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: #fff;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-faq-object[open] .c-faq-button::before {
    transform: translateY(-50%) rotate(-180deg);
  }

  .c-faq-object .c-faq-detail {
    width: 100%;
    margin: 0;
    padding: 16px 16px 30px;
    background: #fff;
  }

  .c-faq-list {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
  }

  .c-faq-list-disc {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
  }

  .c-faq-list-disc p {
    margin: 0;
    line-height: 1.7;
  }

  .c-faq-item {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
    display: flex;
  }

  .c-faq-item + .c-faq-item {
    padding-top: 20px;
    border-top: 1px #D7D7D7 solid;
  }

  .c-faq-item__body {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-faq-item__qa-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
  }

  .c-faq-item__content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
  }

  .c-faq-item__q-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: inline-flex;
  }

  .c-faq-item__q-text {
    margin: 0;
    flex: 1 1 0;
    color: #0474D0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
    gap: 16px;
    display: flex;
    flex-direction: row;
  }

  .c-faq-item__q-row::before {
    content: "Q";
    margin: -3px 0 0;
    width: 18px;
    color: #0474D0;
    font-size: 20px;
    /*font-family: Hiragino Kaku Gothic Std;*/
    font-weight: 800;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-faq-item__a-section {
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
  }

  .c-faq-item__a-row {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
  }

  .c-faq-item__a-row::before {
    content: "A";
    margin: -3px 0 0;
    color: #F6574E;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
    /*font-family: Hiragino Kaku Gothic Std;*/
  }

  .c-faq-item__a-content {
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
  }

  .c-faq-item__a-summary {
    margin: 0;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.42px;
    word-wrap: break-word;
  }

  .c-faq-item__a-detail {
    margin: 0;
    align-self: stretch;
  }

  .c-faq-item__note {
    margin: 0;
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: inline-flex;
    flex-direction: column;
  }

  .c-faq-item__note--sm {
    gap: 8px;
  }

  .c-faq-item__note-mark {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-faq-item__note-text {
    margin: 0;
    flex: 1 1 0;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
    gap: 4px;
  }

  .c-faq-item__a-content .c-list-caution li {
    font-size: 12px;
  }

  .c-faq-item__note-text p {
    margin: 0;
    line-height: 1.7;
  }

  .c-faq-item__note-text::before {
    content: "※";
    min-width: 20px;
    flex-shrink: 0;
  }

  .c-faq-item-text {
    margin: 0;
    color: #222222;
    font-size: 14px;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-faq-item__text--light {
    font-weight: 300;
  }

  .c-faq-item__text--bold {
    font-weight: 600;
  }

  .c-faq-item__text--spaced {
    letter-spacing: 0.42px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-faq {
    padding-top: 60px;
    padding-bottom: 100px;

    .c-faq-object .c-faq-detail {
      padding: 30px 40px;
    }

    .c-faq-list-disc p b {
      line-height: 2;
    }

    .c-faq-item__a-row {
      gap: 20px;
    }
    
    .c-faq__inner {
      margin-top: 38px;
      gap: 50px;
    }

    .c-faq-item__content {
      gap: 20px;
    }

    .c-faq-item__a-content {
      gap: 20px;
    }

    .c-faq-button {
      padding: 12px 40px;
      font-size: 24px;
      line-height: 1.63;
    }

    .c-faq-button::before {
      width: 24px;
      height: 12px;
      right: 30px;
    }

    .c-faq-item__q-text {
      font-size: 20px;
    }

    .c-faq-item__q-row::before,
    .c-faq-item__a-row::before {
      font-size: 24px;
      margin-top: -1px;

    }

    .c-faq-item__a-summary, .c-faq-item-text {
      font-size: 16px;
    }

    .c-faq-item__a-summary {
      line-height: 1.7;
    }

    .c-faq-item__note-text {
      font-size: 15px;
    }

    .c-faq-item__a-content .c-list-caution li {
      font-size: 13px;
    }
  }
}

/* ============================================
   c-other-info (その他の情報)
   ============================================ */
.c-other-info {
  padding-top: 30px;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #ECF7E6 25%, rgba(255, 253.87, 182.67, 0.20) 50%, #ECF7E6 75%);

  .c-other-info__body {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }

  .c-other-info__section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .c-other-info__heading-wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .c-other-info__card {
    width: 100%;
    padding: 30px 16px 40px;
    background: white;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  /* --- Logo section (img-other-02) --- */
  .c-other-info__logo-wrap {
    align-self: stretch;
    padding: 12px 0 20px;
    border-bottom: 1px #D7D7D7 solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .c-other-info__logo-list {
    align-self: stretch;
    padding: 8px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .c-other-info__logo-item img {
    width: 100%;
    height: auto;
  }

  .c-other-info__logo-item--matsui {
    width: 78px;
    height: auto;
  }

  .c-other-info__logo-item--sbi {
    width: 99px;
    height: auto;
    overflow: visible;
  }

  .c-other-info__logo-item--sbi img {
    width: 100%;
    height: auto;
  }

  .c-other-info__logo-item--monex {
    width: 90px;
  }

  /* --- Credit card installment section --- */
  .c-other-info__credit-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .c-other-info__credit-info {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  .c-other-info__credit-title {
    margin: 0;
    align-self: stretch;
    text-align: center;
    color: #44962E;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-other-info__credit-banner {
    width: 100%;
    margin: 0 auto;
    align-self: stretch;
    padding: 6px 5px 4px;
    background: #F6574E;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .c-other-info__credit-banner-text {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    word-wrap: break-word;
  }

  .c-other-info__rate-wrap {
    margin: 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-other-info__rate-label {
    align-self: stretch;
    text-align: center;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .c-other-info__rate-value {
    align-self: stretch;
    text-align: center;
    color: #F6574E;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  /* --- Shopping discount section --- */
  .c-other-info__discount {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .c-other-info__note {
    margin: 0;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-other-info__shopping-bar-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .c-other-info__shopping-bar {
    padding: 8px 0 4px;
    background: #44962E;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }


  .c-other-info__shopping-bar-wrap::after {
    content: "";
    width: 100%;
    height: 15px;
    background: #44962E;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .c-other-info__shopping-bar-text {
    margin: 6px 0 0;
    width: fit-content;
    min-width: 280px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .c-other-info__bar-white {
    color: white;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
  }

  .c-other-info__bar-yellow-lg {
    color: #FFF44F;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1;
    word-wrap: break-word;
  }

  .c-other-info__bar-yellow-sm {
    color: #FFF44F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    word-wrap: break-word;
  }

  .c-other-info__rate-display {
    align-self: stretch;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .c-other-info__rate-badge {
    padding: 6px 8px;
    background: #ECF7E6;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-other-info__rate-badge-text {
    color: #44962E;
    font-size: 18px;
    font-weight: 700;
    word-wrap: break-word;
  }

  .c-other-info__rate-num {
    display: inline-flex;
    align-items: baseline;
  }

  .c-other-info__rate-num-large {
    color: #44962E;
    font-size: 48px;
    font-weight: 700;
    word-wrap: break-word;
  }

  .c-other-info__rate-num-unit {
    color: #44962E;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word;
  }

  /* --- Disclaimers --- */
  .c-other-info__disclaimers {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding-top: 16px;
  }

  .c-other-info__disclaimers ul {
    color: #4D4D4D;
  }

  /* --- Security card (img-other-01) --- */
  .c-other-info__security-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .c-other-info__security-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-other-info__security-inner {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .c-other-info__security-head {
    margin-top: 20px;
    flex-shrink: 0;
  }

  .c-other-info__security-title {
    margin: 0;
    align-self: stretch;
    text-align: center;
    color: #44962E;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-other-info__security-desc {
    margin: 8px 0 0;
    align-self: stretch;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word;
    color: #222222;
  }

  .c-other-info__text-accent { color: #F6574E; }

  /* --- Service groups --- */
  .c-other-info__service-groups {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .c-other-info__service-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-other-info__service-group:nth-of-type(2) .c-list-caution {
    margin-bottom: 12px;
  }

  .c-other-info__service-header {
    align-self: stretch;
    padding: 12px 16px;
    background: #44962E;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-other-info__service-header-text {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-other-info__service-list {
    align-self: stretch;
    padding: 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-other-info__service-item-group {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  .c-other-info__service-item {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .c-other-info__service-item-row {
    align-self: stretch;
    border-bottom: 1px #F3F3F3 solid;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  .c-other-info__service-item:last-child .c-other-info__service-item-row {
    border-bottom: none;
    padding-bottom: 0;
  }

  .c-other-info__service-item--with-notes .c-other-info__service-item-row {
    border-bottom: none;
    padding-bottom: 0;
  }

  .c-other-info__service-item--with-notes {
    border-bottom: 1px #F3F3F3 solid;
    margin-bottom: 16px;
  }

  .c-other-info__service-group .c-list-caution li {
    line-height: 1.4;
  }

  .c-other-info__service-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-other-info__service-icon img {
    width: 100%;
  }

  .c-other-info__service-icon-inner {
    width: 24px;
    height: 24px;
    background: #44962E;
  }

  .c-other-info__service-item-body {
    flex: 1 1 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
  }

  .c-other-info__service-label {
    color: #44962E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    word-wrap: break-word;
  }

  .c-other-info__service-desc {
    margin: 0;
    padding-bottom: 12px;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-other-info__image img {
    width: 100%;
    height: auto;
  }

  .c-other-info__bar-number {
    display: inline;
    align-items: center;
  }

  .c-other-info__card-head {
    width: 100%;
  }

  .c-accordion {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-other-info {
    padding-top: 60px;
    padding-bottom: 100px;

    .c-other-info__section {
      gap: 30px;
    }

    .c-other-info__section .c-other-info__card {
      padding-bottom: 60px;
    }

    .c-other-info__image {
      width: 254px;
    }

    .c-other-info__card {
      padding: 40px;
      gap: 40px;
    }

    .c-other-info__logo-wrap {
      padding: 20px 0 24px;
    }

    .c-other-info__logo-list {
      gap: 40px;
    }

    .c-other-info__logo-item--matsui {
      width: 133px;
      height: 43px;
    }

    .c-other-info__logo-item--sbi {
      width: 156px;
    }

    .c-other-info__logo-item--monex {
      width: 143px;
    }

    .c-other-info__credit-info {
      margin-top: -7px;
      gap: 12px;
    }

    .c-other-info__credit-title {
      font-size: 32px;
      padding: 8px 40px;
    }

    .c-other-info__credit-banner {
      width: fit-content;
      padding: 8px 40px;
    }

    .c-other-info__credit-banner-text {
      font-size: 20px;
      line-height: 1.4;
    }

    .c-other-info__rate-label {
      font-size: 20px;
    }

    .c-other-info__rate-value {
      font-size: 24px;
    }

    .c-other-info__rate-wrap {
      flex-direction: row;
      justify-content: center;
      margin-top: 10px;
    }

    .c-other-info__note {
      font-size: 16px;
      text-align: center;
      margin-top: -23px;
      margin-bottom: 0;
    }

    .c-other-info__discount {
      flex-direction: row;
      justify-content: center;
      margin-top: -8px;
    }

    .c-other-info__shopping-bar-wrap::after {
      height: 100%;
      width: 28px;
      right: -27px;
      top: 0;
      left: unset;
      bottom: unset;
      clip-path: polygon(0 0, 0% 100%, 100% 50%);
      transform: unset;
    }

    .c-other-info__card > .c-list-caution li {
      margin: auto;
    }

    .c-other-info__bar-white {
      font-size: 18px;
    }

    .c-other-info__shopping-bar {
      padding: 16px;
    }

    .c-other-info__bar-number {
      flex-direction: row;
      align-items: baseline;
    }

    .c-other-info__bar-yellow-lg {
      font-size: 40px;
      font-weight: 600;
    }

    .c-other-info__bar-yellow-sm {
      font-weight: 800;
    }

    .c-other-info__discount {
      gap: 48px;
    }

    .c-other-info__rate-badge-text {
      font-size: 20px;
      font-weight: 600;
    }

    .c-other-info__rate-num-large {
      font-weight: 800;
    }

    .c-other-info__rate-num-unit {
      font-weight: 800;
    }

    .c-button-modal {
      margin-top: 0;
    }

    .c-button-accordion {
      margin-top: 0;
      margin-bottom: 0;
    }

    .c-other-info__disclaimers {
      padding-top: 40px;
    }

    .c-other-info__disclaimers {
      gap: 16px;
    }

    .c-other-info__disclaimers .c-list-caution li{
      font-size: 14px;
    }


    .c-other-info__card-head {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 60px;
      display: inline-flex
    }

    .c-other-info__security-head {
      flex: 1 1 0;
      margin-top: 0;
      flex-shrink: 0;
      flex-basis: 420px;
    }

    .c-other-info__security-title {
      font-size: 32px;
      text-align: left;
    }

    .c-other-info__security-desc {
      font-size: 20px;
      margin-top: 20px;
      text-align: left;
    }

    .c-other-info__service-groups {
      gap: 40px;
    }

    .c-other-info__service-list {
      padding: 40px 0 0;
      gap: 20px;
    }

    .c-other-info__service-header {
      padding: 16px;
    }

    .c-other-info__service-header-text {
      font-size: 24px;
    }

    .c-other-info__service-item-group {
      display: grid;
      grid-template-columns:  repeat(2, 1fr);
      gap: 16px 30px;
    }

    .c-other-info__service-item-row {
      border-bottom: none;
    }

    .c-other-info__service-label {
      font-size: 24px;
    }

    .c-other-info__service-desc {
      font-size: 16px;
      line-height: 2;
      padding-bottom: 0;
    }

    .c-other-info__service-icon {
      width: 60px;
      height: 60px;
    }

    .c-other-info__service-group:nth-of-type(2) .c-list-caution {
      margin-bottom: 0;
      margin-top: 16px;
    }

    .c-other-info__service-item--with-notes {
      border-bottom: none;
      margin-bottom: 0;
    }
  }

}

/* =====================
   c-service
   ===================== */
.c-service {
  background: #fff;

  .c-service__inner {
    width: 100%;
    padding: 30px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .c-service__head {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .c-service__title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .c-service__subtitle {
    margin: 0;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    word-wrap: break-word;
    text-align: center;
  }

  .c-service__list {
    width: 100%;
    align-self: stretch;
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 40px;
  }

  .c-service__item {
    width: calc(33.33% - 16px);
    align-self: stretch;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px #D7D7D7 solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: opacity 0.3s ease-in-out;

    &:hover {
      opacity: 0.7;
    }
  }

  .c-service__item .c-link-blank::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .c-service__item-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      height: 90px;
      width: auto;
    }
  }

  .c-service__item-img img {
    height: 90px;
    width: auto;
  }

  .c-service__item-body {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .c-service__item-label-wrap {
    align-self: stretch;
    padding: 4px 0;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-service__item-label {
    margin: 0;
    text-align: center;
    color: #0474D0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.02em;
    word-wrap: break-word;
  }

  .c-service__item-desc {
    margin: 0;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.02em;
    word-wrap: break-word;
  }

  .c-service__item-link {
    margin-top: auto;
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }

  .c-service__item-link-icon {
    width: 28px;
    height: 28px;
    background: #0474D0;
    border-radius: 50%;
  }

  .c-service__item-link-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .c-icon-blank {
    left: -1px;
    top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-service {
    .c-service__item-img img {
      height: 97px;
    }

    .c-service__inner {
      padding-top: 60px;
      padding-bottom: 100px;
      gap: 40px;
    }

    .swiper-wrapper {
      display: flex;
      align-items: stretch;
      width: 100%;
    }

    .c-service__item-img img {
      height: 97px;
      width: auto;
    }

    .c-service__head {
      gap: 24px;
    }

    .c-service__subtitle {
      font-size: 20px;
    }

    .c-service__list {
      padding-bottom: 1px;
    }

    .c-service__item {
      height: auto;
      padding-bottom: 30px;
      gap: 16px;
    }

    .c-service__item-desc {
      font-size: 16px;
      line-height: 2;
    }
  }
}

@media screen and (max-width: 767px) {
  .c-service {
    .c-service__container {
      padding: 0;
    }

    .c-service__list {
      overflow: hidden;
    }

    .c-service__item {
      width: calc(100% - 80px);
      margin: 0 12px;
    }
  }

  .c-service__list .swiper-button-next,
  .c-service__list .swiper-button-prev {
    z-index: 20;
    pointer-events: auto !important;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #d7d7d7;
  }

  .swiper-pagination-bullet-active {
    background-color: #0474D0;
  }
}

/* =====================
   c-wplus
   ===================== */
.c-wplus {
  .c-wplus__banner {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
  }

  .c-wplus__container {
    padding-left: 0;
    padding-right: 0;
  }

  .c-wplus__banner-image img {
    width: 100%;
    height: auto;
  }

  .c-wplus__inner {
    padding: 30px 16px 40px;
    position: relative;
    background: linear-gradient(0deg, #ECF7E6 30%, #FFE7E7 70%, rgba(246, 87, 78, 0.30) 100%);
  }

  .c-wplus__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .c-wplus__col1 {
    display: contents;
  }

  .c-wplus__title-sub {
    order: 1;
    margin: 0;
    text-align: center;
    color: #E56783;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    word-wrap: break-word;
  }

  .c-wplus__title {
    order: 2;
    margin: 0;
    text-align: center;
    color: #E56783;
    font-size: 32px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-wplus__image {
    order: 3;
    display: flex;
    justify-content: center;
    margin-top: 22px;
  }

  .c-wplus__img {
    width: 270px;
    height: auto;
  }

  .c-wplus__desc {
    order: 4;
    margin: 22px 0 0;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-wplus__body {
    order: 5;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 16px;
  }

  .c-wplus__btn-wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .c-wplus__btn-wrap .c-button-apply {
    background: linear-gradient(180deg, #FF8FAB 0%, #E56783 100%);
  }

  .c-wplus__btn-wrap .c-button-apply-icon::after {
    border-color: #E56783;
  }

  .c-wplus__badge {
    padding: 6px 12px;
    left: 19px;
    top: -12.44px;
    position: absolute;
    transform: rotate(-5deg);
    transform-origin: top left;
    background: linear-gradient(90deg, rgba(255, 90, 127, 0.98) 0%, rgba(246, 153, 110, 0.98) 75%, rgba(237, 215, 93, 0.98) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
    word-wrap: break-word;
  }
}

@media print, screen and (min-width: 768px) {
  .c-wplus {
    .c-wplus__banner {
      border-top-left-radius: 32px;
      border-top-right-radius: 32px;
    }

    .c-wplus__inner {
      padding-top: 50px;
      padding-bottom: 60px;
    }

    .c-wplus__grid {
      grid-template-columns: 418fr 560fr;
      column-gap: 22px;
      row-gap: 60px;
    }

    .c-wplus__col1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 16px;
      grid-column: 1;
      grid-row: 1;
      row-gap: 0;
    }

    .c-wplus__title-sub {
      font-size: 24px;
      line-height: 1.42;
    }

    .c-wplus__title {
      font-size: 52px;
    }

    .c-wplus__desc {
      margin-top: 16px;
      font-size: 16px;
      line-height: 2;
      text-align: center;
    }

    .c-wplus__image {
      grid-column: 2;
      grid-row: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      padding: 0;
    }

    .c-wplus__img {
      width: 100%;
    }

    .c-wplus__body {
      grid-column: 1 / span 2;
      grid-row: 2;
      margin-top: 0;
    }

    .c-wplus__badge {
      font-size: clamp(24px, 2.67px + 2.78vw, 36px);
      padding: 12px 36px;
      left: 50px;
    }
  }
}

/* =====================
   c-support
   ===================== */
.c-support {
  .c-support__inner {
    padding: 30px 0 40px;
    background: linear-gradient(360deg, #fff 0%, #E7F7FF 25%, #E9F3FF 50%, #D2E7FF 100%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
  }

  .c-support__content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .c-support__section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .c-support__section:nth-of-type(2) .c-section-heading {
    color: #0474D0;
  }

  .c-support__section:nth-of-type(2) {
    gap: 20px;
  }

  .c-support__section-title {
    margin: 0;
    width: 311px;
    align-self: center;
    padding-bottom: 8px;
    text-align: center;

    font-size: 40px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-support__cards {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }

  .c-support__card {
    flex: 1 1 0;
    align-self: stretch;
    padding: 16px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    transition: opacity 0.3s ease-in-out;

    &:hover {
      opacity: 0.7;
    }
  }

  .c-support__card .c-link-blank::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .c-support__card-head {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .c-support__card-head img {
    height: 45px;
    width: auto;
  }

  .c-support__card-title {
    margin: 0;
    text-align: center;
    color: #0474D0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-support__card-body {
    flex: 1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
  }

  .c-support__card-desc {
    margin: 0;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.02em;
    word-wrap: break-word;
  }

  .c-support__card-link {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
  }

  .c-support__card-link-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: #0474D0;
    display: block;
    border-radius: 50%;

    &::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

    .c-icon-blank {
      left: -1px;
      top: 15px;
    }
  }

  .c-support__links-title {
    margin: 0;
    align-self: stretch;
    text-align: center;
    color: #0474D0;
    font-size: 32px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-support__links {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .c-support__links-row {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .c-support__link-item {
    width: 100%;
    padding: 8px 16px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }

  .c-support__link-item:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .c-support__link-text {
    flex: 1 1 0;
    color: #0474D0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.02em;
    word-wrap: break-word;
    position: relative;
    padding-right: 20px;
  }

  .c-support__link-text::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #247ACC;
  }

  .c-support__link-arrow {
    width: 7px;
    height: 12px;
    flex-shrink: 0;
    background: #008DEC;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .c-support {
    .c-support__card-head img {
      height: 50px;
    }
    
    .c-support__inner {
      padding: 60px 0 100px;
    }

    .c-support__content {
      gap: 60px;
    }

    .c-support__section:nth-of-type(2) .c-section-heading {
      font-size: 32px;
    }

    .c-support__section {
      gap: 30px;
    }

    .c-support__card-title {
      font-size: 20px;
      text-align: left;
    }

    .c-support__card-desc {
      font-size: 16px;
      line-height: 2;
    }

    .c-support__link-text {
      font-size: 16px;
      line-height: 1.7;
    }

    .c-support__section:nth-of-type(2) {
      gap: 30px;
    }

    .c-support__cards {
      max-width: 968px;
      gap: 30px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }

    .c-support__link-item {
      padding: 15px 20px;
    }

    .c-support__links {
      gap: 24px;
    }

    .c-support__links-row {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
  }
}

/* =====================
   c-apply
   ===================== */
.c-apply {
  padding-top: 30px;
  padding-bottom: 40px;

  .c-apply__list {
    margin-top: 20px;
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .c-apply__item {
    width: 100%;
  }

  .c-apply__item-head {
    padding: 12px 20px;
    background: #F3F3F3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }

  .c-apply__item-question {
    margin: 0;
    flex: 1 1 0;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
    text-align: left;
    border: none;
    background: transparent;
    position: relative;
    padding-right: 20px;
  }

  .c-apply__item-question::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    background: #6B6B6B;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-apply__item[open] .c-apply__item-question::before {
    transform: translateY(-50%) rotate(-180deg);
  }

  .c-apply__item-body {
    align-self: stretch;
    padding: 20px 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .c-apply__item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .c-apply__note {
    margin: 0;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-apply__note.c-apply__note--mt-0 {
    margin-top: 0 !important;
  }

  .c-apply__sub-section .c-apply__note {
    margin-top: 16px;
  }

  .c-apply__bank-info {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-apply__bank-label {
    margin: 0;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.03em;
    word-wrap: break-word;
  }

  .c-apply__bank-text {
    margin: 0;
    align-self: stretch;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    word-wrap: break-word;
  }

  .c-apply__links {
    margin-top: 16px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .c-apply__link-row {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
  }

  .c-apply__link-text {
    color: #008DEC;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 1.7;
    letter-spacing: 0.03em;
    word-wrap: break-word;
  }

  .c-apply__link-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: #008DEC;
    display: block;
  }

  .c-apply__sub-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-list-disc {
    & + .c-apply__sub-heading {
      margin: 20px 0;
    }

    & + .c-apply__label {
      margin-top: 20px;
    }
  }

  .c-apply__sub-heading {
    margin: 0;
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .c-apply__label {
    margin: 0;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }
}

@media print, screen and (min-width: 768px) {
  .c-apply {
    padding-top: 60px;
    padding-bottom: 100px;

    .c-apply__item-head {
      padding: 16px 40px;
      border-radius: 16px;
    }

    .c-apply__list {
      gap: 24px;
      margin-top: 60px;
    }

    .c-list-disc {
      & + .c-apply__sub-heading {
        margin: 16px 0;
      }

      & + .c-apply__label {
        margin-top: 16px;
      }
    }

    .c-apply__sub-heading + .c-apply__label {
      margin-top: 0;
    }

    .c-apply__item-body {
      padding: 24px 0 30px;
    }

    .c-apply__item-question {
      font-size: 18px;
      line-height: 1.72;
    }

    .c-list-disc {
      font-size: 16px;
      line-height: 2;
    }

    .c-apply__bank-text {
      font-size: 16px;
      line-height: 2;
    }

    .c-apply__bank-label, .c-apply__sub-heading {
      font-size: 16px;
    }

    .c-link-blank {
      font-size: 16px;
      line-height: 1.6;
    }

    .c-apply__label {
      margin-top: 16px;
      font-size: 16px;
      line-height: 2;
    }

    .c-apply__note {
      font-size: 16px;
      line-height: 2;
    }

    .c-apply__item-icon {
      width: 20px;
      height: 20px;
    }

    .c-apply__item-icon-bar {
      width: 20px;
    }

    .c-apply__item-question::before {
      width: 20px;
      height: 12px;
    }
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}
.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    top: calc(50% - 20px);

    &.swiper-button-disabled {
      cursor: auto;
      opacity: 0;
      pointer-events: none;
    }

    &::slotted(svg), & > svg {
      width: 7px;
      height: 12px;
    }
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    display: none;
  }
}


@media print, screen and (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    display: none;
  }

  .swiper-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }
}


/* =====================
   Modal Apply Content (SP)
   ===================== */
.c-modal {
  .c-modal__title-text {
    display: block;
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }
}

.c-modal-apply{
  .c-modal-apply__subtitle {
    width: 100%;
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 8px;
    word-wrap: break-word;
  }

  .c-modal-apply__list {
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .c-modal-apply__item {
    padding: 16px 16px 20px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-modal-apply__item--blue {
    background: rgba(222, 242, 253, 0.60);
  }

  .c-modal-apply__item--green {
    background: #ECF7E6;
  }

  .c-modal-apply__item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .c-modal-apply__item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .c-modal-apply__item-heading {
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    word-wrap: break-word;
  }

  .c-modal-apply__item-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  .c-modal-apply__item-visual img {
    width: 110px;
  }

  .c-modal-apply__item-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    word-wrap: break-word;
  }

  .c-modal-apply__item-text {
    margin: 4px 0 0;
    width: 100%;
    text-align: right;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-modal-apply__item-label--blue {
    color: #0474D0;
  }

  .c-modal-apply__item-label--green {
    color: #44962E;
  }

  .c-modal-apply__cta {
    align-self: stretch;
    padding: 16px 32px 16px 16px;
    border-radius: 8px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    cursor: pointer;
    word-wrap: break-word;
    position: relative;
    transition: opacity 0.3s ease-in-out;

    &::after {
      position: absolute;
      content: "";
      width: 12px;
      height: 7px;
      -webkit-mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      mask-image: url(/promotion/tstosab/assets/images/w_icon_arrow.svg);
      mask-size: contain;
      mask-repeat: no-repeat;
      background: #fff;
      right: 16px;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
    }
  }

  .c-modal-apply__cta:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .c-modal-apply__cta--blue {
    background: #0474D0;
  }

  .c-modal-apply__cta--green {
    background: #44962E;
  }

  .c-modal-apply__notes {
    padding: 16px 16px 30px;
    background: #F3F3F3;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .c-modal-apply__notes-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .c-modal-apply__notes-heading {
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.42px;
    margin: 0;
  }

  .c-modal-apply__notes-link {
    display: block;
    padding-left: 22px;
    color: #0474D0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
  }
}
@media print, screen and (min-width: 768px) {
  #contents:has( .c-modal) {
    position: inherit;
  }

  .c-modal {
    .c-modal__title-text {
      font-size: 24px;
    }
  }

  .c-modal-apply__notes-group {
    gap: 8px;
  }

  .c-modal-apply {
    .c-modal-apply__item-visual img {
      width: 140px;
    }

    .c-modal-apply__subtitle {
      font-size: 16px;
      margin-bottom: 30px;
    }

    .c-modal-apply__item-heading {
      font-size: 18px;
    }

    .c-modal-apply__item-label {
      font-size: 16px;
    }

    .c-modal-apply__item-text {
      font-size: 13px;
      line-height: 1.6;
    }

    .c-modal-apply__cta::after {
      width: 17px;
      height: 11px;
    }
  }
}

/*modal content css*/

/* =====================
   Modal Card Types (SP)
   ===================== */
.c-modal-types {
  display: flex;
  flex-direction: column;
  gap: 16px;

  .c-modal-types__tabs {
    display: flex;
    align-self: stretch;
    padding: 4px;
  }

  .c-modal-types__tab {
    flex: 1;
    height: 44px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #d4d4d8;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
  }

  .c-modal-types__tab.active {
    background: #0474D0;
    color: #fff;
    border-color: #0474D0;
  }

  .c-modal-types__tab--green.active {
    background: #44962E;
    color: #fff;
    border-color: #44962E;
  }

  .c-tabs-content {
    display: grid;
  }

  .c-modal-types__panel {
    padding: 24px 16px 20px;
    background: #fff;
    border: 1px solid #0284c7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    grid-area: 1 / 1;
    visibility: hidden;
    pointer-events: none;
  }

  .c-modal-types__panel.active {
    visibility: visible;
    pointer-events: auto;
  }

  .c-modal-types__panel-header {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .c-modal-types__panel-title {
    text-align: center;
    color: #0284c7;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
  }

  .c-modal-types__panel-badge {
    align-self: stretch;
    padding: 4px 0;
    background: #fafaf9;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-modal-types__panel-badge-text {
    color: #0284c7;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.025em;
  }

  .c-modal-types__panel-visual {
    align-self: stretch;
    padding: 16px 28px;
    background: #e0f2fe;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .c-modal-types__panel-figure {
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
    word-wrap: break-word;
  }

  .c-modal-types__panel-desc {
    align-self: stretch;
    color: #262626;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
  }

  .c-modal-types__panel-note {
    align-self: stretch;
    color: #525252;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
  }

  .c-modal-types__panel.c-modal-types__panel--green {
    border-color: #44962E;
  }

  .c-modal-types__panel--green .c-modal-types__panel-visual {
    background: #ECF7E6;
  }

  .c-modal-types__panel--green .c-modal-types__panel-title,
  .c-modal-types__panel--green .c-modal-types__panel-badge-text {
    color: #44962E;
  }
}

@media print, screen and (min-width: 768px) {
  .c-modal-types {
    .c-modal-types__panel {
      padding: 24px 30px 30px;
      gap: 30px;
    }

    .c-modal-types__panel-badge {
      padding: 8px 16px;
    }

    .c-modal-types__panel-visual {
      padding: 30px 20px;
      border-radius: 0;
    }

    .c-modal-types__panel-title {
      font-size: 24px;
    }

    .c-modal-types__panel-note {
      font-size: 14px;
    }

    .c-modal-types__panel-badge-text {
      font-size: 16px;
    }

    .c-modal-types__panel-desc {
      font-size: 16px;
      line-height: 2;
    }

    .c-modal-types__panel-header {
      gap: 16px;
    }
  }
}

/* ===== c-modal-simulation ===== */
.c-modal-simulation {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;

  .c-modal-simulation__header-inner {
    flex: 1 1 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .c-modal-simulation__title-wrap {
    align-self: stretch;

    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .c-modal-simulation__title-inner {
    padding: 0 16px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .c-modal-simulation__title-banner {
    margin: 0;
    align-self: stretch;
    padding: 6px 16px;
    background: #F6574E;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
  }

  .c-modal-simulation__title-text {
    width: 279px;
    text-align: center;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
  }

  .c-modal-simulation__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .c-modal-simulation__items {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .c-modal-simulation__item {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-modal-simulation__item-head-row {
    align-self: stretch;
    display: flex;
    align-items: flex-start;
  }

  .c-modal-simulation__item-head {
    flex: 1 1 0;
    padding: 10px 16px;
    background: #0474D0;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .c-modal-simulation__item-head--outline {
    background: #DEF2FD;
    border-top: 1px #0474D0 solid;
    border-left: 1px #0474D0 solid;
    border-right: 1px #0474D0 solid;
    gap: 16px;
  }

  .c-modal-simulation__item-head-inner {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .c-modal-simulation__item-head-icon--filled {
    width: 20px;
    height: 20px;
    background: #0474D0;
  }

  .c-modal-simulation__item-head-text {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.42px;
  }

  .c-modal-simulation__item-head-text--dark {
    color: #0474D0;
  }

  .c-modal-simulation__item-body {
    align-self: stretch;
    padding: 4px 16px 12px;
    background: white;
    border-radius: 0 0 16px 16px;
    border: 1px #0474D0 solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .c-modal-simulation__item-body-inner {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .c-modal-simulation__item-condition {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }

  .c-modal-simulation__condition-label {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
  }

  .c-modal-simulation__amount {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #0474D0;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.36px;
    align-items: baseline;
  }

  .c-modal-simulation__amount-num {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 1.5;
  }

  .c-modal-simulation__item-result-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .c-modal-simulation__item-result {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222222;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
  }

  .c-modal-simulation__result-arrow {
    width: 15px;
  }

  .c-modal-simulation__result-total {
    color: #0474D0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
  }

  .c-modal-simulation__item-equiv {
    color: #0474D0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.7;
    margin: 0;
  }

  .c-modal-simulation__item-equiv--right {
    align-self: stretch;
    text-align: right;
  }

  .c-modal-simulation__item-divider img {
    width: 16px;
  }

  .c-modal-simulation__item-note {
    margin: 5px 0 0;
    align-self: stretch;
    color: #4D4D4D;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
  }

  .c-modal-simulation__total {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .c-modal-simulation__total-row {
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }

  .c-modal-simulation__total-formula {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
  }

  .c-modal-simulation__total-subtotal {
    color: #222222;
    font-size: 17px;
    font-weight: 600;
  }

  .c-modal-simulation__total-earn {
    color: #F6574E;
    font-size: 16px;
    font-weight: 600;
  }

  .c-modal-simulation__total-arrow {
    width: 12px;
  }

  .c-modal-simulation__total-result {
    align-self: stretch;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .c-modal-simulation__total-badge {
    padding: 4px 6px;
    background: #DEF2FD;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0474D0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.42px;
  }

  .c-modal-simulation__total-value {
    margin: 0;
    color: #0474D0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    position: relative;
  }

  .c-modal-simulation__total-value::after {
    content: "";;
    position: absolute;
    background: #FFF44F;
    height: 8px;
    width: 100%;
    left: 0;
    bottom: 6px;
    z-index: -1;
  }

  .c-modal-simulation__total-num {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .c-modal-simulation {
    gap: 30px; 

    .c-modal-simulation__title-inner {
      gap: 16px;
    }

    .c-modal-simulation__title-text {
      font-size: 24px;
    }

    .c-modal-simulation__item-head-text {
      font-size: 18px;
    }

    .c-modal-simulation__item-body {
      padding: 12px 16px;
    }

    .c-modal-simulation__item-condition {
      font-size: 16px;
    }

    .c-modal-simulation__item-note, .c-modal-simulation__total-formula {
      font-size: 14px;
    }

    .c-modal-simulation__amount {
      font-size: 24px;
    }

    .c-modal-simulation__total-subtotal {
      font-size: 20px;
    }

    .c-modal-simulation__total-badge {
      font-size: 16px;
    }

    .c-modal-simulation__total-value {
      font-size: 18px;
    }

    .c-modal-simulation__total-num {
      font-size: 32px;
    }

    .c-modal-simulation__total-earn {
      font-size: 20px;
    }
  }
}

.c-modal__container:has( .c-modal-simulation) {
  padding-left: 16px;
}

/* ===== sticky area ===== */
.c-sticky-area {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -100%;
  padding: 0 0 20px;
  z-index: 99;
  transition: all 0.7s ease-in-out;
  display: flex;
  justify-content: center;

  &.active {
    bottom: 0;
  }

  .c-button-apply {
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .c-button-apply .c-button-apply-inner {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }

  .c-button-apply .c-button-apply-inner img {
    width: 44px;
    height: auto;
  }

  .c-button-apply .c-button-apply {
    font-size: 14px;
  }
}

@media print {
  .c-sticky-area {
    display: none !important;
  }

  #contents__header #contents__header__nav,
  #contents__header #contents__header__nav.fixed {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important;
  }

  #contents__header #contents__header__navMain #contents__header__navMain__scrollArea .nav {
    overflow: visible !important;
    white-space: nowrap;
  }

  #contents__header #contents__header__navMain #contents__header__navMain__scrollArea .nav > li {
    float: none !important;
    display: inline-block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .c-sticky-area {
    padding-bottom: 32px;

    .c-button-apply {
      font-size: 20px;
    }

    .c-button-apply-inner {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
  }
}

