/* ============================================================
   TOS（利用規約）
   ============================================================ */
.page_header .inner{
  max-width:940px;
}
.page_header p{
  font-size:var(--size-sm);
  font-weight:400;
}

.tos_section {
  position: relative;
  background: transparent;
  color: var(--color-text);
  font-weight: normal;
  margin: 0;
  padding: 1.6rem 0;
}
.tos_section:first-of-type {
  border-top: 0;
}

/* セクション見出し */
.tos_section .sec_title {
  margin-bottom: 1.6rem;
}


.tos_section .inner {
  max-width: 940px;
}
.tos_section .sec_title{
  font-size:var(--size-md);
}
.tos_section .c-list--numbered > li:not(:last-child){
  margin-bottom:1em;
}
.tos_section .caption{
  margin-top:2em;
}
.tos_section p+.c-list{
  margin-top:1em;
}