.section:first-of-type {
  margin-top: 0;
}
.section dl {
  margin-top: 2em;
  display: table;
}
@media screen and (max-width: 750px) {
  .section dl {
    margin-top: 1em;
  }
}
.section dl dt, .section dl dd {
  display: table-cell;
}
.section dl dt {
  width: 2em;
  font-weight: bold;
}
.section dl dd ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.terms-list .box {
  margin-bottom: 30px;
}
.terms-list h3 {
  font-weight: 700;
}
.terms-list h3 span {
  display: block;
  text-align: right;
  font-weight: normal;
}

table.terms-info-table {
  width: 100%;
  margin: 2em auto;
}
@media screen and (max-width: 750px) {
  table.terms-info-table {
    font-size: 24px;
    font-size: 3.2vw;
    margin: 1em auto;
  }
}
table.terms-info-table td,
table.terms-info-table th {
  border: 1px solid #ccc;
  padding: 1em;
  vertical-align: middle;
}
table.terms-info-table th {
  background-color: #F6F6F6;
  text-align: center;
}
table.terms-info-table td:first-of-type p {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
table.terms-info-table td ul li {
  margin-left: 1em;
  text-indent: -1em;
}/*# sourceMappingURL=terms.css.map */