body {
  font-family: Arial, "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  margin: 0;
  line-height: 1.7;
  color: #1f2328;
}
main {
  max-width: 720px;
  margin: 3rem auto;
  padding: 0 1.2rem;
}
h1 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.terms-text {
  font-size: .95rem;
  line-height: 1.8;
  color: #1f2328;
}
.terms-text .article-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 1.8rem;
  margin-bottom: .3rem;
}
.terms-text .article-title:first-child {
  margin-top: 0;
}
.terms-text .paragraph {
  margin: .3rem 0;
}
.terms-text .paragraph-num {
  margin: .3rem 0;
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.terms-text .item {
  margin: .3rem 0;
  padding-left: 2.5em;
  text-indent: -1.5em;
}
.terms-footer {
  white-space: pre-wrap;
  font-size: .95rem;
  line-height: 1.6;
  color: #1f2328;
  font-family: inherit;
  text-align: right;
  margin-top: 2rem;
}
