.a{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.h4{
  color : #2542e4;
  font-size : 14px;
  font-weight : 400;  
}

.d{
  background-color : #fee2cf;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}


.d1{
  background-color : #ffddec;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;border-color : #ff8000 #ff8000 #ff8000 #ff8000;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;
  width : 700px;
}

/* お気に入りボタン */

.favorite-button{
  font-size : 15px;
}

.product__fav-item {
  margin-top: 10px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 18px;
  height: 18px;
  vertical-align: -.35em;
  fill: currentColor;
}

/* 関連商品 画像 */
.itemimg_2 {
  max-width: 180px;
  min-height: 135px;
  max-height: 180px;
}
