@charset "UTF-8";

.inPageFormLink {
	
}

.inPageFormLink {
	bottom: 0 !important;
}
@media screen and (min-width: 482px) and (max-width: 768px) {
    .inPageFormLink {
        bottom: 80px !important;
    }
}
@media screen and (max-width: 481px) {
    .inPageFormLink {
        bottom: 60px !important;
    }
}

.l-pagetop {
	bottom: 70px !important;
}
@media screen and (min-width: 482px) and (max-width: 768px) {
    .l-pagetop {
        bottom: 140px !important;
    }
}
@media screen and (max-width: 481px) {
    .l-pagetop {
        bottom: 120px !important;
    }
}