/* page-news.php 用スタイル */

/* ===== News list ===== */
.news-list {
  display: grid;
  gap: 14px;
}

.news-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: baseline;
}

.news-date {
  font-size: 12.5px;
  letter-spacing: .08em;
  color: rgba(18, 18, 18, .45);
  font-weight: 700;
  white-space: nowrap;
}

.news-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(18, 18, 18, .72);
}
