@charset "UTF-8";
/* CSS Document */

#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #ff6600;
	opacity: 1.0;
	border-radius: 50%;
	z-index: 9999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 22px;
	color: #fff;
	position: absolute;
	width: 22px;
	height: 28px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}