@charset "UTF-8";html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  color: #0a0f47;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
}
body.is-fixed {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

* {
  box-sizing: border-box;
}

ul,
li,
dl,
dt,
dd {
  list-style-type: none;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

button {
  appearance: none;
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 799.9px) {
  img {
    max-width: inherit;
    width: 100%;
  }
}

picture {
  display: block;
}

p {
  color: #0a0f47;
  font-weight: 500;
  letter-spacing: 1.68px;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

@media screen and (min-width: 800px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 799.9px) {
  .pc_only {
    display: none;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .tab_none {
    display: none;
  }
}
.mb10 {
  margin-bottom: 10px;
}.application__btnLink {
  align-items: center;
  background-color: #0a0f47;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  min-height: 48px;
  padding: 4px 10%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 100%;
  border-radius: 8px;
  padding: 8px 40px 8px 16px;
}
.application__btnLink:hover {
  text-decoration: underline;
}
.application__btnLink .btnLink-icon {
  height: 28px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.use__eyecatch-btnLink,
.menu__btnLink {
  align-items: center;
  background-color: #fff;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  min-height: 72px;
  padding: 4px 31.5px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 315px;
  border-radius: 8px;
  color: #0a0f47;
  gap: 8px;
  justify-content: space-between;
  line-height: 1.5;
  padding: 0 24px;
}
.use__eyecatch-btnLink:hover,
.menu__btnLink:hover {
  text-decoration: underline;
}
.use__eyecatch-btnLink .btnLink-icon,
.menu__btnLink .btnLink-icon {
  height: 28px;
  width: 32px;
}
.use__eyecatch-btnLink .btnLink-icon svg,
.menu__btnLink .btnLink-icon svg {
  height: 28px;
  width: 32px;
}
.use__eyecatch-btnLink .menu__btnLink-lead,
.menu__btnLink .menu__btnLink-lead {
  color: #e82300;
  display: block;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (max-width: 799.9px) {
  .use__eyecatch-btnLink {
    max-width: 315px;
    width: 100%;
  }
}

@media screen and (max-width: 799.9px) {
  .menu__btnLink {
    margin-left: auto;
  }
}.menu {
  height: 32px;
  position: relative;
  width: 32px;
}
.menu .menu__btn {
  border: none;
  cursor: pointer;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 32px;
  z-index: 100;
}
.menu .menu__btn .menu__btn-img {
  left: 0;
  position: absolute;
  transition: opacity 0.5s;
  top: 0;
}
.menu .menu__btn .menu__btn-img--close {
  opacity: 0;
}
.menu .menu__btn.is-active .menu__btn-img {
  opacity: 0;
}
.menu .menu__btn.is-active .menu__btn-img--close {
  opacity: 1;
}
.menu .menu__btn:hover {
  opacity: 0.6;
}
.menu .menu__wrap {
  background: linear-gradient(11deg, #fc5727 -70.05%, rgba(252, 87, 39, 0) 59%), linear-gradient(0deg, #0a0f47 0%, #010101 100%);
  background-blend-mode: lighten, normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  opacity: 0;
  overflow-y: auto;
  padding: 96px 30px 30px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(375px);
  transition: transform 0.4s, opacity 0.4s ease;
  width: 375px;
  z-index: 99;
}
.menu .menu__wrap.is-active {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 799.9px) {
  .menu .menu__wrap {
    transform: translateX(100%);
    width: 100%;
  }
}
.menu .menu__list {
  width: 100%;
}
.menu .menu__list li {
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.menu .menu__list li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 28px;
  letter-spacing: 1.9px;
  position: relative;
}
.menu .menu__list li a:after {
  background: url(/afl/jalcardnavi/img/icon_anchor_white.svg) 0 0/contain no-repeat;
  content: "";
  height: 28px;
  right: 15px;
  position: absolute;
  top: 50%;
  width: 32px;
  transform: translateY(-50%);
}
.menu .menu__list li a:hover {
  text-decoration: underline;
}
.menu .overlay {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  pointer-events: none;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
  z-index: 50;
}.feature__link {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
}
.feature__link:after {
  background: url(/afl/jalcardnavi/img/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin: 0 3px;
  position: relative;
  top: 0.21rem;
  width: calc(1.4rem + 2px);
}
.feature__link:hover {
  text-decoration: none;
}
.feature__link:after {
  background: url(/afl/jalcardnavi/img/icon_external_white.svg) 0 0/contain no-repeat;
}

.save__link[target=_blank],
.save__bonus-link[target=_blank],
.faq__link[target=_blank] {
  color: #0a0f47;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
}
.save__link[target=_blank]:after,
.save__bonus-link[target=_blank]:after,
.faq__link[target=_blank]:after {
  background: url(/afl/jalcardnavi/img/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin: 0 3px;
  position: relative;
  top: 0.21rem;
  width: calc(1.4rem + 2px);
}
.save__link[target=_blank]:hover,
.save__bonus-link[target=_blank]:hover,
.faq__link[target=_blank]:hover {
  text-decoration: none;
}

.use__accordion-link[target=_blank] {
  color: #0a0f47;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
}
.use__accordion-link[target=_blank]:after {
  background: url(/afl/jalcardnavi/img/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin: 0 3px;
  position: relative;
  top: 0.24rem;
  width: calc(1.6rem + 2px);
}
.use__accordion-link[target=_blank]:hover {
  text-decoration: none;
}

.use__slide-link,
.use__card-link {
  color: #0a0f47;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
  display: block;
  justify-self: end;
  margin: auto 0 0 auto;
  text-decoration: none;
  width: fit-content;
}
.use__slide-link:after,
.use__card-link:after {
  background: url(/afl/jalcardnavi/img/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.6rem;
  margin: 0 3px;
  position: relative;
  top: 0.24rem;
  width: calc(1.6rem + 2px);
}
.use__slide-link:hover,
.use__card-link:hover {
  text-decoration: none;
}
.use__slide-link:after,
.use__card-link:after {
  height: 28px;
  margin-left: 8px;
  top: 7px;
  width: 32px;
}
.use__slide-link:hover,
.use__card-link:hover {
  text-decoration: underline;
}

.save__link,
.use__accordion-link,
.faq__link {
  color: #0a0f47;
  font-weight: 500 !important;
  text-decoration: underline;
}
.save__link:hover,
.use__accordion-link:hover,
.faq__link:hover {
  text-decoration: none;
}

.app__link {
  transition: opacity 0.3s ease;
}
.app__link:hover {
  opacity: 0.6;
}.header {
  align-items: center;
  background-color: #010101;
  height: 64px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 21px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header .header__logo a {
  display: block;
  transition: opacity 0.3s ease;
}
.header .header__logo a:hover {
  opacity: 0.6;
}
.header .header__logo img {
  width: 124px;
}
@media screen and (max-width: 799.9px) {
  .header {
    padding: 16px 15px;
  }
}.kv__rowContainer {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 799.9px) {
  .kv__rowContainer {
    gap: 24px;
  }
}

.feature__campaign-rowContainer {
  align-items: center;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-top: 48px;
  padding: 80px 48px 0;
}
@media screen and (max-width: 799.9px) {
  .feature__campaign-rowContainer {
    display: block;
    margin-top: 0;
    padding: 64px 30px 0;
  }
}

.save__rowContainer {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .save__rowContainer {
    display: block;
    margin-top: 48px;
    padding: 0 30px;
  }
  .save__rowContainer:first-of-type {
    margin-top: 0;
  }
}

.save__desc-rowContainer {
  align-items: center;
  display: flex;
  gap: 16px;
}

.save__bonus-card-rowContainer {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.use__rowContainer {
  align-items: center;
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 48px;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .use__rowContainer {
    gap: 30px;
  }
}
@media screen and (max-width: 799.9px) {
  .use__rowContainer {
    display: block;
    margin-top: 64px;
    padding: 0 30px;
  }
}

.conversion__rowContainer {
  padding: 0;
}

.info__rowContainer {
  display: flex;
  gap: 48px;
  justify-content: center;
  padding: 0 48px;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .info__rowContainer {
    gap: 30px;
  }
}
@media screen and (max-width: 799.9px) {
  .info__rowContainer {
    display: block;
    padding: 0 30px;
  }
}

.app__rowContainer {
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .app__rowContainer {
    display: block;
    padding: 0 30px;
  }
}

.app__links-rowContainer {
  display: flex;
  gap: 24px;
  justify-content: center;
}.kv {
  background-color: #000;
  margin-top: 64px;
}
@media screen and (min-width: 800px) {
  .kv .kv__wrap {
    background: #000 url(/afl/jalcardnavi/img/img_kv.webp) center/cover no-repeat;
    height: 683px;
    margin-bottom: 80px;
  }
}
.kv .kv__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 295px 48px 0;
  width: 100%;
}
.kv .h1 {
  color: #fff;
  font-size: 6.4rem;
  line-height: 1.5;
  letter-spacing: 7.68px;
}
.kv .kv__head {
  flex-shrink: 0;
}
.kv .kv__head .kv__head-caption {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 16px;
}
.kv .kv__txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 799.9px) {
  .kv .kv__wrap {
    background: #000 url(/afl/jalcardnavi/img/img_kv_sp.webp) 0 0/contain no-repeat;
  }
  .kv .kv__inner {
    padding: 294px 30px 0;
  }
  .kv .h1 {
    font-size: 4rem;
    letter-spacing: 4.8px;
  }
  .kv .kv__head {
    flex-shrink: 0;
    width: 90px;
  }
  .kv .kv__head img {
    height: 57px;
    width: 90px;
  }
  .kv .kv__body-ttl {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .kv .kv__txt {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: 1.6px;
  }
  .kv .kv__txt + .kv__txt {
    margin-top: 12px;
  }
}
@media screen and (min-width: 580px) and (max-width: 799.9px) {
  .kv .kv__wrap {
    background-size: cover;
  }
}section {
  overflow: hidden;
}
section.feature {
  background: linear-gradient(11deg, #fc5727 -70.05%, rgba(252, 87, 39, 0) 59%), linear-gradient(0deg, #0a0f47 0%, #010101 100%);
  background-blend-mode: lighten, normal;
}
@media screen and (max-width: 799.9px) {
  section.feature .feature__inner {
    padding: 80px 0 120px;
  }
}
section.whats, section.save, section.use {
  background: linear-gradient(180deg, #fff 0%, #f6f1ef 51.37%);
}
@media screen and (max-width: 799.9px) {
  section.whats [class$=inner], section.save [class$=inner], section.use [class$=inner] {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 799.9px) {
  section .use__inner {
    padding: 80px 0 !important;
  }
}
section > [class$=inner] {
  margin: 0 auto;
  padding: 120px 0;
  max-width: 1104px;
  width: 100%;
}
section .step__inner {
  padding: 120px 0 0;
}
@media screen and (max-width: 799.9px) {
  section .step__inner {
    max-width: 528px;
    padding-top: 64px;
  }
}
section .application__inner,
section .info__inner,
section .app__inner,
section .faq__inner {
  padding: 80px 0 0;
}
@media screen and (max-width: 799.9px) {
  section .application__inner,
  section .info__inner,
  section .app__inner,
  section .faq__inner {
    padding-top: 48px;
  }
}
@media screen and (max-width: 799.9px) {
  section .application__inner,
  section .info__inner,
  section .app__inner,
  section .faq__inner {
    max-width: 528px;
  }
}
section .about__inner {
  padding: 80px 0 120px;
  max-width: 528px;
}
@media screen and (max-width: 799.9px) {
  section .about__inner {
    padding: 48px 30px 64px;
  }
}h2[class*=h2] {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 5.76px;
  line-height: 1.5;
  position: relative;
}
h2[class$="--center"] {
  font-size: 3.2rem;
  letter-spacing: 3.84px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  h2:has(img) {
    padding-left: 48px;
  }
}
h2.feature__h2--pl0 {
  padding-left: 0;
}
h2.faq__h2--center {
  margin-bottom: 24px;
}
h2.about__h2 {
  font-size: 3.2rem;
  letter-spacing: 3.84px;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 799.9px) {
  h2.about__h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 799.9px) {
  h2[class*=h2] {
    margin-bottom: 0;
  }
  h2[class$="--center"] {
    font-size: 2rem;
  }
  h2 img {
    width: 100%;
  }
}h3[class*=h3] {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.5;
}
h3.whats__h3 {
  font-size: 4.8rem;
  letter-spacing: 5.76px;
  position: relative;
}
@media screen and (max-width: 799.9px) {
  h3.whats__h3 {
    font-size: 3.2rem;
    padding: 0 0 0 30px;
  }
}
h3.feature__campaign-h3 {
  letter-spacing: 4.8px;
  margin-bottom: 24px;
}
@media screen and (max-width: 799.9px) {
  h3.feature__campaign-h3 {
    font-size: 2.4rem;
    letter-spacing: 2.88px;
  }
}
h3.use__h3, h3.save__h3 {
  letter-spacing: 4.8px;
}
@media screen and (max-width: 799.9px) {
  h3.use__h3, h3.save__h3 {
    font-size: 2.4rem;
    letter-spacing: 2.88px;
  }
}
h3.use__eyecatch-h3 {
  color: #fff;
}
@media screen and (max-width: 799.9px) {
  h3.use__eyecatch-h3 {
    font-size: 3.2rem;
  }
}
h3.app__h3 {
  font-size: 2rem;
  margin-bottom: 8px;
}.feature__list {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-top: 48px;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .feature__list {
    display: block;
    margin-top: 64px;
    padding: 0 30px;
  }
}

.whats__list {
  display: flex;
  gap: 24px;
  margin-top: 48px;
}
@media screen and (max-width: 799.9px) {
  .whats__list {
    display: block;
    margin-top: 32px;
  }
}

.save__bonus-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 799.9px) {
  .save__bonus-list {
    display: block;
  }
}

.step__list {
  display: flex;
  justify-content: center;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .step__list {
    display: block;
    margin-top: 24px;
    padding: 0 30px;
  }
}

.step__card-list li,
.modal__list li,
.info__list li {
  font-size: 1.4rem;
  letter-spacing: 1.68px;
  line-height: 1.75;
  padding-left: 1.6rem;
  position: relative;
}
.step__card-list li:before,
.modal__list li:before,
.info__list li:before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  height: 3px;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: calc((2.45rem - 3px) / 2);
  width: 3px;
}
.step__card-list li + li,
.modal__list li + li,
.info__list li + li {
  margin-top: 8px;
}

.step__card-list {
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 799.9px) {
  .step__card-list {
    margin: 0;
  }
}

.application__list,
.conversion__list {
  display: flex;
  gap: 48px;
  justify-content: center;
  padding: 0 48px;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .application__list,
  .conversion__list {
    gap: 30px;
  }
}
@media screen and (max-width: 799.9px) {
  .application__list,
  .conversion__list {
    flex-wrap: wrap;
    gap: 48px 16px;
    margin-top: 24px;
    padding: 0 30px;
  }
}

.faq__list {
  margin-bottom: 16px;
}
.faq__list li {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 1.1em;
  position: relative;
}
.faq__list li:before {
  background-color: #333;
  border-radius: 50%;
  content: "";
  height: 3px;
  display: inline-block;
  left: 5px;
  position: absolute;
  top: calc((2.56rem - 3px) / 2);
  width: 3px;
}
.faq__list li + li {
  line-height: 1.75;
  margin-top: 8px;
}
[class*=noteList] {
  letter-spacing: 1.68px;
  margin-top: 8px;
}
[class*=noteList] li {
  color: #0a0f47;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 1.82rem;
  position: relative;
}
[class*=noteList] li:before {
  content: "＊";
  left: 0;
  position: absolute;
  top: 0;
}
[class*=noteList] li:not(:last-of-type) {
  margin-bottom: 8px;
}

.feature__noteList {
  margin-top: 48px;
  padding: 0 48px;
}
.feature__noteList li {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 799.9px) {
  .feature__noteList {
    padding: 0 30px;
  }
}

.save__noteList {
  margin-top: 24px;
}

.use__card-noteList {
  margin: 0 0 16px;
}
@media screen and (max-width: 799.9px) {
  .use__card-noteList {
    margin-bottom: 32px;
  }
}

.use__noteList {
  margin-top: 24px;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .use__noteList {
    padding: 0 30px;
  }
}

.application__noteList {
  margin-top: 48px;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .application__noteList {
    padding: 0 30px;
  }
}

.info__noteList li {
  font-size: 1.2rem;
}

.faq__noteList:not(:last-child) {
  margin-bottom: 16px;
}

@media screen and (max-width: 799.9px) {
  .about__noteList {
    margin-top: 24px;
  }
}

.modal__noteList {
  margin-bottom: 32px;
}

.modal__noteList--num {
  counter-reset: caution 0;
  margin-bottom: 16px;
}
.modal__noteList--num li {
  color: #0a0f47;
  font-size: 1.4rem;
  line-height: 1.75;
  padding-left: 2.52rem;
  position: relative;
}
.modal__noteList--num li:before {
  content: "＊" counter(caution) " ";
  counter-increment: caution 1;
  left: 0;
  position: absolute;
  top: 0;
}.feature {
  counter-reset: caution 0;
}
.feature .feature__point {
  counter-increment: caution 1;
  width: 304px;
}
@media screen and (max-width: 799.9px) {
  .feature .feature__point {
    width: 100%;
  }
  .feature .feature__point + .feature__point {
    margin-top: 48px;
  }
}
.feature .feature__point-ttl {
  align-items: end;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 40px;
  justify-content: end;
  padding-left: 40px;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .feature .feature__point-ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 799.9px) {
  .feature .feature__point-ttl {
    letter-spacing: 2.4px;
  }
}
.feature .feature__point-ttl strong {
  font-size: 2.8rem;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .feature .feature__point-ttl strong {
    font-size: 2.6rem;
  }
}
.feature .feature__point-ttl:before {
  border-bottom: 1px solid #fff;
  content: "0" counter(caution);
  font-size: 4.8rem;
  height: 52px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -17px;
  text-align: left;
  width: 100%;
}
.feature .feature__point-txt {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-align: right;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .feature .feature__point-txt {
    letter-spacing: 0;
  }
}
.feature .feature__point-txt strong {
  font-size: 2.8rem;
}
.feature .feature__point-txt strong sup {
  font-size: 2rem;
  vertical-align: text-top;
}
.feature .feature__point-txt strong.feature__point-num {
  font-size: 3.6rem;
}
.feature .feature__point-txt small {
  font-size: 1.4rem;
}
.feature .feature__campaign-head {
  color: #fff;
}
@media screen and (max-width: 799.9px) {
  .feature .feature__campaign-head {
    margin-bottom: 32px;
  }
}
.feature .feature__campaign-link {
  transition: opacity 0.3s ease;
}
.feature .feature__campaign-link:hover {
  opacity: 0.6;
}.whats__wrap {
  margin-top: 120px;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .whats__wrap {
    margin-top: 64px;
    padding: 0;
  }
}

.save__wrap {
  margin-top: 24px;
  padding: 0 48px;
}
@media screen and (max-width: 799.9px) {
  .save__wrap {
    padding: 0 30px;
  }
}

.save__bonus-wrap {
  padding: 0 48px;
  margin-top: 80px;
}
@media screen and (max-width: 799.9px) {
  .save__bonus-wrap {
    margin-top: 48px;
    padding: 0 30px;
  }
}

.about__wrap:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 799.9px) {
  .about__wrap:not(:last-of-type) {
    margin-bottom: 48px;
  }
}.whats__card {
  width: 33%;
}
.whats__card .whats__card-txt {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2.88px;
  margin-top: 16px;
  padding: 0 0 0 8px;
}
@media screen and (max-width: 799.9px) {
  .whats__card {
    width: 100%;
  }
  .whats__card:nth-child(odd) {
    padding-right: 30px;
  }
  .whats__card:nth-child(odd) .whats__card-txt {
    text-align: right;
    padding-left: 30px;
  }
  .whats__card:nth-child(even) {
    padding-left: 30px;
  }
  .whats__card:nth-child(even) .whats__card-txt {
    padding-right: 30px;
  }
  .whats__card + .whats__card {
    margin-top: 48px;
  }
  .whats__card .whats__card-img {
    width: 100%;
  }
  .whats__card .whats__card-txt {
    font-size: 2rem;
    margin-top: 12px;
    padding: 0;
  }
}.whats .whats__lead {
  bottom: 0;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1.9px;
  line-height: 1.75;
  position: absolute;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .whats .whats__lead {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 799.9px) {
  .whats .whats__lead {
    padding: 0 30px;
    position: relative;
  }
}
@media screen and (max-width: 799.9px) {
  .whats .whats__wrap .whats__h2 {
    padding-left: 30px;
  }
}h4 {
  line-height: 1.5;
  font-weight: 700;
}
h4.save__h4 {
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  max-width: 288px;
}
@media screen and (max-width: 799.9px) {
  h4.save__h4 {
    font-size: 2rem;
  }
}
h4.use__list-h4 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 2.4px;
  margin-bottom: 16px;
}
h4.use__card-h4 {
  font-size: 2rem;
  letter-spacing: 2.4px;
  margin-bottom: 16px;
}.save__bonus-card {
  border-top: 1px solid #888;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  width: 304px;
}
@media screen and (max-width: 799.9px) {
  .save__bonus-card {
    border-top: none;
    border-bottom: 1px solid #888;
    padding: 0 0 32px;
    width: 100%;
  }
  .save__bonus-card + .save__bonus-card {
    margin-top: 32px;
  }
  .save__bonus-card:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.save__bonus-num {
  color: #e82300;
  font-size: 6.4rem;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: -1.28px;
  line-height: 1;
  padding-top: 16px;
  text-align: right;
}
.save__bonus-num small {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 799.9px) {
  .save__bonus-num {
    align-self: center;
  }
}

.save__bonus-limit {
  color: #e82300;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.save__bonus-desc {
  align-self: center;
}

.save__bonus-txt, .save__bonus-txt--small {
  font-size: 2rem;
  font-weight: 700;
}
.save__bonus-txt small, .save__bonus-txt--small small {
  font-size: 1.4rem;
}

.save__bonus-txt--small {
  font-size: 1.4rem;
}

.save__bonus-link {
  margin-top: 16px;
}hr {
  border: 0;
  border-top: 1px dashed #c8bfc0;
  height: 0;
  margin: 80px auto 0;
  max-width: 1104px;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  hr {
    margin: 80px 48px 0;
  }
}
@media screen and (max-width: 799.9px) {
  hr {
    margin: 48px 30px 0;
  }
  hr.use__hr {
    margin-top: 64px;
  }
}
hr.faq__hr {
  margin: 16px auto;
}body.modal-open {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.save__modalOpenBtn {
  color: #0a0f47;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 1.5;
  position: relative;
  text-decoration: underline;
  margin-top: 16px;
  text-align: left;
}
.save__modalOpenBtn:after {
  background: url(/afl/jalcardnavi/img/icon_external.svg) 0 0/contain no-repeat;
  content: "";
  display: inline-block;
  height: 1.4rem;
  margin: 0 3px;
  position: relative;
  top: 0.21rem;
  width: calc(1.4rem + 2px);
}
.save__modalOpenBtn:hover {
  text-decoration: none;
}
.save__modalOpenBtn:after {
  background: url(/afl/jalcardnavi/img/icon_newwin.svg) 0 0/contain no-repeat;
}

.conversion__modalOpenBtn {
  align-items: center;
  background-color: #fff;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  min-height: 48px;
  padding: 4px 31.5px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 315px;
  box-shadow: 0px 0px 16px 0px rgba(73, 74, 123, 0.25);
  bottom: 0;
  color: #0a0f47;
  height: 72px;
  line-height: 1.5;
  justify-content: space-between;
  opacity: 0;
  padding: 12px 12px 12px 24px;
  position: sticky;
  pointer-events: none;
  left: calc(100vw - 315px);
  z-index: 20;
}
.conversion__modalOpenBtn:hover {
  text-decoration: underline;
}
.conversion__modalOpenBtn.show {
  opacity: 1;
  pointer-events: auto;
}
.conversion__modalOpenBtn .modalBtn__lead {
  color: #e82300;
  display: block;
  font-size: 1.4rem;
  text-align: left;
}
.conversion__modalOpenBtn .modalBtn__icon {
  height: 28px;
  width: 32px;
}
@media screen and (max-width: 799.9px) {
  .conversion__modalOpenBtn {
    max-width: 430px;
    padding: 13px 12px 13px 24px;
    width: 100%;
  }
  .conversion__modalOpenBtn:after {
    height: 28px;
    width: 32px;
  }
}

.save__modal, .conversion__modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s ease;
  z-index: 50;
}
.save__modal.active, .active.conversion__modal {
  opacity: 1;
  display: flex;
}
.save__modal.active .modal__content, .active.conversion__modal .modal__content {
  transform: translateY(0);
}
.save__modal .modal__content, .conversion__modal .modal__content {
  background: #f6f1ef;
  border-radius: 16px;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  transform: translateY(100vh);
  transition: transform 0.5s ease;
  width: 528px;
}
.save__modal .modal__head, .conversion__modal .modal__head {
  padding: 32px;
}
.save__modal .modal__closeBtn, .conversion__modal .modal__closeBtn {
  position: absolute;
  right: 32px;
  top: 32px;
  transition: opacity 0.3s ease;
}
.save__modal .modal__closeBtn:hover, .conversion__modal .modal__closeBtn:hover {
  opacity: 0.6;
}
.save__modal .modal__ttl, .conversion__modal .modal__ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.save__modal .modal__body, .conversion__modal .modal__body {
  height: 100%;
  max-height: calc(90vh - 95px);
  overflow-y: auto;
  padding: 0 48px 32px;
}
.save__modal .modal__txt, .conversion__modal .modal__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.save__modal .modal__txt + .modal__noteList, .conversion__modal .modal__txt + .modal__noteList {
  margin-top: 32px;
}
.save__modal .modal__txt.modal__txt--lead, .conversion__modal .modal__txt.modal__txt--lead {
  margin-bottom: 32px;
}
.save__modal .modal__txt--s, .conversion__modal .modal__txt--s {
  font-size: 1.4rem;
}
.save__modal .modal__close, .conversion__modal .modal__close {
  align-items: center;
  color: #0a0f47;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  margin: 32px auto 0;
  text-align: center;
}
.save__modal .modal__close:hover, .conversion__modal .modal__close:hover {
  text-decoration: underline;
}
@media screen and (max-width: 799.9px) {
  .save__modal .modal__content, .conversion__modal .modal__content {
    border-radius: 0;
    height: 100vh;
    max-height: inherit;
    width: 100%;
  }
  .save__modal .modal__head, .conversion__modal .modal__head {
    padding: 32px 30px;
  }
  .save__modal .modal__ttl, .conversion__modal .modal__ttl {
    padding-right: 40px;
  }
  .save__modal .modal__body, .conversion__modal .modal__body {
    padding: 0 30px 32px;
  }
  .save__modal .modal__inner, .conversion__modal .modal__inner {
    padding: 0 !important;
  }
}

.conversion__modal .modal__content {
  max-width: 1104px;
  width: 100%;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .conversion__modal .modal__content {
    margin: 0 30px;
  }
}
.conversion__modal .conversion__list {
  padding: 0;
}.save .save__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 24px;
}
.save .save__img {
  flex-shrink: 0;
}
.save .save__img.save__img--s {
  flex-shrink: 1;
}
@media screen and (max-width: 799.9px) {
  .save .save__img {
    display: block;
    margin-top: 24px;
  }
}
@media screen and (max-width: 799.9px) {
  .save .save__rowContainer img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .save .save__desc-rowContainer .save__img {
    margin-top: 0;
    width: 56px;
  }
}.use__accordion {
  overflow: hidden;
  margin: 48px 0 80px;
  padding: 0 48px;
}
.use__accordion .use__accordion-btn {
  align-items: center;
  border: none;
  border-bottom: 1px solid #0a0f47;
  color: #0a0f47;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 1.9px;
  padding: 16px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.use__accordion .use__accordion-btn:hover {
  text-decoration: underline;
}
.use__accordion .use__accordion-btn .use__accordion-icon {
  background-color: #0a0f47;
  border-radius: 50%;
  content: "";
  display: block;
  height: 32px;
  position: relative;
  width: 32px;
}
.use__accordion .use__accordion-btn .use__accordion-icon:before {
  background-color: #fff;
  content: "";
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.use__accordion .use__accordion-btn .use__accordion-icon.is-active:before {
  content: none;
}
.use__accordion .use__accordion-btn .use__accordion-icon:after {
  background-color: #fff;
  content: "";
  height: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 12px;
}
.use__accordion .use__accordion-cont {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.use__accordion .use__accordion-cont .use__accordion-inner {
  padding: 32px 0 0;
}
.use__accordion .use__accordion-cont .use__accordion-lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 32px;
}
.use__accordion .use__accordion-cont .use__accordion-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 16px;
}
.use__accordion .use__accordion-cont .use__accordion-txt:last-child {
  margin-bottom: 0;
}
.use__accordion .use__accordion-cont .use__accordion-img {
  margin-bottom: 32px;
}
@media screen and (max-width: 799.9px) {
  .use__accordion .use__accordion-cont .use__accordion-img {
    margin: 0 auto 32px;
    max-width: 525px;
  }
}
.use__accordion.is-open .use__accordion-icon:before {
  content: none;
}
@media screen and (max-width: 799.9px) {
  .use__accordion {
    margin: 32px 0 64px;
    padding: 0 30px;
  }
}

.faq__accordion {
  margin: 0 auto;
  overflow: hidden;
  width: 528px;
}
.faq__accordion:not(:last-child) {
  border-bottom: 1px solid #888;
}
.faq__accordion .faq__accordion-btn {
  align-items: center;
  border: none;
  color: #0a0f47;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 16px;
  justify-content: space-between;
  letter-spacing: 1.9px;
  padding: 24px 0 24px 40px;
  position: relative;
  text-align: left;
  width: 100%;
}
.faq__accordion .faq__accordion-btn:before {
  background: url(/afl/jalcardnavi/img/icon_faq.svg) 0 0/contain no-repeat;
  content: "";
  height: 32px;
  left: 0;
  position: absolute;
  top: 24px;
  width: 32px;
}
.faq__accordion .faq__accordion-btn:hover {
  text-decoration: underline;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon {
  background-color: #0a0f47;
  border-radius: 50%;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 32px;
  position: relative;
  width: 32px;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon:before {
  background-color: #fff;
  content: "";
  height: 12px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2px;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon.is-active:before {
  content: none;
}
.faq__accordion .faq__accordion-btn .faq__accordion-icon:after {
  background-color: #fff;
  content: "";
  height: 2px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 12px;
}
.faq__accordion .faq__accordion-cont {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.faq__accordion .faq__accordion-cont .faq__accordion-inner {
  padding: 0 40px 24px;
}
.faq__accordion.is-open .faq__accordion-icon:before {
  content: none;
}
@media screen and (max-width: 799.9px) {
  .faq__accordion {
    width: calc(100% - 60px);
  }
}
.faq__accordion .faq__accordion-cont .faq__accordion-inner {
  padding: 0 0 24px 40px;
}.use__eyecatch {
  background: url(/afl/jalcardnavi/img/bg_use.webp) center/cover no-repeat;
  min-height: 460px;
  padding: 80px 96px;
}
.use__eyecatch .use__eyecatch-txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 16px 0 32px;
  width: 432px;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .use__eyecatch {
    margin: 0 48px;
  }
}
@media screen and (max-width: 799.9px) {
  .use__eyecatch {
    background: url(/afl/jalcardnavi/img/bg_use_sp.webp) center/cover no-repeat;
    padding: 80px 30px 32px;
  }
  .use__eyecatch .use__eyecatch-txt {
    width: auto;
  }
}.use__card-wrap {
  width: 62%;
}

.use__card {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  gap: 32px;
  height: 100%;
  padding: 30px 32px;
}
.use__card .use__card-desc {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.use__card .use__card-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: 16px;
}
.use__card .use__card-img {
  flex-shrink: 0;
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
  .use__card {
    flex-direction: column;
    gap: 0;
  }
  .use__card .use__card-img {
    margin: 0 auto 32px;
    text-align: center;
  }
}

@media screen and (max-width: 799.9px) {
  .use__card-wrap {
    margin-top: 24px;
    width: auto;
  }
  .use__card {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .use__card .use__card-img img {
    height: auto;
    width: 100%;
  }
  .use__card .use__card-desc {
    height: inherit;
    padding: 32px 30px;
  }
  .use__card .use__card-txt {
    margin-bottom: 32px;
  }
  .use__card .use__card-txt:has(+ .use__card-noteList) {
    margin-bottom: 16px;
  }
}.use__slide {
  max-width: 624px;
  width: 62%;
}
@media screen and (max-width: 799.9px) {
  .use__slide {
    margin-top: 24px;
    max-width: inherit;
    width: auto;
  }
  .use__slide .use__slide-list > li {
    flex-direction: column;
    padding: 0;
  }
}
.use__slide .splide__controller {
  margin-top: 24px;
  position: relative;
}
.use__slide .splide__controller .splide__arrows {
  display: flex;
  height: 24px;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  width: 216px;
  z-index: 2;
}
.use__slide .splide__controller .splide__arrows .splide__arrow {
  background-color: inherit;
  height: 24px;
  width: 57px;
}
.use__slide .splide__controller .splide__arrows .splide__arrow.splide__arrow--prev svg {
  transform: scale(-1, 1);
}
.use__slide .splide__controller .splide__arrows .splide__arrow:hover {
  opacity: 0.6;
}
.use__slide .splide__controller .splide__arrows .splide__arrow svg {
  height: 24px;
  width: 57px;
}
.use__slide .splide__controller .slide__pagination {
  height: 24px;
  line-height: 24px;
  left: 0;
  margin-top: 24px;
  position: relative;
  right: 0;
  text-align: center;
  z-index: 1;
}
.use__slide .splide__controller .slide__pagination span {
  color: #0a0f47;
  font-size: 1.6rem;
  font-weight: 700;
}.use .use__desc {
  width: 33.34%;
}
.use .use__desc.use__desc--w {
  width: auto;
}
.use .use__desc .use__desc-lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2.88px;
  margin-bottom: 16px;
}
.use .use__img {
  flex-shrink: 0;
}
.use .use__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 24px;
}
.use .use__list {
  display: flex;
  gap: 24px;
  width: 62%;
}
.use .use__list li {
  background: url(/afl/jalcardnavi/img/bg_use_01.webp) center/cover no-repeat;
  border-radius: 16px;
  min-height: 320px;
  padding: 120px 30px 32px;
  width: 300px;
}
.use .use__list li:nth-child(2) {
  background: url(/afl/jalcardnavi/img/bg_use_02.webp) center/cover no-repeat;
}
.use .use__list li .use__list-txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 799.9px) {
  .use .use__desc {
    width: auto;
  }
  .use .use__desc .use__desc-lead {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .use .use__list {
    display: block;
    margin-top: 24px;
    width: auto;
  }
  .use .use__list li {
    width: 100%;
  }
  .use .use__list li + li {
    margin-top: 24px;
  }
  .use .use__img {
    margin: 24px auto 0;
    max-width: 315px;
  }
}.step__card {
  padding: 0 24px;
  position: relative;
  width: 252px;
}
.step__card:not(:last-of-type):after {
  border-top: 1px dashed #C8BFC0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 32px;
  width: 100%;
  z-index: -1;
}
.step__card .step__card-img {
  height: 64px;
  margin: 0 auto 16px;
  width: 64px;
}
.step__card .step__card-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2.8px;
  margin-bottom: 8px;
  text-align: center;
}
.step__card .step__card-txt {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
}
.step__card .step__card-subTtl {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 24px 0 8px;
  text-align: center;
}
@media screen and (max-width: 799.9px) {
  .step__card {
    display: flex;
    gap: 16px;
    padding: 0;
    width: fit-content;
  }
  .step__card:not(:last-of-type):after {
    border-left: 1px dashed #C8BFC0;
    content: "";
    height: 100%;
    left: 32px;
    position: absolute;
    top: 32px;
    width: 1px;
    z-index: -1;
  }
  .step__card + .step__card {
    margin-top: 16px;
  }
  .step__card .step__card-wrap {
    padding-top: 16px;
  }
  .step__card .step__card-img {
    flex-shrink: 0;
  }
  .step__card .step__card-ttl {
    font-size: 2rem;
    text-align: left;
  }
  .step__card .step__card-txt,
  .step__card .step__card-subTtl {
    text-align: left;
  }
  .step__card .step__card-subTtl {
    margin: 8px 0;
  }
}.application__card {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 216px;
}
.application__card .application__card-img {
  margin-bottom: 8px;
  padding-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 799.9px) {
  .application__card .application__card-img {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 799.9px) {
  .application__card {
    padding-bottom: 0;
  }
  .application__card:nth-child(3) .application__card-img {
    padding-bottom: 21px;
  }
}
.application__card .application__card-pay {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 799.9px) {
  .application__card .application__card-pay {
    gap: 4px;
  }
}
.application__card .application__card-pay img {
  max-height: 40px;
  width: auto;
}
.application__card .application__card-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-bottom: 8px;
  text-align: center;
}
.application__card .application__card-ttl small {
  font-size: 1.4rem;
}
.application__card .application__card-txt {
  font-size: 1.4rem;
  font-weight: 500;
  flex-grow: 1;
  line-height: 1.75;
  text-align: center;
}
.application__card .application__btnLink {
  margin-top: 16px;
}
.application__card .application__card-copy {
  bottom: 0;
  font-size: 1.4rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 799.9px) {
  .application__card .application__card-copy {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 799.9px) {
  .application__card {
    width: calc(50% - 8px);
  }
}.info .info__img {
  margin-bottom: 32px;
  text-align: center;
}
.info .info__desc {
  border-top: 1px solid #888;
  display: flex;
  gap: 0 16px;
  padding: 24px 0;
  max-width: 480px;
  width: 100%;
}
.info .info__desc dt {
  letter-spacing: 1.68px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 30%;
}
.info .info__desc dd {
  width: 65%;
}
.info .info__desc dd p {
  font-size: 1.4rem;
  letter-spacing: 1.68px;
  line-height: 1.75;
}
.info .info__desc dd p small {
  font-size: 1.2rem;
}
.info .info__desc dd p + p {
  margin-top: 8px;
}
.info .info__col:last-child .info__desc:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 799.9px) {
  .info .info__img {
    margin: 24px auto;
    max-width: 300px;
  }
  .info .info__desc {
    max-width: inherit;
  }
}.app .app__head {
  text-align: center;
  width: 492px;
}
.app .app__head .app__h2--center {
  margin-bottom: 24px;
}
.app .app__head .app__ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin: 8px 0 24px;
}
.app .app__head .app__link {
  height: 40px;
}
.app .app__head .app__link:first-child img {
  width: 108px;
}
.app .app__head .app__link:last-child img {
  width: 136px;
}
.app .app__body {
  width: 492px;
}
.app .app__body .app__body-wrap:not(:last-of-type) {
  margin-bottom: 32px;
}
.app .app__body .app__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.app .app__body .app__txt {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media screen and (max-width: 799.9px) {
  .app .app__head {
    margin-bottom: 24px;
    width: 100%;
  }
  .app .app__head .app__img {
    margin: 0 auto;
    max-width: 96px;
  }
  .app .app__body {
    width: 100%;
  }
}.faq .faq__txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 16px;
}.footer {
  align-items: center;
  background-color: #0a0f47;
  display: flex;
  height: 50px;
  justify-content: center;
  text-align: center;
}
.footer .footer__copy {
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 799.9px) {
  .footer {
    height: 68px;
  }
}