@charset "utf-8";
#lp_footer {
	position: relative;
	min-width: 1080px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
}
#lp_footer a {
	color: #333;
	text-decoration: none;
	outline: none;
}
#lp_footer a:hover {
	text-decoration: underline;
}
#lp_footer .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#lp_footer .navi {
	height: 80px;
	background: #f7f5f5;
}
#lp_footer .navi .inner {
	display: flex;
}
#lp_footer .navi .inner li {
	padding: 0 20px;
	border-right: solid 1px #333;
	font-size: 14px;
}
#lp_footer .navi .inner li:last-child {
	border-right: 0;
}
#lp_footer .contact {
	height: 50px;
	background: #e0e0e0;
}
#lp_footer .copyright {
	height: 160px;
	border-top: solid 7px #333;
	background: #9a9c99;
}
#lp_footer .copyright .inner {
	color: #fff;
	font-size: 14px;
}
#btn_anc_top {
	position: fixed;
	bottom: -50px;
	right: 50px;
}
#btn_contact_r {
	display: flex;
	position: fixed;
	top: 201px;
	right: -259px;
	z-index: 1000;
}
#btn_contact_r .btn {
	cursor: pointer;
}