@charset "UTF-8";
/**
 * page style
 */
.p-faq .l-intro {
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq .l-intro {
    padding-bottom: 2.8rem;
  }
}
.p-faq-items {
  background-color: var(--gray-green);
  border-radius: 6rem 6rem 0 0;
  margin-bottom: -6rem;
  padding: 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq-items {
    border-radius: 3rem 3rem 0 0;
    padding: 0 0 2.5rem;
    margin-bottom: -3rem;
  }
}
.p-faq-items .c-inner {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding: 7.7rem 0 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-items .c-inner {
    gap: 2.3rem;
    padding: 3.7rem 2.5rem 7rem;
  }
}
.p-faq-items .q {
  color: var(--green);
  font-size: 2.4rem;
  line-height: normal;
  padding: 0.3rem 6rem 0.5rem 7rem;
  text-indent: -5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-items .q {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    line-height: 1.28;
    padding: 0.2rem 5rem 0.3rem 1.7rem;
    text-indent: unset;
    width: 100%;
  }
}
.p-faq-items .q:before {
  content: "Ｑ．";
}
@media screen and (max-width: 767px) {
  .p-faq-items .q:before {
    margin-right: -0.5rem;
  }
}
.p-faq-items .a {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 2.2rem;
  padding: 1.5rem 6.7rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq-items .a {
    gap: 1.3rem;
    padding: 1.3rem 0 0.3rem 1.3rem;
  }
}
.p-faq-items .a-ttl {
  font-size: 1.8rem;
  line-height: normal;
  padding-left: 3rem;
  text-indent: -3rem;
}
@media screen and (max-width: 767px) {
  .p-faq-items .a-ttl {
    display: flex;
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: -0.2rem;
    padding: 0;
    text-indent: unset;
  }
}
.p-faq-items .a-ttl:before {
  color: var(--blue);
  content: "Ａ．";
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-faq-items .a-ttl:before {
    font-size: 1.8rem;
    margin-right: -0.5rem;
    transform: translateY(-0.2rem);
  }
}

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