

@media screen and (max-width:1400px) and (min-width:1200px){}
@media screen and (max-width:1200px) and (min-width:1000px){}
@media screen and (max-width:1000px) and (min-width:768px){}
@media only screen and (min-width: 768px) {
	 .detail-anchor:nth-child(4) a span::before {content: url("../img/horo_product/icon_enamel_04.png");}
}
@media only screen and (max-width: 767px) {
	 .detail-anchor:nth-child(4) a span::before {background: url(../img/horo_product/icon_enamel_04.png) no-repeat center/contain;}
}