@charset "utf-8";
/* CSS Document */
.pagetop {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  width: 3.3rem;
  height: 3.3rem;
  line-height: 3.3rem;
  border-radius: 3.3rem;
  text-align: center;
  cursor: pointer;
  /*   デフォルトは非表示 */
  display: none;
}
.pagetop:hover {
	color: #fff !important;
  background-color: #416577;
  text-decoration: none;
}