.newsList .newsList__ttlWrap {
  display: none;
}

.newsList .newsList__cardLinks {
  pointer-events: none;
  cursor: text;
}

.newsList .newsList__card {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-border-primary);
  font-family: var(--font-eng);
}

#staticSection .newsList .newsList__card .newsList__date {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  font-family: var(--font-eng);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-style: italic;
}

#staticSection .newsList .newsList__card .newsList__text {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}