.un-feture01 .un-feture01-txt {
  background-color: #cce7f5;
  border-radius: 32px;
  padding: 10px 20px;
  width: 240px;
  margin: 0 10px;
  font-size: 18px;
  text-align: center;
}

.un-feture01-txt2 {
  border-radius: 32px;
  padding: 10px 20px;
  border: 1px solid #cce7f5;
  width: 350px;
  margin: 30px auto 20px;
  font-size: 18px;
  text-align: center;
}

.un-feture01-triangle {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.un-feture01-triangle::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
  display: block;
  border-top: 30px solid #cce7f5;
  border-right: 40px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid transparent;
}

.un-feture01-900box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.un-feture01-900box p {
  font-size: 18px;
  margin-bottom: 0;
  text-align: right;
}

.un-feture01-900txt {
  position: relative;
  margin-left: 15px;
  padding-bottom: 10px;
}

.un-feture01-900txt::after {
  position: absolute;
  content: '';
  font-size: 14px;
  top: 30%;
  right: 0;
}

.un-feture01-900txt span {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 1.2;
  padding: 0 10px;
  color: #E83316;
}

.un-discount-price {
  padding: 5px 20px;
  text-align: center;
  width: 420px;
  background-color: #E83817;
  border-radius: 32px;
  color: #fff;
  font-size: 18px;
  margin: 20px auto;
  font-weight: bold;
}

.un-discount-notebox {
  max-width: 420px;
  margin: 0 auto;
}


/* sp */

@media screen and (max-width: 767px) {
  .un-feture01 .un-feture01-txt {
    padding: 5px;
    min-width: 130px;
    margin: 0;
    font-size: 16px;
    text-align: center;
  }
  .un-feture01-txt2 {
    width: 320px;
    font-size: 16px;
  }
  .un-feture01-triangle::after {
    border-top: 20px solid #cce7f5;
    border-right: 30px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid transparent;
    top: 5px;
  }
  .un-discount-price {
    padding: 5px 20px;
    text-align: center;
    width: 270px;
    font-size: 14px;
  }
}


/* スライダー */

.swiper01 {
  position: relative;
}

.swiper01 .swiper-container {
  position: relative;
  text-align: center;
}

.swiper01 [class^=swiper01-button-prev],
.swiper01 [class^=swiper01-button-next] {
  display: none;
}

.swiper01 [class^=swiper01-pagination] {
  margin-top: 24px;
  text-align: center;
}

.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: #ccc;
  opacity: 1;
}

.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet::after {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E93817;
  opacity: 0;
}

.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.btn-white-primary.anchor-link::after {
  width: 16px;
  height: 9px;
  background: url(/price/hikari-n/images_v10/icn_arr_btm_blk.svg) no-repeat center right/16px 9px;
}

/* box */

.box-header {
  position: relative;
}

.box-card .box-header-custum {
  padding-left: 65px;
}

.box-header-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: inline-block;
  background: #EE5D44;
  min-width: 60px;
  min-height: 60px;
  padding-top: 5px;
  margin-right: 16px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.box-header-icon-num {
  display: block;
  font-size: 26px;
  line-height: 1em;
}

/* tab */

.tab.tab-text-custum > .tab-nav {
  justify-content: center;
  padding-bottom: 0;
}

.tab.tab-text-custum > .tab-nav > li {
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.tab.tab-text-custum > .tab-nav > li > span {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 1px solid #FF49A8;
  box-sizing: border-box;
  color: #FF49A8!important;
  text-align: center;
  font-weight: bold;
  padding: 0;
  height: 50px;
}

.tab.tab-text-custum > .tab-nav > li > span.is-current {
  border-width: 3px;
}

.tab.tab-text-custum > .tab-nav > li > span::after {
  top: 100%;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FF49A8 transparent transparent transparent;
}

.tab > .tab-nav.tab-nav-text-custum {
  padding-top: 30px;
  background-color: #fff;
  border-bottom: 0 none;
}

.tab > .tab-nav.tab-nav-text-custum::before {
  background-color: #fff;
}

/* table */

.fee-tbl-head {
  background-color: #0085CD;
}

.fee-tbl-sub-head {
  background-color: #DFF4FF;
}

.fee-tbl-arrow {
  position: relative;
  padding-bottom: 35px;
}

.fee-tbl-arrow::after {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: '';
  display: block;
  border-top: 15px solid #cce7f5;
  border-right: 30px solid transparent;
  border-bottom: 0 none;
  border-left: 30px solid transparent;
}

.fee-tbl-plus {
  border-left: 0 none;
  border-right: 0 none;
}

/* modal */

.modal .modal-content-custum {
  overflow: visible;
}

.modal .modal-content > .modal-header-custum {
  border-bottom: 0 none;
  padding-right: 24px;
}

.modal .modal-content > .modal-header-custum::after {
  left: auto;
  right: auto;
  bottom: -8px;
  background: none;
  border-bottom: 1px solid #E2E2E2;
  width: calc(100% - 48px);
}

.modal .modal-content > .modal-body-custum {
  border-radius: 0 0 32px 32px;
}

.modal .modal-content > a.modal-close-custum {
  top: auto;
  bottom: -25px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  border: solid 3px #e2e2e2;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #e2e2e2;
  background-color: #fff;
}

.add-more-container {
  outline: none;
}

  /* 割引適用イメージ */
  .lh-1 {
    line-height: 1;
  }
  .discount-detail {
    padding: 16px;
    background-color: #E8F3FF;
  }
  .discount-detail > .item {
    position: relative;
  }
  .discount-detail > .item + .item {
    margin-top: 16px;
  }
  .discount-detail > .item .item-header {
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 6px;
    background-color: #489CFF;
  }
  .discount-detail > .item .item-body {
    text-align: center;
    font-weight: bold;
  }
  .discount-detail > .item .item-body p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .discount-detail_link a {
    color: #406FAF !important;
  }
  .discount-detail_link a:hover, .discount-detail_link a:visited:hover {
    color: #406FAF !important;
  }
  @media screen and (max-width: 767px) {
    .discount-detail > .item .item-body p {
      font-size: 16px;
    }
  }
  .discount-detail > .item .item-body .fs-sm {
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .discount-detail > .item .item-body .fs-sm {
      font-size: 12px;
    }
  }
  .discount-detail > .item .item-body .fs-strong-1 {
    position: relative;
    top: 1px;
    font-size: 32px;
    line-height: 1.2;
    color: #d9161B;
  }
  @media screen and (max-width: 767px) {
    .discount-detail > .item .item-body .fs-strong-1 {
      font-size: 24px;
    }
  }
  .discount-detail > .item .item-body .fs-strong-2 {
    position: relative;
    top: 1px;
    font-size: 36px;
    line-height: 1.2;
    color: #d9161B;
  }
  @media screen and (max-width: 767px) {
    .discount-detail > .item .item-body .fs-strong-2 {
      font-size: 26px;
    }
  }