/* カスタマイズ用CSS */
.ec-categoryRole__list { display: flex !important; flex-wrap: wrap !important; } 
.ec-categoryRole__listItem { width: 100%; margin-bottom: 20px; box-sizing: border-box; } 
@media screen and (min-width: 768px) 
{ .ec-categoryRole__listItem { width: 30%!important; margin-bottom: 20px; } }