@charset "utf-8";

.footer {
	width: 100%;
	background: #000;
}

.footer a, .footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
}
.footer a:active,
.footer a:hover {
	color: #fff;
}
.footer a:focus {
	color: #fff;
}


@media only screen and (max-width: 640px) {
	.footer {
	}
	.footer-inner {
		width: 94%;
		margin: 0 auto;
		padding: 9.6% 0 24.6%;
	}
	.footer-inner p {
		font-size: 3.75vw; /* 24px */
		line-height: 1.6;
	}
}

@media print, screen and (min-width: 641px) {
	.footer {
	}
	.footer-inner {
		text-align: center;
		width: 960px;
		margin: 0 auto;
		padding: 64px 0 120px;
	}
	.footer-inner p {
		font-size: 1.2rem;
		line-height: 1.6;
	}
}
