.heading-box {
  margin-bottom: 32px;
  text-align: center;
}
.heading-box .heading {
  font-size: 2.4rem;
  font-weight: 700;
}

.terms-section {
  margin: 0 auto;
  max-width: 920px;
  width: 100%;
}

.note {
  font-size: 1.4rem;
  margin-bottom: 48px;
}

.terms-list > li {
  margin-bottom: 48px;
}
.terms-list > li .title {
  font-weight: 700;
  margin-bottom: 24px;
}
.terms-list > li .text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.terms-list > li .counter-list {
  counter-reset: item;
  line-height: 1.8;
}
.terms-list > li .counter-list > li {
  font-size: 1.4rem;
  padding-left: 1.3em;
  position: relative;
}
.terms-list > li .counter-list > li::before {
  counter-increment: item;
  content: counter(item) ".";
  left: 0;
  position: absolute;
  top: 0;
}

.signature-area {
  text-align: right;
}
.signature-area .signature {
  font-size: 1.4rem;
}