@charset "UTF-8";

.footer {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
	background: #ebfbe0;
	font-size: 15px;
	color: #999;
	background: #fff;
	border-top: 1px solid #e5e7eb;
	text-align: center
}

@media (min-width: 768px) {
	.footer {
		font-size: 15px;
	}
}