.terms-wrap {
  margin-bottom: 6em;
}
.article-wrap h3 {
  font-size: clamp(1rem,3.49vw,1.6rem);
  line-height: 150%;
  margin-bottom: 0.75em;
}
.article-wrap {
  margin-bottom: 2.4em;
}
.article-wrap ol {
  padding-left: 2em;
}
.article-wrap li {
  font-size: clamp(.88rem,3.26vw,1.4rem);
  list-style: auto;
  line-height: 160%;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
}
.article-wrap p,
.bottom-text {
  font-size: clamp(.88rem,3.26vw,1.4rem);
  line-height: 160%;
  font-weight: 400;
  font-family: "Noto Sans JP", serif;
}
.bottom-text {
  margin-bottom: 8em;
}
.mb {
  margin-bottom: 1em;
}

@media (max-width: 520px) { 
  .terms-wrap {
    margin-bottom: 3em;
  }
  .article-wrap ol {
    padding-left: 1.2em;
  }
  .bottom-text {
    margin-bottom: 4em;
  }
}