@charset "UTF-8" ;
#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 3;
	display:none;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 60px;
	height: 60px;
    padding: 0;
    text-align: center;
    display: block;
	background:#1DB4D4;
	align-items: center;
    display: flex;
    justify-content: center;
	
}
#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: 0;
    right: 0;
	z-index: 3;
}
#page-top a {
    width: 60px;
}

}

