@charset "UTF-8";

.pc-flbnr{
    position: fixed;
    top:133px;
    right:54px;
    width: 240px;
	z-index: 99999;
}
@media only screen and (max-width: 767px) {
	.sp-flbnr{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
	}
	.footer{
		padding-bottom: 20vw!important;
	}
}