@charset "utf-8";
.terms_wrap {
  max-width: 950px;
  width: 85vw;
  margin: 1.5em auto;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0
}
.terms_wrap p {
  margin-bottom: 1em
}
.terms_wrap ol {
  margin-top: 1.5em
}
.terms_wrap ol li {
  margin-left: 2.3em;
  margin-bottom: 0.7em;
  list-style: decimal
}
.terms {
    margin-top: 0.5em;
  padding: 1em;
  border: 1px solid #000
}
@media print, screen and (min-width: 600px) {
  .terms_wrap {
  margin: 3em auto;
    font-size: 1em;
    line-height: 2em
  }
  .terms {
    margin-top: 0;
    padding: 2.5em
  }
  .terms_wrap ol {
    margin-top: 2.5em
  }
}