<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*_____________________________________________________________________________*/
#mycontainer{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-weight:400;
}
#mycontainer,#mycontainer *{
	font-size:14px;
	line-height:1.0;
	letter-spacing: 0.00rem;
	box-sizing:border-box;
}
@media screen and (max-width:767px){
	#mycontainer,#mycontainer *{
		font-size:12px;
		line-height:1.0;
		letter-spacing: 0.00rem;
		word-break:break-all;
	}
}
#mycontainer *{
	font-size:inherit;
	line-height:inherit;
	box-sizing:inherit;
	font-family:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
}
#mycontainer h2,#mycontainer h3,#mycontainer h4,#mycontainer h5,#mycontainer h6{
	font-weight:400;
}
#mycontainer .px0{
	font-size:0;
	line-height:0;
}
#mycontainer img{
	max-width:auto;
	max-width:initial;
}
#mycontainer section{
	margin:0;padding:0;
}

/* 使用フォント */
/* 游ゴシック */
#mycontainer .goth{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
	font-weight:400;
}
/* 游明朝 */
#mycontainer .minc{
	font-family: "游明朝体", YuMincho, "Yu Mincho", "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight:400;
}
</pre></body></html>