/* カスタマイズ用CSS */
.ec-newsRole{
	padding-top:0;
}
.ec-newsRole .ec-newsRole__news{
	border:none;
	padding:0;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem{
	margin-bottom:1.5rem;
	padding:1.5rem;
	background-color:#fafafa;
	border-radius: .3rem;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsCloseBtn{
	line-height: 22px;
	letter-spacing: 0;
	background-color:#c20b52;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem:not(:last-of-type){
	border-bottom:0;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription{
	padding:1.5rem;
	border-radius: .3rem;
	background-color:#fff;
}
