/* カスタマイズ用CSS */
/* 規格検索: 色チップ（紫） */
.search-meta-purple label span::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #8e44ad;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-right: 5px;
    vertical-align: -2px;
}