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

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 理念体系
　02. 基本方針
　03. 企業倫理綱領

******************************************************************************* */


/* ==

　01. 理念体系

=============================================================================== */
#main .typePhilosophy .col1 {
	text-align: right;
}
#main .typePhilosophy li {
	margin-top: 20px;
}

/* サステナブル共通 */
#main .frameBox01 {
	padding: 20px;
	border: 3px solid #e5e5e5;
}
#main .frameBox01_tit03 {
	display: inline-block;
	*display: inline;
	line-height: 1.5;
	margin-bottom:15px;
	padding: 8px 10px 5px;
	border: none;
	background-color: #474748;
	color: #fff;
	*zoom: 1;
}
#main .frameBox01 .hTxt {
	color:#e6002f;
	font-weight:bold;
	margin-bottom:10px;
}


/* 202403改修 */
#main .titPhilosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  align-items:stretch;
  /*align-items: baseline;*/
  margin-bottom: 25px;
  }

#main .frameBox01_titPhilosophy {
	/*display: inline-block;
	*display: inline;*/
	line-height: 1.5;
	margin: 0 10px 0 0;
	padding: 10px 10px;
	border: none;
	background-color: #e6002f;
	font-size: 18px;
	font-family: Yu Mincho,'Noto Serif JP', serif;
	color: #fff;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
#main .philosophy_hTxt {
	font-size: 22px;
	font-family: Yu Mincho,'Noto Serif JP', serif;
	color:#474748;
	font-weight:bold;
	line-height: 1.3;
	margin: 0;
	display: flex;
	align-items: center;
}
#main .philosophy_subTxt {
	font-size: 28px;
	font-weight: 500;
	color:#474748;
	margin-bottom:5px;
}
#main .philosophy_txt {
	font-size: 16px;
}

#main ul.philosophy01 {
	margin-left: 2em;
}
#main ul.philosophy01 li {
	text-indent: -2em;
	font-size: 16px;
	margin-bottom: 5px;
}
#main ul.philosophy02 {
	margin-left: 1em;
}
#main ul.philosophy02 li {
	text-indent: -1em;
	font-size: 16px;
	margin-bottom: 7px;
}
#main ul.philosophy02 li span {
	font-size: 18px;
	font-weight: 500;
}




/* ==

　02. 基本方針

=============================================================================== */
#main .guidelineBlock {
	padding: 10px;
	background-color: #ffecd9;
}
#main .guidelineBlock div {
	padding: 20px 40px;
	border: 2px solid #fff;
}
#main .guidelineBlock h3 {
	text-align: center;
}
#main .guidelineBlock h3 {
	padding-bottom: 5px;
}
#main .guidelineBlock p {
	margin-bottom: 20px;
}

#main .csrLinkBlock {
  margin-top: 20px;
  padding: 15px 25px;
  border: 5px solid #ececec;
  background-color: #f8f8f8;
}


/* ==

　03. 企業倫理綱領

=============================================================================== */
#main .typeCsr .col1 dt {
	display: block;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #ededee;
	color: #333;
	font-weight: bold;
}
#main .typeCsr .col1 dd {
	margin-bottom: 20px;
}
#main .typeCsr .col2 section {
	margin-top: 0;
}
#main .typeCsr .col2 h3 {
	line-height: 1.7;
	margin: 0;
	padding: 5px 10px;
	border-bottom: none;
	background-color: #e95a69;
	color: #fff;
	font-size: 117%;
	text-align: center;
}

#main .typeCsr .col2 dt {
	margin-bottom: -1px;
	padding: 15px 15px 0;
	font-weight: bold;
	background-color: #f8e4df;
}
#main .typeCsr .col2 dd {
	margin-bottom: 5px;
	padding: 10px 15px 15px;
	background-color: #f8e4df;
}</pre></body></html>