.product-list img{box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);}
.product-list__name{font-size:1.2em;font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;color:#000;
  }

.product-list__unit{margin-bottom:2em;}


/* 768px°Ê²¼ */
@media (max-width: 768px) {
  li.product-list__unit{
    width:48%;
    padding:1%;
    margin:0;
    display:inlin-block;
  }
  li.product-list__unit:nth-child(odd){clear: both;}
}