@charset "utf-8";
#scrolltop {
  display: inline-block;
  background-color: #0d4284;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scrolltop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#scrolltop:hover {
  cursor: pointer;
  background-color: #c46129;
}
#scrolltop:active {
  background-color: #444;
}
#scrolltop.show {
  opacity: 1;
  visibility: visible;
}
 html {
    scroll-behavior: smooth;
 }

  #scrolltop {
  margin:24px;
  }

	/*Back to top End*/
#topwrap ul {
  display: inline-block;
  padding: 0;
}
/* #topwrap ul li::marker {
  font-size: 1.2em;
  color: blue;
  content: "▼";
}*/
	#topwrap li {font-size: 16px;text-align:left;list-style:none;} 

