@charset "utf-8";

/* フッタースタイル
------------------------------------------------------------- */
#footer {
	background: url(/common/images/back_footer.jpg) 0 0 repeat;
	clear: both;
}
.footer_box {
	display: flex;
	max-width: 960px;
	margin: 0 auto;
	padding: 25px 10px 100px 35px;
}
.footer_logo {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	width: 155px;
	margin: 0 40px 0 0;
}
.footer_right {
	flex: 1 1 0%;
	text-align: left;
}
.footer_navi {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -9px 20px;
}
.footer_navi li {
	width: calc((100% - 55px) / 3);
	margin: 0 9px;
	padding: 10px 0 10px 15px;
	background: url(/common/images/yajirushi_01.png) left center no-repeat;
	border-bottom: 1px solid #AAA8A0;
	font-size: 1.3rem;
	line-height: 1;
}
.footer_navi span {
	font-size: 1.0rem;
}
.catch_copy {
	display: block;
	clear: both;
	font-size: 1.0rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 18px;
}
.copyright {
	font-size: 1.0rem;
	line-height: 1;
	float: left;
	margin-right: 20px;
}
.footer_navi2 li {
	float: left;
	margin-right: 15px;
	font-size: 1.0rem;
	line-height: 1;
}
