@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body { overflow: scroll; }


#all{
	width:1025px;
	margin:0 auto;
}

a:link{
	color: #666666;
}

a:visited{
	color: #666666;
}

a{
	text-decoration:none;
}

li{
	list-style-type:none;
}


body {
	overflow-x: hidden;
	position: relative;
	min-width: 1025px;
}

/*--------------------------header-------------------------------*/

#header{
	width:1025px;
	position:fixed;
	background-color:white;
	color:#666666;
}

img{
    image-rendering: -webkit-optimize-contrast;
	max-width:100%;
	height:auto;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.header_menu li{
	text-decoration:none;
}


.header_logo{
	display: inline-block;
	width:300px;
	padding:10px 0;
}

.header_menu{
	display: inline-block;
	width:700px;
	padding:10px 0;
}

.header_menu ul li{
	display:inline;
	padding:0 zpx;
	font-size:14px;
}

#header p{
	padding:10px 0;
	font-size:14px;
}

.line{
	background-color:#007a64;
	height:3px;
	width:1025px;
	max-width:100%;
}

/*--------------------------left_menu-------------------------------*/

#left_menu{
	width:200px;
	display:inline-block;
	vertical-align:top;
	position:fixed;
	margin-top:90px;
	background-color:white;
}

.left_title{
	width:200px;
	text-align:center;
	color:#007a64;
	padding-top:20px;
}
.left_title b{
	font-size:18px;

}
.left_title p{
	font-size:16px;
}


.left_title img{
	padding-top:5px;
	padding-bottom:15px;
}

.left_menu_list{
	width:200px;
}


.left_menu_list li{
	padding:10px;
	font-size:14px;
}



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


#contents{
	width:800px;
	display:inline-block;
	margin-left:210px;
	margin-top:90px;
	border-left:1px solid #9c9c9c;
}

.con_title{
	height:175px;
	color:#007a64;
	padding-left:30px;
	max-height:180px;
	display:table-cell;
	vertical-align:middle;
}
.con_title h1{
	font-weight: normal;
}
.con_title h2{
	font-size:14px;
}


.contents_all{
	width:785px;
	margin:0 auto;
}

.img_padding{
	padding:20px;
}

.contents_all p{
	font-size:14px;

}

.img_center{
  text-align: center;
/*  border: 1px dashed #999;  わかりやすくボーターを付けておきます */
}

.con_text{
	padding:0 0 20px 20px;
	width:765px;
}


.contents_all table{
	padding:20px 0;
	margin:0 auto;
}

.contents_all td{
	font-size:14px;
}


.con_p{
	padding:20px 0;
}

.con_company td{
	padding:5px 0 0 25px;
}
/*--------------------------products　contents-------------------------------*/
.products_title{
	color:#007a64;
	padding-left:20px;
}
.products_title table{
height: 100px;
 }
 .products_title tr{
vertical-align: bottom;
}

.products_title hr{
	height:18px;
 	background-color: #d7e7af;
 	width: 775px;
 	border: none;
 }
.products_title figcaption {
	margin: -40px 0 0 10px;
	font-size:30px;
}
.products_text{
	padding:0 0 0px 20px;
	width:765px;
}
.products_Individual{
}
.products_Individual table{
	width:775px; 
	 cellpadding:0px;
	 cellspacing:0px;
}
.products_Individual  td{
	vertical-align: top;
}
.products_Individual_left{
	width:480px; 
	margin: 0px 10px 0 10px;
	vertical-align: top;
}

.products_Individual_left2{
	margin: 10px 10px 0 10px;
	vertical-align: top;
}

.products_Individual_right{
	width:273px; 
	margin: 0px 0px 10px 0;
	vertical-align: top;
}
.products_Individual_list{
	list-style-type: disc;
	margin:0 0 0 20px;
	font-size:12px;

}

/*--------------------------overview_css-------------------------------*/

td.overview_left_td  {
	padding-left:20px;
}


/*--------------------------works_css-------------------------------*/
.catalog{
	color:#59B75B;
}
.flyer{
	color:#E74291;
}
.book{
	color:#F6AB00;
}
.dgtool{
	color:#00ABEB;
}
.other{
	color:#EE7800;
}

.icon{
	display:table-cell;
	vertical-align:middle;
}


.works_title{
	display:table;
	height:175px;
	padding-left:30px;
	max-height:180px;
}


.works_con{
	width:805px;
	padding:30px 0 30px 20px;
}

.works_con ul li{
	display:inline-block;
	padding-bottom: 4px ;/*余白も指定できる*/

}

.works_con img {
	display:inline;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.works_con img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/*--------------------------carbon_css-------------------------------*/

.carbon_con{
	width:1025px;
	padding:30px 0 30px 20px;
}

.carbon_con ul li{
	display:inline-block;
	padding-bottom: 4px ;/*余白も指定できる*/

}

.carbon_con img {
	display:inline;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.carbon_con img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/*--------------------------contact_css-------------------------------*/

.contact{
	font-size:28px;
	color:#007a64;
}

.contact a:link{
	color:#007a64;
}

.contact a:visited{
	color:#007a64;
}

/*--------------------------access_css-------------------------------*/


.map{
	padding-top:50px;
}

.access_p{
	font-size:14px;
	padding:0px;
	text-align:left;
}
.access_p table{
   margin-left:0px;
   margin-right:auto;
   padding:10px;

}
.access_p td{
  text-align:left
}

.train_all{
	display:table;
}

.train{
	display:table-cell;
}


/*--------------------------recruit_css-------------------------------*/

.interview{
	width:800px;
	display:inline-block;
	padding:10px 0 30px 10px;
}

.interview_text{
	width:785px;
	display:inline-block;
}

.interview_phot{
	display:inline-block;
	width:290px;
	vertical-align:top;
}
.interview_p{
	padding:30px 0 0 0;
}

/*--------------------------footer-------------------------------*/

footer{
  display: flex;
  justify-content: center;
	width:1025px;
	height:auto;
	background-color:#007a64;
	margin: 0 -500%;
	padding: 0 500%;
}


.footer_left{
	color:white;
	font-size:12px;
	width:200px;
	height:120px;
	padding:30px 0 30px 0;
	display:inline-block;
}

footer p{
	font-size:10px;
}


.bottom{
	color:white;
	width:400px;
	padding-top:0px;
	padding-bottom:10px;
}


.footer_right{
	width:800px;
	height:180px;
	padding-top:30px;
	display:inline-block;
	line-height:22px;
	vertical-align:top;
}

.footer_right dl{
	width:100px;
	height:170px;
	display:inline-block;
	vertical-align:top;
	color:white;
	border-left:1px solid white;
	padding-left:5px;
}

.footer_right dd{
	font-size:10px;
}

.footer_right dd a:link{
	color:white;
}

.footer_right dd a:visited{
	color:white;
}

.footer_right dt a:link{
	color:white;
}

.footer_right dt a:visited{
	color:white;
}
/*--------------------------works-------------------------------*/
.works_pop{
	text-align:center;
	margin: 10px auto;
}
.works_pop td {
	text-align:center;
}
.works_text{
	text-align:left;
	font-size:14px;
}
.works_text_right{
	text-align:right;
	font-size:14px;
}

.works_text h2{
	margin: 10px auto;
	font-size:16px;
}

/*--------------------------contact-------------------------------*/

.entryForm th{
  text-align:left;
  	width:200px;

}
.entryForm td{
  text-align:left;
}
/*--------------------------nouse　contents-------------------------------*/

p.left{
	text-align:left;
	font-size:xx-large;
	color:#009966;
}

img.example1{
	width:1025px;
	height:683px;
}

.sdgs{
	width:950px;
	height:482px;
	text-align:center;
}

.pura{
	width:1025px;
	height:191px;
	text-align:center;
}


table.center{

	margin-left : auto ;

	margin-right : auto ;

	}
	
.tableline_both {
      border-top: solid black 1px;
      border-bottom: solid black 1px;
      height: 50px;
}
.tableline_bottom {
	  vertical-align:top;
      height: 50px;
      border-bottom: solid black 1px;
}