section {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
}

section {
  padding: 30px 20px;
}

a.news-items-details {
  text-decoration: none;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #D2D2D2;
}

a p {
  font-size: 14px;
  line-height: 21px;
  color: #FFB4B4;
}

a h3 {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 300;
}

a p,
a h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.custom-pagination {
  margin-top: 47px;
  margin-bottom: 47px;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 3px;
  align-items: center;
}

ul.page-numbers li {
  font-size: 16px;
  line-height: 24px;
  padding: 9px 13px;
}

ul.page-numbers li::before {
  content: none;
}

ul.page-numbers li:has(span.current) {
  background-color: #D8F6DF;
}

ul.page-numbers li {
  font-size: 16px;
  line-height: 24px;
}

ul.page-numbers a {
  text-decoration: none;
}

i.bi {
  color: #7EE897;
  font-weight: 500 !important;
}

#main_col {
  background: #FEFFF9;
}

/* ニュース一覧ページ */
.news-archive {
  padding: 30px;
  background-color: #f9f9f9;
}

.archive-title {
  font-size: 42px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

.news-item {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.news-item h2.news-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0073aa;
}

.news-item h2.news-title a {
  text-decoration: none;
  color: inherit;
}

.news-item h2.news-title a:hover {
  text-decoration: underline;
}

.news-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 15px;
}

.news-excerpt {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.news-excerpt a {
  color: #0073aa;
  text-decoration: none;
}

.news-excerpt a:hover {
  text-decoration: underline;
}

.news-item .news-meta,
.news-item .news-excerpt {
  margin-bottom: 15px;
}