.page-national {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(1200px 480px at 10% -10%, rgba(0, 126, 58, 0.12), transparent 60%),
    linear-gradient(180deg, #f4faf6 0%, #eef2f0 45%, #f8faf9 100%);
  color: #1f2937;
  font-family: "Hiragino Sans", "Noto Sans JP", "Segoe UI", sans-serif;
}

.page-national .shell-header--national {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 126, 58, 0.12);
}

.national-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3.5rem;
}

.national-hero {
  padding: 1.5rem 0 1.75rem;
}

.national-eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0d6f4c;
}

.national-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  line-height: 1.3;
  color: #0f3d28;
}

.national-lead {
  margin: 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #374151;
}

.national-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.national-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.2rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
}

.national-btn--primary {
  background: #007e3a;
  color: #fff;
}

.national-btn--primary:hover {
  background: #066533;
}

.national-btn--secondary {
  background: #fff;
  color: #0d6f4c;
  border-color: rgba(0, 126, 58, 0.35);
}

.national-btn--secondary:hover {
  background: #f0faf4;
}

.national-panel {
  margin-top: 1.5rem;
  padding: 1.25rem 1.3rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 126, 58, 0.14);
  border-radius: 12px;
}

.national-panel h2 {
  margin: 0 0 0.85rem;
  font-size: 1.05rem;
  color: #0f3d28;
}

.national-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.national-list li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.7rem 0;
  border-top: 1px solid #e5ebe7;
}

.national-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.national-list a {
  color: #0d6f4c;
  font-weight: 700;
  text-decoration: none;
}

.national-list a:hover {
  text-decoration: underline;
}

.national-list span {
  font-size: 0.9rem;
  color: #6b7280;
}

.national-note {
  margin: 1.5rem 0 0;
  font-size: 0.85rem;
  line-height: 1.65;
  color: #6b7280;
}
