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

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*header
----------------------------------------------------*/
header{
	position:absolute;
	width:100%;
	background:url(../img/common/bg_header.png) no-repeat;
	background-position:center top;
	z-index:9999;
}

.box_head{
	width:980px;
	height:70px;
	margin:0 auto;
}

.box_head h1,
.box_head p{
	float:left;
	width:245px;
	padding-top:25px;
	line-height:1.0;
}

.box_head ul{
	float:right;
	width:225px;
	padding:20px 0 0 15px;
}

.box_head ul li{
	float:left;
	margin-left:5px;
}

#google{
	float:right;
	padding-top:20px;
}

#google_top{
	float:left;
	height:25px;
	border:1px solid #CCC;
}

#btn_search{
	margin:0;
	padding:0;
}


/*navigation
----------------------------------------------------*/
#nav{
	width:100%;
	background:#FFF;
}

#nav ul{
	width:980px;
	height:50px;
	margin:0 auto;
	background:url(../img/common/nav_border.png) no-repeat;
	background-position:left center;
	clear:both;
}

#nav ul li{
	float:left;
	background:url(../img/common/nav_border.png) no-repeat;
	background-position:right center;
}

#nav ul li a{
	width:196px;
	height:50px;
	padding-top:13px;
	text-align:center;
	display:block;
}

#nav ul li a:hover,
#nav ul li a.on{
	background:#EAF7EE;
	text-decoration:none;
}

#nav ul li ul {
  position: absolute;
  top: 121px;/*親メニューの高さと同じにする*/
  width: 326px;
  background:none;
  z-index: 100;
}

#nav ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 230px;/*サブメニューの幅*/
  height: 0;
  background:#E5F1F2;/*サブメニューの背景色*/
  border-bottom:1px solid #007582;
  font-size:12px;
}

#nav ul li ul li a{
	width:230px;
	height:auto;
	padding:5px;
	padding-left:10px;
	text-align:left;
	display:block;
}

#nav ul li ul li.noBoader{
	border-bottom:1px solid #FFF!important;
}


#nav ul li ul li a:hover,
.menu ul li ul li a:hover {
  background:#FFF!important;
}

#nav ul li:hover ul li,
.menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:auto;
  z-index: 10;
}




#nav ul li ul li ul {
  position:absolute;
  top: 200px;
  left:326px;
  width: 276px;
  height:40px!important;
  background:none;
  z-index: 100;
}

#nav ul li ul li ul li {
  visibility: hidden!important;
  overflow: hidden!important;
  width: 276px;/*サブメニューの幅*/
  height:40px!important;
  background:#E5F1F2;/*サブメニューの背景色*/
  border:1px solid #007582;
}

#nav ul li ul li ul li:first-child{
	border-bottom:0;
}

#nav ul li ul li ul li a{
	width:274px;
	height:40px!important;
	padding-top:8px;
	text-align:center;
	display:block;
}

#nav ul li ul li ul li a:hover{
	width:274px;
	height:38px!important;
}

#nav ul li ul li ul li a:hover,
.menu ul li ul li ul li a:hover {
  background:#FFF!important;
}

#nav ul li ul li:hover ul li,
.menu ul li ul li a:hover ul li{
  visibility: visible!important;
  overflow: visible!important;
  height:40px;
  z-index: 10;
}




#nav * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/*Contents layout
----------------------------------------------------*/
section{
	width:100%;
	padding:0 0 50px 0;
	display:block;
	clear:both;
}

section:after {
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.contents{
	width:980px;
	margin:0 auto;
}

.path{
	width:100%;
	margin:0 auto 30px auto;
	padding:10px 0;
	border-bottom:1px solid #DDD;
	display:block;
	clear:both;
	font-size:12px;
	line-height:2.5;
}

.path ul{
	width:980px;
	margin:0 auto;
	display:block;
}

.path ul li{
	display:inline;
}

.path ul li a{
	margin-right:5px;
	padding-right:15px;
	background:url(../img/common/icon_link_green_s.png) no-repeat;
	background-position:right center;
}

.path ul li.btn_policy{
	float:right;
}

.path ul li.btn_policy a{
	margin:0;
	padding:0;
	background:none;
}


/*main
----------------------------------------------------*/

/*top
------------------------------------*/
.slider{
	height:370px;
	margin-bottom:50px;
}

.slider .contents{
	position:relative;
}

.slider .btn_policy{
	position:absolute;
	width:134pxpx;
	top:380px;
	left:846px;
	background:#00CCFF;
	display:block;
	z-index:999;
}

.bxslider2 li{
	width:100%;
	height:370px;
	background-size:cover;
}

.slide01{
	background:url(../img/slider01.png);
	background-position:center;
}

.slide02{
	background:url(../img/slider02.png);
	background-position:center;
}

.slide03{
	background:url(../img/slider03.png);
	background-position:center;
}

.slide04{
	background:url(../img/slider04.png);
	background-position:center;
}

.bxslider2 li a{
	width:100%;
	height:370px;
	text-indent:-9999px;
	display:block;
}

.bx-custom-pager{
	position:absolute;
	margin-bottom:60px;
	background:#045594;
	z-index:0!important;
}

.bx-custom-pager .bx-pager-item{width:19%; margin:0.5% 0.5% 0 0.5%; background:#FFF; z-index:0!important;}
.bx-pager-item .active img{opacity: 0.6}


.toppage h2{
	margin-bottom:30px;
	font-size:30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal!important;
	color:#81949C;
}

.box_tri{
	float:left;
	width:310px;
	margin:0 25px 25px 0;
}

.box_tri p{
	width:310px;
	height:60px;
	border-bottom:1px solid #CBD9DA;
	display:table-cell;
	vertical-align:middle;
}

.box_tri a{
	display:block;
}

.box_tri_right{
	float:right;
	width:310px;
	margin:0 0 25px 0;
	padding:9px 0;
	border-top:1px solid #CBD9DA;
	border-bottom:1px solid #CBD9DA;
}

.box_tri_right img{
	margin:0 auto;
	display:block;
}

.box_tri_right .txt{
	padding-top:5px;
	font-size:12px;
	color:#333!important;
}

.box_tri .link,
.box_tri_right .link{
	padding-left:15px;
	background:url(../img/common/icon_link_green.png) no-repeat;
	background-position:left center;
}

.box_tetra{
	float:left;
	width:230px;
	margin-right:20px;
}

.box_tetra p{
	padding:20px 0;
	font-size:12px;
	color:#333!important;
}

.box_bana_special img{
	float:left;
}


/*共通設定
------------------------------------*/
.pagetitle{
	padding:150px 0 30px 0;
	background:#EFEFEF;
}

.pagetitle h1{
	margin:0;
	padding:0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:40px;
	color:#004D59;
	line-height:1.0;
}

h2{
	margin-bottom:30px;
	font-size:30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*font-weight:normal!important;*/
	font-weight:bold;
	color:#81949C;
}

h3{
	margin-bottom:20px;
	padding:3px 10px;
	background:#008FA0;
	font-size:18px;
	color:#FFF;
}

h4{
	font-size:15px;
	color:#4470A1;
}

.kakomi{
	margin-bottom:30px;
	padding:10px;
	border:10px solid #C3E5E6;
}

.table_normal{
	margin-bottom:30px;
	border:2px solid #999!important;
}

.table_normal th,
.table_normal td{
	padding:5px;
	border:1px solid #999;
	font-weight:normal;
}

.table_normal .th_lv1{
	border:1px solid #FFF;
	background:#666;
	color:#FFF;
}

.table_normal .th_lv2{
	border:1px solid #FFF;
	background:#4EA5B3;
	color:#FFF;
}

.table_normal .th_lv3{
	background:#C3DADF;
	color:#000;
}

.table_normal .th_lv4{
	background:#E6E6E7;
	color:#000;
}

.ul_list{
	margin-bottom:30px;
}

.ul_list li{
	padding-left:20px;
	background:url(../img/common/icon_list.png) no-repeat left 7px;
}

.ul_underline{
	margin-bottom:30px;
}

.ul_underline li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #DDD;
}

.li_circle{
	padding-left:18px;
	background:url(../img/common/icon_list_circle.png) no-repeat;
	background-position:left 5px;
}

.small .li_circle{
	padding-left:16px;
	background:url(../img/common/icon_list_circle_s.png) no-repeat;
	background-position:left 3px;
}

ol{
	margin-left:20px;
}

.link{
	padding-left:12px;
	background:url(../img/common/icon_link_green_s.png) no-repeat;
	background-position:left center;
}

.box_half_left{
	float:left;
	width:475px;
}

.box_half_right{
	float:right;
	width:475px;
}

.box_1-2_left{
	float:left;
	width:310px;
}

.box_1-2_right{
	float:right;
	width:640px;
}

.box_2-1_left{
	float:left;
	width:640px;
}

.box_2-1_right{
	float:right;
	width:310px;
}

.box_2-1_left2{
	float:left;
	width:710px;
}

.box_2-1_right2{
	float:right;
	width:240px;
}

.box_ph_tri{
	float:left;
	width:310px;
	margin-right:25px;
}

.box_ph_tri_right{
	float:right;
	width:310px;
}

.box_ph_tri img,
.box_ph_tri_right img{
	margin-bottom:10px;
}

.ttl_focus{
	width:100%;
	margin-bottom:30px;
	padding:15px 0;
	background:#F2F2F2;
	text-align:center;
}

.box_bana{
	position:relative;
	border:3px solid #B7B7B7;
}

.box_panel{
	position:relative;
	border:3px solid #B7B7B7;
}

.box_panel_governance{background:#6C9BD1;}
.box_panel_safety{background:#AF7C85;}
.box_panel_environment{background:#6ABFBC;}
.box_panel_society{background:#789052;}

.box_panel .box_left{
	float:left;
	width:313px;
}

.box_panel .box_right{
	float:left;
	width:661px;
	min-height:345px;
	padding:33px 30px 30px 30px;
	background:#FFF;
}

.box_panel .box_right h2{
	margin-bottom:20px;
	padding-bottom:0;
	line-height:1.0;
}


/*.box_panel img{
	float:left;
}

.box_panel div{
	float:right;
	width:352px;
	height:225px;
	padding:10px;
	background:#F1EEEC;
}

.society .box_panel div{
	height:425px!important;
}
*/

.governance .box_panel ul li{
	line-height:2.1;
}

.safety .box_panel ul li{
	line-height:2.9;
}

.box_panel ul li .link{
	padding-left:18px;
	background:url(../img/field/icon_link_panel.jpg) no-repeat left center;
}

.box_panel ul li ul li{
	padding-left:1em;
}

.ttl_data{
	margin-bottom:20px;
	padding:10px;
	border:1px solid #CCC;
	text-align:center;
	font-size:16px;
	color:#333;
}

.ttl_data span{
	font-size:28px;
	font-weight:bold;
	color:#0C9C9F;
}


/*greeting
------------------------------------*/
.pagetitle_greeting{
	height:370px;
	padding:190px 0 30px 100px;
	background:url(../img/bg_main_greeting.jpg) no-repeat center bottom;
}

.pagetitle_greeting h1{
	width:8em;
	font-size:50px;
}

.pagetitle_greeting h1 span{
	margin-top:5px;
	padding:5px 0 0 0.8em;
	border-top:3px solid #388C9F;
	font-size:16px;
	color:#333;
	letter-spacing:0.3em;
	text-align:right;
	display:block;
}


/*csr
------------------------------------*/
.pagetitle_csr{
	padding:130px 0 30px 0;
	background:url(../img/csr/bg_main_csr.jpg);
}

.pagetitle_csr h1 span{
	margin-right:15px;
	margin-bottom:5px;
	padding:5px 10px 3px 10px;
	border-radius:8px;
	background:#388C9F;
	font-size:0.4em;
	color:#FFF;
	display:inline-block;
}

.pagetitle_csr h2{
	margin:10px 0 0 0;
	font-size:30px;
	color:#004D59;
	line-height:1.0;
}

h3.color_green,
h3.color_blue,
h3.color_red,
h3.color_orange,
h3.color_brown,
h3.color_black{
	padding:0;
	background:none;
	font-weight:bold;
}

.box_csr_green,
.box_csr_blue,
.box_csr_red,
.box_csr_orange,
.box_csr_brown{
	margin-bottom:30px;
}

.box_csr_green .box_left,
.box_csr_blue .box_left{
	float:left;
	width:150px;
	height:230px;
	margin-right:15px;
}

.box_csr_red .box_left{
	float:left;
	width:150px;
	height:283px;
	margin-right:15px;
}

.box_csr_orange .box_left{
	float:left;
	width:150px;
	height:257px;
	margin-right:15px;
}

.box_csr_brown .box_left{
	float:left;
	width:150px;
	height:192px;
	margin-right:15px;
}

.box_csr_green .box_center,
.box_csr_blue .box_center{
	float:left;
	width:150px;
	height:230px;
	margin-right:15px;
}

.box_csr_orange .box_center{
	float:left;
	width:150px;
	height:257px;
	margin-right:15px;
}

.box_csr_red .box_center{
	float:left;
	width:150px;
	height:283px;
	margin-right:15px;
}

.box_csr_brown .box_center{
	float:left;
	width:150px;
	height:192px;
	margin-right:15px;
}

.box_csr_green .box_right,
.box_csr_blue .box_right,
.box_csr_red .box_right,
.box_csr_orange .box_right,
.box_csr_brown .box_right{
	float:left;
	width:650px;
	padding:10px 10px 0 10px;
}

.box_csr_green .box_left,
.box_csr_green .box_center,
.box_csr_green .box_right{
	background:#C8DBAD;
}

.box_csr_blue .box_left,
.box_csr_blue .box_center,
.box_csr_blue .box_right{
	background:#B1CBEA;
}

.box_csr_red .box_left,
.box_csr_red .box_center,
.box_csr_red .box_right{
	background:#F7CEB8;
}

.box_csr_orange .box_left,
.box_csr_orange .box_center,
.box_csr_orange .box_right{
	background:#F9C989;
}

.box_csr_brown .box_left,
.box_csr_brown .box_center,
.box_csr_brown .box_right{
	background:#E1CB83;
}


.box_csr_green h4,
.box_csr_blue h4,
.box_csr_red h4,
.box_csr_orange h4,
.box_csr_brown h4{
	padding:5px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
}

.box_csr_green h4{
	background:#5FA223;
}

.box_csr_blue h4{
	background:#0075C1;
}

.box_csr_red h4{
	background:#DE0012;
}

.box_csr_orange h4{
	background:#F18D00;
}

.box_csr_brown h4{
	background:#BF9B00;
}

.box_csr_green .box_left p,
.box_csr_green .box_center p,
.box_csr_blue .box_left p,
.box_csr_blue .box_center p,
.box_csr_red .box_left p,
.box_csr_red .box_center p,
.box_csr_orange .box_left p,
.box_csr_orange .box_center p,
.box_csr_brown .box_left p,
.box_csr_brown .box_center p{
	font-size:24px;
	text-align:center;
	color:#000;
}

.box_csr_green .box_left p span,
.box_csr_green .box_center p span,
.box_csr_blue .box_left p span,
.box_csr_blue .box_center p span,
.box_csr_red .box_left p span,
.box_csr_red .box_center p span,
.box_csr_orange .box_left p span,
.box_csr_orange .box_center p span,
.box_csr_brown .box_left p span,
.box_csr_brown .box_center p span{
	font-size:12px;
}

.box_csr_green .box_right dl,
.box_csr_blue .box_right dl,
.box_csr_red .box_right dl,
.box_csr_orange .box_right dl,
.box_csr_brown .box_right dl{
	margin-bottom:15px;
	color:#000;
}

.box_csr_green .box_right dl dt,
.box_csr_blue .box_right dl dt,
.box_csr_red .box_right dl dt,
.box_csr_orange .box_right dl dt,
.box_csr_brown .box_right dl dt{
	float:left;
	width:130px;
	padding-left:1.0em;
	text-indent:-1.0em;
}

.box_csr_green .box_right dl dt:before{
	padding-right:0.3em;
	content:url(../img/common/icon_sq_green.png);
}

.box_csr_blue .box_right dl dt:before{
	padding-right:0.3em;
	content:url(../img/common/icon_sq_blue.png);
}

.box_csr_red .box_right dl dt:before{
	padding-right:0.3em;
	content:url(../img/common/icon_sq_red.png);
}

.box_csr_orange .box_right dl dt:before{
	padding-right:0.3em;
	content:url(../img/common/icon_sq_orange.png);
}

.box_csr_brown .box_right dl dt:before{
	padding-right:0.3em;
	content:url(../img/common/icon_sq_brown.png);
}

.box_csr_green .box_right dl dd,
.box_csr_blue .box_right dl dd,
.box_csr_red .box_right dl dd,
.box_csr_orange .box_right dl dd,
.box_csr_brown .box_right dl dd{
	float:left;
	width:480px;
	padding-left:20px;
}

ol.color_green,
ol.color_blue,
ol.color_orange,
ol.color_brown,
ol.color_black{
	margin-left:0;
	list-style:none;
}

ol.color_green li,
ol.color_blue li,
ol.color_orange li,
ol.color_brown li,
ol.color_black li{
	padding-left:23px;
}

.box_csr_overseas{
	min-height:265px;
	padding:15px;
}

.box_csr_overseas img.ph{
	float:right;
	width:180px;
	height:auto;
	padding:0 0 0 15px;
}

.no01{background:url(../img/csr/no01.png) no-repeat left 4px;}
.no02{background:url(../img/csr/no02.png) no-repeat left 4px;}
.no03{background:url(../img/csr/no03.png) no-repeat left 4px;}
.no04{background:url(../img/csr/no04.png) no-repeat left 4px;}
.no05{background:url(../img/csr/no05.png) no-repeat left 4px;}
.no06{background:url(../img/csr/no06.png) no-repeat left 4px;}
.no07{background:url(../img/csr/no07.png) no-repeat left 4px;}
.no08{background:url(../img/csr/no08.png) no-repeat left 4px;}
.no09{background:url(../img/csr/no09.png) no-repeat left 4px;}
.no10{background:url(../img/csr/no10.png) no-repeat left 4px;}

.no11{background:url(../img/csr/no11.png) no-repeat left 4px;}
.no12{background:url(../img/csr/no12.png) no-repeat left 4px;}
.no13{background:url(../img/csr/no13.png) no-repeat left 4px;}
.no14{background:url(../img/csr/no14.png) no-repeat left 4px;}
.no15{background:url(../img/csr/no15.png) no-repeat left 4px;}
.no16{background:url(../img/csr/no16.png) no-repeat left 4px;}
.no17{background:url(../img/csr/no17.png) no-repeat left 4px;}
.no18{background:url(../img/csr/no18.png) no-repeat left 4px;}
.no19{background:url(../img/csr/no19.png) no-repeat left 4px;}
.no20{background:url(../img/csr/no20.png) no-repeat left 4px;}

.no21{background:url(../img/csr/no21.png) no-repeat left 4px;}
.no22{background:url(../img/csr/no22.png) no-repeat left 4px;}
.no23{background:url(../img/csr/no23.png) no-repeat left 4px;}
.no24{background:url(../img/csr/no24.png) no-repeat left 4px;}
.no25{background:url(../img/csr/no25.png) no-repeat left 4px;}
.no26{background:url(../img/csr/no26.png) no-repeat left 4px;}
.no27{background:url(../img/csr/no27.png) no-repeat left 4px;}
.no28{background:url(../img/csr/no28.png) no-repeat left 4px;}
.no29{background:url(../img/csr/no29.png) no-repeat left 4px;}
.no30{background:url(../img/csr/no30.png) no-repeat left 4px;}

.no31{background:url(../img/csr/no31.png) no-repeat left 4px;}
.no32{background:url(../img/csr/no32.png) no-repeat left 4px;}
.no33{background:url(../img/csr/no33.png) no-repeat left 4px;}
.no34{background:url(../img/csr/no34.png) no-repeat left 4px;}
.no35{background:url(../img/csr/no35.png) no-repeat left 4px;}
.no36{background:url(../img/csr/no36.png) no-repeat left 4px;}
.no37{background:url(../img/csr/no37.png) no-repeat left 4px;}


/*special
------------------------------------*/
.pagetitle_special{
	height:394px;
	padding:120px 0 30px 0;
	background:#21B9DB url(../img/sepcial/bg_special_main.jpg) no-repeat bottom right;
}

.pagetitle_special h1{
	margin-bottom:30px;
	padding-top:10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:48px;
	color:#FFF;
}

.pagetitle_special h1 span{
	margin-bottom:10px;
	padding:5px 10px;
	border-radius:8px;
	background:#FFF;
	font-size:0.4em;
	color:#21B9DB;
	display:inline-block;
}

.pagetitle_special p{
	color:#FFF;
}

.special .kakomi{
	border:10px solid #21B9DB;
}

.special .contents h2 span{
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color:#999;
	display:block;
}

.special h2{
	margin-bottom:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#21B9DB;
}


/*governance
------------------------------------*/
.pagetitle_governance{
	height:370px;
	padding:260px 0 30px 0;
	background:url(../img/field/bg_main_governance.jpg) no-repeat center bottom;
}

.pagetitle_governance h1{
	padding-left:0;
	font-size:90px;
	color:#FFF;
	text-indent:-9999px;
}

.pagetitle_governance h1 span{
	margin-left:20px;
	font-size:0.4em;
}

.governance h2{
	color:#0075C1;
}

.governance h2 span{
	margin-right:15px;
	padding:5px;
	border:3px double #BA5435;
	color:#BA5435;
	font-size:0.6em;
}

.governance h3{
	background:#6C9BD2;
}

.box_csrpolicy{
	margin-bottom:50px;
	padding:20px;
	background:#0B79C1;
}

.box_csrpolicy h2{
	float:left;
	width:160px;
	color:#FFF;
	line-height:1.4;
}

.governance .ul_policy{
	float:left;
	width:780px;
	color:#FFF;
}

/*.governance .ul_policy li{
	padding-left:2em;
	text-indent:-2em;
}

.governance .ul_policy li:before{
	content:"● ";
}*/

.governance .table_governance{
	background: -moz-linear-gradient(left, #E8F3F4, #A6D9DB);
	background: -webkit-gradient(linear, left, right, from(#E8F3F4), to(#A6D9DB));
	color:#000;
}

.governance .table_governance2{
	background: -moz-linear-gradient(left, #EAEFF7, #B3BEDB);
	background: -webkit-gradient(linear, left, right, from(#EAEFF7), to(#B3BEDB));
	color:#000;
}

.governance .th_lv1{
	background:#F9C99A!important;
	color:#333!important;
}

.governance .th_lv3{
	border:1px solid #FFF;
	background:#6583B8!important;
	color:#FFF!important;
}

.governance .table_governance2 span{
	width:18em;
	margin:0 20px 0 5px;
	padding-right:30px;
	background:url(../img/field/icon_ar_governance.png) no-repeat right center;
	display:inline-block;
}

.table_inner td,
.table_inner th{
	padding:0;
	border:0;
}

.governance .kakomi_governance{
	margin-bottom:10px;
	padding:20px;
	border-radius:10px;
	background:#6C9BD2;
	color:#FFF;
}

.governance .kakomi_governance h3{
	border-radius:10px;
	background:#0B79C1;
	text-align:center;
	color:#FFF;
}

.governance .kakomi_governance table{
	width:780px;
	margin:0 auto;
}

.governance .kakomi_governance table th,
.governance .kakomi_governance table td{
	padding:10px 0;
	border-bottom:1px solid #FFF;
	font-size:16px!important;
}

.governance .kakomi_topics{
	padding:20px;
	border-radius:10px;
	border:2px solid #6C9BD2;
}

.governance .kakomi_topics h3{
	background:none;
	color:#6C9BD2;
}

.governance .kakomi_topics h3 span{
	margin:0 10px 0 -30px;
	padding:0 25px 0 30px;
	background:#6C9BD2 url(../img/field/bg_topics_governance.jpg) no-repeat right center;
	color:#FFF;
}

.noBoader{
	border:0!important;
}

.ol_governance li{
	margin:0;
	padding:0 0 0 35px;
	list-style:none;
}

.ol_governance li.no01{background:url(../img/field/no01_governance.png) no-repeat 10px center;}
.ol_governance li.no02{background:url(../img/field/no02_governance.png) no-repeat 10px center;}
.ol_governance li.no03{background:url(../img/field/no03_governance.png) no-repeat 10px center;}
.ol_governance li.no04{background:url(../img/field/no04_governance.png) no-repeat 10px center;}
.ol_governance li.no05{background:url(../img/field/no05_governance.png) no-repeat 10px center;}
.ol_governance li.no06{background:url(../img/field/no06_governance.png) no-repeat 10px center;}
.ol_governance li.no07{background:url(../img/field/no07_governance.png) no-repeat 10px center;}
.ol_governance li.no08{background:url(../img/field/no08_governance.png) no-repeat 10px center;}
.ol_governance li.no09{background:url(../img/field/no09_governance.png) no-repeat 10px center;}
.ol_governance li.no10{background:url(../img/field/no10_governance.png) no-repeat 10px center;}


/*safety
------------------------------------*/
.pagetitle_safety{
	height:370px;
	padding:260px 0 30px 0;
	background:url(../img/field/bg_main_safety.jpg) no-repeat center bottom;
}

.pagetitle_safety h1{
	padding-left:0;
	font-size:90px;
	color:#FFF;
	text-indent:-9999px;
}

.pagetitle_safety h1 span{
	margin-left:20px;
	font-size:0.4em;
}

.safety h2{
	color:#824354;
}

.safety h2 span{
	margin-right:15px;
	padding:5px;
	border:3px double #BA5435;
	color:#BA5435;
	font-size:0.6em;
}

.safety h3{
	background:#965062;
}

.safety .box_csrpolicy{
	margin-bottom:50px;
	padding:20px;
	background:#824354;
}

.safety .box_csrpolicy h2{
	float:left;
	width:160px;
	color:#FFF;
	line-height:1.4;
}

.safety .ul_policy{
	float:left;
	width:780px;
	color:#FFF;
}

/*.safety .ul_policy li{
	padding-left:2em;
	text-indent:-2em;
}

.safety .ul_policy li:before{
	content:"● ";
}*/

.safety .table_safety{
	background: -moz-linear-gradient(left, #E8F3F4, #A6D9DB);
	background: -webkit-gradient(linear, left, right, from(#E8F3F4), to(#A6D9DB));
	color:#000;
}

.safety .table_safety2{
	background: -moz-linear-gradient(left, #EAEFF7, #B3BEDB);
	background: -webkit-gradient(linear, left, right, from(#EAEFF7), to(#B3BEDB));
	color:#000;
}

.safety .th_lv1{
	background:#F9C99A!important;
	color:#333!important;
}

.safety .th_lv3{
	border:1px solid #FFF;
	background:#6583B8!important;
	color:#FFF!important;
}

.safety .table_safety2 span{
	float:left;
	width:18em;
	margin:0 20px 0 5px;
	padding-right:30px;
	background:url(../img/field/icon_ar_governance.png) no-repeat right center;
	display:block;
}

.safety .table_safety2 span.line2{
	height:3.5em;
	padding-top:0.9em;
}

.box_ph_safety{
	float:right;
	width:200px;
	margin:0 0 0 15px;
	text-align:right;
}

.safety .kakomi_safety{
	margin-bottom:10px;
	padding:20px;
	border-radius:10px;
	background:#6C9BD2;
	color:#FFF;
}

.safety .kakomi_safety h3{
	border-radius:10px;
	background:#0B79C1;
	text-align:center;
	color:#FFF;
}

.safety .kakomi_safety table{
	width:780px;
	margin:0 auto;
}

.safety .kakomi_safety table th,
.safety .kakomi_safety table td{
	padding:10px 0;
	border-bottom:1px solid #FFF;
	font-size:16px!important;
}

.safety .kakomi_safety2{
	margin-bottom:10px;
	padding:20px;
	border-radius:10px;
	border:2px solid #999;
}

.safety .kakomi_safety2 h3{
	margin:0 0 10px 0;
	padding:0;
	background:none;
	border-radius:10px;
	color:#333;
}

.safety .kakomi_topics{
	padding:20px;
	border-radius:10px;
	border:2px solid #824354;
}

.safety .kakomi_topics h3{
	background:none;
	color:#824354;
}

.safety .kakomi_topics h3 span{
	margin:0 10px 0 -30px;
	padding:0 25px 0 30px;
	background:#824354 url(../img/field/bg_topics_safety.jpg) no-repeat right center;
	color:#FFF;
}


/*environment
------------------------------------*/
.pagetitle_environment{
	height:370px;
	padding:260px 0 30px 0;
	background:url(../img/field/bg_main_environment.jpg) no-repeat center bottom;
}

.pagetitle_environment h1{
	padding-left:0;
	font-size:90px;
	color:#FFF;
	text-indent:-9999px;
}

.pagetitle_environment h1 span{
	margin-left:20px;
	font-size:0.4em;
}

.environment h2{
	color:#009392;
}

.environment h2 span{
	margin-right:15px;
	padding:5px;
	border:3px double #BA5435;
	color:#BA5435;
	font-size:0.6em;
}

.environment h3{
	background:#00A8A6;
}

.environment .box_csrpolicy{
	margin-bottom:50px;
	padding:20px;
	background:#009392;
}

.environment .box_csrpolicy h2{
	float:left;
	width:160px;
	color:#FFF;
	line-height:1.4;
}

.environment .ul_policy{
	float:left;
	width:780px;
	color:#FFF;
}

/*.environment .ul_policy li{
	padding-left:2em;
	text-indent:-2em;
}

.environment .ul_policy li:before{
	content:"● ";
}*/

.environment .table_environment{
	background: -moz-linear-gradient(left, #E8F3F4, #A6D9DB);
	background: -webkit-gradient(linear, left, right, from(#E8F3F4), to(#A6D9DB));
	color:#000;
}

.environment .table_environment2{
	background: -moz-linear-gradient(left, #EAEFF7, #B3BEDB);
	background: -webkit-gradient(linear, left, right, from(#EAEFF7), to(#B3BEDB));
	color:#000;
}

.environment .th_lv1{
	background:#F9C99A!important;
	color:#333!important;
}

.environment .th_lv3{
	border:1px solid #FFF;
	background:#6583B8!important;
	color:#FFF!important;
}

.environment .table_environment2 span{
	width:26em;
	margin:0 20px 0 5px;
	padding-right:30px;
	background:url(../img/field/icon_ar_governance.png) no-repeat right center;
	display:inline-block;
}

.environment .kakomi_environment{
	margin-bottom:10px;
	padding:20px;
	border-radius:10px;
	background:#D9ECEB;
	color:#333;
}

.environment .kakomi_environment h3{
	border-radius:10px;
	background:#009392;
	text-align:center;
	color:#FFF;
}

.environment .kakomi_environment table{
	width:780px;
	margin:0 auto;
}

.environment .kakomi_environment table th,
.environment .kakomi_environment table td{
	padding:10px 0;
	border-bottom:1px solid #FFF;
	font-size:16px!important;
}

.environment .th_lv1{
	background:#009392!important;
	color:#FFF!important;
}

.environment .th_lv4{
	border:1px solid #999;
	background:#CBE6E4!important;
	color:#333!important;
}

.box_ph_environment{
	float:right;
	width:310px;
	margin:0 0 0 15px;
	text-align:right;
}

.ttl_environment{
	padding:3px 10px;
	background:none!important;
	border:2px solid #CBE6E4;
	border-radius:5px;
	color:#333;
}

.environment .kakomi_topics{
	padding:20px;
	border-radius:10px;
	border:2px solid #009392;
}

.environment .kakomi_topics h3{
	background:none;
	color:#009392;
}

.environment .kakomi_topics h3 span{
	margin:0 10px 0 -30px;
	padding:0 25px 0 30px;
	background:#009392 url(../img/field/bg_topics_environment.jpg) no-repeat right center;
	color:#FFF;
}


/*society
------------------------------------*/
.pagetitle_society{
	height:370px;
	padding:260px 0 30px 0;
	background:url(../img/field/bg_main_society.jpg) no-repeat center bottom;
}

.pagetitle_society h1{
	padding-left:0;
	font-size:90px;
	color:#FFF;
	text-indent:-9999px;
}

.pagetitle_society h1 span{
	margin-left:20px;
	font-size:0.4em;
}

.society h2{
	color:#5F733E;
}

.society h2 span{
	margin-right:15px;
	padding:5px;
	border:3px double #799151;
	color:#799151;
	font-size:0.6em;
}

.society h3{
	background:#799151;
}

.society .box_csrpolicy{
	margin-bottom:50px;
	padding:20px;
	background:#5F733E;
}

.society .box_csrpolicy h2{
	float:left;
	width:160px;
	color:#FFF;
	line-height:1.4;
}

.society .ul_policy{
	float:left;
	width:780px;
	color:#FFF;
}

/*.society .ul_policy li{
	padding-left:2em;
	text-indent:-2em;
}

.society .ul_policy li:before{
	content:"● ";
}*/

.society .table_society{
	background: -moz-linear-gradient(left, #E8F3F4, #A6D9DB);
	background: -webkit-gradient(linear, left, right, from(#E8F3F4), to(#A6D9DB));
	color:#000;
}

.society .table_society2{
	background: -moz-linear-gradient(left, #EAEFF7, #B3BEDB);
	background: -webkit-gradient(linear, left, right, from(#EAEFF7), to(#B3BEDB));
	color:#000;
}

.society .th_lv1{
	background:#F9C99A!important;
	color:#333!important;
}

.society .th_lv3{
	border:1px solid #FFF;
	background:#6583B8!important;
	color:#FFF!important;
}

.society .table_society2 span{
	width:26em;
	margin:0 20px 0 5px;
	padding-right:30px;
	background:url(../img/field/icon_ar_governance.png) no-repeat right center;
	display:inline-block;
}

.society .kakomi_society{
	margin-bottom:10px;
	padding:20px;
	border-radius:10px;
	background:#799151;
	color:#333;
}

.society .kakomi_society h3{
	border-radius:10px;
	background:#5F733E;
	text-align:center;
	color:#FFF;
}

.society .kakomi_society table{
	width:780px;
	margin:0 auto;
}

.society .kakomi_society table th,
.society .kakomi_society table td{
	padding:10px 0;
	border-bottom:1px solid #FFF;
	font-size:16px!important;
}

.society .kakomi_topics{
	padding:20px;
	border-radius:10px;
	border:2px solid #5F733E;
}

.society .kakomi_topics h3{
	background:none;
	color:#5F733E;
}

.society .kakomi_topics h3 span{
	margin:0 10px 0 -30px;
	padding:0 25px 0 30px;
	background:#5F733E url(../img/field/bg_topics_society.jpg) no-repeat right center;
	color:#FFF;
}

.society .kakomi_topics p{
	float:left;
	width:490px;
}

.society .kakomi_topics ul.box_ph_society{
	float:right;
	width:440px;
}

.society .kakomi_topics ul.box_ph_society li{
	float:left;
	width:200px;
	margin-left:20px;
	text-align:right;
	font-size:0.8em;
}

.society .kakomi_topics ul.box_ph_society li img{
	margin-bottom:5px;
	display:block;
}

.kakomi_topics_society{
	float:left;
	width:650px;
	border:1px solid #5F733E;
	border-radius:5px;
	clear:both;
}

.kakomi_topics_society h4{
	padding:5px 10px;
	background:#5F733E;
	color:#FFF!important;
}

.kakomi_topics_society ul{
	padding:15px;
}

.box_society_point01 ul li{
	width:710px;
	margin:0 auto 10px auto;
	padding:10px 20px;
	background:#CDDCBA;
	border-radius:5px;
	font-size:16px;
	color:#000;
}

.box_society_point02 ul li{
	width:90%;
	margin:0 auto 10px auto;
	padding:10px 20px;
	background:#CDDCBA;
	border-radius:5px;
	font-size:16px;
	color:#000;
}

.th_lv1_diagonal1{
	border-right:1px solid #FFF!important;
	background:#5F733E url(../img/field/bg_society_th1.png) no-repeat!important;
	color:#FFF!important;
}

.th_lv1_diagonal2{
	border-right:1px solid #FFF!important;
	background:#5F733E url(../img/field/bg_society_th2.png) no-repeat!important;
	color:#FFF!important;
}

.society .th_lv1{
	background:#5F733E!important;
	color:#FFF!important;
}

.society .th_lv2{
	border:1px solid #999;
	background:#CDDCBA!important;
	color:#333!important;
}

.society .th_lv3{
	border:1px solid #999;
	background:#CDDCBA!important;
	color:#333!important;
}


/*stakeholder
------------------------------------*/
.ttl_stakeholder{
	margin:25px 0 15px 0!important;
}

.stakeholder .th_lv1{background:#008FA0!important; text-align:center; font-weight:bold;}
.stakeholder .th_lv2{background:#A8CBD3!important; color:#000; text-align:center; font-weight:bold; border: 1px solid #999;}
.stakeholder .th_lv3{background:#CFE1E6!important; color:#000; text-align:center; font-weight:bold; border: 1px solid #999;}
.stakeholder .td_ES{background:#D6EACE!important; color:#00873B; text-align:center; font-weight:bold;}
.stakeholder .td_EL{background:#F9D1D3!important; color:#D0000A; text-align:center; font-weight:bold;}
.stakeholder .td_MM{background:#BAD0EC!important; color:#0062A7; text-align:center; font-weight:bold;}
.stakeholder .td_MT{background:#FAD3BC!important; color:#CF7119; text-align:center; font-weight:bold;}
.stakeholder .td_TH{background:#FFF3C2!important; color:#A19600; text-align:center; font-weight:bold;}
.stakeholder .td_HD{background:#E6E6E7!important; color:#595656; text-align:center; font-weight:bold;}

.stakeholder td.center{
	font-size:0.8em;
	text-align:center;
}

.stakeholder td span{
	margin-right:3px;
	padding:0 3px;
	background:#F2683B;
	border-radius:3px;
	text-align:center;
	font-size:0.8em;
	color:#FFF;
}

.box_opinion_left{
	float:left;
	width:680px;
}

.box_opinion_right{
	float:right;
	width:250px;
}

.box_opinion_left h3{
	margin-bottom:20px;
	padding:0;
	border:0;
	background:none;
	font-size:30px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif!important;
	font-weight:bold;
	color:#287F91;
}

.stakeholder h4{
	color:#287F91;
}

.box_kakomi_stakeholder{
	padding:20px;
	border:1px solid #028EA0;
}

.box_kakomi_stakeholder strong{
	padding-left:18px;
	background:url(../img/common/icon_list_circle.png) no-repeat left center;
}

.icon_arrow{
	padding-left:20px;
	background:url(../img/stakeholder/icon_arrow.png) no-repeat left 5px;
}

.opinion h3{
	margin-bottom:10px;
	padding:0;
	border:0;
	background:none;
	font-size:20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:bold;
	color:#287F91;
}


.box_opinion_prof{
	margin-bottom:20px;
	border-left:5px solid #999;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.box_opinion_prof p{
	padding-left:8px;
	color:#333;
}

.box_opinion_prof .ttl_company{
	border-bottom:1px solid #999;
}

.box_opinion_prof strong{
	font-size:22px;
	font-weight:bold;
	line-height:1.2;
}

.opinion .kakomi{
	padding:20px;
	border:1px dotted #999;
	border-radius:5px;
	background: -moz-linear-gradient(top, #FFF, #E6E6E6);
	background: -webkit-gradient(linear, top, bottom, from(#FFF), to(#E6E6E6));
	color:#333;
}


/*sitemap
------------------------------------*/
.sitemap .box_tri_right{
	float:right;
	width:310px;
	margin:0 0 25px 0;
	padding:0;
	border:0;
	

}

.sitemap ul li ul{
	margin-bottom:0.5em;
}

.sitemap ul li ul li{
	margin-left:1em;
}


/*page navi
--------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 65px;
	right: 25px;
	opacity:0.70;
	filter: alpha(opacity=70);
}
#page-top a {
	width:60px;
	height:60px;
	background:url(../img/common/btn_pagetop.png) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	display: block;
}
#page-top a:hover {
	opacity:0.50;
	filter: alpha(opacity=50);
}

.pagenavi ul{
	padding:10px 0 50px 0;
	border-top:1px solid #DDD;
}

.pagenavi ul li.next{
	float:right;
}

.pagenavi ul li.prev{
	float:left;
}


/*footer
----------------------------------------------------*/
footer{
	background:#EFEFEF;
	border-top:1px solid #007582;
	font-size:12px;
	line-height:1.2;
	color:#007582;
}

.box_footer_left{
	float:left;
	width:608px;
	padding:10px 0;
}

.box_footer_left img{
	margin:0 25px 10px 0;
}

.box_footer_left a{
	font-size:13px;
	line-height:1.8;
}


footer ul{
	float:left;
	width:372px;
}

footer ul li{
	float:left;
	margin:0 0 0 1px;
}
</pre></body></html>