#terms .block-terms {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 30px 120px;
}
@media screen and (max-width: 768px) {
  #terms .block-terms {
    padding: 35px 15px 60px;
  }
}
#terms .block-terms .block-terms-section {
  line-height: 1.8;
}
#terms .block-terms .block-terms-section:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #terms .block-terms .block-terms-section:not(:last-child) {
    margin-bottom: 35px;
  }
}
#terms .block-terms h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #111111;
  padding: 0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #terms .block-terms h1 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
#terms .block-terms h2 {
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #111111;
}
@media screen and (max-width: 768px) {
  #terms .block-terms h2 {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 5px;
    margin-bottom: 15px;
  }
}
#terms .block-terms p:not(:last-child) {
  margin-bottom: 1.2em;
}
#terms .block-terms dl.cookie_policy_detail dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #terms .block-terms dl.cookie_policy_detail dt {
    font-size: 14px;
  }
}
#terms .block-terms dl.cookie_policy_detail dt > span {
  display: inline-block;
  margin-right: 0.5em;
}
#terms .block-terms dl.cookie_policy_detail dd:not(:last-child) {
  margin-bottom: 1.5em;
}
#terms .block-terms .box_gray {
  padding: 20px;
  margin: 20px auto;
  background-color: #e1e1e1;
}
@media screen and (max-width: 768px) {
  #terms .block-terms .box_gray {
    padding: 20px 15px;
  }
}
#terms .block-terms .box_gray:first-child {
  margin-top: 0;
}
#terms .block-terms .box_gray:last-child {
  margin-bottom: 0;
}
#terms .block-terms ul.list_nmb_count {
  counter-reset: list_nmb_count;
  margin: 1.5em auto;
}
#terms .block-terms ul.list_nmb_count:first-child, #terms .block-terms ul.list_nmb_count:first-of-type {
  margin-top: 0;
}
#terms .block-terms ul.list_nmb_count:last-child {
  margin-bottom: 0;
}
#terms .block-terms ul.list_nmb_count > li {
  position: relative;
  padding-left: 2.5em;
}
#terms .block-terms ul.list_nmb_count > li:not(:last-child) {
  margin-bottom: 0.8em;
}
#terms .block-terms ul.list_nmb_count > li::before {
  content: "[" counter(list_nmb_count) "]";
  counter-increment: list_nmb_count;
  position: absolute;
  width: 2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  left: 0;
}
#terms .block-terms ul.list_nmb_sub_count {
  counter-reset: list_nmb_sub_count;
}
#terms .block-terms ul.list_nmb_sub_count > li {
  position: relative;
  padding-left: 2.2em;
}
#terms .block-terms ul.list_nmb_sub_count > li::before {
  content: "- " counter(list_nmb_sub_count);
  counter-increment: list_nmb_sub_count;
  position: absolute;
  width: 2em;
  text-align: center;
  left: 0;
}