@charset "UTF-8";
/* ===================================================================
CSS information

file name  : faq.css
author     : Abilive
style info : よくあるご質問
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(-200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.p-faq .p-nav {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-faq .p-nav {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-faq .p-nav {
    max-width: calc(1200px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-faq .p-nav {
    max-width: calc(1200px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-faq .p-nav {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-nav {
    width: calc(388 / 428 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-faq .p-nav {
    width: calc(1300 / 1440 * 100%);
  }
}
.p-faq .p-nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .p-faq .p-nav > ul {
    justify-content: flex-start;
  }
}
.p-faq .p-nav > ul > li {
  width: fit-content;
}
@media only screen and (min-width: 1025px) {
  .p-faq .p-nav > ul > li {
    margin: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-faq .p-nav > ul > li {
    width: calc(380 / 1200 * 100%);
  }
  .p-faq .p-nav > ul > li:not(:nth-child(3n+1)) {
    margin-left: calc(30 / 1200 * 100%);
  }
  .p-faq .p-nav > ul > li:nth-child(n+4) {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-nav > ul > li {
    width: 48%;
  }
  .p-faq .p-nav > ul > li:nth-child(2n) {
    margin-left: 4%;
  }
  .p-faq .p-nav > ul > li:nth-child(n+3) {
    margin-top: 2rem;
  }
}
.p-faq .p-nav > ul > li a {
  width: 100%;
  height: 100%;
}
.p-faq .p-list-item {
  margin-right: auto;
  margin-left: auto;
  margin-top: 6em;
  display: flex;
  flex-direction: column;
  gap: 5em;
}
@media only screen and (min-width: 1025px) {
  .p-faq .p-list-item {
    width: calc(1100 / 1440 * 100%);
    max-width: calc(1100px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-faq .p-list-item {
    max-width: calc(1100px * ((16 + 3) / 14));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-faq .p-list-item {
    max-width: calc(1100px * ((16 + 2) / 14));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-faq .p-list-item {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-list-item {
    width: calc(388 / 428 * 100%);
  }
}
.p-faq .p-list-item .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-faq .p-list-item .item .box {
  background-color: var(--color-bg-1);
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .p-faq .p-list-item .item .box {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-list-item .item .box {
    margin-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .p-faq .p-list-item .item .box {
    padding: 1.5rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-list-item .item .box {
    padding: 1.25em 1em;
  }
}
.p-faq .p-list-item .item .box .c-title-sub {
  display: flex;
  border-bottom: 1px solid var(--color-line);
  padding-bottom: .5em;
}
@media only screen and (min-width: 768px) {
  .p-faq .p-list-item .item .box .c-title-sub {
    gap: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-list-item .item .box .c-title-sub {
    gap: 0.5em;
  }
}
.p-faq .p-list-item .item .box .c-title-sub:before {
  content: "Q";
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  color: var(--color-main);
}
.p-faq .p-list-item .item .box .txt {
  position: relative;
  padding: 1em 0 0 2em;
}
@media only screen and (min-width: 768px) {
  .p-faq .p-list-item .item .box .txt {
    gap: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-list-item .item .box .txt {
    gap: 0.5em;
  }
}
.p-faq .p-list-item .item .box .txt:before {
  content: "A";
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  position: absolute;
  top: .5em;
  left: .25em;
  color: var(--color-accent);
}
@media only screen and (min-width: 768px) {
  .p-faq .p-list-item .item .box:first-of-type {
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq .p-list-item .item .box:first-of-type {
    margin-top: 1.5em;
  }
}
