/* カスタマイズ用CSS */
img{
    max-width:100%;
}
.ec-newsRole{
    margin-top: 20px;
}
.ec-newsRole .ec-newsRole__newsTitle {
    font-size: 2rem;
    margin-bottom: 0;
}
.ec-newsRole .ec-newsRole__newsDescription {
    font-size: 2rem;
    margin: 0 0 0 11%;
}
.ec-newsRole .ec-newsRole__newsDate {
    width:auto;
    font-size: 2rem;
}
@media only screen and (max-width: 480px){
    
.ec-newsRole .ec-newsRole__newsTitle {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.ec-newsRole .ec-newsRole__newsDescription {
    font-size: 1.5rem;
}
.ec-newsRole .ec-newsRole__newsDate {
    font-size: 1.5rem;
}
}