@charset "UTF-8";
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 ページトップにもどる設定ここから
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/
/* ページトップへ戻る */
/* .page-top:hover {
	color: #FFFF99;*/
@media only screen and (min-width: 769px) {
 .page-top {
	/*↓↓↓初期設定→position: fixed; ↓↓↓*/
	position: fixed;
	bottom: 30px;
	right: 10px;
	padding: 12px;
	font-size: 25px;
	background-color: #f15a24;
	color: #FFF;
	text-decoration: none;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 100%;
	border: 1px solid #FFFFFF;
	/*↓↓↓初期設定なし→z-index: 1; ↓↓↓*/
	z-index: 2;
}
.page-top:link {
	color: #FFF;
	text-decoration: none;
}
.page-top:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.page-top:hover {
	color: #3366FF;
	text-decoration: none;
}
.page-top:active {
	text-decoration: none;
}
}