.ranking-menu {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.ranking-menu > li {
  display: inline-block;
  width: 170px;
  padding: 8px;
  color: #0e3283;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 1px solid #0e3283;
  margin: 5px;
}
.ranking-menu > li.is-active {
  background: #0e3283;
  color: #fff;
}
.ranking-list {
  display: none;
  margin: 20px 0 0;
}
.ranking-list.is-show {
  display: block;
}
.ranking-title {
  margin-bottom: 10px;
  font-size: 90%;
  font-weight: bold;
  border-left: 6px solid var(--color-primary);
  padding-left: 1.6rem;
  text-align: left;
}
.ranking-period {
  text-align: left;
  vertical-align: top;
}
.ranking-term > .ranking-period {
  display: inline-block;
  width: 32%;
}
@media screen and (max-width:767px) {
  .ranking-tabs-area {
    margin-top: 25px;
    border-top: 2px solid lightgray;
    border-bottom: 2px solid lightgray;
  }
  .ranking-tabs {
    max-width: 100%;
    padding-bottom: 40px;
    text-align: center;
    justify-content: center;
  }
  .ranking-tabs > li {
    width: 33%;
    line-height: 40px;
    font-size: 80%;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
  }
  .ranking-tabs > li.is-active {
    border-bottom: 2px solid #0e3283;
  }
  .tab-content {
    display: none;
  }
  .tab-content.is-show {
    display: block;
  }
  .ranking-term > .ranking-period {
    display: block;
    width: 100%;
  }
}
.access-ranking-number {
  min-width: 50px;
  text-align: center;
  display: block;
  padding: 10px 20px 0 10px;
  color: #0e3283;
  font-size: 15px;
  font-weight: bold;
}

.access-ranking-number > span {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.access-ranking-list > li:nth-child(-n+5) .access-ranking-number > span {
  color: #ffffff;
  background: #0e3283;
}

.access-ranking-list > li > a {
  width: 100%;
}
