/* icon type */
.discount-icon {
  display: inline-block;
  margin: 5px 0;             /* 間隔 */
  padding: .22em .5em .15em;  /* 余白 */
  font-size: 25px;            /* フォントサイズ */
  line-height: 1;
  color: #fff;                /* フォントカラー */
  border-radius: 4px;         /* 角丸サイズ */
  background-color: #f00;     /* 背景色 */
}