section.sec-terms {
  padding: 10% 0 25%;
  color: #4d4d4d;
}
@media screen and (min-width: 768px) {
  section.sec-terms {
    padding: 65px 0 150px;
  }
}
section.sec-terms div.sec-terms-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-terms div.sec-terms-inner {
    max-width: 1100px;
  }
}
section.sec-terms p.terms-txt01 {
  font-weight: 600;
  margin: 0 0 2em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-terms p.terms-txt01 {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
section.sec-terms ul li {
  text-align: justify;
  word-break: break-all;
  margin-bottom: 1em;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  section.sec-terms ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
section.sec-terms p.terms-txt02 {
  text-align: right;
  margin: 2em 0 0;
}
@media screen and (min-width: 768px) {
  section.sec-terms p.terms-txt02 {
    margin: 50px 0 0;
  }
}/*# sourceMappingURL=terms.css.map */