/*大カテゴリ*/
.dai-img {
  margin-bottom: 0.8em;
}
/*小カテゴリ*/

/*リンク文字-商品名・並び順変更*/
.list_sort a {
  color: #000000;
}
.list_sort a:hover {
  color: #44833d;
}
/*リスト横並び高さ可変*/
.productlist-unit {
  display: inline-block;
  vertical-align: top;
  height: initial !important;
  float: none;
}
.col-lg-4 {
  width: 32.8%;
}
/*付加画像*/
.productlist-unit {
  position: relative;
}
.productlist-unit .new_mark_img1 {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 40px !important;
}
/* 商品画像 */
.productlist-unit .lst-img img {
height: auto;
width: 100%;
object-fit: cover;
border-radius: 8px;
}
/* 商品名 */
.lst-name {
  font-weight: bold;
  border-bottom: dotted 1px #b1b1b1;
}
/* 価格 */
.lst-price {
  text-align: right;
  background-color: #f5fbeaab;
  border-radius: 10px;
  padding: 3px 9px;
  margin-top: 0.5em;
}
@media screen and (min-width: 415px) {
  .reco-name, .reco-desc, .reco-price {
  font-size: 90%;
  }
}
