@charset "UTF-8";

.pagetop {
	width: fit-content;
	display: none;
	position: fixed;
	bottom: 20px;
	left: 25px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	line-height: 100px;
	text-indent: -9999px;
	background-image: url(images/pagetop.svg?2507);
	background-repeat: no-repeat;
	background-size: 100%;
}

.pagetop a:hover {
	background-image: url(images/pagetop.svg?2507);
	opacity: 0.7;
}

@media (max-width: 576px) {

	.pagetop a {
		display: block;
		width: 50px;
		height: 50px;
		line-height: 70px;
	}
}
/* 
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 100px;
}
.pagetop a {
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
	line-height: 100px;
	text-indent:-9999px;
	background-image:url(images/pagetop.svg);
	background-repeat:no-repeat;
	background-size:100%;
}

.ul-widget-main-window {
  width: fit-content;
}

@media (max-width: 576px) {

  .pagetop a {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
    
  } */