@charset "utf-8";

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

.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;
}

.footer-inner p {
	line-height: 1.6;
}

@media only screen and (max-width: 640px) {
	.footer {
		font-size: 3.2vw; /* 24px */
	}
	.footer-inner {
		width: 92%;
		text-align: center;
		margin: 0 auto;
		padding: 15.6% 0 calc(24.6% + 14%);
	}
	.footer a, .footer a:link {
		text-decoration: none;
	}
}

@media print, screen and (min-width: 641px) {
	.footer {
		font-size: 1.2rem;
	}
	.footer-inner {
		text-align: center;
		width: 940px;
		margin: 0 auto;
		padding: 64px 0 calc(64px + 92px);
	}
}
