/*!
global > Color
------------------------------
*/
.cl-blue {
  color: #08a9e3;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
@font-face {
  font-family: "din";
  src: url("../font/DIN-Alternate-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "koz-M";
  src: url("../font/KozGoPr6N-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "koz-R";
  src: url("../font/KozGoPr6N-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "spartan";
  src: url("../font/Spartan-VariableFont_wght.ttf") format("truetype");
}
.f-leageuespartan {
  font-family: "League Spartan", sans-serif;
}

.f-akshar {
  font-family: "Akshar", sans-serif;
}

.f-din-alternate {
  font-family: "din";
}

.f-roboto {
  font-family: "Roboto", sans-serif;
}

.f-koz-M {
  font-family: "koz-M";
}

.f-koz-R {
  font-family: "koz-R";
}

.f-spartan {
  font-family: "spartan";
}

/*!
global > function
------------------------------
*/
.p-faq .faq-item__ttl {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-item__ttl {
    font-size: 1.25rem;
  }
}

.p-faq {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-bottom: 80px;
  }
}
.p-faq::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: url(../images/common/img_mv_decore.svg) no-repeat center/contain;
  opacity: 0.42;
}
@media screen and (min-width: 768px) {
  .p-faq::before {
    bottom: -80px;
    right: -62px;
    width: clamp(14.1rem, 28.2706766917vw + 0.530075188rem, 23.5rem);
    height: clamp(14.1rem, 28.2706766917vw + 0.530075188rem, 23.5rem);
  }
}
.p-faq .faq {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
@media screen and (min-width: 768px) {
  .p-faq .faq {
    margin-top: -106px;
  }
}
.p-faq .faq-list {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-list {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 40px 54px;
  }
}
.p-faq .faq-col {
  display: grid;
  gap: 30px 0;
}
.p-faq .faq-item__ttl, .p-faq .faq-item__desc {
  position: relative;
  border-radius: 14px;
}
.p-faq .faq-item__ttl::before, .p-faq .faq-item__desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "spartan";
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-item__ttl::before, .p-faq .faq-item__desc::before {
    font-size: 1.8125rem;
  }
}
.p-faq .faq-item__ttl {
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 40px;
  width: calc(100% - 30px);
  padding: 5px 20px 6px 40px;
  background-color: #24304f;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-item__ttl {
    width: calc(100% - clamp(2.5rem, 5.0751879699vw + 0.0639097744rem, 4.1875rem));
    min-height: 45px;
    padding: 4px 15px 6px 59px;
  }
}
.p-faq .faq-item__ttl::before {
  content: "Q.";
  top: 11px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-item__ttl::before {
    top: 10px;
    left: 16px;
  }
}
.p-faq .faq-item__txt {
  color: #000;
}
.p-faq .faq-item__desc {
  margin-top: -25px;
  margin-left: 20px;
  padding: 40px 20px 20px 40px;
  background-color: #eceded;
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-item__desc {
    margin-top: -32px;
    padding: 48px 28px 32px 76px;
  }
}
.p-faq .faq-item__desc::before {
  content: "A.";
  top: 42px;
  left: 10px;
  color: #08a9e3;
}
@media screen and (min-width: 768px) {
  .p-faq .faq-item__desc::before {
    top: 49px;
    left: 25px;
  }
}
.p-faq .faq-item__desc .bg {
  background-color: #ffff00;
}

/*# sourceMappingURL=faq.css.map */
