.p-disclosure__sttl {
  font-size: 4.2666666667vw;
  margin-bottom: 2.6666666667vw;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .p-disclosure__sttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.p-disclosure__list-number {
  margin-left: 1.5rem;
}
.p-disclosure__list-number li {
  list-style-type: decimal;
}
.p-disclosure__list-number li dl {
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.p-disclosure__list-number li dl dt {
  font-weight: bold;
}
.p-disclosure__list-number li dl dd {
  text-indent: -1em;
  margin-left: 1em;
}

.p-disclosure__img {
  text-align: center;
}

.p-disclosure__list-desc li {
  list-style-type: disc;
  margin-left: 2rem;
}

.p-disclosure__table {
  width: 100%;
}
.p-disclosure__table td, .p-disclosure__table th {
  text-align: left;
  padding: 2rem 1rem;
}
