
/* ニュースページ全体 */
.news-page {
  padding: 80px 20px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom:60px;
}

.news-title {
  margin-top:-30px;
  text-align: center;
  font-size: 60px;
  font-family: "Lao MN", "Karla", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #8b2d2d;
}

.news-sub {
  text-align: center;
  font-size: 14px;
  color: #7c7c7c;
  margin-top:-30px;
  margin-bottom: 60px;
  font-weight:500;
}

/* ニュースリスト */
.news-list-full {
  list-style: none;
  padding: 0;
  margin-top:90px;
}

.news-list-full li {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}

.news-date {
  color: #969696;
  font-size: 14px;
}

.news-text {
  color: #333;
  font-weight: 500;
}
