/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: #92bdd9;
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	text-valign: middle;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #66c2ff;
	text-decoration: none;
}
