@charset "UTF-8";
/* ↓↓↓↓↓↓↓↓↓↓↓　ページトップボタン ↓↓↓↓↓↓↓↓↓↓↓ */
.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	clear: both;
	z-index: 99999;
}
.pagetop a {
	background: #000000;
	font-size: 12px;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	opacity: 0.7;
	letter-spacing: 0.1em;
	border-radius: 5px;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #FFFFFF;
	z-index: 500;
	margin-bottom: 30px;
}
/* ↑↑↑↑↑↑↑↑↑↑↑　ページトップボタン ↑↑↑↑↑↑↑↑↑↑↑ */
.pagetop a:hover {
	opacity: 0.5;
}

@media (max-width: 576px){
.md-12 .pagetop.exText a {
	display: none;
}
}
