.l-contents {
  margin-bottom: 48px;
}
.l-contents h2 {
  text-align: center;
  font-size: 1.2rem;
  margin: 48px 0 16px;
  letter-spacing: 0;
}

.l-contents-medium .l-contents__inner {
  max-width: 1000px;
}

@media screen and (min-width: 1024px) {
  .l-contents {
    margin-bottom: 80px;
  }
  .l-contents h2 {
    font-size: 1.625rem;
    margin: 50px 0 24px;
    padding-top: 20px;
  }
}
.p-faq__sub-title {
  font-size: 0.8rem;
  margin: 0 0 8px;
  font-weight: 700;
  text-align: center;
  color: #023;
}

@media only screen and (min-width: 768px) {
  .p-faq__sub-title {
    font-size: 1rem;
    margin: 0 0 16px;
  }
}
.p-accordion .p-accordion__content p {
  margin: 0;
}
.p-accordion .p-accordion__content p + p {
  margin-top: 1rem;
}

.faq-arrow__link {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: right;
}
.faq-arrow__link a {
  padding-left: 16px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
.faq-arrow__link a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  height: 15px;
  width: 8px;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .faq-arrow__link {
    margin-top: 32px;
  }
}