@charset "utf-8";
body {
  position: relative;
}
body .pagetop_button {
  position: fixed;
  right: 80px;
  bottom: 42px;
  z-index: 3;
}
body .pagetop_button a {
  display: block;
  height: 72px;
  width: 72px;
  border-radius: 36px;
  background-color: #00a59a;
  text-align: center;
}
body .pagetop_button a i {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
}
body .pagetop_button a:hover i {
  color: #ff0;
  text-decoration: none;
}
body .pagetop_button.bottom_position {
  position: absolute;
  bottom: 975px;
  right: 80px;
}
@media screen and (max-width: 768px) {
  .pagetop_button {
    display: none !important;
  }
}
