
.l-faq .p-Pagefv {
  padding-bottom: 0;
  overflow: hidden;
}
.l-faq .p-Pagefv__img {
  position: relative;
}
.l-faq .p-Pagefv__img::after {
  content: "";
  position: absolute;
  top: -5.4904831625vw;
  right: 0vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 27.3792093704vw;
  height: 18.7408491947vw;
  background-image: url("../images/img_faqFv-taste.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index:-1;
}
.l-faq .p-faq {
  padding-inline: 40px;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq {
    padding-inline: 20px;
  }
}
.l-faq .p-faq__inner {
  margin-top: 20px;
  margin-inline: auto;
  max-width: 1050px;
  padding-bottom: 150px;
}
.l-faq .p-faq__section + .p-faq__section {
  margin-top: 84px;
}
.l-faq .p-faq__title {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq__title {
    margin-bottom: 20px;
  }
}
.l-faq .p-faq__title h2 {
  position: relative;
  padding-left: 28px;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq__title h2 {
    padding-left: 28px;
  }
}
.l-faq .p-faq__title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #669900;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq__title h2::before {
    width: 8px;
    height: 8px;
  }
}
.l-faq .p-faq__content {
  display: grid;
  gap: 20px;
}
.l-faq .p-faq__item {
  background: #f3f3ef;
  border-radius: 16px;
  overflow: hidden;
}
.l-faq {
  /* 質問部分 */
}
.l-faq .p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-block: 30px 20px;
  padding-inline: 28px;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq__question {
    padding: 18px 16px;
  }
}
.l-faq .p-faq__questionInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq__questionInner {
    gap: 10px;
  }
}
.l-faq .p-faq__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-faq {
  /* 回答部分 */
}
.l-faq .p-faq__answerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 17px;
  padding-inline: 0 0px;
  padding-bottom: 24px;
  border-top: 1px solid #d9d9d2;
  margin: 0 28px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .l-faq .p-faq__answerInner {
    gap: 10px;
    margin: 0 16px;
  }
}
.l-faq .p-faq__answerInner .p-faq__label {
  margin-top: 6px;
}
.l-faq .p-faq__answerText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-faq .p-faq__answerText p {
  margin: 0;
}
