/* ============ Terms page only ============ */

.terms{
  max-width: 780px;
  margin: 0 auto;
  font-size: 12px;    /* 小さめ文字 */
  line-height: 1.9;
  color: var(--ink-2);
}
.terms h2{
  margin: 24px 0 8px;
  font-size: 13px;   /* 見出しも控えめ */
  font-weight: 600;
  color: var(--navy);
}
.terms p,
.terms ul{
  margin: 0 0 16px;
}
.terms ul{
  padding-left: 20px;
  list-style: disc;
}
.terms a{ color: var(--navy); }
.terms .last-update{
  margin-top: 20px;
  font-size: 11px;
  color: #777;
  text-align: right;
}

/* スマホ調整 */
@media (max-width: 560px){
  .terms{
    font-size: 11.5px;  /* スマホでも小さめ */
    line-height: 1.8;
    padding: 0 12px;
  }
  .terms h2{ font-size: 12.5px; }
}
