.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);
}
.btn-tier,
.hero {
  text-align: center;
}
:root {
  --gold: #b8860b;
}
.activity-table,
.officer-table,
table {
  border-collapse: collapse;
}
tbody td,
thead th {
  padding: 0.65rem 1rem;
}
:root {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --primary: #1a3a6b;
  --accent: #1565c0;
  --accent-light: #e8f0fe;
  --text: #1e2530;
  --muted: #5a6a85;
}
.section-label,
.team-role,
.toc h3 {
  text-transform: uppercase;
}
.mission-list,
.refs,
.tier ul,
.toc ul,
ul.feature-list {
  list-style: none;
}
.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,
.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);
}
.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;
}
.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;
}
.btn-tier:hover,
.join-card a:hover {
  background: #0d47a1;
}
.faq-list {
  margin-top: 1.5rem;
}
.faq-q {
  width: 100%;
  background: 0 0;
  border: none;
  color: var(--text);
  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,
.top-header,
footer,
nav {
  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;
  }
}
.top-header,
.top-header .logo,
nav {
  align-items: center;
  color: #fff;
  display: flex;
}
:root {
  --border: #dde3ee;
  --sidebar-w: 260px;
}
.top-header,
nav {
  padding: 0 2rem;
  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 {
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 700;
  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;
}
.reg-chapter-title,
footer,
thead th {
  background: var(--primary);
}
.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 {
  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);
}
.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;
}
.print-btn,
.spec-block {
  background: var(--surface);
}
.officer-table td,
.officer-table th,
.print-btn,
.spec-block {
  border: 1px solid var(--border);
}
.print-btn,
h2,
ul.feature-list li {
  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;
  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;
}
.mono,
.print-btn:hover,
.refs li::before {
  color: var(--accent);
}
.print-btn:hover {
  border-color: var(--accent);
}
.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;
}
@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;
  }
}
.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;
}
.spec-block {
  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;
  color: var(--primary);
  font-family: sans-serif;
  font-size: 0.88rem;
  white-space: nowrap;
}
.spec-block dd,
table {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.spec-block dd {
  color: var(--text);
  font-size: 0.92rem;
}
.mono,
.refs li {
  font-size: 0.88rem;
}
.coord-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}
table {
  width: 100%;
  font-size: 0.9rem;
}
thead th {
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 0.82rem;
}
tbody td {
  border-bottom: 1px solid var(--border);
}
.mono {
  font-family: "Courier New", monospace;
}
.page-header p,
.refs li,
.star-target {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
.star-target,
body {
  color: var(--text);
}
.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;
}
.star-target strong {
  color: var(--primary);
}
.notice {
  background: rgba(184, 134, 11, 0.07);
  border: 1px solid rgba(184, 134, 11, 0.35);
  color: #7a5800;
}
.caller-name,
h2 {
  color: var(--primary);
}
.refs {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.caller,
.nav-logo {
  align-items: center;
  display: flex;
}
.refs li {
  color: var(--muted);
  padding-left: 1em;
  text-indent: -1em;
}
.lang-switch a,
footer {
  color: rgba(255, 255, 255, 0.7);
}
.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;
  font-family: sans-serif;
}
:root {
  --border: #dde3ee;
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
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;
}
.lang-switch,
.nav-back,
.section-label,
footer {
  font-family: sans-serif;
}
.nav-logo {
  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;
  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-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;
}
.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;
}
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
.section-label {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 0.4rem;
}
.notice,
ul.feature-list li {
  color: var(--text);
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}
h2 {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
}
p {
  margin-bottom: 1em;
}
ul.feature-list {
  padding: 0;
  margin: 1.5rem 0;
}
ul.feature-list li {
  position: relative;
  padding-left: 1.8rem;
  font-size: 0.95rem;
}
ul.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
  top: 0;
  color: var(--accent);
  font-size: 1.2rem;
  font-weight: 700;
}
.divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2.5rem 0;
}
.notice {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.2rem 1.5rem;
  font-size: 0.92rem;
  margin: 1.5rem 0;
}
footer {
  padding: 1.8rem 1.5rem;
  font-size: 0.82rem;
  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;
}
