.p-faq {
  border-bottom: 1px solid var(--color-bg_B);
}

.p-faq-item {
  border-top: 1px solid var(--color-bg_B);
}
@media only screen and (max-width: 980px) {
  .p-faq-item {
    padding-block: 16px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-faq-item {
    padding-block: 24px 32px;
  }
}

.p-faq-q {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 980px) {
  .p-faq-q {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-faq-q {
    margin-bottom: 12px;
  }
}

.p-faq-q-icon {
  background: var(--color-primary);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-faq-q-icon {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .p-faq-q-icon {
    font-size: 1.75rem;
    line-height: 1.6;
    width: 36px;
  }
}

.p-faq-q-title {
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}
@media print, screen and (min-width: 981px) {
  .p-faq-q-title {
    padding-top: 10px;
  }
}

.p-faq-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 980px) {
  .p-faq-a {
    gap: 8px;
  }
}
@media print, screen and (min-width: 981px) {
  .p-faq-a {
    gap: 4px;
    padding-left: 38px;
  }
}

.p-faq-a-icon {
  color: var(--color-text-gray);
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .p-faq-a-icon {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 981px) {
  .p-faq-a-icon {
    font-size: 1.75rem;
    line-height: 1.6;
    width: 36px;
  }
}

@media print, screen and (min-width: 981px) {
  .p-faq-a-content {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 980px) {
  .p-faq-a-text {
    font-size: 0.9375rem;
    line-height: 1.5;
    padding-top: 5px;
  }
}