.ec_top_item_img{
  height: 216px !important;
}

.ec_top_item_list li:first-child{
  padding-left: 0 !important;
}
.ec_top_item_list li:last-child{
  padding-right: 0 !important;
}
.ec_left_icon::before{
  content: "";
  margin-right: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.ec_left_icon_new::before{
  background-image: url("https://img07.shop-pro.jp/PA01434/530/etc/title_02.png?cmsp_timestamp=20210202132255");
}
.ec_left_icon_rank::before{
  background-image: url("https://img07.shop-pro.jp/PA01434/530/etc/title_01.png?cmsp_timestamp=20210202132250");
}
.ec_left_icon_category::before{
  background-image: url("https://img07.shop-pro.jp/PA01434/530/etc/title_03.png?cmsp_timestamp=20210202132259");
  top: 8px;
  position: relative;
}
.ec_inner_category_list{
  height: 170px;
}
.ec_category_back{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
}
.ec_news_title{
  font-size: 16px !important;
  font-weight: 700;
}
.ec_news_wrap::after{
  width: auto !important;
}


@media screen and (max-width: 768px) {
  .ec_news_wrap{
    display: block;
  }
  .ec_news_title{
    text-align: center;
  }
  .ec_top_category_list{
    text-align: center;
    margin-bottom: 50px;
  }
  .ec_top_category_list img{
    width: 216px;
  }
  .ec_left_icon::before{
    width: 20px;
    height: 20px;
  }
}