/*service>label*/
.l-inner.-lpban{
	max-width: 900px;
    width: 100%;
}


/*top*/
.l-footer-c__box-title.-group{
    font-size: 20px;
}
@media screen and (max-width: 599px) {
.l-footer-c__box-title.-group{
        font-size: 16px;
    }
}
.l-footer-c__rev.-group{
    max-width: 1000px;
}

.p-fixedban{
	position: fixed;
	right: 20px;
	bottom: 55%;
	z-index: 10;
}
.p-fixedban img{
	max-width: 200px;
	height: auto;
}
@media screen and (max-width: 599px) {
	.p-fixedban{
		position: fixed;
		right: 0;
		bottom: 10%;
	}
	.p-fixedban img{
		max-width: 80px;
		height: auto;
	}
}