@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.c-footer {
	 background: #222;
	 color: #fff;
	display: block;	 
	 letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
}
.c-footer .copyright{
	font-size: 12px;
	font-family: Noto Sans JP,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}

.c-header img {
    max-height: 40px;
}
	@media screen and (max-width: 768px){
	.c-footer {
		height: 24px; 
		line-height: 24px; 
		 letter-spacing: normal;
	}
	.c-footer .copyright{
		font-size: 10px;
		font-weight: 300;
}
}