@charset "utf-8";
/*中部用*/
.product__list--label--item_ngo {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  font-size: min(calc(20vw / 7.5), 12px);
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 860px){
    .product__list--label--item_ngo {
  margin: 0 calc(10vw / 7.5) calc(10vw / 7.5) 0;
}}


.is-label-line {
  clear: both;
  background: #00B900;

}
.is-label-ad {
  background: rgb(224, 22, 115);
}



/*中部用*/
.product__list {
    justify-content: center;
}
