.section-topics {
  padding-block: 40px;
}
@media screen and (max-width: 767px) {
  .section-topics {
    padding-block: 16px;
  }
}

.topics {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
}
.topics .topics-tit {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2.8px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .topics .topics-tit {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.topics .swiper-topics {
  opacity: 0;
}
.topics .swiper-topics.is-show {
  opacity: 1;
}
.topics .swiper-topics .swiper-footer .swiper-button-prev,
.topics .swiper-topics .swiper-footer .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 12px);
  width: 40px;
  height: 40px;
  margin: auto;
  outline: none;
  background: url(/guide/starter/shinlife/images/swiper_btn_next.svg) no-repeat 0 0/100% auto;
}
.topics .swiper-topics .swiper-footer .swiper-button-prev::after,
.topics .swiper-topics .swiper-footer .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-button-prev,
  .topics .swiper-topics .swiper-footer .swiper-button-next {
    display: none;
  }
}
.topics .swiper-topics .swiper-footer .swiper-button-prev.swiper-button-disabled,
.topics .swiper-topics .swiper-footer .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.topics .swiper-topics .swiper-footer .swiper-button-prev {
  left: -60px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-button-prev {
    left: 0;
  }
}
.topics .swiper-topics .swiper-footer .swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-button-next {
    right: 0;
  }
}
.topics .swiper-topics .swiper-footer .swiper-pagination {
  position: relative;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .topics .swiper-topics .swiper-footer .swiper-pagination {
    margin-top: 4px;
  }
}
.topics .swiper-topics .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  margin: 0 8px;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}
.topics .swiper-topics .swiper-footer .swiper-pagination .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #745c5c;
  opacity: 0;
}
.topics .swiper-topics .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

body {
  font-family: sans-serif !important;
}
body.notosans {
  font-family: "Noto Sans JP", sans-serif !important;
}
.mv {
  width: 100%;
  margin: 24px 0 0;
  background: #eb371c;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 12px;
  }
}
.mv .mv-inner {
  max-width: 1280px;
  margin-inline: auto;
}
.mv .mv-inner h1 {
  max-width: 100%;
  aspect-ratio: 1280/440;
}
@media screen and (max-width: 767px) {
  .mv .mv-inner h1 {
    aspect-ratio: 750/872;
  }
}

.net-charm-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 18px 32px 40px;
  border-radius: 12px;
  border: 1px solid #333;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .net-charm-item {
    padding: 16px 18px 24px;
  }
}
.net-charm-item + .net-charm-item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .net-charm-item + .net-charm-item {
    margin-top: 40px;
  }
}
.net-charm-item:last-of-type {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .net-charm-item:last-of-type {
    margin-bottom: 40px;
  }
}
.net-charm-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #E7F1F8;
}
@media screen and (max-width: 767px) {
  .net-charm-item::before {
    height: 40px;
  }
}
.net-charm-item > .item-header {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-header .num img {
    width: 100px;
  }
}
.net-charm-item > .item-body {
  max-width: 900px;
  margin-inline: auto;
}
.net-charm-item > .item-body .net-charm-h-sm {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .net-charm-item > .item-body .net-charm-h-sm {
    font-size: calc(22px + (24 - 22) * (100vw - 768px) / (1119 - 768));
  }
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-h-sm {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.net-charm-item > .item-body .net-charm-h {
  font-size: 42px;
  line-height: 1.4;
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .net-charm-item > .item-body .net-charm-h {
    font-size: calc(40px + (42 - 40) * (100vw - 768px) / (1119 - 768));
  }
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-h {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.net-charm-item > .item-body .net-charm-h sup {
  top: -18px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-h sup {
    top: -10px;
    font-size: 12px;
  }
}
.net-charm-item > .item-body .net-charm-h-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 18px 0 32px;
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-h-row {
    margin-block: 4px 16px;
  }
}
.net-charm-item > .item-body .net-charm-h-row .img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-h-row .img {
    width: 116px;
    margin-right: 2px;
  }
}
.net-charm-item > .item-body .net-charm-h-row > .txt {
  font-size: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .net-charm-item > .item-body .net-charm-h-row > .txt {
    font-size: calc(38.64px + (42 - 38.64) * (100vw - 768px) / (1119 - 768));
  }
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-h-row > .txt {
    font-size: 22px;
  }
}
.net-charm-item > .item-body .net-charm-h-row .fs-sm {
  font-size: 71.4285714286%;
}
.net-charm-item > .item-body .net-charm-txt {
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1119px) {
  .net-charm-item > .item-body .net-charm-txt {
    font-size: calc(16px + (20 - 16) * (100vw - 768px) / (1119 - 768));
  }
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .net-charm-txt {
    font-size: 14px;
  }
}
.net-charm-item > .item-body [class*=btn-white-] {
  min-width: auto;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body [class*=btn-white-] {
    font-size: 16px;
    max-width: 250px;
    min-height: 50px;
    padding: 6px 12px;
    border-width: 2px;
  }
}
.net-charm-item > .item-body .lp-btn-bd {
  max-width: 320px;
  min-height: 70px;
}
.net-charm-item > .item-body .lp-btn-bd[data-width=lg] {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .lp-btn-bd[data-width=lg] {
    max-width: 254px;
  }
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .lp-btn-bd {
    font-size: 14px;
    max-width: 254px;
    min-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .net-charm-item > .item-body .lp-btn-bd::before {
    right: 12px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}

.bnr-pod {
  position: relative;
  margin-block: 56px 32px;
  border: 1px solid #dac6bd;
}
@media screen and (max-width: 767px) {
  .bnr-pod {
    margin-block: 0 20px;
  }
}
.bnr-pod .label {
  position: absolute;
  z-index: 1;
  left: -8px;
  top: -34px;
}
@media screen and (max-width: 767px) {
  .bnr-pod .label {
    left: -1.6vw;
    top: -4.5333333333vw;
    width: 18.6666666667vw;
  }
  .bnr-pod .label img {
    width: 100%;
    height: auto;
  }
}

.net-price-900 {
  max-width: 750px;
  margin-inline: auto;
  padding: 24px;
  border-radius: 10px;
  background: #e7f1f8;
}
@media screen and (max-width: 767px) {
  .net-price-900 {
    padding: 0 0 8px;
    border-radius: 0;
    background: #fff;
  }
}
.net-price-900 .net-price-txt-1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .net-price-900 .net-price-txt-1 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.net-price-900 .net-price-txt-1 span {
  padding-bottom: 4px;
  border-bottom: 1px solid #333;
}
.net-price-900 .net-price-txt-2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .net-price-900 .net-price-txt-2 {
    font-size: 20px;
  }
}
.net-price-900 .net-price-txt-2 .strong {
  position: relative;
  top: 1px;
  font-size: 56px;
  color: #e83817;
}
@media screen and (max-width: 767px) {
  .net-price-900 .net-price-txt-2 .strong {
    font-size: 32px;
  }
}
.net-price-900 .net-price-txt-2 .fs-sm {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .net-price-900 .net-price-txt-2 .fs-sm {
    font-size: 16px;
  }
}
.net-price-900 .net-price-txt-2 .fs-xs {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .net-price-900 .net-price-txt-2 .fs-xs {
    font-size: 12px;
  }
}

.lp-box-wht {
  position: relative;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lp-box-wht {
    background: #faeee8;
  }
}
.lp-box-wht a {
  color: #406FAF;
}
.lp-box-wht > .lp-box-wht-body {
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  .lp-box-wht > .lp-box-wht-body {
    padding: 24px 12px;
  }
}

.balloon-top {
  position: relative;
}
.balloon-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 20px 30px 20px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 767px) {
  .balloon-top::before {
    top: -22px;
    border-width: 0 16px 24px 16px;
    border-color: transparent transparent #faeee8 transparent;
  }
}

.label-balloon,
.label-balloon-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 128px;
  height: 38px;
  margin-inline: auto;
  background: #FFFF00;
}
@media screen and (max-width: 767px) {
  .label-balloon,
  .label-balloon-2 {
    font-size: 14px;
    width: 80px;
    height: 24px;
    margin-bottom: 12px;
  }
}
.label-balloon::after,
.label-balloon-2::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  margin-inline: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #FFFF00;
}
@media screen and (max-width: 767px) {
  .label-balloon::after,
  .label-balloon-2::after {
    bottom: -8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FFFF00;
  }
}

.label-balloon-2 {
  font-size: 18px;
  width: 112px;
  height: 34px;
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .label-balloon-2 {
    font-size: 13px;
    width: 80px;
    height: 24px;
  }
}
.label-balloon-2::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 0;
  height: 0;
  margin-inline: auto;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 13px solid #333;
}
@media screen and (max-width: 767px) {
  .label-balloon-2::before {
    bottom: -9px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #333;
  }
}

.icn-qst {
  font-weight: 500;
  padding: 4px 0 4px 24px;
  border-bottom: 1px solid #333;
  background: url(../price/images/icn/icn_qst.svg) no-repeat center left/20px auto;
}

.board-primary {
  padding: 16px;
  border-radius: 12px;
  border: 2px solid #d9161B;
  background: #ffffff;
  color: #333333;
}