@charset "shift_jis";
.c5-product{
  margin: 10px 0 0;
  display: flex;
  justify-content: flex-start;
}
.c5-product__title{
  font-weight: bold;
  line-height: 22px;
}
.c5-product__title:after{
  content: ":";
  display: inline-block;
  width: .5em;
  text-align: center;
}
.c5-product__text{
  margin: 0 0 10px 10px;
  flex: 1;
  line-height: 22px;
  font-size: 11px;
}
.c5-product__labels{
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c5-product__labels > *{
  margin: 0 0 10px 10px;
  display: inline-block;
  letter-spacing: normal;
  /*background: #5787f4;*/
  background: #1345b5;
  color: white;
  line-height: 22px;
  height: 22px;
  padding: 0 0.5em;
  font-size: 11px;
}