@charset "UTF-8";
/* CSS Document */
#page_top{
  width: 50px;    
  height: 50px;
 background:#1668C7;   
 position: fixed;
bottom: 10px;
right: 10px;    
z-index: 5;
border-radius: 50px;
}


#page_top::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #fff; 
  margin: auto;
  text-align: center;
  position: absolute;
  top:50%;
   left: 50%;    
 -webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);       
}
#page_top a{
  position: relative;
  display: block;
  width: 100%;
text-align: center;  
}
@media all and  (max-width:690px){
#page_top{
  width: 40px;    
  height: 40px;
 background:#1668C7;   
 position: fixed;
bottom: 5px;
right: 5px;    
z-index: 5; 

}

#page_top::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 15px;
  color: #fff; 
  margin: auto;
  text-align: center;
  position: absolute;
  top:50%;
   left: 50%;    
 -webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);       
}
}