@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/
footer {
	background-color: #111;
	text-align: center;
	padding: 40px;
}

small {
	color: #999;
	font-size: 1rem;
}

a.pagetop {
    position: absolute;
    right: 5%;
	color: #fff;
}

.pagetop i {
    color: #fff;
    font-size: 3rem;
}



/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
