@charset "utf-8";

/* フッタースタイル
----------------------------------------------------------- */

footer {
	background-color: #326eb4;
	position: relative;
}

.btn_pagetop {
	position: absolute;
	left: 75%;
	top: -40px;
	padding: 10px 20px 10px 38px;
	background-color: #326eb4;
	border-radius: 6px 6px 0 0;
	font-size: 88%;
}

.btn_pagetop a {
	color: #fff;
}

.btn_pagetop a::before {
	position: absolute;
    top: 15px;
    left: 18px;
    display: inline-block;
    content: "";
	width: 14px;
	height: 14px;
	background-image: url(../../img/icon/icon_pagetop.png);
	background-size: contain;
	vertical-align: middle;
}

footer p {
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	text-align: center;
	padding: 12px 0;
}



