@charset "utf-8";
.section_footerbnr {
		padding: 80px 20px 100px;
}
.section_footerbnr h3 {
		font-size: 36px;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		margin: 0 0 50px;
}
.footer_bnr {
		max-width: 990px;
		margin: 0 auto;
}
.footer_bnr img {
		width: 100%;
		height: auto;
}
@media (max-width: 840px) {
		.section_footerbnr {
				padding: 40px 20px 100px;
		}
		.section_footerbnr h3 {
				font-size: 4.4vw;
				margin: 0 0 30px;
		}
}