.product dl{
  background-color: #f3f3f3;
  padding: 10px 15px 15px;
  border-radius: 10px 10px;
  display: flex;
  flex-wrap: wrap;
 }
.product dl dt, .product dl dd{
  border-bottom: 1px solid #cccccc;
  padding:12px 0;
  }
.product dl dt{
  width:25%;
  font-weight:bold;
}
.product dl dd{
  width:75%;
}

/* osusume */
#box_recommend2{
  width:100%;
  margin-top:50px;
}
#box_recommend2 h3 img{
  border:none;
}
#box_recommend2 .item_box{
  margin:0 18px 30px 0;
}
/* sold_out */
.sold_out2{
  width: 100%;
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #cccccc;
  color: #ffffff;
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
}


/* お気に入り */
.product__fav-item {
  margin-top: 10px;
  text-align: center;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  font-size:1.2em;
  text-align:center;
  border: 0;
  outline: none;
  background: transparent;
}

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

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