.anchor-links {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 8px
}

@media print,
screen and (min-width: 768px) {
  .anchor-links {
    gap: 4px 16px;
    padding: 20px 40px
  }
}

@media screen and (max-width: 767.98px) {
  .anchor-links {
    gap: 8px 12px;
    padding: 20px
  }
}

.anchor-links__link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  line-height: 1.8;
  color: #005bac;
  text-decoration: underline;
  transition: opacity .3s
}

@media print,
screen and (min-width: 768px) {
  .anchor-links__link {
    gap: 16px;
    font-size: 1rem
  }
}

@media screen and (max-width: 767.98px) {
  .anchor-links__link {
    gap: 12px;
    font-size: .875rem
  }
}

@media(hover: hover) {
  .anchor-links__link:not(.is-disabled-hover):hover {
    opacity: .75
  }
}

.anchor-links__link:not(:last-child)::after {
  display: block;
  width: 1px;
  content: "";
  background-color: #b6c0ca
}

@media print,
screen and (min-width: 768px) {
  .anchor-links__link:not(:last-child)::after {
    height: calc(100% - 12.8px)
  }
}

@media screen and (max-width: 767.98px) {
  .anchor-links__link:not(:last-child)::after {
    height: calc(100% - 11.2px)
  }
}

.fine-bubble {
  margin-bottom: 16px;
}

.fine-bubble .c-note {
  display: block;
}

.fine-bubble-head {
  display: flex;
  align-items: center
}

@media print,
screen and (min-width: 768px) {

  .fine-bubble {
    margin-top: 5px;
  }

  .fine-bubble .c-text {
    margin-bottom: 1em;
  }

  .fine-bubble-head {
    justify-content: center;
    gap: 32px
  }
}

@media screen and (max-width: 767.98px) {
  .fine-bubble-head {
    flex-direction: column;
    gap: 16px
  }
}

.fine-bubble-heading {
  font-weight: bold;
  line-height: 1.2;
  color: #06408c
}

@media print,
screen and (min-width: 768px) {
  .fine-bubble-heading {
    font-size: 1.8125rem
  }
}

@media screen and (max-width: 767.98px) {
  .fine-bubble-heading {
    text-align: center;
    font-size: 1.4375rem
  }
}

.fine-bubble-heading__sub {
  display: block;
  padding-bottom: 8px;
}

.fine-bubble-heading__catch {
  display: block;
  color: #fff;
  background: #06408c;
  font-weight: bold;
  line-height: 1;
  padding: .5em 0;
  margin-bottom: 12px;
}


@media print,
screen and (min-width: 768px) {

  .fine-bubble-heading__sub,
  .fine-bubble-heading__catch {
    font-size: 1.25rem
  }

  .fine-bubble_03 {
    margin-left: 1vw;
  }
}

@media screen and (max-width: 767.98px) {

  .fine-bubble-heading__sub,
  .fine-bubble-heading__catch {
    font-size: 1.0625rem
  }

  .fine-bubble_03 {
    margin: 32px 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .fine-bubble__text {
    margin-top: 16px
  }
}

@media screen and (max-width: 767.98px) {
  .fine-bubble__text {
    margin-top: 12px
  }
}

.fine-bubble__figure {
  margin-top: 24px
}

.fine-bubble__note {
  margin-top: 16px
}

.fine-bubble__note+.fine-bubble__note {
  margin-top: 4px
}

.fine-bubble-figure {
  display: grid;
  background-color: #fff;
  padding: 20px
}

@media print,
screen and (min-width: 768px) {
  .fine-bubble-figure {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
  }
}

@media screen and (max-width: 767.98px) {
  .fine-bubble-figure {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px
  }
}

.fine-bubble-figure__heading {
  font-weight: bold;
  font-size: 1.0625rem
}

.fine-bubble-figure__text {
  font-size: .8125rem;
  margin-top: 8px
}

.recommend-plan__heading,
.recommend-plan__text {
  text-align: center
}

.recommend-plan__heading {
  color: #06408c
}

.recommend-plan__text {
  margin-top: 12px
}

.recommend-plan__tab {
  margin-top: 40px
}

.recommend-plan-cards {
  display: grid;
  gap: 24px;
  justify-content: center
}

@media print,
screen and (min-width: 768px) {
  .recommend-plan-cards {
    grid-template-columns: repeat(auto-fit, minmax(100px, 384px))
  }
}

@media screen and (max-width: 767.98px) {
  .recommend-plan-cards {
    grid-template-columns: repeat(1, 1fr)
  }
}

.about-price-heading {
  text-align: center
}

.about-price-heading__main,
.about-price-heading__sub {
  display: block
}

.about-price-heading__main {
  font-weight: bold;
  color: #fff;
  background-color: #005bac;
  border-radius: 8px
}

@media print,
screen and (min-width: 768px) {
  .about-price-heading__main {
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 32px
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-heading__main {
    font-size: 1.0625rem;
    padding: 20px
  }
}

.about-price-heading__sub {
  color: #005bac
}

@media print,
screen and (min-width: 768px) {
  .about-price-heading__sub {
    font-size: 1.25rem;
    margin-top: 16px
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-heading__sub {
    font-size: 1.0625rem;
    margin-top: 8px
  }
}

.about-price-truth {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: relative
}

@media print,
screen and (min-width: 768px) {
  .about-price-truth {
    font-size: 1.5rem;
    margin-top: 88px
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-truth {
    font-size: 1.25rem;
    margin-top: 48px
  }
}

.about-price-truth::before {
  content: "";
  display: inline-flex;
  width: 2px;
  background: linear-gradient(to top, #88929b 2px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left bottom;
  background-size: 2px 6px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%)
}

@media print,
screen and (min-width: 768px) {
  .about-price-truth::before {
    height: 32px;
    bottom: calc(100% + 28px)
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-truth::before {
    height: 16px;
    bottom: calc(100% + 16px)
  }
}

.about-price-truth__emphasize {
  color: #005bac
}

.about-price-figure {
  text-align: center;
  background-color: #fff
}

@media print,
screen and (min-width: 768px) {
  .about-price-figure {
    padding: 32px 40px 40px
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-figure {
    padding: 24px 20px
  }
}

.about-price-figure__figcaption {
  font-weight: bold;
  color: #005bac
}

@media print,
screen and (min-width: 768px) {
  .about-price-figure__figcaption {
    font-size: 1.25rem
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-figure__figcaption {
    font-size: 1.0625rem
  }
}

@media print,
screen and (min-width: 768px) {
  .about-price-figure__image {
    margin-top: 24px
  }
}

@media screen and (max-width: 767.98px) {
  .about-price-figure__image {
    margin-top: 16px
  }
}

.about-price-appeal {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-size: 1.0625rem;
  line-height: 2.47;
  color: #005bac
}

@media print,
screen and (min-width: 768px) {
  .customer-voice__card+.customer-voice__card {
    margin-top: 32px
  }
}

@media screen and (max-width: 767.98px) {
  .customer-voice__card+.customer-voice__card {
    margin-top: 16px
  }
}

.customer-voice__link-container {
  text-align: right;
  margin-top: 32px
}

.mv-anchor {
  position: relative;
}

.mv-anchor-btn-wrap {
  position: absolute;
  max-width: 1024px;
  width: 100%;
  bottom: 3vw;
  left: 0;
  right: 0;
  padding: 0 3%;
  margin: auto;
}

.mv-anchor-btn-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.mv-anchor-btn-wrap ul li a {
  display: block;
  position: relative;
  width: 100%;
  color: #084490;
  background-image: -moz-linear-gradient(90deg, rgb(213, 213, 213) 0%, rgb(255, 255, 255) 51%);
  background-image: -webkit-linear-gradient(90deg, rgb(213, 213, 213) 0%, rgb(255, 255, 255) 51%);
  background-image: -ms-linear-gradient(90deg, rgb(213, 213, 213) 0%, rgb(255, 255, 255) 51%);
  text-align: center;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  line-height: 1;
  padding: 0.6em 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.mv-anchor-btn-wrap ul li a:before {
  content: '';
  background: #084490;
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.mv-anchor-btn-wrap ul li a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}


@media print,
screen and (min-width: 768px) {

  .mv-anchor-btn-wrap ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .mv-anchor-btn-wrap ul li {
    max-width: 480px;
    width: 47.5%;
  }

  .mv-anchor-btn-wrap ul li a {
    padding: 0.8em 0;
  }

  .mv-anchor-btn-wrap ul li a:before {
    top: calc(50% - 12px);
    right: 20px;
    width: 24px;
    height: 24px;
  }

  .mv-anchor-btn-wrap ul li a:after {
    top: calc(50% - 6px);
    right: 28px;
    width: 8px;
    height: 8px;
  }
}


@media print,
screen and (min-width: 1024px) {

  .l-section-inner-aircon-top-note {
    padding-inline: 0 !important;
  }

  .mv-anchor-btn-wrap {
    padding: 0;
  }
}

sup {
  font-size: .5em;
}