﻿@charset "UTF-8";
:root {
  --ff-alphanumeric: "Noto Sans", sans-serif;
}
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.pane-footer {
  margin-top: 0;
}

.p-miles h2 {
  letter-spacing: 0;
}

.slick-list {
  margin: 0;
}

.slick-dots {
  position: initial;
}

.p-miles {
  font-family: "Noto Sans JP", sans-serif;
}

.p-miles__inner {
  margin-inline: auto;
  width: 960px;
}

@media screen and (max-width: 767px) {
  .p-miles__inner {
    width: 100%;
  }
}

.p-miles-mv {
  background-color: #0EA8ED;
}

.p-miles-mv__heading {
  margin-inline: auto;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-miles-mv__heading {
    width: 100%;
  }
}

.p-miles-tabs {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-miles-tabs {
  }
}

.p-miles-tabs__list {
  border-bottom: 5px solid #0061B6;
  display: flex;
  align-items: end;
  column-gap: 7px;
}

.p-miles-tabs__list ._p-linkTabs {
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: calc(32 / 22);
  color: #fff;
  background-color: #0086CC;
  position: relative;
  cursor: pointer;
  min-height: 60px;
  width: calc((100% - 14px) / 3);
}

.p-miles-tabs__list ._p-linkTabs.active {
  background-color: #0061B6;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: calc(32 / 25);
  min-height: 70px;
}

.p-miles-tabs__list ._p-linkTabs:hover {
  background-color: #017DBE;
}

@media screen and (max-width: 767px) {
  .p-miles-tabs__list {
    column-gap: 3.5px;
  }
  .p-miles-tabs__list ._p-linkTabs,
  .p-miles-tabs__list ._p-linkTabs.active {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
    line-height: calc(21 / 15);
    min-height: 65px;
    width: calc((100% - 7px) / 3);
    text-align: center;
  }
  .p-miles-tabs__list ._p-linkTabs.active {
    font-weight: 500;
    min-height: 68px;
  }
  .p-miles-tabs__list ._p-linkTabs:hover {
    background-color: #0086CC;
  }
  .p-miles-tabs__list ._p-linkTabs.active:hover {
    background-color: #0061B6;
  }
}

.p-miles-content {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding-block: 60px 100px;
}

@media screen and (max-width: 767px) {
  .p-miles-content {
    padding-block: 35px 60px;
    padding-inline: min(10px, calc(10 / 375 * 100vw));
    min-height: 200vh;
  }
}

.p-miles-content__text {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(32 / 18);
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .p-miles-content__text {
    font-size: 1.4rem;
    line-height: calc(27 / 14);
    text-align: left;
    margin: 0 0 50px;
  }
}

.p-miles-content__bnr {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-miles-content__bnr {
    row-gap: 15px;
  }
}

.p-miles-content__notes {
  background-color: #F1F1F1;
  padding: 6.5rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes {
    padding: 8.75vw 0 18vw;
  }
}

.p-miles-content__notes-inner {
  max-width: 100.2rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-inner {
    padding: 0 5vw;
  }
}

.p-miles-content__notes-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  border-bottom: 0.1rem dashed #333333;
  padding-bottom: 0.8rem;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-title {
    font-size: 6vw;
    line-height: 1.3;
    padding-bottom: 2.5vw;
    margin-bottom: 5vw;
  }
}

.p-miles-content__notes-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-text {
    font-size: 3.75vw;
    line-height: 1.6;
  }
}

.p-miles-content__notes-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 50px;
  }
}

.p-miles-content__notes-list--item {
  background-color: #E4F6FF;
  border-radius: 18px;
  padding: 30px 33px;
  min-height: 360px;
}

.p-miles-content__notes-list--item.-free-area {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item {
    border-radius: 12px;
    padding: 25px min(12px, calc(12 / 375 * 100vw));
    min-height: auto;
  }
  .p-miles-content__notes-list--item.-free-area {
    padding: 5px 0 0;
  }
}

.p-miles-content__notes-list--item_ttl {
  color: #0179AE;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(30 / 20);
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item_ttl {
    font-size: min(1.8rem, calc(18 / 375 * 100vw));
    margin-bottom: 17px;
  }
}

.p-miles-content__notes-list--item_img {
  text-align: center;
}

.p-miles-content__notes-list--item_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item_txt {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(24 / 15);
    margin-top: 20px;
  }
}

.p-miles-content__notes-list--item_note {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: calc(22 / 12);
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item_note {
    font-size: min(1.1rem, calc(11 / 375 * 100vw));
  }
}

.p-miles-content__notes-list--item a {
  text-decoration: underline;
}

.p-miles-tsukau__slide {
  margin-bottom: 0px !important;
}

.p-miles-tsukau__slide .slick-track {
  display: flex;
}

.p-miles-tsukau__slide-step {
  background-color: #ffffff;
  border-radius: 1.2rem;
  height: auto!important;
  padding: 3.3rem 7.7rem 3rem;
  position: relative;
  min-width: 760px;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide {
    margin-inline: 5px;
  }
  .p-miles-tsukau__slide-step {
    padding: 5.75vw 5vw;
    min-width: min(305px, calc(305 / 375 * 100vw));
  }
}

.p-miles-tsukau__slide-step--flex {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.p-miles-tsukau__slide-step--cmt {
  flex-grow: 1;
  margin-right: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--cmt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-top: -0.75vw;
  }
}

.p-miles-tsukau__slide-step--label {
  color: #1C2DBC;
  font-family: var(--ff-alphanumeric);
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1;
  position: relative;
}
.p-miles-tsukau__slide-step--label > span {
  font-size: 3.7rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--label {
    font-size: min(2.3rem, calc(23 / 375 * 100vw));
  }
  .p-miles-tsukau__slide-step--label > span {
    font-size: min(2.7rem, calc(27 / 375 * 100vw));
  }
}

.p-miles-tsukau__slide-step--ttl {
  color: #0179AE;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(32 / 20);
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--ttl {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(25 / 16);
    margin-top: 1rem;
  }
}

.p-miles-tsukau__slide-step--ttl span {
  color: #9AA2B0;
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--ttl span {
    font-size: min(1.2rem, calc(12 / 375 * 100vw));
    line-height: calc(22 / 12);
  }
}

.p-miles-tsukau__slide-step--images {
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--images {
    order: -1;
    margin: 0 auto 20px;
  }
}

.p-miles-tsukau__slide-step--gr {
  background-color: #F8F8F8;
  border-radius: 0.8rem;
  padding: 1.8rem 0rem 1.8rem 1.2rem;
  margin-top: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--gr {
    margin-top: 1.5vw;
    padding: 3vw;
  }
  .p-miles-tsukau__slide-step--gr ol .p-miles-tsukau__slide-step--txt {
    font-size: 3vw;
    line-height: 1.6;
  }
  .p-miles-tsukau__slide-step--gr ol .p-miles-tsukau__slide-step--txt + .p-miles-tsukau__slide-step--gr ol .p-miles-tsukau__slide-step--txt {
    margin-top: 0.5vw;
  }
}

.p-miles-tsukau__slide-step--caro {
  background-color: #F5F5F8;
  border-radius: .5rem;
  padding: 1.7rem 1.1rem 1.6rem;
  margin-top: 1.3rem;
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--caro {
    width: 100%;
    padding: 3vw;
    margin-top: 1.5vw;
  }
}

.p-miles-tsukau__slide-step--caro_txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--caro_txt {
    font-size: 3vw;
  }
}

.p-miles-tsukau__slide-step--txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--txt {
    font-size: 3.25vw;
    margin-bottom: 1vw;
  }
}

.p-miles-tsukau__slide-step--txt + .p-miles-tsukau__slide-step--txt {
  margin-top: 0.2rem;
}

.p-miles-tsukau__slide-step--note {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: calc(23 / 13);
  color: #9AA2B0;
  margin-top: 1rem;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--note {
    font-size: 3vw;
    margin-top: 1.5vw;
    padding-left: 3.75vw;
    text-indent: -3.75vw;
  }
}

.p-miles ._p-txtBold {
  font-weight: bold;
}

.p-miles ._p-txtSmall {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-miles ._p-txtSmall {
    font-size: 3.25vw;
  }
}

.p-miles ._p-colorRed {
  color: #EA0000;
}

.p-miles .slick-arrow {
  appearance: none;
  box-shadow: 3px 3px #0179AE;
  background-color: #0586E4;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 5;
  height: 58px;
  width: 58px;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow {
    height: 36px;
    width: 36px;
  }
}

.p-miles .slick-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid currentColor;
  border-right: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid currentColor;
  }
}

.p-miles .slick-arrow.slick-prev {
  left: -29px;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-prev {
    left: -8px;
  }
}

.p-miles .slick-arrow.slick-prev::before {
  rotate: -180deg;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-prev::before {
    left: 12px;
  }
}

.p-miles .slick-arrow.slick-next {
  right: -29px;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-next {
    right: -8px;
  }
}

.p-miles .slick-arrow.slick-next::before {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-next::before {
    right: 12px;
  }
}

.p-miles .slick-arrow.slick-disabled {
  display: none !important;
}

.p-miles .slick-dots {
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-dots {
    margin-top: 1.25vw;
  }
}

.p-miles .slick-dots li {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-dots li {
  }
}

.p-miles .slick-dots li button::before {
  font-size: 1.3rem;
  color: #8495DF;
  opacity: 1;
}
.p-miles .slick-dots li button::after {
  font-size: .9rem;
  color: #E4F6FE;
  opacity: 1;
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: .2rem;
  width: 1.6rem;
  height: 1.6rem;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-dots li button::before {
  }
}

.p-miles .slick-dots li.slick-active button::before,
.p-miles .slick-dots li.slick-active button::after {
  color: #05B9E4;
}

.miles-content {
  background-color: #DDF5FF;
  color: #1A2D4D;
  padding-bottom: 150px;
}
.miles-content-hdg {
  position: relative;
  top: -47px;
  margin-bottom: -10px;
}
.miles-content-hdg::before {
  content: none;
}
@media screen and (max-width: 767px) {
  .miles-content {
    padding-bottom: 70px;
  }
  .miles-content-hdg {
    top: 0;
    margin-bottom: 40px;
  }
}
.miles-content-inner {
  margin-inline: auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .miles-content-inner {
    overflow: hidden;
    padding-inline: 10px;
    width: 100%;
  }
}
.miles-content-lead {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 100px;
  position: relative;
}
.miles-content-lead::before,
.miles-content-lead::after {
  content: '';
  position: absolute;
}
.miles-content-lead::before {
  background-image: url('/cms/miles/images/202510/lead_bg_left.png');
  background-size: 100%;
  height: 273px;
  width: 232px;
  top: 6px;
  left: -111px;
}
.miles-content-lead::after {
  background-image: url('/cms/miles/images/202510/lead_bg_right.png');
  background-size: 100%;
  height: 424px;
  width: 210px;
  top: 6px;
  right: -78px;
}
.miles-content-lead-txt {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.miles-content-lead-txt * {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(40 / 21);
  text-align: center;
}
.miles-content-lead-logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .miles-content-lead {
    row-gap: 30px;
    margin-bottom: 65px;
  }
  .miles-content-lead::before,
  .miles-content-lead::after {
    content: none;
  }
  .miles-content-lead-txt * {
    font-size: 1.4rem;
    line-height: calc(28 / 14);
  }
  .miles-content-lead-logo img {
    width: min(306px, calc(306 / 375 * 100vw));
  }
}
.usecase {
}
.usecase-hdg {
  color: #1B2DBC;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 30px;
}
.usecase-hdg-main {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .05em;
}
.usecase-hdg-sub {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .usecase-hdg {
    column-gap: 0px;
    margin-bottom: 30px;
  }
  .usecase-hdg-main {
    font-size: 3rem;
  }
  .usecase-hdg-sub {
    font-size: 2.5rem;
  }
}
.usecase-panels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 100px;
}
.usecase-panels > * {
  width: calc((100% - 48px) / 5);
}
.usecase-panel {
  background-color: #fff;
  border-radius: 18px;
  padding-block: 24px 19px;
}
.usecase-panel > *:last-child {
  margin-bottom: 0;
}
.usecase-panel-ttl {
  color: #0179AE;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(32 / 23);
  text-align: center;
  margin-bottom: 16px;
}
.usecase-panel-img {
  text-align: center;
  margin-bottom: 28px;
}
.usecase-panel-img img {
  width: 136px;
}
.usecase-panel-txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: calc(24 / 15);
  text-align: center;
  padding-inline: 6px;
  margin-bottom: 10px;
}
.usecase-panel-note {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: calc(16 / 12);
  text-align: center;
  padding-inline: 15px;
}
.usecase-panel a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .usecase-panels {
    gap: 10px;
    margin-bottom: 80px;
  }
  .usecase-panels > * {
    width: calc((100% - 10px) / 2);
  }
  .usecase-panel {
    border-radius: 12px;
    padding-block: 17px;
  }
  .usecase-panel-ttl {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(25 / 16);
    margin-bottom: 8px;
  }
  .usecase-panel-img {
    margin-bottom: 10px;
  }
  .usecase-panel-img img {
    width: min(110px, calc(110 / 375 * 100vw));
  }
  .usecase-panel-txt {
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(20 / 14);
    padding-inline: min(.8rem, calc(8 / 375 * 100vw));
  }
  .usecase-panel-note {
    font-size: min(1rem, calc(10 / 375 * 100vw));
    padding-inline: min(.8rem, calc(8 / 375 * 100vw));
  }
}
.step-anapay {
  display: flex;
  column-gap: 12px;
  justify-content: center;
  margin-bottom: 60px;
}
.step-anapay-item {
  background-color: #FFF9E0;
  border-radius: 18px;
  box-shadow: 8px 3px 4px rgba(136, 136, 136, 0.19);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px 17px 30px;
  width: calc((100% - 36px) / 4);
  position: relative;
}
.step-anapay-item:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 31px solid #fff9e0;
  border-right: 0;
  filter: drop-shadow(8px 3px 4px rgba(136, 136, 136, 0.19));
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  z-index: 1;
}
.step-anapay-item-img {
  text-align: center;
  margin-bottom: 20px;
}
.step-anapay-item-img img {
  width: 148px;
}
.step-anapay-item-txt *:last-child {
  margin-bottom: 0;
}
.step-anapay-item-caption {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(30 / 18);
  text-align: center;
  margin-bottom: 6px;
}
.step-anapay-item-note {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: calc(16 / 12);
  text-align: center;
}
.step-anapay-item a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .step-anapay {
    flex-direction: column;
    row-gap: 11px;
    margin-bottom: 30px;
  }
  .step-anapay-item {
    border-radius: 12px;
    box-shadow: 2px 3px 2px rgba(41, 17, 0, 0.1);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px min(14px, calc(14 / 375 * 100vw)) 14px min(23px, calc(23 / 375 * 100vw));
    width: 100%;
  }
  .step-anapay-item:not(:last-child)::after {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 20px solid #fff9e0;
    border-bottom: 0;
    filter: drop-shadow(2px 3px 2px rgba(41, 17, 0, 0.1));
    top: auto;
    bottom: -16px;
    left: 50%;
    translate: -50% 0;
  }
  .step-anapay-item-img {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .step-anapay-item-img img {
    width: min(105px, calc(105 / 375 * 100vw));
  }
  .step-anapay-item-txt {
    order: -1;
    flex-grow: 1;
  }
  .step-anapay-item-caption {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    font-weight: bold;
    letter-spacing: .02em;
    line-height: calc(25 / 16);
    text-align: left;
  }
  .step-anapay-item-note {
    font-size: min(1rem, calc(10 / 375 * 100vw));
    text-align: left;
  }
}
.charge-anapay {
  margin-bottom: 60px;
}
.charge-anapay-lead {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
  margin-bottom: 40px;
}
.charge-anapay-lead * {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(36 / 20);
}
.charge-anapay-img {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .charge-anapay {
    margin-bottom: 40px;
  }
  .charge-anapay-lead {
    margin-bottom: 30px;
  }
  .charge-anapay-lead * {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
  }
}
.img-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 30px;
}
.miles-box {
  margin-bottom: 60px;
}
.miles-box.-coins {
  position: relative;
}
.miles-box.-coins::before,
.miles-box.-coins::after {
  content: '';
  background-size: 100%;
  position: absolute;
  height: 141px;
  width: 173px;
}
.miles-box.-coins::before {
  background-image: url('/cms/miles/images/202510/coins1.png');
  bottom: -25px;
  left: -46px;
}
.miles-box.-coins::after {
  background-image: url('/cms/miles/images/202510/coins2.png');
  right: -46px;
  bottom: -17px;
}
.miles-box-ttl {
  background-color: #B2E8F9;
  border-radius: 22px 22px 0 0;
  color: #1C2DBC;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(32 / 25);
  text-align: center;
  padding: 20px 20px 18px;
}
.miles-box-content {
  background-color: #E4F6FE;
  border-radius: 0 0 22px 22px;
  padding-block: 30px 40px;
}
.miles-box-content-inner {
  margin-inline: auto;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .miles-box {
    margin-bottom: 30px;
  }
  .miles-box.-coins::before,
  .miles-box.-coins::after {
    height: 100px;
    width: 123px;
  }
  .miles-box.-coins::before {
    bottom: -25px;
    left: -60px;
  }
  .miles-box.-coins::after {
    right: -60px;
    bottom: -17px;
  }
  .miles-box-ttl {
    border-radius: 15px 15px 0 0;
    font-size: min(1.8rem, calc(18 / 375 * 100vw));
    padding: 15px min(15px, calc(15 / 375 * 100vw)) 14px;
  }
  .miles-box-content {
    border-radius: 0 0 15px 15px;
    padding-block: 20px 30px;
    padding-inline: min(10px, calc(10 / 375 * 100vw));
  }
  .miles-box-content-inner {
    width: 100%;
  }
}
.anapay-txt {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
}
.anapay-txt a {
  color: inherit;
  text-decoration: underline!important;
}
.anapay-txt-main {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(34 / 18);
}
.anapay-txt-sub {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(34 / 16);
}
.anapay-txt-note {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: calc(34 / 16);
}
.anapay-txt-num {
  font-family: var(--ff-alphanumeric);
  font-size: 2.5rem;
}
.anapay-txt-strong {
  color: #FF4C34;
}
@media screen and (max-width: 767px) {
  .anapay-txt {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }
  .anapay-txt a {
    color: inherit;
    text-decoration: underline!important;
  }
  .anapay-txt-main {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(26 / 16);
  }
  .anapay-txt-sub {
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(23 / 14);
  }
  .anapay-txt-note {
    font-size: min(1.2rem, calc(12 / 375 * 100vw));
    font-weight: 400;
    letter-spacing: .01em;
    line-height: calc(22 / 12);
  }
  .anapay-txt-num {
    font-size: min(2.1rem, calc(21 / 375 * 100vw));
  }
}
.cv-area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 45px;
  margin-inline: auto;
  width: 845px;
}
.cv-area-appeal {
  background-color: #B2E8F9;
  border-radius: 5px;
  color: #1B2DBC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(28 / 20);
  text-align: center;
  min-height: 73px;
  padding: 9px 9px 8px;
  position: relative;
  margin-bottom: 23px;
}
.cv-area-appeal::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 16px solid #B2E8F9;
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50%;
  translate: -50%;
}
.cv-area-dl {
  display: flex;
  column-gap: 16px;
  padding: 10px 24px 0 26px;
}
.cv-area-more-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cv-area-more-btn > a {
  background-color: #0586E4;
  border-radius: 38px;
  box-shadow: 4px 8px #0179AE;
  color: #fff!important;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(28 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 40px;
  min-height: 75px;
  max-width: 350px;
  width: 100%;
  position: relative;
}
.cv-area-more-btn > a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid currentColor;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .cv-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 35px;
    width: 100%;
  }
  .cv-area-appeal {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(20 / 16);
    min-height: 58px;
    margin-bottom: 18px;
  }
  .cv-area-dl {
    column-gap: 12px;
    padding: 8px 23px 0;
  }
  .cv-area-more-btn > a {
    font-size: min(1.8rem, calc(18 / 375 * 100vw));
    line-height: calc(24 / 18);
    padding: 8px 40px;
    min-height: 72px;
    max-width: calc(100% - 4px);
    right: 4px;
  }
}