/*goTOP*/
#btnPageTop img {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
}

#btnPageTop {
  display: block;
  padding: 20px 20px;
  bottom: 30px;
  right: 10px;
  position: fixed;
  text-align: center;
  background-color: #444444;
  border: 1px solid #444444;
  transition: color 0.15s;
  border-radius: 9999px;
  z-index: 999999;
}
#btnPageTop:hover {
}

@media screen and (max-width: 767px) {
  #btnPageTop {
    bottom: 20px;
  }
}
