@charset "utf-8";

body {
	min-width: 1100px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #323232;
	line-height: 1.6;
	padding-top:168px;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.w800{
	width: 800px;
	margin: 0 auto 60px;
	position: relative;
}
.img100 {
	width:100%;
	height:auto;
}
a{
	color: rgba(50,50,50,1);
}
a:hover{
	color: rgba(50,50,50,0.6);
	transition: all 0.25s linear;
}
a:hover img{
	opacity:0.8;
	transition: all 0.25s linear;
}
.ro:hover{
	opacity: 0.8;
	transition: all 0.25s linear;
}
.ro:hover img{
	opacity:1;
}
.sp,
.spCont{
	display:none;
}
#spMenuOverlay,
#spMenu{
	display: none;
}
/* commons */
.bold{font-weight: bold;}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header,
header.fixed{
	min-width: 1100px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 30px 30px 28px;
	z-index: 5000;
	background: rgba(255,255,255,0.9);
	border-bottom: 3px solid #009845;
	transition: all 0.25s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media print {
	header, header.fixed {
		display: none;
	}
}

header h1{
	transition: all 0.25s linear;
	margin-bottom: 58px;
}
header h1 a,
header.fixed h1 a{
	display: block;
    width: 533px;
    height: 34px;
	text-indent: -9999px;
	background: url(../img/logo.png) left top no-repeat;
}
header.fixed h1 a{
	-webkit-background-size: 423px 27px;
	background-size: 423px 27px;
}
header .eng{
	display: block;
	width: 286px;
	height: 23px;
	text-indent: -9999px;
	background: url(../img/logo_eng.png) left top no-repeat;
}
/*------------------------------
	gNav
------------------------------*/
header #gNav{
}
header #gNav > ul{
	position: absolute;
	right: 30px;
	bottom: 2px;
}
header #gNav ul{
	bottom: 4px;
}
header.fixed #gNav ul{
	bottom: 7px;
}
header #gNav ul li{
	float: left;
	margin-left: 28px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header #gNav ul li.active{
	border-bottom: 5px solid #009845;
}
header #gNav ul li a{
	display: block;
	text-indent: -9999px;
	height: 19px;
}
header #gNav ul li.nav01 a,
header.fixed #gNav ul li.nav01 a{
	width: 184px;
	background: url(../img/nav01.png) left top no-repeat;
}
header #gNav ul li.nav02 a,
header.fixed #gNav ul li.nav02 a{
	width: 60px;
	background: url(../img/nav02.png) left top no-repeat;
}
header #gNav ul li.nav03 a,
header.fixed #gNav ul li.nav03 a{
	width: 50px;
	background: url(../img/nav03.png) left top no-repeat;
}
/*
header #gNav ul li.nav04 a,
header.fixed #gNav ul li.nav04 a{
	width: 68px;
	background: url(../img/nav04.png) left top no-repeat;
}*/
/**2020_01add**/
header #gNav ul li.nav04 a,
header.fixed #gNav ul li.nav04 a{
	width: 110px;
	background: url(../img/202101/nav04_sustainability_b.png) left top no-repeat;
}
/****2020_01add*****/
header #gNav ul li.nav05 a,
header.fixed #gNav ul li.nav05 a{
	width: 126px;
	background: url(../img/nav05.png) left top no-repeat;
}
header #gNav ul li.nav06 a,
header.fixed #gNav ul li.nav06 a{
	width: 126px;
	background: url(../img/nav06.png) left top no-repeat;
}
/* children */
header #gNav .child_bg {
	width: 100%;
	height: 0;
	background: rgba(255, 255, 255, 0.85);
	transition: all 0.4s ease;
	position: absolute;
	left: 0;
	top: 173px;
}

header #gNav .child{
	/*display: none;*/
	visibility: hidden;
	/*opacity: 0;*/
	float: none;
	width: 100%;
	overflow: hidden;
	color: #323232;
	position: absolute;
	left: 0;
	top: 173px;
	/*background: #586a61;*/
	/*background: rgba(255, 255, 255, 0.85);*/
	z-index: 9999;
}
header #gNav .child.active{
	/*display: block;*/
	visibility: visible;
	/*opacity: 1;*/
}

header #gNav .child .child_body{
	padding: 45px 0;
	overflow: hidden;
	opacity: 0;
	transform: translateY(20px);
}
header #gNav .child.active .child_body{
	transform: translateY(0);
	opacity: 1;
	transition: all 0.4s ease;
	transition-delay: 0.4s; 
}

header #gNav .child p{
	float: left;
	font-size: 147%;
	line-height: 1.3;
	min-width: 175px;
	max-width: 265px;
	margin-right: 55px;
}
header #gNav .child ul{
	height: auto;
	/*overflow: hidden;*/
	float: right;
    width: 68%;
	margin-bottom: -15px;
}
header #gNav .child li{
	display: inline-block;
	height: auto;
	margin: 0 20px 15px 0;
	/*padding-left: 17px;
	/*background: url(../img/ico_arrow03.png) left 3px no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;*/
	float: none;
	width: 29%;
	vertical-align: top;
}
header #gNav .child li a{
	text-indent: 0;
	color: #323232;
	height: auto !important;
	line-height: 100%;
}
header #gNav .child li a:hover{
	color: #009845;
}

header .pull li{
	position: relative;
}
header .pull > li > a::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	padding-right: 6px;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #323232;
	transition: all 0.25s linear;
}

header .pull > li > a:hover::before {
	border-color: transparent transparent transparent #009845;
}

header .pull li ul.active{
        display: none;
        padding: 0;
        margin-bottom: 0 !important;
        bottom: 0 !important;
        float: none !important;
        width: 230px !important;
}
header .pull li ul.active li a{
    padding: 8px 5px;
    display: block;
    color: #fff;
    /*background: #586a61;*/
    position: relative;
    font-size: 14px;
}
header .pull li ul.active li:first-child a{
	padding-top: 15px;
}
header .pull li ul.active li a::before{
	content: "›";
	font-size: 12px;
	padding-right: 5px;
}

header .pull li ul.active li{
	display: block!important;
    margin: 0!important;
    padding-left: 0!important;
    background: none!important;
    width: auto!important;
}


/*------------------------------
	subs
------------------------------*/
header .header_nav {
	display: flex;
	align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;

  margin-top: -10px;
  width: 46%;

	position: absolute;
	top: 30px;
	right: 30px;
}

header .header_nav > * {
  margin-top: 10px;
}

header .header_nav > * + * {
	margin-left: 10px;
}

header .contact{
	/*position: absolute;
	top: 38px;
	right: 420px;*/
	padding-left: 23px;
	line-height: 17px;
	background: url(../img/ico_contact.png) left center no-repeat;
}
header .fontsize{
	/*position: absolute;
	top: 35px;
	right: 30px;*/
	line-height: 22px;
}
header .fontsize ul,
header .fontsize ul li{
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}
header .fontsize ul li{
	margin-left: 4px;
}
header .fontsize ul li a{
	display: block;
	text-indent: -9999px;
	width: 22px;
	height: 22px;
}
header .fontsize ul li.small a{
	background: url(../img/fontsize_small.png) left top no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
header .fontsize ul li.small.active a{
	background: url(../img/fontsize_small_active.png) left top no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
header .fontsize ul li.big a{
	background: url(../img/fontsize_big.png) left top no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
header .fontsize ul li.big.active a{
	background: url(../img/fontsize_big_active.png) left top no-repeat;
	-webkit-background-size: 22px 22px;
	background-size: 22px 22px;
}
header .english{
	/*position: absolute;
	top: 38px;
	right: 550px;*/
	padding-left: 23px;
	line-height: 17px;
	background: url(../img/ico_english.png) left center no-repeat;
}
header .facebook,
header .youtube,
header .instagram {
  width: 25px;
  height: 25px;
  /*position: absolute;
  top: 32px;
  right: 383px;*/
}

header .facebook {
  background: url(../img/ico_facebook.png) left center no-repeat;
  background-size: 100%;
}

header .youtube {
  background: url(../img/ico_youtube.png) left center no-repeat;
  background-size: 100%;
}

header .instagram {
  background: url(../img/ico_instagram.png) left center no-repeat;
  background-size: 100%;
}

header .facebook a,
header .youtube a,
header .instagram a {
	display: block;
	width: 100%;
	height: 100%;
}

header .search{
	/*position: absolute;
	top: 30px;
	right: 180px;*/
	letter-spacing: -0.4em;
	width: 27px;
	height: 27px;
	overflow: hidden;
	position: relative;
	transition: width 0.5s ease;
}

header .search.active {
	width: 180px;
}
header .search #keywords1{
	padding: 0 2px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 154px;
	height: 27px;
	border: 1px solid #323232;
	box-sizing: border-box;
}
header .search #searchBtn1,
header .search .searchBtn {
	outline: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	background: #323232;
	width: 27px;
}
header .search #searchBtn1 img,
header .search .searchBtn img{
	width: 100%;
}

header .search .searchBtn{
	position: absolute;
	top: 0;
	right: 0;
	transition: visibility 0.5s ease;
}

header .search .searchBtn.active {
	display: none;
}

header .search .searchForm{
	display: none;
}

header .search.active .searchForm {
	display: flex;
}

header .search.active .searchBtn {
	/*display: none;*/
	visibility: hidden;
}

/*------------------------------
	fixed
------------------------------*/
header.fixed{
	padding-top: 30px;
	padding-bottom: 23px;
}
header.fixed .eng,
header.fixed .contact,
header.fixed .english,
header.fixed .fontsize,
header.fixed .search,
header.fixed .facebook,
header.fixed .youtube,
header.fixed .instagram{
	display: none;
}
header.fixed h1{
	margin-bottom: 0;
}
header.fixed #gNav ul li{
	/*height: 48px;*/
}
header.fixed #gNav .child{
	top: 90px;
}

header.fixed #gNav .child_bg{
	top: 90px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer.sp_only{
	display:none;
}
footer.pc_only{
    display:block;
}

footer{
	padding:0;
	/*color: #fff;
	background: #586a61;*/
	background: #e6e6e6;
	position: relative;
}
footer a{
	color: rgba(98,98,98,1);
}
footer a:hover{
	color: rgba(98,98,98,0.6);
}
footer #pageTop{
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
	opacity: 0;
	transition: 0.25s linear;
}
footer #pageTop.active{
	opacity: 1;
}
footer #pageTop.stop{
	position: absolute;
	right: 40px;
	bottom: inherit;
	top: -90px;
}
/*------------------------------
	footerMain
------------------------------*/
footer .footerMain{
	position: relative;
	padding-bottom: 24px;
	border-bottom: 1px solid #909894;
}
footer .footerMain .logo{
	margin-bottom: 16px;
}
footer .footer_under {
/*background: #2f3934;*/
background: #e6e6e6;
    overflow: hidden;
    border-top: 1px solid #848484;

}

.footer_under_in{
width: 1000px;
margin:auto;
}

footer .footer_under ul{
display:table;
    float: left;
    width: 50%;
        padding: 11px 0;
        margin-left:;
}

footer .footer_under li{
display:table-cell;
}
footer .footerMain ul{
	position: absolute;
	bottom: 25px;
	right: 0;
}
footer .footerMain ul li{
	display: inline-block;
	margin-left: 27px;
}
/*------------------------------
	sitemap
------------------------------*/
footer .sitemap{
	text-align: left;
	padding: 30px 0 40px;
	position: relative;
}
footer .sitemap.justify {
	display: flex;
	justify-content: space-between;
}
footer .sitemap .col{
	display: inline-block;
	text-align: left;
	vertical-align: top;
    /*margin-right: 44px;*/
}
footer .sitemap .col:last-of-type{
	margin-right: 0;
}
footer .sitemap .col p{
	font-weight: bold;
	margin-bottom: 10px;
}
footer .sitemap .col ul li{
	font-size: 94%;
	line-height: 1.8;
}
/* sns */
footer .sitemap .sns{
	font-size: 0;
	position: absolute;
	left: 0;
	top: 36px;
}
footer .sitemap .sns li{
	display: inline-block;
	margin-right: 14px;

}
footer .copyright{
	font-size: 87%;
	padding: 11px 0;
	/*background: #2f3934;*/
	background: #e6e6e6;
	text-align: right;
	float: right;
    width: 50%;
}
footer .copyright .w1000{
	display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■pankuzu
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pankuzu{
	clear: both;
	background: #dbdbdb;
	padding: 14px 0;
}
#pankuzu ul li{
	display: inline;
	line-height: 20px;
}
#pankuzu ul li img{
	vertical-align: sub;
	margin-right: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
h2{
	text-align: center;
}
/*------------------------------
	btn
------------------------------*/
.btn{
	display: block;
}
.btn a{
	display: inline-block;
	text-align: left;
	min-width: 240px;
	font-size: 94%;
	color: #009844;
	border: 1px solid #009844;
	background: #fff url(../img/ico_arrow01.png) 95% center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
	padding: 6px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------
	arrow
------------------------------*/
section.arrow{
	position: relative;
}
section.arrow:before{
	position: absolute;
	left: 50%;
	top: 0;
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #009844 transparent transparent transparent;
	margin-left: -30px;
}

/*ニシハラ追加0321*/

/*------------------------------
Title parts
------------------------------*/
.memoGray .memoTitle{
  font-weight:bold;
}
.memoArea .memoTitle{
  border-bottom:1px dotted #b8b8b8;
  font-size:114%;
  margin-bottom:15px;
  padding-bottom:5px;
}
.pdfTable{
  width:100%;
}
.pdfTable th{
  font-weight:bold;
  vertical-align:top;
}
.pdfTable td.pdfimg{
  padding: 15px 0;
  width: 60px;
}
.pdfTable th,.pdfTable td{
  padding:15px 15px;
  border-top:1px solid #b8b8b8;
  vertical-align:top;
}

/*------------------------------
parts
------------------------------*/
.mb20{
  margin-bottom:20px !important;
}
.pl30{
  padding-left:30px !important;
}
.minW100{
  min-width:100px;
}
/*------------------------------
link parts
------------------------------*/
.pdfDownloadLink{
  background:url(../img/ico_pdf.png) no-repeat left center;
  background-size:18px 18px;
  padding-left:25px;
}
.excelDownloadLink{
  background:url(../img/ico_ex.png) no-repeat left center;
  background-size:18px 18px;
  padding-left:25px;
}
.outLink{
  display: inline-block;
  line-height: 1.46;
  padding-right: 23px;
	background: url(../img/ico_external.png) right 5px no-repeat;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
}
/*------------------------------
list parts
------------------------------*/
.linkList{
  margin-bottom:20px;
  text-align:center;
}
.linkList li{
  display:inline;
  margin-right:15px;
}
.numberList{
  margin-left:20px;
}
.numberList li{
  list-style-type:decimal;
}
.memoArea ul{
  margin:0 0 20px 20px;
}
.memoArea ul li{
  list-style-type:decimal;
}
.circleList{
  margin:0 0 20px 20px;
}
.circleList li{
  list-style-type:disc !important;
}
.textArea .numberList li{
  margin-bottom:15px;
}
/*------------------------------
Layout parts
------------------------------*/
.frImg{
  float:right;
  margin-left:20px;
}
.contentsText{
  margin-bottom:40px;
}
.memoArea{
  border:1px solid #b8b8b8;
  border-radius:5px;
  padding:20px;
}
.memoGray{
  background:#f9f9f9;
}
.textArea p{
  margin-bottom:30px;
}
.textRight{
  text-align:right;
}
.newPdf .newPdfImg{
  float:left;
}
.newPdf .newPdfImgLong{
  float:left;
}
.newPdf .newPdfInfo{
  margin-left:180px;
}
.newPdf .newPdfInfo h4{
  font-weight:bold;
}
.newPdf .newPdfInfoLong{
  margin-left:180px;
}
.newPdf .newPdfInfoLong h4{
  font-weight:bold;
}
.contentsImgHarf{
}
.contentsImgHarf .contentHarf{
  float:left;
  width:50%;
  margin-bottom:30px;
  text-align:center;
}
.contentsImgHarf .contentHarf span{
  display:block;
}

.titleTableLow th,.titleTableLow td{
  font-weight:bold;
}
.bannerArea{
  margin:20px 0;
}
.bannerArea .bannerBox{
  float:left;
  margin-right:30px;
}
.bannerArea .bannerBox span{
  display:block;
}

/*------------------------------
	contents
------------------------------*/

#contents{
  padding-bottom:60px;
}
#contents h2.contentsTitle{
  background:#eaeaea;
  font-size:226%;
  padding:40px 0;
  margin-bottom:100px;
  font-weight: bold;
}
#contents h3.readTitle {
  color: #009844;
  font-size: 134%;
  margin-bottom: 17px;
}
#contents .inner{
  margin: 0 auto 60px;
  position: relative;
  width: 1000px;
}
#contents .contentsImg{
  margin:20px 0;
  text-align:center;
}
#contents h3.innerTitle{
  background:#eaeaea;
  border-left:5px solid #009844;
  font-size:114%;
  font-weight:bold;
  margin-bottom:40px;
  padding:10px 20px;
}
#contents .contentsReadText{
}
#contents h4.boxTitle{
  font-size:114%;
  font-weight: bold;
  border-bottom:3px solid #009844;
  margin-bottom:30px;
}
#contents .boxContent{
	padding-bottom: 20px;
}
#contents .boxSectionTitle {
	font-size: 105%;
	font-weight: 700;
	text-decoration: underline;
}
#contents .note{
  color:#808080;
}
#contents a.arrowLink{
	font-size: 87%;
	padding-left: 17px;
	background: url(../img/ico_arrow01.png) left center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}
#contents a.arrowTtlLink{
	padding-right: 17px;
	background: url(../img/ico_arrow01.png) right center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
  display:block;
}
#contents a.arrowInLink{
	font-size: 87%;
	padding-left: 17px;
	background: url(../img/ico_arrow02.png) left center no-repeat;
	-webkit-background-size: auto 10px;
	background-size: auto 10px;
}

/*-------------------------------------
	governance 2022/7/8更新内容
-------------------------------------*/
.contentsTitle_governance {
    background:#eaeaea;
    font-size:226%;
    padding:40px 0;
    margin-bottom: 0px;
    font-weight: bold;
}

.governance_img {
    width: 100%;
    height: auto;
	margin-bottom: 50px;
}

.governance_text {
    margin: 50px 0px;
}

.governance_data {
    background-color: #E9F5EF;
    padding: 30px 20px;
}

.governance_data p{
    padding-left: 17px;
    background: url(../img/ico_arrow01.png) left center no-repeat;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
    color: #009844;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.governance_data a{
    color: #009844;
}

.governance_data img {
    vertical-align: baseline;
}