@charset "UTF-8";

/* c-pagetop
----------------------------------------*/
.c-pagetop {
	position: absolute;
	right: 20px;
	width: 42px;
	margin-top: -60px;
	z-index: 3000;
}
.c-pagetop img {
	display: block;
}
@media only screen and (max-width: 767px) {
	.c-pagetop {
		width: 50px;
		right: 4.687%;
		margin-top: -30px;
	}
}
