@charset "UTF-8";
/*------------------------------------------------------------
	Footer PageTop
------------------------------------------------------------*/
.p-pagetop {
	position: fixed;
	right: 0;
	z-index: 99;
	font-size: 0;
	line-height: 0;
}
.p-pagetop > a {
	display: block;
	transition: 0.2s;
	margin-right: 15px;
	width: 77px;
	height: 77px;
	background: url(../img/pagetop/pagetop.png) no-repeat center;
	background-size: cover;
}
.p-pagetop > a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
.p-pagetop > a {
	width: 45px;
	height: 45px;
}
}
@media print {
.p-pagetop {
	display: none;
}
}