.product-list__fav-items {
  margin-top: 10px;
  width: 30px;
}

.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product-list__fav-items .fav-items {
  color: #ff7373;
}

.product-list__fav-items svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}


/*20220224追記　画像と文字の一体配置　ビギナー向けキット商品画像用*/
.pic_frame {
  display:inline-block;
  text-align:center;
  vertical-align:top;
  margin:0px;
}
.pic_frame p {
  width:120px;
  font-size:70%;
  font-weight:bold;
  word-break:keep-all;
}
/*20220224追記　画像と文字の一体配置　ビギナー向けキット商品画像用*/