.mission-list li p,
.nav-links a {
  font-size: 0.88rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.fund-card,
.team-card,
.tier,
.what-card {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
a.what-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.btn-tier,
.hero {
  text-align: center;
}
:root {
  --gold: #b8860b;
}
.mission-list,
.tier ul,
.toc ul {
  list-style: none;
}
:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --primary: #1a3a6b;
  --accent: #1565c0;
  --accent-light: #e8f0fe;
  --text: #1e2530;
  --muted: #5a6a85;
}
.activity-table,
.officer-table,
table {
  border-collapse: collapse;
}
tbody td,
thead th {
  padding: 0.65rem 1rem;
}
.press-release .eyebrow,
.section-label,
.team-role,
.toc h3 {
  text-transform: uppercase;
}
.news-text {
  color: var(--text);
}
.faq-a,
.mission-list li p,
.section-intro,
.team-org,
.tier ul li,
.what-card p {
  color: var(--muted);
}
.notice {
  display: flex;
  align-items: flex-start;
}
.tier ul li {
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
}
.faq-q {
  color: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
:root {
  --border: #dde3ee;
}
.nav-logo {
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
}
.nav-links,
.top-header nav {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover,
.nav-links a:hover,
.org-meta strong,
.press-release .nav-links a:hover,
.top-header nav a:hover,
footer a:hover {
  color: #fff;
}
.nav-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  font-size: 0.83rem !important;
  font-family: sans-serif;
  transition: background 0.2s;
}
.nav-btn:hover,
.top-header .back-btn:hover {
  background: rgba(255, 255, 255, 0.25);
}
.hero {
  background: linear-gradient(135deg, #0d2247 0, #1a3a6b 60%, #1565c0 100%);
  color: #fff;
  padding: 4.5rem 2rem 3.5rem;
}
.hero-logo {
  margin-bottom: 1.5rem;
}
.hero-logo img {
  height: 80px;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.hero-badge,
.page-header .badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  letter-spacing: 0.15em;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
  font-family: sans-serif;
  text-transform: uppercase;
}
.hero-btns,
.news-card {
  display: flex;
  gap: 1rem;
}
.btn-primary,
.btn-secondary {
  padding: 0.7rem 1.8rem;
  text-decoration: none;
}
.hero h1 {
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.hero-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  max-width: 620px;
  margin: 0 auto 2rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
}
.btn-primary,
.btn-secondary,
.hero-scroll {
  font-family: sans-serif;
}
.hero-btns {
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary {
  background: #fff;
  color: var(--primary);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    background 0.2s,
    color 0.2s;
}
.btn-primary:hover,
.toc ul li a:hover {
  background: var(--accent-light);
  color: var(--accent);
}
.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.2s;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.22);
}
.hero-scroll {
  margin-top: 2.5rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  animation: 2s infinite bounce;
}
.news-section {
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.support-banner {
  background: #fff7f5;
  border-bottom: 1px solid #f0d8d2;
  border-top: 1px solid #f0d8d2;
}
.support-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.support-banner .section-label {
  color: #b23a3a;
  margin-bottom: 0.35rem;
}
.support-banner h2 {
  color: var(--primary);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  margin-bottom: 0.25rem;
}
.support-banner p {
  color: var(--muted);
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.9rem;
  margin: 0;
}
.support-banner-button {
  flex-shrink: 0;
  background: #c7463f;
  border: 1px solid #b23a3a;
  border-radius: 4px;
  color: #fff;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.8rem 2rem;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.support-banner-button:hover {
  background: #a93232;
  transform: translateY(-1px);
}
.news-scroll-list {
  max-height: 25rem;
  overflow-y: auto;
  padding-right: 0.4rem;
}
.news-card {
  padding: 0.2rem 0;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}
.news-text {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  color: var(--text);
  font-size: 0.93rem;
}
.news-date,
.news-link {
  font-family: sans-serif;
}
.news-date,
.news-link,
.section-label {
  color: var(--accent);
}
.news-date {
  display: inline-block;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}
.news-link {
  display: inline;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s;
}
@media (max-width: 768px) {
  .news-scroll-list {
    max-height: 20rem;
  }
}
.section-intro,
.what-card p {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.news-links {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  flex-wrap: wrap;
}
.mission-list,
.what-grid {
  display: grid;
  margin-top: 1.5rem;
}
.news-link:hover {
  color: #0d47a1;
  text-decoration: underline;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
section {
  padding: 4rem 1.5rem;
}
.section-intro {
  color: var(--muted);
  max-width: 660px;
  margin-bottom: 2rem;
  font-size: 0.93rem;
}
.what-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.what-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.8rem;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.what-card:hover {
  box-shadow: 0 4px 16px rgba(21, 101, 192, 0.1);
  transform: translateY(-2px);
}
.what-icon {
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
.what-card h3 {
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.what-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.7;
}
.mission-bg,
.progress-section {
  background: var(--accent-light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.mission-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.1rem 1.3rem;
}
.mission-num {
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.15rem;
  font-family: sans-serif;
  flex-shrink: 0;
}
.mission-list li strong {
  display: block;
  color: var(--text);
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  margin-top: 1.5rem;
}
.fund-card,
.team-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.5rem 1.2rem;
  text-align: center;
}
.team-role {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 0.4rem;
  font-family: sans-serif;
}
.team-name,
.tier h3,
footer p {
  margin-bottom: 0.3rem;
}
.team-org,
.tier ul li {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.team-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
}
.team-org {
  font-size: 0.82rem;
  color: var(--muted);
}
.btn-tier,
.faq-q .icon,
.fund-desc,
.fund-label,
.progress-goal,
.progress-stat .lbl,
.tier-badge,
.tier-price {
  font-family: sans-serif;
}
.notice {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}
.progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.progress-amt {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
}
.progress-goal {
  color: var(--muted);
  font-size: 0.9rem;
}
.progress-bar-wrap {
  background: var(--border);
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.progress-bar {
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
  width: 68%;
  transition: width 1.5s;
}
.progress-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.funds-grid,
.tiers {
  display: grid;
  gap: 1.5rem;
}
.join-price,
.progress-stat .num {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--accent);
  font-family: sans-serif;
}
.progress-stat .lbl {
  font-size: 0.8rem;
  color: var(--muted);
}
.funds-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 1.5rem;
}
.fund-pct {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--accent);
}
.fund-label {
  font-size: 0.88rem;
  color: var(--text);
  margin-top: 0.4rem;
}
.fund-desc {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.5rem;
}
.tiers {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 1.5rem;
}
.tier {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.8rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.tier.featured {
  border-color: var(--accent);
  box-shadow:
    0 0 0 2px var(--accent-light),
    0 2px 8px rgba(21, 101, 192, 0.15);
}
.faq-item,
.tier ul li,
.toc h3 {
  border-bottom: 1px solid var(--border);
}
.tier-badge {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}
.tier h3 {
  font-size: 1.05rem;
  color: var(--primary);
}
.tier-price {
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent);
  margin: 0.6rem 0;
}
.tier-price span {
  font-size: 0.85rem;
  font-weight: 400;
  color: var(--muted);
}
.faq-q .icon,
.faq-q:hover,
.info-box strong,
.tier ul li::before,
.toc ul li.active > a {
  color: var(--accent);
}
.tier ul {
  flex: 1;
  margin-bottom: 1.2rem;
}
.tier ul li {
  font-size: 0.86rem;
  color: var(--muted);
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tier ul li::before {
  content: "✓";
  font-weight: 700;
}
.btn-tier {
  display: block;
  padding: 0.65rem;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: background 0.2s;
  background: var(--accent);
  color: #fff;
}
.faq-q,
body {
  color: var(--text);
}
.btn-tier:hover,
.join-card a:hover {
  background: #0d47a1;
}
.faq-list {
  margin-top: 1.5rem;
}
.faq-q {
  width: 100%;
  background: 0 0;
  border: none;
  font-size: 0.97rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  text-align: left;
  padding: 1.1rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.2s;
}
.cta-section,
footer {
  background: var(--primary);
}
.cta-box p,
.faq-a,
.top-header nav a {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.cta-section,
.join-card,
.page-header,
.page-hero,
footer {
  text-align: center;
}
.faq-q .icon {
  font-size: 1.1rem;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.join-card a,
.top-header .back-btn {
  transition: background 0.2s;
  text-decoration: none;
}
.faq-item.open .faq-q .icon {
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s;
  color: var(--muted);
  font-size: 0.9rem;
}
.faq-item.open .faq-a {
  max-height: 300px;
}
.faq-a p {
  padding-bottom: 1.2rem;
}
.cta-section {
  color: #fff;
}
.cta-box {
  max-width: 700px;
  margin: 0 auto;
}
.cta-box h2 {
  color: #fff;
  margin-bottom: 1rem;
}
.cta-box p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
  font-size: 0.95rem;
}
.footer-logo,
footer .f-logo {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
footer p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  nav {
    padding: 0 1rem;
  }
  .hero {
    padding: 3.5rem 1.5rem 2.5rem;
  }
}
@media (max-width: 600px) {
  .nav-links {
    display: none;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .support-banner-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
  }
  .support-banner-button {
    text-align: center;
  }
}
:root {
  --border: #dde3ee;
  --sidebar-w: 260px;
}
body {
  background: var(--bg);
  background: var(--bg);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1.9;
}
.top-header,
nav {
  background: var(--primary);
  color: #fff;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.top-header .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.top-header nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.88rem;
}
.top-header .back-btn {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 4px;
  font-size: 0.83rem;
  font-family: sans-serif;
}
.page-hero {
  background: linear-gradient(135deg, #0d2247 0, #1a3a6b 60%, #1565c0 100%);
  color: #fff;
  padding: 4rem 2rem 3rem;
}
.card,
.toc {
  background: var(--surface);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.page-hero .org-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.4);
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
}
.page-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.page-hero p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  font-family: sans-serif;
}
.org-meta {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.org-meta span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: sans-serif;
}
.toc h3,
.toc ul li a {
  color: var(--muted);
  font-family: sans-serif;
}
.layout {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  gap: 2rem;
  align-items: flex-start;
}
.sidebar {
  width: var(--sidebar-w);
  flex-shrink: 0;
  position: sticky;
  top: 76px;
}
.toc {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.2rem;
}
.toc h3 {
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  padding-bottom: 0.5rem;
}
.toc ul li {
  margin: 0;
}
.reg-art .art-num,
.reg-art ol li,
.reg-art ul li {
  margin-bottom: 0.3rem;
}
.toc ul li a {
  display: block;
  text-decoration: none;
  font-size: 0.85rem;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  transition:
    background 0.15s,
    color 0.15s;
}
.card,
.reg-chapter {
  border: 1px solid var(--border);
}
.toc ul li.active > a {
  font-weight: 600;
  background: var(--accent-light);
}
.toc ul li ul {
  padding-left: 0.8rem;
}
.toc ul li ul li a {
  font-size: 0.8rem;
}
.main-content {
  flex: 1;
  min-width: 0;
}
.card {
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 2rem;
}
.card-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 0.6rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.join-card a,
.tag {
  display: inline-block;
}
.card-title .num {
  background: var(--accent);
  color: #fff;
  border-radius: 4px;
  font-size: 0.78rem;
  padding: 0.2rem 0.6rem;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}
.article h2 {
  font-size: 1.05rem;
  color: var(--primary);
  margin: 1.8rem 0 0.5rem;
  border-left: 4px solid var(--accent);
  padding-left: 0.7rem;
}
.article h3 {
  font-size: 0.97rem;
  color: var(--text);
  margin: 1rem 0 0.3rem;
}
.article p {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}
.article p:last-child {
  margin-bottom: 0;
}
.reg-chapter {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.reg-chapter-title {
  background: var(--primary);
  color: #fff;
  padding: 0.6rem 1.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.reg-art {
  padding: 1rem 1.4rem;
  border-bottom: 1px solid var(--border);
}
.press-release .info-list li:last-child,
.reg-art:last-child,
tbody tr:last-child td {
  border-bottom: none;
}
.reg-art .art-num {
  font-weight: 700;
  color: var(--accent);
  font-size: 0.88rem;
  font-family: sans-serif;
}
.reg-art p {
  font-size: 0.9rem;
  margin: 0;
}
.reg-art ol,
.reg-art ul {
  padding-left: 1.3rem;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}
.activity-table {
  width: 100%;
  font-size: 0.9rem;
  margin-top: 1rem;
  font-family: sans-serif;
}
.activity-table th {
  background: var(--accent-light);
  color: var(--accent);
  padding: 0.6rem 1rem;
  text-align: left;
  border: 1px solid var(--border);
  font-size: 0.83rem;
}
.activity-table td {
  padding: 0.7rem 1rem;
  border: 1px solid var(--border);
  vertical-align: top;
}
.activity-table tr:nth-child(2n) td {
  background: #f9faff;
}
.tag {
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: sans-serif;
  margin-right: 0.3rem;
}
.info-box,
.officer-table {
  font-size: 0.88rem;
  font-family: sans-serif;
}
.tag-research {
  background: #e0f0ff;
  color: #1565c0;
}
.tag-edu {
  background: #e8f5e9;
  color: #2e7d32;
}
.tag-intl {
  background: #fff3e0;
  color: #e65100;
}
.tag-comm {
  background: #f3e5f5;
  color: #7b1fa2;
}
.join-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.join-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.2rem;
}
.join-card h3 {
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 0.4rem;
}
.join-price span {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--muted);
}
.join-card p {
  font-size: 0.82rem;
  color: var(--muted);
  margin-top: 0.4rem;
  font-family: sans-serif;
}
.join-card a {
  margin-top: 0.8rem;
  background: var(--accent);
  color: #fff;
  padding: 0.45rem 1.2rem;
  border-radius: 4px;
  font-size: 0.85rem;
  font-family: sans-serif;
}
.info-box {
  background: var(--accent-light);
  border-left: 4px solid var(--accent);
  border-radius: 0 6px 6px 0;
  padding: 0.9rem 1.2rem;
  margin: 1rem 0;
}
.officer-table td,
.officer-table th,
.print-btn,
.spec-block {
  border: 1px solid var(--border);
}
.print-btn,
h2 {
  margin-bottom: 1rem;
}
.officer-table {
  width: 100%;
}
.officer-table th {
  background: #f0f3fa;
  padding: 0.5rem 1rem;
  text-align: left;
  color: var(--muted);
  font-size: 0.8rem;
}
.officer-table td {
  padding: 0.6rem 1rem;
}
.print-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--surface);
  color: var(--muted);
  padding: 0.4rem 1rem;
  border-radius: 4px;
  font-size: 0.83rem;
  font-family: sans-serif;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.print-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.press-release .info-list li,
tbody td {
  border-bottom: 1px solid var(--border);
}
.footer-links a,
footer a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
footer .f-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 0.8rem 0;
}
footer .f-copy {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 1rem;
  font-size: 0.75rem;
}
.lang-switch a,
footer {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    position: static;
  }
  .card {
    padding: 1.5rem;
  }
}
@media (max-width: 540px) {
  .top-header nav {
    display: none;
  }
}
@media print {
  .print-btn,
  .sidebar,
  .top-header {
    display: none;
  }
  .layout {
    padding: 0;
  }
  .card {
    box-shadow: none;
    border: none;
    break-inside: avoid;
  }
}
:root {
  --border: #dde3ee;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.nav-logo img {
  height: 32px;
  width: auto;
  border-radius: 3px;
}
.nav-back {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 0.88rem;
  font-family: sans-serif;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.3rem 1rem;
  border-radius: 4px;
  transition: background 0.2s;
}
.nav-back:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.lang-switch {
  display: flex;
  gap: 0.3rem;
  font-family: sans-serif;
  font-size: 0.85rem;
}
.lang-switch a {
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  transition: 0.2s;
}
.lang-switch a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.lang-switch a.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.page-header {
  background: linear-gradient(135deg, #0d2247 0, #1a3a6b 60%, #1565c0 100%);
  color: #fff;
  padding: 3.5rem 2rem 3rem;
}
.mono,
.refs li::before,
.section-label {
  color: var(--accent);
}
.page-header .anniversary-logo {
  display: block;
  width: min(240px, 70vw);
  margin: 0 auto 1rem;
}
.page-header .anniversary-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-header h1 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}
.page-header p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 620px;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.spec-block dt,
h2 {
  color: var(--primary);
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin-bottom: 0.4rem;
  font-family: sans-serif;
}
h2 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}
p {
  margin-bottom: 1em;
}
.spec-block {
  background: var(--surface);
  border-radius: 8px;
  padding: 1.5rem 1.8rem;
  margin: 1.5rem 0;
}
.spec-block dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem 1.5rem;
  align-items: baseline;
}
.spec-block dt {
  font-weight: 700;
  font-family: sans-serif;
  font-size: 0.88rem;
  white-space: nowrap;
}
.spec-block dd,
.star-target,
table {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.spec-block dd {
  color: var(--text);
  font-size: 0.92rem;
}
.coord-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}
table {
  width: 100%;
  font-size: 0.9rem;
}
footer,
thead th {
  font-size: 0.82rem;
  background: var(--primary);
}
thead th {
  color: #fff;
  text-align: left;
  font-weight: 700;
}
.mono {
  font-family: "Courier New", monospace;
  font-size: 0.88rem;
}
.star-target {
  background: var(--accent-light);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: 6px;
  padding: 1.2rem 1.5rem;
  margin: 1rem 0 1.5rem;
  font-size: 0.9rem;
  color: var(--text);
}
.notice,
.refs li {
  font-size: 0.88rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.star-target strong {
  color: var(--primary);
}
.notice {
  background: rgba(184, 134, 11, 0.07);
  border: 1px solid rgba(184, 134, 11, 0.35);
  border-radius: 6px;
  padding: 0.9rem 1.2rem;
  color: #7a5800;
  margin: 1rem 0;
}
.press-release .info-list,
.press-release .media-list,
.refs {
  list-style: none;
  padding: 0;
}
.caller-name,
footer {
  font-family: sans-serif;
}
.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}
.refs {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.caller,
.press-release nav {
  align-items: center;
  display: flex;
}
.refs li {
  color: var(--muted);
  padding-left: 1em;
  text-indent: -1em;
}
.refs li::before {
  content: "– ";
}
.caller {
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.caller img {
  height: 40px;
  width: auto;
}
.caller-name {
  font-weight: 700;
  color: var(--primary);
}
footer {
  padding: 1.8rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin: 0.6rem 0;
}
.footer-copy {
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.8rem;
  font-size: 0.75rem;
}
.press-release nav {
  background: var(--primary);
  color: #fff;
  padding: 0 1.2rem;
  height: 58px;
  justify-content: space-between;
}
.press-release .nav-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
.press-release .nav-logo img {
  height: 28px;
  width: auto;
  border-radius: 3px;
}
.press-release .nav-links a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.85rem;
}
.press-release header {
  background: linear-gradient(135deg, #0d2247 0, #1a3a6b 60%, #1565c0 100%);
  color: #fff;
  padding: 3rem 1.3rem 2.4rem;
}
.press-release .header-inner,
.press-release main {
  max-width: 860px;
  margin: 0 auto;
}
.press-release .eyebrow {
  font-family: sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.8rem;
}
.press-release h1 {
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  line-height: 1.35;
  margin-bottom: 0.8rem;
}
.press-release .meta {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.9rem;
}
.press-release .header-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.press-release .header-links a {
  display: inline-block;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  font-family: sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}
.press-release .info-list li,
.press-release .media-list li {
  font-size: 0.9rem;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.press-release .link-primary {
  background: #fff;
  color: var(--primary);
}
.press-release .link-secondary {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
.press-release main {
  padding: 2.2rem 1.3rem 3.4rem;
}
.press-release section {
  padding: 0 0 1.2rem;
  margin-bottom: 1.2rem;
}
.press-release section:last-of-type {
  padding-bottom: 0;
}
.press-release h2 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: var(--primary);
}
.press-release li,
.press-release p {
  font-size: 0.95rem;
}
.press-release p {
  margin-bottom: 0.75rem;
}
.press-release ul {
  padding-left: 1.2rem;
}
.press-release li {
  margin-bottom: 0.45rem;
}
.press-release .info-list li {
  padding: 0.3rem 0;
}
.press-release .media-list li {
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  line-height: 1.8;
}
.press-release .media-list a {
  overflow-wrap: anywhere;
}
.press-release footer {
  border-top: 1px solid var(--border);
  padding-top: 1.2rem;
  color: var(--muted);
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .press-release .nav-links {
    display: none;
  }
  .press-release section {
    padding: 0 0 1rem;
  }
}
.press-release .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.press-release .gallery img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ===== MEMBER TABLE ===== */
.member-table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.member-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.93rem;
}

.member-table thead tr {
  background: var(--accent-light);
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.member-table th {
  padding: 1rem;
  color: var(--primary);
}

.member-table tbody tr {
  border-bottom: 1px solid var(--border);
}

.member-table tbody td {
  padding: 1rem;
}

.member-name {
  font-weight: bold;
  color: var(--text);
}

.member-name a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}

.member-name a:hover {
  text-decoration: underline;
}

.member-muted {
  color: var(--muted);
}


/* ===== BANDOU STYLES ===== */
/* From bandou/index.html */
.bando-index-header {
        background: linear-gradient(135deg, #0d2247 0%, #1a3a6b 60%, #1565c0 100%);
        color: #fff;
        padding: 3rem 1.3rem 2.4rem;
      }

      ..bando-index-header-inner,
      .bando-index-main {
        max-width: 860px;
        margin: 0 auto;
      }

      .eyebrow {
        font-family: sans-serif;
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 0.8rem;
      }

      h1 {
        font-size: clamp(1.5rem, 4vw, 2.4rem);
        line-height: 1.35;
        margin-bottom: 0.8rem;
      }

      .meta {
        color: rgba(255, 255, 255, 0.78);
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.9rem;
      }

      .bando-index-main {
        padding: 2.2rem 1.3rem 3.4rem;
      }

      .bando-index-section {
        padding: 0 0 1.2rem;
        margin-bottom: 1.2rem;
        background: var(--surface);
        padding: 2rem 2.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      }

      h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        color: var(--primary);
        text-align: center;
        border-bottom: 1px solid var(--border);
        padding-bottom: 1rem;
      }

      p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        text-indent: 1em;
        text-align: justify;
      }

      ul.article-list {
        list-style: none;
        padding: 0;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
      }

      ul.article-list li {
        margin-bottom: 1rem;
        padding-bottom: 0.8rem;
        border-bottom: 1px solid var(--border);
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 0.45rem 1rem;
      }

      ul.article-list a {
        text-decoration: none;
        color: var(--accent);
        font-weight: bold;
        font-size: 1.1rem;
      }

      ul.article-list a:hover {
        text-decoration: underline;
      }

      .article-links {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
      }

      .article-author {
        flex-basis: 100%;
        font-size: 0.92rem;
        color: var(--muted);
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
      }

      .pdf-link {
        display: inline-flex;
        align-items: center;
        padding: 0.25rem 0.7rem;
        border-radius: 999px;
        background: var(--accent-light);
        color: var(--accent);
        text-decoration: none;
        font-size: 0.82rem;
        font-weight: 700;
        line-height: 1.4;
      }

      .pdf-link:hover {
        text-decoration: none;
        background: #dce9fb;
      }

      .article-date {
        font-size: 0.85rem;
        color: var(--muted);
      }

      .bando-photo {
        margin-top: 1.4rem;
        text-align: center;
      }

      .bando-photo img {
        width: 100%;
        max-width: 560px;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
      }

      .bando-photo figcaption {
        margin-top: 0.5rem;
        font-size: 0.82rem;
        color: var(--muted);
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
      }

      

      @media (max-width: 640px) {
        .nav-links {
          display: none;
        }

        .bando-index-section {
          padding: 1.5rem 1rem;
        }
      }


/* From bandou/01.html */
.bando-article-header {
			background: linear-gradient(135deg, #0d2247 0%, #1a3a6b 60%, #1565c0 100%);
			color: #fff;
			padding: 3rem 1.3rem 2.4rem;
		}

		..bando-article-header-inner,
		.bando-article-main {
			max-width: 860px;
			margin: 0 auto;
		}

		.eyebrow {
			font-family: sans-serif;
			font-size: 0.74rem;
			letter-spacing: 0.14em;
			text-transform: uppercase;
			color: rgba(255, 255, 255, 0.85);
			margin-bottom: 0.8rem;
		}

		h1 {
			font-size: clamp(1.5rem, 4vw, 2.4rem);
			line-height: 1.35;
			margin-bottom: 0.8rem;
		}

		.meta {
			color: rgba(255, 255, 255, 0.78);
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			font-size: 0.9rem;
			text-align: right;
		}

		.bando-article-main {
			padding: 2.2rem 1.3rem 3.4rem;
		}

		.bando-article-section {
			padding: 0 0 1.2rem;
			margin-bottom: 1.2rem;
			background: var(--surface);
			padding: 2rem 2.5rem;
			border-radius: 8px;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
		}

		h2 {
			font-size: 1.4rem;
			margin-bottom: 1.5rem;
			color: var(--primary);
			text-align: center;
			border-bottom: 1px solid var(--border);
			padding-bottom: 1rem;
		}

		p {
			font-size: 1rem;
			margin-bottom: 1.2rem;
			text-indent: 1em;
			text-align: justify;
		}

		.signature {
			margin-top: 3rem;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 1.2rem;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: var(--text);
		}

		.signature-photo {
			flex: 0 0 auto;
			width: 132px;
			height: 132px;
			object-fit: cover;
			border-radius: 12px;
			box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
			border: 4px solid #fff;
		}

		.signature-

		.signature p {
			text-indent: 0;
			margin-bottom: 0.2rem;
			font-size: 0.95rem;
			text-align: right;
		}

		.download-button {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			gap: 0.5rem;
			margin-top: 1.4rem;
			padding: 0.9rem 1.3rem;
			border-radius: 999px;
			background: var(--accent);
			color: #fff;
			text-decoration: none;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			font-size: 0.95rem;
			font-weight: 700;
			box-shadow: 0 8px 18px rgba(21, 101, 192, 0.2);
			transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
		}

		.download-button:hover {
			background: #0f5aa8;
			transform: translateY(-1px);
			box-shadow: 0 10px 22px rgba(21, 101, 192, 0.26);
		}

		.download-button:focus-visible {
			outline: 3px solid rgba(21, 101, 192, 0.3);
			outline-offset: 3px;
		}

		.article-image {
			margin: 2rem 0;
			text-align: center;
		}

		.article-image img {
			max-width: 400px;
			width: 100%;
			height: auto;
			border-radius: 6px;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
		}

		

		@media (max-width: 640px) {
			.nav-links {
				display: none;
			}

			.bando-article-section {
				padding: 1.5rem 1rem;
			}

			.signature {
				flex-direction: column;
				align-items: flex-end;
				gap: 0.8rem;
			}

			.signature-photo {
				width: 104px;
				height: 104px;
			}
		}


/* From bandou/02.html */
.bando-article-header {
			background: linear-gradient(135deg, #0d2247 0%, #1a3a6b 60%, #1565c0 100%);
			color: #fff;
			padding: 3rem 1.3rem 2.4rem;
		}

		..bando-article-header-inner,
		.bando-article-main {
			max-width: 860px;
			margin: 0 auto;
		}

		.eyebrow {
			font-family: sans-serif;
			font-size: 0.74rem;
			letter-spacing: 0.14em;
			text-transform: uppercase;
			color: rgba(255, 255, 255, 0.85);
			margin-bottom: 0.8rem;
		}

		h1 {
			font-size: clamp(1.5rem, 4vw, 2.4rem);
			line-height: 1.35;
			margin-bottom: 0.8rem;
		}

		.meta {
			color: rgba(255, 255, 255, 0.78);
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			font-size: 0.9rem;
			text-align: right;
		}

		.author {
			margin-top: 0.3rem;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			font-size: 0.9rem;
			text-align: right;
			color: rgba(255, 255, 255, 0.9);
		}

		.bando-article-main {
			padding: 2.2rem 1.3rem 3.4rem;
		}

		.bando-article-section {
			padding: 0 0 1.2rem;
			margin-bottom: 1.2rem;
			background: var(--surface);
			padding: 2rem 2.5rem;
			border-radius: 8px;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
		}

		h2 {
			font-size: 1.4rem;
			margin-bottom: 1.5rem;
			color: var(--primary);
			text-align: center;
			border-bottom: 1px solid var(--border);
			padding-bottom: 1rem;
		}

		p {
			font-size: 1rem;
			margin-bottom: 1.2rem;
			text-indent: 1em;
			text-align: justify;
		}

		.signature {
			margin-top: 3rem;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 1.2rem;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: var(--text);
		}

		.signature-photo {
			flex: 0 0 auto;
			width: 132px;
			height: 132px;
			object-fit: cover;
			border-radius: 12px;
			box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
			border: 4px solid #fff;
		}

		.signature-

		.signature p {
			text-indent: 0;
			margin-bottom: 0.2rem;
			font-size: 0.95rem;
			text-align: right;
		}

		.download-button {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			gap: 0.5rem;
			margin-top: 1.4rem;
			padding: 0.9rem 1.3rem;
			border-radius: 999px;
			background: var(--accent);
			color: #fff;
			text-decoration: none;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			font-size: 0.95rem;
			font-weight: 700;
			box-shadow: 0 8px 18px rgba(21, 101, 192, 0.2);
			transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
		}

		.download-button:hover {
			background: #0f5aa8;
			transform: translateY(-1px);
			box-shadow: 0 10px 22px rgba(21, 101, 192, 0.26);
		}

		.download-button:focus-visible {
			outline: 3px solid rgba(21, 101, 192, 0.3);
			outline-offset: 3px;
		}

		

		.figure-block {
			margin: 2rem 0;
		}

		.figure-block img {
			display: block;
			max-width: 100%;
			height: auto;
			margin: 0 auto;
			border-radius: 6px;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
		}

		.figure-block figcaption {
			margin-top: 0.5rem;
			font-size: 0.9rem;
			font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
			color: var(--muted);
			text-align: center;
		}

		.figure-grid {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 1rem;
			margin: 2rem 0;
		}

		@media (max-width: 640px) {
			.nav-links {
				display: none;
			}

			.bando-article-section {
				padding: 1.5rem 1rem;
			}

			.signature {
				flex-direction: column;
				align-items: flex-end;
				gap: 0.8rem;
			}

			.signature-photo {
				width: 104px;
				height: 104px;
			}

			.figure-grid {
				grid-template-columns: 1fr;
			}
		}


/* From bandou/03.html */
.bando-article-header {
        background: linear-gradient(135deg, #0d2247 0%, #1a3a6b 60%, #1565c0 100%);
        color: #fff;
        padding: 3rem 1.3rem 2.4rem;
      }

      ..bando-article-header-inner,
      .bando-article-main {
        max-width: 860px;
        margin: 0 auto;
      }

      .eyebrow {
        font-family: sans-serif;
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 0.8rem;
      }

      h1 {
        font-size: clamp(1.5rem, 4vw, 2.4rem);
        line-height: 1.35;
        margin-bottom: 0.8rem;
      }

      .meta {
        color: rgba(255, 255, 255, 0.78);
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.9rem;
        text-align: right;
      }

      .author {
        margin-top: 0.3rem;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.9rem;
        text-align: right;
        color: rgba(255, 255, 255, 0.9);
      }

      .bando-article-main {
        padding: 2.2rem 1.3rem 3.4rem;
      }

      .bando-article-section {
        padding: 0 0 1.2rem;
        margin-bottom: 1.2rem;
        background: var(--surface);
        padding: 2rem 2.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      }

      h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        color: var(--primary);
        text-align: center;
        border-bottom: 1px solid var(--border);
        padding-bottom: 1rem;
      }

      p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        text-indent: 1em;
        text-align: justify;
      }

      .signature {
        margin-top: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1.2rem;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        color: var(--text);
      }

      .signature-photo {
        flex: 0 0 auto;
        width: 132px;
        height: 132px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
        border: 4px solid #fff;
      }

      .signature-

      .signature p {
        text-indent: 0;
        margin-bottom: 0.2rem;
        font-size: 0.95rem;
        text-align: right;
      }

      .download-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.4rem;
        padding: 0.9rem 1.3rem;
        border-radius: 999px;
        background: var(--accent);
        color: #fff;
        text-decoration: none;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        box-shadow: 0 8px 18px rgba(21, 101, 192, 0.2);
        transition:
          transform 0.18s ease,
          box-shadow 0.18s ease,
          background 0.18s ease;
      }

      .download-button:hover {
        background: #0f5aa8;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(21, 101, 192, 0.26);
      }

      .download-button:focus-visible {
        outline: 3px solid rgba(21, 101, 192, 0.3);
        outline-offset: 3px;
      }

      

      .figure-block {
        margin: 2rem 0;
      }

      .figure-block img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      }

      .figure-block figcaption {
        margin-top: 0.5rem;
        font-size: 0.9rem;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        color: var(--muted);
        text-align: center;
      }

      .figure-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin: 2rem 0;
      }

      @media (max-width: 640px) {
        .nav-links {
          display: none;
        }

        .bando-article-section {
          padding: 1.5rem 1rem;
        }

        .signature {
          flex-direction: column;
          align-items: flex-end;
          gap: 0.8rem;
        }

        .signature-photo {
          width: 104px;
          height: 104px;
        }

        .figure-grid {
          grid-template-columns: 1fr;
        }
      }

/* ===== BANDOU READABILITY OVERRIDES ===== */
@media (min-width: 1024px) {
  .bando-index-main,
  .bando-article-main,
  .bando-index-header .header-inner,
  .bando-article-header .header-inner {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .bando-index-section,
  .bando-article-section {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
  }
}


/* From bandou/04.html */
.bando-article-header {
        background: linear-gradient(135deg, #0d2247 0%, #1a3a6b 60%, #1565c0 100%);
        color: #fff;
        padding: 3rem 1.3rem 2.4rem;
      }

      ..bando-article-header-inner,
      .bando-article-main {
        max-width: 860px;
        margin: 0 auto;
      }

      .eyebrow {
        font-family: sans-serif;
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.85);
        margin-bottom: 0.8rem;
      }

      h1 {
        font-size: clamp(1.5rem, 4vw, 2.4rem);
        line-height: 1.35;
        margin-bottom: 0.8rem;
      }

      .meta {
        color: rgba(255, 255, 255, 0.78);
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.9rem;
        text-align: right;
      }

      .author {
        margin-top: 0.3rem;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.9rem;
        text-align: right;
        color: rgba(255, 255, 255, 0.9);
      }

      .bando-article-main {
        padding: 2.2rem 1.3rem 3.4rem;
      }

      .bando-article-section {
        padding: 0 0 1.2rem;
        margin-bottom: 1.2rem;
        background: var(--surface);
        padding: 2rem 2.5rem;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
      }

      h2 {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        color: var(--primary);
        text-align: center;
        border-bottom: 1px solid var(--border);
        padding-bottom: 1rem;
      }

      p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        text-indent: 1em;
        text-align: justify;
      }

      .signature {
        margin-top: 3rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 1.2rem;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        color: var(--text);
      }

      .signature-photo {
        flex: 0 0 auto;
        width: 132px;
        height: 132px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
        border: 4px solid #fff;
      }

      .signature-

      .signature p {
        text-indent: 0;
        margin-bottom: 0.2rem;
        font-size: 0.95rem;
        text-align: right;
      }

      .download-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.4rem;
        padding: 0.9rem 1.3rem;
        border-radius: 999px;
        background: var(--accent);
        color: #fff;
        text-decoration: none;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        box-shadow: 0 8px 18px rgba(21, 101, 192, 0.2);
        transition:
          transform 0.18s ease,
          box-shadow 0.18s ease,
          background 0.18s ease;
      }

      .download-button:hover {
        background: #0f5aa8;
        transform: translateY(-1px);
        box-shadow: 0 10px 22px rgba(21, 101, 192, 0.26);
      }

      .download-button:focus-visible {
        outline: 3px solid rgba(21, 101, 192, 0.3);
        outline-offset: 3px;
      }

      

      .figure-block {
        margin: 2rem 0;
      }

      .figure-block img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      }

      .figure-block figcaption {
        margin-top: 0.5rem;
        font-size: 0.9rem;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
        color: var(--muted);
        text-align: center;
      }

      .figure-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        margin: 2rem 0;
      }

      @media (max-width: 640px) {
        .nav-links {
          display: none;
        }

        .bando-article-section {
          padding: 1.5rem 1rem;
        }

        .signature {
          flex-direction: column;
          align-items: flex-end;
          gap: 0.8rem;
        }

        .signature-photo {
          width: 104px;
          height: 104px;
        }

        .figure-grid {
          grid-template-columns: 1fr;
        }
      }
