@charset "utf-8";
/* CSS Document */

h2{
  text-align: center;
  margin-bottom: 30px;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: #555;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a:hover{
	background-color: #888;
	border-radius: 50%;

}



#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  content: "\f102";
  font-weight: 900; 
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/**/