@charset "utf-8";
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
.footer-contact {
	background-image: url(../img/footer-bg-pc.jpg);
}
.footer .footer-content {
	margin-bottom: 2.6rem;
}
.footer .footer-content .first-half .inner-content .address-box {
	margin: 1.6rem -2rem 0 0;
}
.footer .footer-content .first-half .inner-content address {
	margin-bottom: 1.2rem;
	padding: 0;
	color: #FFF;
	display: flex;
	line-height: 1.54;
}
.footer .footer-content .first-half .inner-content address:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.footer-contact {
		background-image: url(../img/footer-bg-sp.jpg);
	}
	.footer .footer-content {
		margin-bottom: 1.8rem;
	}
	.footer .footer-content .first-half .inner-content .address-box {
		margin: 1.6rem 0 0;
	}
	.footer .footer-content .first-half .inner-content address {
		padding: 0 2rem;
		text-align: left;
	}
	.footer .footer-content .first-half .inner-content address .sub {
		white-space: nowrap;
	}
	.footer .footer-content .first-half .inner-content address a {
		display: inline;
	}
}