.fs-l-footer {
	background: black;
	color: #fff;
}
.footer_contents_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 50px auto;
}
.footer_contents_wrapper a {
	color: #fff;
}
.footer_contents_l {
	width: 70%;
}
.footer_contents_l ul {
	margin: 20px 0 0;
	display: flex;
	padding: 0;
}
.footer_contents_l ul li {
	padding-right: 25px;
	width: 50px;
}
.footer_contents_l ul li img {
	width: 100%;
	vertical-align: bottom;
	margin-top: 0;
}
.footer_contents_m, .footer_contents_r {
	width: 15%;
	font-size: 0.9em;
	line-height: 30px;
}
.footer_contents_m p, .footer_contents_r p {
	font-size: 14px;
	font-family: 'Lato', 'Hiragino Kaku Gothic ProN', Meiryo,sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 0;
}
.footer_contents_l_wrapper {
	width: 55%;
	font-size: 0.8em;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #bfc0c0;
}
.footer_contents_l_l, .footer_contents_l_r {
	width: 65%;
	padding-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.footer_contents_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_contents_l {
		width: 100%;
	}
	.footer_contents_m, .footer_contents_r {
		width: 50%;
		margin: 50px auto 0;
		padding-left: 7vw;
	}
	.footer_contents_l_wrapper {
		width: 100%;
	}
	.footer_contents_l_l, .footer_contents_l_r {
		width: 50%;
	}
	.footer_contents_l_l img {
		width: 85%;
	}
	.footer_contents_l ul {
		justify-content: center;
	}
	.footer_contents_l ul li {
		padding: 0 10px 0 10px;
	}
}