.news-body {
  margin: 0;
  background: #0c0c0c;
  color: #f3f4f7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.news-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 18px 64px;
}

.news-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}

.news-brand {
  color: #f3f4f7;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.news-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #2f2f2f;
  border-radius: 6px;
  color: #f3f4f7;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.news-cta:hover {
  border-color: #e07a1a;
}

.news-kicker {
  margin: 0 0 10px;
  color: #9fa3ab;
  font-size: 13px;
}

.news-title {
  margin: 0 0 12px;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.34;
}

.news-lead {
  margin: 0 0 28px;
  color: #bcc1cb;
  line-height: 1.85;
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-card {
  display: block;
  padding: 18px;
  border: 1px solid #272727;
  border-radius: 8px;
  background: #121212;
  color: inherit;
  text-decoration: none;
}

.news-card:hover {
  border-color: #e07a1a;
}

.news-meta {
  margin: 0 0 8px;
  color: #9fa3ab;
  font-size: 12px;
}

.news-time {
  display: block;
  margin-bottom: 14px;
  color: #9fa3ab;
  font-size: 12px;
}

.news-card-title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
}

.news-excerpt {
  margin: 0;
  color: #c2c8d3;
  line-height: 1.85;
}

.news-article {
  padding: 20px;
  border: 1px solid #272727;
  border-radius: 8px;
  background: #111;
}

.news-article h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.45;
}

.news-article h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 22px;
}

.news-article h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 18px;
}

.news-article p {
  margin: 0 0 14px;
  color: #d0d5df;
  line-height: 1.9;
}

.news-article ul,
.news-article ol {
  margin: 0 0 16px 20px;
  color: #d0d5df;
  line-height: 1.9;
}

.news-article blockquote {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-left: 3px solid #e07a1a;
  background: #171717;
  color: #d0d5df;
  line-height: 1.85;
}

.news-article blockquote p {
  margin: 0;
}

.news-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0 18px;
  font-size: 14px;
}

.news-article th,
.news-article td {
  border: 1px solid #2d2d2d;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
}

.news-article th {
  background: #171717;
  color: #f3f4f7;
}

.related-list {
  margin-top: 10px;
  padding-left: 18px;
}

.news-links {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-footer {
  margin-top: 40px;
  color: #8b909a;
  font-size: 12px;
}
