/* カスタマイズ用CSS */
html{
    letter-spacing: .1rem;
    line-height: 1.6rem;
}
body{
    font-family: Yu Mincho,YuMincho,"Noto Serif JP",ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
    background: rgb(55,65,81);
	color: white !important;

}
.ec-layoutRole {
	background: none;
}

.footer{
	background-color: rgb(255,255,255);
	color: black;
}
.footer__base {
	background-color: rgb(55,65,81);
	width: 100%;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	color: white;
}