<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* COMMON
----------------------------------------------------------- */
@font-face {
	font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


body {
	font-size: 62.5%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* sp pc　only
----------------------------------------------------------- */

*{
	box-sizing: border-box;
}

.globalwrap img{
	width: auto;
	height: auto;
}

@media screen and (max-width: 940px){
	.globalwrap img{
		max-width: 100%;
		width: 100vw;
		height: auto;
	}
}

.pc-only{
	display: inline-block;
		vertical-align: top;
}
@media screen and (max-width: 940px){
	.pc-only{
		display: none;
	}
}

.sp-only{
	display: none;
		vertical-align: top;

}
@media screen and (max-width: 940px){
	.sp-only{
	display: inline-block;

	}
}</pre></body></html>