.top-news {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .top-news {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.c-news__tab {
  gap: 12px 1%;
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .c-news__tab {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 600px) {
  .c-news__tab-button {
    width: 11.5%;
    min-width: 11.5%;
  }
}

.c-news__tab-button.is-current {
  background-color: var(--e-global-color-secondary);
  border-color: var(--e-global-color-secondary);
  color: #fff;
}

@media screen and (min-width: 37.5em) {
  .top-news .c-news__list .c-news__thumb {
    width: auto;
    max-width: 180px;
  }
}
@media screen and (min-width: 37.5em) {
  .top-news .c-news__list .c-news__thumb + .c-news__meta {
    width: 774px;
  }
}
@media screen and (min-width: 37.5em) {
  .top-news .c-news__list .c-news__date {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 37.5em) {
  .top-news .c-news__list .c-news__title {
    font-size: 1.8rem;
  }
}
.top-news .c-button {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
}
.top-news .c-button .c-button__inner {
  color: #fff;
}
.top-news .c-button--arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
/*# sourceMappingURL=top_news.css.map */
