.title-h2--small,
.notice-normal .notice-normal__title {
  font-size: 24px;
  text-decoration: underline;
}

/* 増量キャンペーンbox */
.point_up-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.point_up-detail__top {
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-left: 30px;
}
.point_up-detail__box {
  border: 1px solid rgb(0 150 121);
  background: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  min-width: 260px;
}
.point_up-detail__box.point_up-detail__box--right {
  border: 3px solid rgb(0 150 121);
  padding: 20px 60px;
}
.point_up_emphasis {
  color: rgb(0 189 158);
  font-size: 30px;
  font-weight: 700;
}
.point_up_emphasis .num {
  font-size: 48px;
}
.point_up-detail .point_up_plus {
  font-size: 30px;
  font-weight: 500;
  background: rgb(0 150 121);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point_up-detail__bottom {
  position: relative;
}
.point_up-detail__bottom::before {
  font-family: 'Font Awesome 5 free';
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  content: '\f0dd';
  color: rgb(0 150 121);
}
.point_up-detail__bottom .point_up_emphasis {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.contents-wrap__border {
  padding: 48px 24px;
  border: 1px solid rgb(166 166 166);
  background-color: #fff;
}

.point_exchange-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.point_exchange-img__cont--right {
  position: relative;
}

.point_exchange-img__cont--left img {
  width: auto;
  max-height: 82px;
}

.point_exchange-img__cont--right img {
  width: auto;
  max-height: 82px;
}

.point_exchange-img__cont--right::before {
  font-family: 'Font Awesome 5 free';
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  content:'\f0da';
  color: rgb(0 150 121);
}

.point_exchange {
  max-width: 800px;
  margin: 0 auto;
}

.point_exchange:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(166 166 166);
}

.point_exchange__title {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.point_exchange__title>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: rgb(0 189 158);
}

.point_exchange-detail>p:not(.point_exchange-notes) {
  font-size: 18px;
  font-weight: 700;
}

.point_exchange-notes {
  font-size: 14px;
  color: #6c6c6c;
}

.point_exchange-detail__col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}

.point_exchange-detail__cont {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-align: right;
}

.point_exchange_emphasis {
  color: rgb(0 189 158);
  font-size: 48px;
}

.point_exchange_plus {
  font-size: 24px;
  vertical-align: middle;
}

.point_exchange-detail__cont--right::before {
  font-family: 'Font Awesome 5 free';
  font-size: 48px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  content:'\f0da';
  color: rgb(0 150 121);
}

.point_exchange-detail__cont--right .point_exchange_emphasis {
  vertical-align: middle;
}

.cp-btn-lead>span {
  display: inline-block;
  padding: 0 1em;
  position: relative;
}

.cp-btn-lead>span::before,
.cp-btn-lead>span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: currentColor;
  position: absolute;
  bottom: .3em;
}

.cp-btn-lead>span::before {
  left: 0;
  transform: rotateZ(-30deg);
  transform-origin: bottom right;
}

.cp-btn-lead>span::after {
  right: 0;
  transform: rotateZ(30deg);
  transform-origin: bottom left;
}

.btn-link.cp-btn-link {
  min-width: 290px;
  color: #fff;
  border-color: rgb(0 150 121);
  background-color: rgb(0 150 121);
}

.cp-btn-link.btn-link--another-tab::after {
  color: #fff;
}

.link-text.cp-link-text .link-text__item {
  color: #00b0f0;
}

.cp-detail__wrap {
  max-inline-size: fit-content;
  margin: 0 auto;
}

.cp-detail__list {
  display: flex;
  align-items: center;
  text-align: left;
}

.cp-detail__list dt {
  width: 160px;
}

.cp-point-date__wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}

.cp-point-date__img {
  flex: 0 1 18%;
  text-align: center;
}

.cp-point-date__img img {
  max-width: 138px;
}

.cp-point-date__detail {
  flex: 1 0 auto;
}

.cp-point-date__detail-lead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 700;
  border-radius: 40px;
  background-color: rgb(255, 255, 0);
}

.cp-point-date__detail-col {
  display: flex;
  align-items: flex-start;
}

.cp-point-date__detail-cont {
  width: 50%;
  padding: 24px 48px;
  text-align: center;
}

.cp-point-date__detail-cont:last-child {
  border-left: 1px solid #000;
}

.cp-detail-cont-title {
  text-decoration: underline;
}

.cp-detail-cont-date {
  font-size: 32px;
  font-weight: 700;
}
.cp-detail-cont-date>span {
  font-size: 24px;
}

.cp-detail-cont-point>span {
  font-size: 14px;
}

@media only screen and (min-width:769px) {
  .is-sp {
    display: none;
  }

  .btn-link.cp-btn-link:hover {
    color: rgb(0 150 121);
    background-color: #fff;
  }

  .cp-btn-link.btn-link--another-tab:hover::after {
    color: rgb(0 150 121);
  }
}

@media only screen and (max-width:768px) {
  .is-pc {
    display: none;
  }
  .title-h2--small,
  .notice-normal .notice-normal__title {
    font-size: 18px;
  }

  .point_up-detail__top {
    flex-direction: column;
    gap: 15px;
    margin-left: 0;
  }
  .point_up-detail__box {
    min-width: 230px;
    padding: 5px 15px;
  }
  .point_up-detail__box.point_up-detail__box--right {
    padding: 5px 15px;
  }
  .point_up_emphasis {
    font-size: 24px;
  }
  .point_up_emphasis .num {
    font-size: 32px;
  }
  .point_up-detail .point_up_plus {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }
  .point_up-detail__bottom::before {
    font-size: 60px;
    top: -70px;
  }

  .contents-wrap__border {
    padding: 24px 4%;
  }

  .point_exchange-img {
    gap: 40px;
  }

  .point_exchange-img__cont--left img {
    max-height: 50px;
  }

  .point_exchange-img__cont--right img {
    max-height: 50px;
  }

  .point_exchange-img__cont--right::before {
    font-size: 32px;
    left: -24px;
  }

  .point_exchange:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .point_exchange__title {
    margin-bottom: 20px;
  }

  .point_exchange-detail>p:not(.point_exchange-notes) {
    font-size: 16px;
  }

  .point_exchange-notes {
    font-size: 12px;
  }

  .point_exchange-detail__col {
    gap: 32px;
  }

  .point_exchange-detail__cont {
    font-size: 16px;
  }

  .point_exchange_emphasis {
    font-size: 32px;
  }

  .point_exchange_plus {
    font-size: 18px;
  }

  .point_exchange-detail__cont--right::before {
    font-size: 32px;
    left: -22px;
  }

  .cp-detail__wrap {
    max-inline-size: unset;
  }

  .cp-detail__list {
    justify-content: center;
  }

  .cp-detail__list dt,
  .cp-detail__list dd {
    width: auto;
    font-size: 14px;
  }

  .cp-point-date__wrap {
    flex-direction: column;
    gap: unset;
  }

  .cp-point-date__detail {
    width: 100%;
  }

  .cp-point-date__detail-lead {
    height: 106px;
    border-radius: 58px;
    margin-bottom: 24px;
  }

  .cp-point-date__img {
    margin-bottom: 24px;
  }

  .cp-point-date__img img {
    max-width: 104px;
  }

  .cp-point-date__detail-cont {
    padding: 8px 8px 8px 0;
  }
  .cp-point-date__detail-cont:last-child {
    padding: 8px 0 8px 8px;
  }

  .cp-detail-cont-date {
    font-size: 24px;
  }
  .cp-detail-cont-date>span {
    font-size: 16px;
  }

  .cp-detail-cont-point>span {
    font-size: 12px;
  }
}