@charset "UTF-8";
.top_title {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5;
  color: #333;
  margin-bottom: 1em;
}

.article_ranking_wrap {
  width: 100%;
}

.article_ranking {
  width: 100%;
}
.article_ranking__item {
  width: 100%;
}
.article_ranking__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  transition-duration: 0.3s;
}
.article_ranking__img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
}
.article_ranking__info {
  padding: 20px;
}
.article_ranking__title {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.5;
}
.article_ranking .slick-track {
  display: flex;
  padding: 5px 0 20px;
}
.article_ranking .slick-slide {
  height: auto !important;
  margin: 0 20px;
}
.article_ranking__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 2.8rem;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.article_ranking__arrow:hover, .article_ranking__arrow:focus {
  background-color: #EB9845;
}
.article_ranking__arrow--prev {
  left: 15px;
}
.article_ranking__arrow--next {
  right: 15px;
}

.article_ranking_views {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.article_ranking_views__dt::after {
  padding: 0 0.2em;
  content: "：";
}

@media screen and (max-width: 600px) {
  .article_ranking__info {
    padding: 15px;
  }
  .article_ranking .slick-slide {
    margin: 0 10px;
  }
}

/*# sourceMappingURL=top.css.map */
