<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* /////////////////////////////////////////////////
h2, h3, h4 各ページの見出し
※独自クラス.text2imageやh2,h3,h4に対する共通指定を補完する個別設定
///////////////////////////////////////////////// */
h2#social{background-image: url(../images/h2_social.gif);}
h4#chapter01{background-image: url(../images/t_social_chptr01.png);}
h4#chapter02{background-image: url(../images/t_social_chptr02.png);}

#stageSocial .block{
	margin-top: 20px;
	}
#stageSocial .block:first-child{
	margin-top: 0;
	}
#stageSocial ul{
	width:620px;
	padding:15px 10px 30px 10px;
	}
#stageSocial ul li{
	padding-bottom:5px;
	list-style:none;
	margin-left:2.5em;
	text-indent:-2.5em;
	margin-right:1em;
	}

/* /////////////////////////////////////////////////
メディアクエリ
//////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
h4#chapter01{
/*		width: 100%;*/
		max-width: 326px;
		background-size: 100%;
	}
h4#chapter02{
/*	width: 100%;*/
	max-width: 315px;
	background-size: 100%;
	}
	#stageSocial ul{width: 100%;}
	#stageSocial li{margin-bottom: 0.8rem;}
}
</pre></body></html>