@charset "UTF-8";

/* Inline styles in RankingList.aspx */
@media screen and (max-width: 767px) {
  .feature-keyword-wrap .top-cont-title {
    margin: 80px 0 16px;
  }
  .mainTtl {
    text-align: left;
  }
}
.item-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: 8px;
}
.item-icon img {
  height: 18px;
  width: auto;
  margin: 0;
}
.rankingCategory--sale {
  display: none;
}

/* BRX Custom stylesheet for RankingList.aspx */
.u-rankinglist .rank {
  font-size: 13px;
  white-space: nowrap;
  line-height: 22px;
}
.u-rankinglist .rank.--no100 {
  font-size: 12px;
  letter-spacing: -0.05em;
}
.u-rankinglist .thumb {
  position: relative;
}
.u-rankinglist .discount-rate {
  background-color: #cb2222ba;
  color: white;
  position: absolute;
  right: 0;
  bottom: 8px;
  padding: .2em .2em .1em;
  font-size: 1em !important;
}