/* カスタマイズ用CSS */
@media only screen and (min-width: 768px) {
    .ec-categoryRole .ec-categoryRole__list {
        flex-wrap: wrap;
    }
}