@charset "UTF-8";

footer .footer_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px 30px;
	padding-bottom: 50px;
}
footer .footer_banner img {
	max-height: 80px;
}
/*
@media (max-width: 1000px) {
	footer .footer_banner {
		gap: 10px 10px;
	}
	footer .footer_banner a {
		width: calc(50% - 10px);
	}
	footer .footer_banner img {
		height: auto;
	}
}
*/
@media (max-width: 1000px) {
	footer .footer_banner {
		gap: 10px;
	}
	footer .footer_banner a {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	footer .footer_banner img {
		max-height: none;
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}
</style>