@charset "UTF-8";
/*
===============================================================================
 #terms
=============================================================================== */
#terms section.sec_terms {
  margin: 50px 0 70px;
}
#terms section.sec_terms .inner {
  padding: 0 20px;
}
#terms section.sec_terms .terms_block:not(first-child) {
  margin-top: 40px;
}
#terms section.sec_terms .terms_block h2 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.44;
  padding-left: 23px;
  margin-bottom: 20px;
  position: relative;
}
#terms section.sec_terms .terms_block h2::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 26px;
  background-color: #FFD800;
  position: absolute;
  top: 0;
  left: 0;
}
#terms section.sec_terms .terms_block p {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2;
}
#terms section.sec_terms .terms_block ol {
  margin-top: 20px;
  padding: 0;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2;
  list-style: none;
}

@media screen and (min-width: 768px) {
  #terms section.sec_terms {
    margin: 100px 0 140px;
  }
  #terms section.sec_terms .inner {
    padding: 0 20px;
  }
  #terms section.sec_terms .terms_block {
    padding: 0 20px;
  }
  #terms section.sec_terms .terms_block:not(first-child) {
    margin-top: 40px;
  }
  #terms section.sec_terms .terms_block h2 {
    font-size: 24px;
  }
  #terms section.sec_terms .terms_block h2::before {
    height: 35px;
  }
  #terms section.sec_terms .terms_block p {
    font-size: 16px;
  }
  #terms section.sec_terms .terms_block ol {
    font-size: 16px;
  }
}

