@charset "UTF-8";
/* CSS Document */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5px;
  bottom:5px;
background: #fff;
 z-index: 900;	 
border: 1px solid #0E89EA;
border-radius: 50%;    
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;  
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
position: absolute;    
  color: #0E89EA; 
  top: 45%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 100%;
  margin:0 auto;
  text-align: center;
}

@media all and  (max-width:650px){

}