@charset "UTF-8";

/******************************************************************
l-header
******************************************************************/
.l-header{
	padding: 5px;
	font-size:0.9rem;
}
@media screen and (max-width: 768px) {
	.l-header__logo {
		max-width: 60%;
	}
}

/******************************************************************
l-footer
******************************************************************/
.l-footer{
	padding-block: 2rem;
}
.l-footer__copy {
	text-align: center;
	font-size:12px;
}
@media screen and (max-width: 768px) {
	.l-footer__copy {
		font-size:10px;
	}
}



