/* カスタマイズ用CSS */
.ec-newsRole__news {
    max-height: 200px;
    overflow: scroll;
}

@media only screen and (min-width: 768px) {
    .ec-newsRole__news {
        max-height: 400px;
        overflow: scroll;
    }
}