/* Shared site footer — matches the BANSO DX PRO page design (bansodxpro/index.html) */
.site-footer {
	background: #192544;
	color: #fff;
	padding: 40px 0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
}
.site-footer .container.footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}
.site-footer .footer__brand strong {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-size: 17.6px;
	font-weight: 700;
	display: block;
}
.site-footer .footer__brand span {
	font-size: 12.48px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}
.site-footer .footer__links {
	/* reset in case the page's own stylesheet styles the bare <nav> tag (e.g. a fixed hamburger-menu bar) */
	position: static;
	top: auto;
	left: auto;
	right: auto;
	z-index: auto;
	display: flex;
	width: auto;
	background: none;
	gap: 24px;
	font-size: 13.6px;
	color: rgba(255, 255, 255, 0.85);
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .footer__links a {
	color: inherit;
	text-decoration: none;
}
.site-footer .footer__links a:hover {
	opacity: .7;
}
.footer__copy {
	background: #0a101d;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11.52px;
	text-align: center;
	padding: 12.8px 0;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
