@charset "utf-8";

/* ======================================
   News page
====================================== */
.page-news .l-page {
  padding-top: 56px;
  padding-bottom: 130px;
}

.news-page-hero {
  margin-bottom: 56px;
}

/* --------------------------------------
   filter
-------------------------------------- */
.news-filter {
  margin-bottom: 3rem;
}

.news-filter__top {
  display: flex;
  margin-bottom: 3rem;
}

.news-filter__year {
  width: 130px;
}

.news-filter__tabs .c-filter-tabs__link.is-current {
  background: var(--color-red);
  color: #fff;
}

.news-filter__tabs .c-filter-tabs__link.is-current .c-filter-tabs__icon {
  background: #fff;
  color: var(--color-red);
}

#js-news-nodata {
  margin: 1em 0;
  font-size: 1.4rem;
  font-weight: 400;
}

/* --------------------------------------
   list
-------------------------------------- */

ul#js-news-list{
  border-top: none !important;
}

/* --------------------------------------
   pager
-------------------------------------- */
.news-pager {
  margin-top: 44px;
}

.news-pager__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.news-pager__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-line);
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

.news-pager__list a.is-current {
  background: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}



@media (max-width: 767px) {
  .c-line-list__link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem 1rem;
  }

  .c-line-list__date {
    white-space: nowrap;
    font-size: 1.3rem;
  }

  .c-label {
    white-space: nowrap;
    font-size: 1.2rem;
  }

  .c-line-list__text {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }


}