#terms .contents {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}

#terms .contents h2 {
  font-size: 120%;
  font-weight: 700;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.shop-terms {
    border: 1px solid var(--foreground-color);
    margin: 5% 0;
    padding: 5%;
}

.shop-terms h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.shop-terms h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#terms .contents ol {
  list-style: none;
  margin: 1rem 0;
  padding-left: 0;
}

#terms .contents li {
  position: relative;
  padding-left: 1.2em;
}

#terms .contents li::before {
  content: "・";
  position: absolute;
  left: 0;
}