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


#page_top{
    z-index: 1;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 5.0rem;
    background: #00ff00;
    opacity: 0.6;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 8px;
    right: 0;
    left: -3px;
    margin: auto;
    text-align: center;
  }