@charset "utf-8";
/* =======================================
    pagetop css
 ======================================= */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 999;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	padding: 5px 5px 5px 7px;
}

/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 768px
*****************************************************************************************************************************************************************/

@media screen and (max-width: 768px) {

/* COLUMN max-width: 768px */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 10px;
	}
	
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
	}
}