<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#company{background-image: url(../images/h2_company.gif);}
h3#philosophy{background-image: url(../images/t_philosophy.gif);}

#menuCompany{background: url(../images/bg_menu_company.gif) no-repeat left top;}
#itemCompanyprofile a{width: 126px;background-image: url(../images/btn_companyprofile.gif);}
#itemPhilosophy a{width: 126px;background-image: url(../images/btn_philosophy.gif);}
#itemFinance a{width: 126px;background-image: url(../images/btn_finance.gif);}
#itemAudit a{width: 126px;background-image: url(../images/btn_audit.gif);}
#itemBroadcast a{width: 126px;background-image: url(../images/btn_broadcast.gif);}
/*#itemConduct a{width: 226px;background-image: url(../images/btn_conduct.gif);}*/

#stagePhilosophy p{
	width: 85%;
	margin: 0 auto;
	line-height: 1.9;
	font-size: 1.0rem;
	letter-spacing: -0.04rem;
}
#stagePhilosophy dl{
	width: 75%;
	margin: 2rem auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.0rem;
	font-weight: bold;
}
#stagePhilosophy dt{
		width: 20%;
		margin: 0;
		padding: 0 0 1em;
		text-align: left;
	}
#stagePhilosophy dd{
		width: 80%;
		margin: 0;
		text-align: left;
}
#stagePhilosophy strong{
	display: block;
	margin: 1.5rem auto;
	text-align: center;
	font-size: 1.3rem;
}


/* /////////////////////////////////////////////////
メディアクエリ
///////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
		#files ul li{font-size: 1.2rem;}
		#files ul li a{display: block;}
		#pdf{display: none;}
		#stagePhilosophy dl{width: 85%;}
}</pre></body></html>