@charset "utf-8";

/*-- サムネイルを2カラムに変更 --*/

.p-dl-product__item {
  width: calc(50% - 20px);
}

.p-dl-product__img {
  width: 150px;
}