/* ----------------------------------------
ここからカスタム
---------------------------------------- */

/* おすすめ商品 */
.c-product-list__name{
  font-size: 20px;
  font-weight: normal;
}
.c-product-list__price{
  font-size: 20px;
  font-weight: normal;
}
.c-product-list__expl{
  font-size: 14px;
  line-height: 1.8em;
}

/* ここからスマホ用 */
@media screen and (max-width: 599px){
  .c-product-list__name{
    font-size: 20px;
    font-weight: normal;
  }
  .c-product-list__price{
    font-size: 20px;
    font-weight: normal;
  }
  .c-product-list__expl{
    font-size: 14px;
    line-height: 1.8em;
  }
}