<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------------------------- */
/* 2023/11/08 遘ｻ讀�(濶ｲ螟画峩)																										*/
/* -------------------------------------------------------------------------- */
@charset "UTF-8";
/* CSS Document */

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

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

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

	#backto-btn:before{
		content: '笆ｲ\a荳翫↓謌ｻ繧�';
		white-space: pre;
	}
}

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

	#backto-btn:before{
		content: '笆ｲ';
		white-space: pre;
	}
}
</pre></body></html>