@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 */
.productRankList .rank {
  font-size: 13px;
  white-space: nowrap;
  line-height: 22px;
}
.productRankList .rank.--no100 {
  font-size: 12px;
  letter-spacing: -0.05em;
}