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

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

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

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

/* COLUMN max-width: 768px */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 16px;
	}

.pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	line-height: 36px;
	}
}
