@charset "UTF-8";
/* CSS Document */
#page_top{
  width: 50px;    
  height: 50px;
 background:#CCAF3B;   
 position: fixed;
bottom: 60px;
right: 20px;    
z-index: 5;  
}

#page_top::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #000; 
  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:#CCAF3B;   
 position: fixed;
bottom: 30px;
right: 10px;    
z-index: 5;   
}

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