@charset "UTF-8";
main {
}
.terms__main {
  width: 80%;
  padding: 100px 0 0;
  margin: 0 auto 50px;
}
.terms__text p.terms__modal-title {
  font-size: 1.625rem;
  padding: 0 0 50px;
  text-align: center;
}
.terms__heading {
}
.terms__text {
}
.terms__text section {
}
.terms__text h3 {
}
.terms__text h4 {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
  padding-left: 20px;
  font-weight: normal;
  margin: 0;
}
.terms__text p {
  font-size: unset;
  line-height: 1.5rem;
  margin: 0 0 1rem;
}
.terms__text ol {
  list-style-type : decimal;
  padding-inline-start: 40px;
}
.terms__text li {
}
.terms__text ol ol {
  padding-left: 8px;
}
.terms__text ol li ol {
  padding-left: 30px;

  list-style: none;
  counter-reset: li-counter;
  margin: 0;
}
.terms__text ol li ol li {
  counter-increment: li-counter;
  position: relative;
  padding-left: 2em;
}
.terms__text ol li ol li::before {
  content: '(' counter(li-counter) ') ';
  position: absolute;
  left: 0;
}
h4 + ol {
  list-style: none;
  counter-reset: my-counter;
  margin: 0;
}
h4 + ol > li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 2em;
}
h4 + ol > li::before {
  content: '(' counter(my-counter) ') ';
  position: absolute;
  left: 0;
}
p.terms__modal-title {
  position: relative;
  text-align: center;
  line-height: 1.6;
  color: black;
}

@media screen and (min-width: 641px) {
  .contents__mini-heading {
    padding-top: 100px;
  }
}

