@charset "UTF-8";
main {
}
.terms__main {
  width: 100%;
  margin: 0 auto 50px;
}
.terms__text p.terms__modal-title {
  font-size: 20px;
  padding: 20px 0 0;
}
.terms__heading {
}
.terms__text {
}
.terms__text section {
  padding: 0 15px 10px;
}
.terms__text h3 {
  margin: 0;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}
.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: 12px;
  text-align: left;
  line-height: 1.5;
  padding: 0 15px 10px;
}
.terms__text ol {
}
.terms__text li {
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}
.terms__text ol ol {
  padding-left: 8px;
}
.terms__text ol li ol {
  padding-left: 30px;
}
.terms__text ol li ol li {
}
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) {
  .terms__main {
    width: 800px;
    margin: 0 auto;
  }
  .terms__text section {
    padding: 0;
  }
  .terms__text p.terms__modal-title {
    font-size: 35px;
    font-weight: normal;
    margin: 50px 0 0;
    padding: 0;
  }
  .terms__text h3 {
    padding: 0 0 5px;
  }
  .terms__text {
  }
  .terms__text p {
    padding: 0 0 10px;
  }
}
