body {
  font-family: Inter, "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin: 0;
}

.lower-page {
  padding-bottom: 80px;
  width: 100%;
}

@media screen and (width >= 900px) {
  .lower-page {
    padding-bottom: 128px;
  }
}
.news-list-item {
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 100%;
}

.news-list-item:hover {
  opacity: 0.7;
}

.news-list-item__header {
  align-items: center;
  display: flex;
  gap: 16px;
}

.news-list-item__date {
  color: #475569;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  line-height: 1.2;
  margin: 0;
}

.news-list-item__category {
  border: 1px solid #173d96;
  border-radius: 4px;
  padding: 8px;
}

.news-list-item__category-text {
  color: #173d96;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.news-list-item__content {
  align-items: center;
  display: flex;
  gap: 12px;
  width: 100%;
}

.news-list-item__title {
  color: #1e293b;
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  white-space: pre-wrap;
}

.news-list-item__icon {
  flex-shrink: 0;
  height: 17px;
  width: 17px;
}