html {
  font-size: 62.5%;
}

body,
p {
  font-size: 1.4rem;
  line-height: 1.6em;
}

.footer-banner li a img {
  max-width: 100%;
}

@media (min-width: 768px) {
  body,
  p {
    font-size: 1.8rem;
  }
}

body {
  background: #f8f8f8;
}

#breadcrumbs,
.page-header,
#globalNavigation {
  display: none!important;
}

.page-header + .l-inner {
  padding: 0;
}

#staticPage {
  background: none;
  padding-top: 0;
}

#article-content {
  margin-top: 0;
}

#article-content ul {
  list-style: none;
  padding-left: 0;
}

#article-content img:not([width]) {
  max-height: none;
  max-width: 100%;
}

.l-wrap-content {
  display: block !important;
}

img {
  max-width: 60rem;
}

.fv-section {
  background: url("https://money.smt.docomo.ne.jp/image/img_lp_kabukaquiz_12_fv.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding: 4.5rem 2rem 2rem;
  position: relative;
  height: auto;
}

.fv-section .acceptance {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
}

.fv-section .heading {
  width: 100%;
}

@media (min-width: 768px) {
  .fv-section .heading {
    margin: auto;
  }
}

.fv-section .chara {
  width: 90%;
  margin: 3rem auto 0;
  display: block;
}

.fv-section .cv {
  width: 100%;
  max-width: 48rem;
  position: fixed;
  z-index: 9;
  bottom: 2rem;
  left: 50%;
  padding: 0 1.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .fv-section .cv {
    display: block;
    max-width: 40rem;
    margin: auto;
    left: calc(50% + 15rem);
  }
}

.fv-section .cv .img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

/* .fv-section .cv.-active {
  position: fixed;
  z-index: 9;
} */

.fv-container {
  display: flex; 
  flex-direction: column;
  gap: 24px;
}

.fv-container img {
  width: 100%;
  margin: auto;
  height: auto;
  aspect-ratio: auto;
}

.method-section .heading {
  background: #232325;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.2rem;
}

@media (min-width: 768px) {
  .method-section .heading {
  }
}

.method-section .step {
  padding: 2rem 0 1.2rem;
  width: 6.4rem;
  height: auto;
}

@media (min-width: 768px) {
  .method-section .step {
    display: block;
  }
}

.method-section .text {
  font-weight: bold;
  line-height: 1.4em;
}

.method-section .text-normal {
  line-height: 1.4em;
}

.method-section .subtext {
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  .method-section .subtext {
    font-size: 1.4rem;
  }
}

.method-section .img {
  width: 95%;
  display: block;
  margin: 1.2rem auto 2rem;
}

@media (min-width: 768px) {
  .method-section .img {
    max-width: 50rem;
  }
}

.terms-section .heading {
    background: #232325;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    padding: 1.2rem;
    margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .terms-section .heading {
    text-align: center;
  }
}

.terms-section ul li {
  margin-bottom: 1rem;
}

.terms-section ul li p {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.4em;
}

.terms-section ul li p a {
  color: #325DCA;
}

.terms-section ul li ul {
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.terms-section ul li ul li {
  color: #4A4A4A;
  font-size: 1rem;
  line-height: 1.4em;
  margin: 0;
}