.ranking {}

.ranking label {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  padding: 5px 0px;
  position: relative;
  z-index: 20;
  display: block;
  height: 40px;
  cursor: pointer;
  color: #fff;
  line-height: 20px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.ranking .ac-container>li {
  width: 98%;
  margin-bottom: 10px;
}

.ranking li .title {
  background: -webkit-linear-gradient(0deg, #be1502 -10%, #f4740e 100%);
  padding-top: 10px;
}

.ranking .ac-container input:checked~article.ac-small {
  height: auto;
  max-height: 1500px;
  padding-top: 15px;
  border-top: none;
  /* margin-top: 10px; */
}

.ranking-list h4.title {
  font-size: 1.4rem;
  text-align: center;
  color: #f6cb98;
  margin-top: 0;
  font-weight: normal;
}

.ranking .ranking-list .ac-detail>li {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  padding: 3px 10px;
  /* height: 34px; */
  /* line-height: 30px; */
  font-size: 1rem;
  text-align: center;
}

.ranking_chart {
  width: 98%;
  margin-bottom: 10px;
  text-align: center;
}

.ranking_chart img {
  width: 65%;
  height: auto;
  margin-bottom: 30px;
}

.ranking .rk_title {
  font-size: 1rem;
  text-align: center;
  margin: 0;
}

.ranking .rk_title img {
  width: 70%;
}

@media screen and (max-width:668px) {
  .ranking .rk_title img {
    width: 100%;
  }

  .ranking_chart img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .ranking .title {
    margin: 0;
  }
}