/* 種別SEOランディングページ */
.lottery-seo-page {
  max-width: 720px;
  margin: 0 auto;
}

.lottery-seo-lead {
  font-size: 1.125rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
  color: var(--color-text);
}

.lottery-seo-page h2 {
  font-size: 1.2rem;
  color: var(--color-brand);
  margin: 1.5rem 0 0.75rem;
  font-weight: 700;
}

.lottery-seo-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  line-height: 1.65;
}

.lottery-seo-facts li {
  margin-bottom: 0.5rem;
}

.lottery-seo-disclaimer {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  margin: 0;
}

.lottery-seo-steps {
  line-height: 1.75;
  padding-left: 1.25rem;
}

.lottery-seo-cta {
  margin-top: 1.25rem;
  text-align: center;
}

.lottery-seo-btn {
  display: inline-block;
  padding: 0.85rem 1.5rem;
  background: var(--color-brand);
  color: #fff !important;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-weight: 700;
}

.lottery-seo-btn:hover {
  background: var(--color-brand-light);
}

.lottery-seo-related ul,
.news-related-list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.85;
}

.lottery-seo-related a,
.news-related-list a {
  color: var(--color-brand);
  font-weight: 600;
  text-decoration: none;
}

.lottery-seo-related a:hover,
.news-related-list a:hover {
  text-decoration: underline;
}

.news-related-links {
  margin-top: 2rem;
}

.news-related-links h2 {
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  color: var(--color-brand);
}
