body {
  font-family: "heisei-maru-gothic-std", sans-serif;
  letter-spacing: 5%;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.section-fv {
  background-image: url('../img/sp/bg_fv.png');
  background-size: 100% 100%;
}

.fv-img {
  width: 100%;
}

.line-yellow {
  background: linear-gradient(0deg, #fffbc7 40%, rgba(255, 255, 255, 0) 0%);
}

.faq-title {
  cursor: pointer;
}

.faq-title::after {
  transition: transform 0.3s ease;
}

.section-notes .parent-list>li {
    text-indent: -1em;
    padding-left: 1em;
}

.section-notes .parent-list > li::before {
    display: contents;
    content: "●";
}

.section-notes .child-list {
    margin-left: -1em;
}

.section-notes .child-list>li {
    text-indent: -1em;
    padding-left: 1em;
}

.section-notes .child-list>li::before {
    display: contents;
    content: "・";
}

@media (min-width: 768px) {
  .section-fv {
    background-image: url(../img/pc/bg_fv.png);
    background-size: 100% 100%;
  }
}

@media (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 1vw;
  }
}