/* terms ---------------------------------------- */
.terms {
  padding-top: 144px;
}
.p_terms .l_inner {
  max-width: 1000px;
}
.p_terms .terms_box:not(:last-child) {
  margin-bottom: 60px;
}
.p_terms .terms_ttl {
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 400;
}
.p_terms .terms_txt {
  font-size: 1rem;
}
.p_terms .terms_txt:not(:last-child) {
  margin-bottom: 12px;
}
.p_terms ol {
  list-style: inherit;
  padding-left: 20px;
  list-style-type: decimal;
}
.p_terms ol li {
  font-size: 1rem;
}
.p_terms ol li:not(:last-child) {
  margin-bottom: 12px;
}
.p_terms .terms_row {
  display: flex;
  padding: 0 23px;
}
.p_terms .terms_row .terms_txt:first-child {
  width: 120px;
  margin-right: 8px;
}
.p_terms .terms_row .terms_txt:last-child {
  width: calc(100% - 120px);
}
.p_terms .terms_par li {
  list-style-type: none;
  counter-increment: cnt;
}
.p_terms .terms_par li:before {
  content: "(" counter(cnt) ") ";
}

@media screen and (max-width: 768px) {
  .terms {
    padding-top: 84px;
  }
}