<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin: 0 auto;
	padding: 0;
	font-size: 1.6em;
	font-family: 'Noto Sans JP', 'Hiragino Gothic Pro', 'メイリオ', Meiryo, 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6,a{line-height:125%;}
p{line-height:170%;}
li{line-height:145%;}

/* iPad背景切れ対策 */
@media screen and (min-width:768px){
	body{
		min-width:1100px;
	}
}
*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
	-webkit-backface-visibility: hidden;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{list-style:none;}
a{
	color:#000000;
	text-decoration:none;
	transition:0.3s;
	cursor: pointer;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	text-decoration:none;
	opacity: 0.6;
}
/* pageTop
--------------------------- */
.pageTop{
	margin: 0px auto 36px auto;
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 3;
	width: 50px;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
}
.pageTop a {
	pointer-events: painted;
}
.pageTop a img{
	width: 100%;
}
@media screen and (max-width:767px){
	.pageTop {
		bottom: -25px;
		right: 10px;
		width: 30px;
		height: 20px;
	}
}

/* 表示切替 */
.switch{visibility:hidden;}

/*common*/¥
.pc{display:block;}
.sp{display:none;}
@media screen and (max-width:767px){
	body{-webkit-text-size-adjust:100%;}
	.pc{display:none;}
	.sp{display:block;}
}
</pre></body></html>