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

.footer-inner p {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: normal;
}

@media only screen and (max-width: 640px) {
	.footer {
	}
	.footer-inner {
		width: 94%;
		text-align: center;
		margin: 0 auto;
		padding: 15.6% 0 24.6%;
	}
	.footer a, .footer a:link {
		text-decoration: none;
	}
}

@media print, screen and (min-width: 641px) {
	.footer {
	}
	.footer-inner {
		text-align: center;
		width: 960px;
		margin: 0 auto;
		padding: 64px 0 120px;
	}
}


/* OA:20220326 */
.oa202203 .footer {
	width: 100%;
	background: #f3e727;
}

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


/* OA:20220820 */
.oa202208 .footer {
	width: 100%;
	background: #f3e727;
}

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