/* -------------------------------------------------------------------------- */
/* 2021/08/12 移植(色変更)																										*/
/* -------------------------------------------------------------------------- */
@charset "UTF-8";
/* CSS Document */

#backto-btn{
	position: fixed;
	z-index: 999;
	bottom: 100px;
	right: 1px;
	font-size: 11px;
	display: block;
	background-color: #0000cd;
	opacity: 0.5;
	color: #fff;
	text-align: center;
}

#backto-btn:hover{
	opacity: 0.8;
	cursor: pointer;
}

@media screen and (min-width: 944px)
{
	#backto-btn{
		width: 85px;
		padding: 28px 0;
		border-radius: 5px;
	}

	#backto-btn:before{
		content: '▲\aPAGE TOP';
		white-space: pre;
	}
}

@media screen and (min-width: 320px) and (max-width: 944px)
{
	#backto-btn{
		width: 40px;
		padding: 20px 0;
		border-radius: 5px 0 0 5px;
	}

	#backto-btn:before{
		content: '▲';
		white-space: pre;
	}
}
