@charset "UTF-8";
/*=======================================================
topのみ打ち消し
=======================================================*/
.ly_main {
  padding-top: 0;
}

/*=======================================================
ranking
=======================================================*/
.bl_ranking {
  padding-top: 0;
  background: #fff;
}
.bl_ranking_item:first-of-type {
  border-color: #4A90E2  ;
}
.bl_ranking_item:nth-of-type(2) {
  border-color: #4A90E2 ;
}
.bl_ranking_item:nth-of-type(3) {
  border-color: #4A90E2 ;
}
.bl_ranking_item.el_1 .bl_item_name {
  color: #333333;
}
.bl_ranking_item .bl_item_ttlWrapper {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.bl_ranking_item .bl_item_number {
  flex: 0 1 40px;
  height: 40px;
  background: #F5A623 ;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 2px;
  border-radius: 50px;
}

@media screen and (max-width: 750px) {
  .bl_ranking_item .bl_item_ttlWrapper {
    margin-bottom: 3.2vw;
  }
  .bl_ranking_item .bl_item_number {
    flex: 0 1 8vw;
    height: 8vw;
    font-size: 4vw;
    padding-bottom: 0.4vw;
  }
}