@media screen and (min-width: 960px) {
  /* PC */
  /* ----------  ---------- */
  ul.news-archive-list {
  }

  .news-archive-list-item {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
    border-bottom: 1px solid rgb(var(--main-color-rgb) / 0.575);
  }
  .news-archive-list-item:first-of-type {
    border-top: 1px solid rgb(var(--main-color-rgb) / 0.575);
  }
}

@media screen and (max-width: 959px) {
  /* Tablet and Mobile */
  /* ----------  ---------- */
  ul.news-archive-list {
  }

  .news-archive-list-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgb(var(--main-color-rgb) / 0.575);
  }
  .news-archive-list-item:first-of-type {
    border-top: 1px solid rgb(var(--main-color-rgb) / 0.575);
  }
}
