.terms {
  width: 90%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 2em;
}

.terms h2 {
  font-size: 16px;
}

.terms ul {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}

.terms li {
  margin-bottom: 0.5em;
}

.terms .sec {
  margin-bottom: 2em;
}

.terms .decimal {
  list-style: decimal;
}

.terms .braket {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.terms .braket > li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  text-indent: -1em;
}

.terms .braket > li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.terms .braket > li > ul {
  text-indent: 0;
}

.terms ul.dot {
  list-style-type: disc;
  list-style-position: initial;
}

.terms .end {
  margin-top: 3em;
  text-align: right;
}

.button_sec {
  text-align: center;
  margin-bottom: 3em;
}

.button_sec button {
  margin: auto;
  width: 60%;
  max-width: 200px;
  padding: 0.5em 1em;
}
/*# sourceMappingURL=terms.css.map */