@charset "UTF-8";
body {
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #fdfdfd;
}

span,
a,
button {
  display: inline-block;
}

ol,
ul {
  list-style: revert;
}

.terms {
  padding: 60px 20px;
}
.container {
  max-width: 800px;
  margin: 0 auto;
}

.terms__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.terms__section {
  margin-bottom: 40px;
}

.terms__heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.terms__list {
  padding-left: 20px;
  margin-top: 10px;
}

.terms__list li {
  margin-bottom: 8px;
}

.terms__list li ol {
  padding-left: 20px;
  margin-top: 5px;
  counter-reset: item;
}

.terms__list li ol li {
  margin-bottom: 5px;
  counter-increment: item;
}

.terms__list li ol li::marker {
  content: "（" counter(item) "）";
}

.terms__footer {
  margin-top: 50px;
  font-size: 0.9rem;
  color: #666;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .terms__title {
    font-size: 1.6rem;
  }

  .terms__heading {
    font-size: 1.1rem;
  }
}

.list-style--none {
  list-style: none;
}
