@charset "utf-8";
/* CSS Document */


.site-footer>ul+p+p+p {
	height: 26px;
	padding: 368px 2000px 0 2000px;
	width: auto;
	margin-left: -2000px;
	margin-right: -2000px;
	background-image: url("/common/images/footer-bg.webp");
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
	font-size: 11px;
	text-align: center;
	position: relative;
	margin-top: 35px;
}


@media screen and (max-device-width:1000px){
.site-footer>ul+p+p+p {
	height: 1041px;
	padding-top: 869px;
	padding-right: initial;
	padding-left: initial;
	padding-bottom: 0;
	width: 1000px;
	margin-left: -30px;
	background-image: url("/common/images_sp/footer-bg.webp");
	background-position: center bottom;
	font-size: 34.38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 51px;
}
}