/* カスタマイズ用CSS */
.ec-productRole__description h4 {
  font-weight: bold;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #33a8d0;
}

.ec-productRole__description h4:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #33a8d0 transparent transparent transparent;
}
.item_discount .discountprice{
  font-weight: bold;
  font-size: 1.1em;
}