body {
  color: #1A1A1A;
}

/* p-disclosure
---------------------------------------------------------------------------- */
.p-disclosure {
  padding-block: 8rem 10.4rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}

.p-disclosure-lead {
  margin-bottom: 5rem;
}

.p-disclosure-list:not(:last-of-type) {
  margin-bottom: 4.1rem;
}

@media screen and (max-width: 767px) {
  .p-disclosure {
    padding-block: 13.3333333333vw 17.6vw;
    font-size: 4.2666666667vw;
    line-height: 1.79;
  }
  .p-disclosure-lead {
    margin-bottom: 6.6666666667vw;
  }
  .p-disclosure-list:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
}
/* p-disclaimer
---------------------------------------------------------------------------- */
.p-disclaimer {
  padding-bottom: 10rem;
  font-size: 1.6rem;
  line-height: 1.8125;
  font-weight: 400;
}

.p-disclaimer-list:not(:last-of-type) {
  margin-bottom: 4.1rem;
}

@media screen and (max-width: 767px) {
  .p-disclaimer {
    padding-bottom: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-disclaimer-list:not(:last-of-type) {
    margin-bottom: 6.6666666667vw;
  }
}
