@charset "utf-8";

.main-column > .ranking-wrapper {
  padding-top: 40px;
}
.ranking main {
  background: none;
}
.ranking-wrapper {
  padding-bottom: 40px;
}
.ranking-title {
  width: 95%;
  margin: 15px auto 30px;
}
.ranking-body {
  margin: 30px 0 40px;
}
.ranking-nav {
  margin-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
}
.ranking-nav .nav-type {
  margin-right: 9.6%;
  font-weight: bold;
}
.ranking-nav .nav-type:last-of-type {
margin-right: 0;
}
.ranking-nav .nav-link {
  padding: 12px 0;
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
}
.ranking-nav .nav-link.select {
  color: #d21818;
}
.ranking-carousel.slick-slider {
  -webkit-tap-highlight-color: initial !important;
  tap-highlight-color: initial !important;
}
.ranking-column::after {
  content: "";
  width: calc(50% - 12.5px);
  display: block;
}
.ranking-list {
  width: 100%;
  margin-top: 36px;
}
.ranking-list .list-article {
  position: relative;
  display: flex;
}
.ranking-list .list-link {
  display: block;
}
.ranking-list .list-num {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 1;
  line-height: 24px;
  font-size: 36px;
  font-size: 3.6rem;
  color: #bbb;
  font-family: futura-pt-condensed, Futura, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ranking-list:nth-of-type(-n+3) .list-num {
  color: #d21818;
  font-size: 36px;
  font-size: 3.6rem;
}
.ranking-list .list-image {
  flex-shrink: 0;
  width: 32%;
  margin-right:7px;
}
.ranking-list .list-image img {
  width: 100%;
  max-height: 100%;
  margin: auto;
}
.ranking-list .list-title {
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.ranking-list.-webinar-icon .list-title {
  position: relative;
  padding-bottom: 27px;
}
.ranking-list.-webinar-icon .list-title::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 26px;
  aspect-ratio: 26 / 19;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('/common/images/bungeishunju/common/icon-webinar.svg');
}
.ranking-list .list-text {
  flex-grow: 1;
}
.ranking-btn-more {
  position: relative;
  margin: 40px auto 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #A7833C;
  border-bottom: 3px solid #A7833c;
}
.ranking-btn-more  a{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #A7833C;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: color .3s;
  padding: 16px 0;
  text-align: center;
}