@charset "UTF-8" ;
#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 3;
	display:none;
	margin: 0;
	font-size:12px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 40px;
	height: 40px;
    padding: 0;
    text-align: center;
    display: block;
	background:#f3895e;
	align-items: center;
    display: flex;
    justify-content: center;
	border-radius:50%;
}
#page-top.stop{
	position: absolute;
    display: block !important;
	right: -23%;
    top: -162px;
}


@media screen and (max-width:768px){
#page-top {
	display:block;
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 3;
}
#page-top a {
    width: 40px;
}

}

