main.terms-page {
    padding-top: 5%;
}

.terms-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  color: #333;
  line-height: 1.8;
}

.terms-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  position: relative;
}

.terms-block {
  margin-bottom: 3rem;
}

.terms-block h2 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #222;
}

.terms-block p {
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.terms-block ul,
.terms-block ol {
  margin-left: 1.5em;
  padding-left: 0.5em;
}

.terms-block li {
  margin-bottom: 0.5em;
  font-size: 1rem;
}

/* 小さい丸のドット風箇条書き */
.terms-block ul li::before {
  content: "●";
  font-size: 0.6rem;
  color: #666;
  display: inline-block;
  margin-right: 0.6em;
  transform: translateY(-1px);
}

@media (max-width: 600px) {
  .terms-title {
    font-size: 1.6rem;
  }

  .terms-block h2 {
    font-size: 1.1rem;
  }

  .terms-block p,
  .terms-block li {
    font-size: 0.95rem;
  }
}
