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

pc-css

********************************************/
@media screen and ( min-width:768px ) {
#page_container{
	width: 1000px;
	margin: 0 auto;
	padding-top: 80px;
}
#pageimage_area{
	min-height: 607px;
	clear: both;
	padding: 0 0 0 117px;
	/*box-sizing: border-box;*/

}
#pageimage_area h2{
	font-size: 2.5rem ;
	font-weight: 500;
	color: #fff;
	display: inline;
	padding-bottom: 10px;
}
#pageimage_area h3 {
    font-size: 0.875rem ;
    font-weight: 500;
    color: #fff;
    display: inline;
    padding-bottom: 15px;
    padding-top: 69px;
    position: absolute;
	top: 67px;
}
.page_head_image{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.page-title{
	position: absolute;
	top:100px;
	left: 100px;
}
.backgroundcompany{
	background: url(https://www.terumoyamaguchi.co.jp/wp-content/uploads/shugou02.jpg) no-repeat;
	
	/*background: url(https://www.terumoyamaguchi.co.jp/wp-content/uploads/company-head-image.jpg) no-repeat;*/
	background-size: cover;
	background-position: center center;
}
.backgroundbusiness{
	background: url(image/pagehead/business-head-image.jpg) no-repeat;
	background-size: cover;
}
.page_head_image_full{
	width: 100%;
}
.page_head_image_full img{
	width: 100%;
	height: auto;
}
/*********************

ページグリッド3列

*********************/
.pageglid{
	width: 1000px;
	padding: 123px 0;
	margin: 0 auto;
}
.pageglid li{
	width: 316px;
	margin-left: 26px;
	height: 264px;
	float: left;
	overflow: hidden;
	border: 1px solid #AAABAB;
	margin-bottom: 58px;
	box-sizing: border-box;
	padding-bottom: 27px;
}
.pageglid li p{
	margin: 27px 15px;
	display: block;
}
.pageglid li a{
	display: block;
}
.pageglid li:nth-child(3n+1) {
 margin-left: 0;
}
.pageglidscale {
    width: 316px;
    height: 180px;
    overflow: hidden;
}
.pageglidscale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.pageglidscale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);}

.glidlink_text:hover{
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.glidtxt{
margin: 20px;
padding-left: 1.6rem;
color: #000;
font-size: 16px;
line-height: 1;
/*	height: 136px;*/
display: inline-block;
position: relative;
	}
	
	
.glidtxt:before{content: '';
width: 9px;
height: 9px;
border: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
border-top: solid 2px #008061;
border-right: solid 2px #008061;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 40%;
left: 0;
margin-top: -4px;
	}
	
	
/*********************

社長あいさつ

*********************/
#shomeiwrap{
	width: 100%;
	margin: 100px 0 45px 0;
}
.shomei{
	float: right;
}
.shomeismallfont{
	font-size: 0.75rem;
	display:inline-block;
}
.pagetext_type01{
	line-height: 180%;
padding: 40px 0 60px;
}

#pagetext_area{
	clear: both;
	height: 107px;
	padding-top: 36px;
	box-sizing: border-box;
	background:rgba(0,141,97,1);
	text-align: center;
}
#pagetext_area h2{
	color: #fff;
	font-size: 1.875rem;
}
.page_text{
	line-height: 180%;
	margin: 1rem 0;
}
.page_text2{
	line-height: 150% !important;
	margin: .8rem 0;
	font-size: .9rem;
	letter-spacing: 0 !important;
}
.pageimage{
	width: 1000px;
}
/* 固定ページ内ナビゲーション
--------------------------------------*/
#gnav_page_wrap{
	width:100%;
	background:#e9e9e9;
}
.gnav_page{
	width:1000px;
	margin:0 auto;
	box-sizing:border-box;
	border-left:1px solid #000;
}
.gnav_page li{
	width:165px;
	float:left;
	border-right:1px solid #000;
}
.gnav_page li:first-child{
	borde-left:1px solid #000;
}

.gnav_page a {
display: block;
position: relative;
height: 30px;
text-align: center;
color: 000;
	padding-top: 20px;
background:#e9e9e9;
font-size:11px;
text-decoration:none;
height:50px;
box-sizing:border-box;
transition: .2s;
}
.pt_nav_sub{
	padding-top:5px !important;
	line-height: 1.2;
}
.gnav_page a:hover{
	background:#cfcfcf;
	transition: .2s;
}
/* 疑似要素にborderを使った三角マークを記述 */
.gnav_page a:after {
	
content: "";
position: absolute;
width: 0;
height: 0;
bottom: -10px;/*三角をボタンの下のラインに合わせます*/
left: 50%;/*三角を横方向中央にします*/
margin-left: -10px;/*border-leftの10px分左にずらして完全な中央にします*/
border-left: solid 10px transparent;/*border-rightと同じ幅にします*/
border-right: solid 10px transparent;/*border-leftと同じ幅にします*/
}
/* マウスオーバー時にborderを使った三角マークを表示 */
#products a:hover:after {
border-top: solid 10px #cfcfcf;
}
#gnavactive{
display: block;
position: relative;
height: 30px;
padding-top: 20px;
text-align: center;
color: 000;
background:#cfcfcf;
font-size: 11px;
text-decoration: none;
height: 50px;
box-sizing: border-box;
transition: .2s;
	}
#gnavactive:after {
	border-top: solid 10px #cfcfcf;
content: "";
position: absolute;
width: 0;
height: 0;
bottom: -10px;/*三角をボタンの下のラインに合わせます*/
left: 50%;/*三角を横方向中央にします*/
margin-left: -10px;/*border-leftの10px分左にずらして完全な中央にします*/
border-left: solid 10px transparent;/*border-rightと同じ幅にします*/
border-right: solid 10px transparent;/*border-leftと同じ幅にします*/
}
	

/* 沿革
--------------------------------------*/
.history{
width:1000px;
margin:90px auto;
}
table.typehistory{
border-collapse: collapse;
line-height: 1.5;
border: 1px solid rgba(0,141,97,1);
}
table.typehistory{
	width:100%;
}
table.typehistory th {
padding: 22px 34px;
font-weight: bold;
vertical-align: top;
color:#000;
background:rgba(0,141,97,0.25);
text-align: left;
font-size: 1rem;
border-bottom: 1px dashed rgba(0,141,97,1);
width: 30%;
}
table.typehistory td {
padding: 10px;
vertical-align: middle;
border-bottom: 1px dashed rgba(0,141,97,1);
line-height: 150%;
 }
table.typehistory tr:last-child td{
border:none;
}
table.typehistory tr:last-child th{
border:none;
}
.font_small_table{
font-size: 0.75rem ;
}
/*tr:nth-child(even) {
  background: #d9d9d9;
 }*/
 
 /* 製品紹介ページ
--------------------------------------*/
#pagetopimage_business{
width:100%;
 }
.businesscontents{
	 width:1000px;
	 height: 608px;
	 margin:0 auto;
	 position: relative;
 }
.background_product{
	background: url(image/pagehead/product.jpg);
	background-size: cover;
}
.background_factory{

/*	background-image: url(https://www.terumoyamaguchi.co.jp/wp-content/uploads/zenkei.jpg);*/
	background-size: cover;
	background-image: url("image/pagehead/business-head-image2024.jpg");
} 
div.business_page_contents{
	width: 1000px;
	margin: 0 auto;
	}
 #greencontainer{
	background:rgba(0,141,97,.25);
 }
h2.seihinshokaititle{
	text-align: center;
	font-size: 30px;
	padding-top: 120px;
	font-weight: 600;
	padding-bottom: 80px;
	}
h4.seihinh4{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 60px;
	}
h4.seihinh4 span{
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	}
h5.seihinh5{
	font-size: 24px;
	color: rgba(0,141,97,1);
	margin-bottom: 15px;
	}
 .bissinesstitle{
	 font-size:2rem !important;
 }
 .bissinessbox{
	 width:1000px;
	 background:#fff;
	 padding:55px 40px;
	 box-sizing:border-box;
	 margin-bottom:82px;
 }
.bissinessbox h3{
 color:rgba(0,141,97,1);
 text-align:center;
 font-size:2rem;
}
p.jigyoseihin_txt{
color:rgba(0,141,97,1);
text-align:center;
font-size:1.5rem;
	}
.bissinessbox ul{
	  width:920px;
	  margin-top:10px;
}
.bissinessbox ul li{
	  width:215px;
	  float:left;
	  margin-left:20px;
}
.bissinessbox ul li:first-child{
	  margin-left:0;
}
.bissinessbox ul li h4{
color:rgba(0,141,97,1);
text-align:left;
font-size:1.125rem ;
margin: 30px 0;
} 
.bissinessbox ul li p{
text-align:left;
font-size:1rem;
line-height: 150%;
}
.bissinessbox2{
width:1000px;
background:#fff;
padding:55px 40px;
box-sizing:border-box;
margin-bottom:82px;
 }
.bissinessbox2 h3{
color:rgba(0,141,97,1);
text-align:center;
font-size:2rem;
margin-bottom: 30px;
}
.bissinessbox2 p{
line-height: 150%;
margin-bottom: 20px;
}
.bissinessbox2 ul{
width:920px;
margin-top:20px;
margin-bottom: 30px;
}
.bissinessbox2 ul li{
width:215px;
float:left;
margin-left:20px;
margin-bottom: 20px;
}
.bissinessbox2 ul li img{
width: 100%;
height: auto;
}
.bissinessbox2 ul li:first-child{
margin-left:0;
}
.bissinessbox2 ul li h4{
	color:#008361;
	text-align:left;
	font-size:1.125rem ;
	margin: 30px 0;
} 
.bissinessbox2 ul li p{
text-align:left;
font-size:13px;
line-height: 120%;
margin-top: 8px;
}
div.deviceimage{
margin: 10px 0 40px;
	}
div.seihinimage{
margin: 10px 0 5px;
	}
p.movie_seihin{
font-size: 24px;
color: #008061;
margin-bottom: 15px;
	}
.movie_seihin:before {
content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 24px;/*画像の幅*/
height: 24px;/*画像の高さ*/
background-image:url(image/page/seihin/movie.svg);
background-size: contain;
vertical-align: middle;
margin-right: 10px;
margin-top: -5px;
}
.seihin_txt_small{
font-size: 14px;
	}	
.pb90{
padding-bottom:90px;
}
.kandomyaku{
	background: #E9EAEC;
	padding: 20px 0 20px 25px;
	line-height: 1.5;
	}
.kandomyaku_left{
	float: left;
	width: 701px;
	padding-right: 10px;
	line-height: 1.5;
	}
.kandomyaku_right{
	float: right;
	width: 184px;
	}	
.bussinesscentertext{
	color: #fff;
	text-align: center;
	position: absolute;
	top:222px;
	left: 208px;
	background: #008361;
	width: 578px;
	height: 172px;
	font-size: 1.5625rem;
	line-height: 150%;
	padding-top: 25px;
	box-sizing: border-box;
	font-weight: 700;
}
.titlespel{
	position: absolute;
	top:35px;
	color: #fff;
	background: rgba(0,141,97,1);
	padding: 10px;
	font-size: 1.1875rem;
}
.businesscontents h2{
	color: #fff;
	position: absolute;
	top:67px;
	font-size: 2.1875rem;
	/*border-bottom: #d0201d 4px solid;*/
	padding-bottom: 9px;
	font-weight: 700;
}
div.uriageimage{
	width: 650px;
	margin: 0 auto;
	}
div.uriageimage img{
	width:100%;
	height: auto;
	}
div.jigto_txt_greenback{
	color: #000;
	text-align: center;
	font-size: 1.4rem;
	background: rgba(0,141,97,.25);
	padding: 45px 0;
	margin-bottom: 30px;
	line-height: 1.5;
	}
p.jigyotext_big{
	text-align: center;
	line-height: 2;
	font-size: 1.5rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	}
div.shinzobox{
	width: 850px;
	margin: 0 auto;
	}
	div.shinzotxt{
		float: left;
		width: 520px;
		line-height: 1.8;
	}
	div.shinzoimg{
		float: left;
	}
.subtitle{
	position: absolute;
	top:130px;
	color: #fff;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.effect{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	-webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.effect2{
	animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
/* アクセスページ
--------------------------------------*/
.accesswrap{
width: 1000px;
margin-bottom: 30px;
	}
.color_green{
color: rgba(0,141,97,1);
line-height: 150%;
display: inline;
}
.color_green_access{
color: rgba(0,141,97,1);
width: 80px;
display: inline-block;
line-height: 150%;
}
.access_left{
float: left;
width: 500px;
	}
.access_left p{
line-height: 150%;
	}
.access_right{
float: left;
width: 500px;
	}
.access_right p{
line-height: 150%;
	}
 /* 紹介動画
--------------------------------------*/	
.video{
width: 560px;
margin: 30px 220px;
	}
 /* 女性活躍推進法に基づく 行動計画について
--------------------------------------*/
.green_obi{
	background: rgba(0,141,97,.25);
	font-size: 1.1875rem ;
	font-weight: 700;
	padding: 8px 0 8px 17px;
	}
.joseikatuyaku_text{
	text-align: left;
    font-size: 1rem;
    line-height: 150%;
	padding: 12px 0 50px;
	}
 /* お問い合わせ
--------------------------------------*/
div.contactwrap{
	padding-top: 90px;
	}
.freedial{
	margin-right: 10px;
	}
.contactbox{
	width: 800px;
	margin: 0 auto 90px;
	padding: 30px;
	background: rgba(0,141,97,.25);
	text-align: center;
	box-sizing: border-box;
	}
div.contact_txt_box{
		width: 800px;
		margin: 0 auto;
	}
.contactbox p{
	line-height: 180%;
	margin-bottom: 20px;
	}
	.contactbox p:last-child{
		margin-bottom: 0;
	}
.contact_font{
	font-size: 1rem;
	vertical-align: middle;
	}
.telfont{
	font-size: 2rem ;
	font-weight: 700;
	color: rgba(0,141,97,1);
	vertical-align: middle;
	}
 /* 採用情報
--------------------------------------*/
.saiyou ul{
		width: 1000px;
		margin-top: 65px;
margin-bottom: 65px;
	}
.saiyou li{
		float: left;
		width: 486px;
		margin-left: 28px;
	}
.saiyou li a:hover img{
		opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}
.saiyou li:first-child{
		margin-left: 0
	}
#contact {
/*    margin-top: 176px;*/
    padding: 70px 0 75px;
}
#contact {
    background-color: rgba(0,141,97,.25);
}
#contact > div {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
}
#contact h2 {
    margin-bottom: 38px;
    font-size: 22px;
	font-weight: 600; 
}
#contact p {
    margin-right: 30px;
    padding-right: 30px;
    font-size: 19px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}
#contact p strong {
    font-size: 180%;
}
#contact a {
    padding: 1rem 3rem;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    background-color: #008E61;
    border-radius: .5rem;
    display: inline-block;
    vertical-align: middle;
	text-decoration: none;
}
.saiyou p{
	text-align: center;
	}
.saiyou h5{
		margin-top: 8px;
		font-size: 10px;
		color: #009D61;
		text-align: center;
	}
.saiyou h2{
		margin-top: 10px;
	}
.saiyou h3{
		margin-top: 50px;
		margin-bottom: 30px;
	}
.saiyou_img{
		margin: 90px auto 0;
		width: 61px;
	}
/* 中途採用
--------------------------------------*/
.page_text_carrer{
		font-size: 14px;
		margin-top: 35px;
		text-align: center;
	}
.chutotitle{
		color: #008061;
		font-size: 19px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
table.career_table {
border-collapse: collapse;
border-top: 1px solid #929292;
border-right: 1px solid #929292;
border-left: 1px solid #929292;
line-height: 1.5;
margin-bottom: 87px;
}

table.career_table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  background: rgba(0, 128, 97, .19);
  color: #000;
  text-align: left;
  padding-left: 15px;
}
table.career_table td {
  padding: 10px;
  vertical-align: top;line-height: 150%;
  border-bottom: 1px solid #929292;
}
table.career_table td:first-child {
  padding: 10px;
  width: 125px;
  vertical-align: top;
  border-right: 1px solid #929292;
}

.indexvoice {
    padding: 60px 0 80px;
    background: url(./common/img/bg_index2.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
}
.indexvoice > div {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
	.indexvoice h2 {
    font-size: 24px;
    line-height: 1;
}
.indexvoice h2 span {
    margin-top: 5px;
    color: #008E61;
    font-size: 9px;
    display: block;
}
.indexvoice p {
    width: 100%;
    margin-top: 26px;
	line-height: 1.7;
    padding-bottom: 28px;
    border-bottom: 1px solid #008061;
}
.indexvoice > div div {
    font-size: 0;
    text-align: left;
}
.indexvoice a div {
    font-size: 14px !important;
	line-height: 1.7;
}
.indexvoice a {
    width: 30.6%;
    margin: 4.1% 0 0 4.1%;
    margin-left: 4.1%;
    color: #000;
    font-size: 19px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
	text-decoration: none;
}
.indexvoice a strong {
    color: #008061;
    font-size: 24px;
    font-weight: bold;
    display: block;
}
.indexvoice a:nth-of-type(3n+1) {
    margin-left: 0;
}

.indexvoice a:hover img{
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
	}
#entry{
	padding-top: 40px;
    background-color: #CFE7E1;
	}
#entry > div{
	max-width: 1000px;
    margin: 0 auto;
	}
.chutoentry{
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	    border-bottom: 1px solid #008061;}
.chutoentrybtn{
		padding: 23px 65px;
		box-sizing: border-box;
		display: block;
		font-size: 25px;
		width: 514px;
		text-align: center;
		color: #008061;
		border: 1px solid #008061;
		background: #fff;
		text-decoration: none;
	}
}
/***************************************************************************************************************************************

sp-css

**************************************************************************************************************************************/
@media screen and (max-width: 767px) {
#page_container{
	width: 90%;
margin: 0 5%;
	padding-top: 40px;
}
#pagetext_area{
	clear: both;
	padding: 30px;
	box-sizing: border-box;
	background: #008361;
	text-align: center;
}
#pagetext_area h2{
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}
.page_text{
	line-height: 150%;
	margin: 14px 0;
}
.pageimage{
	width: 100%;
}
.sp_page_image{
	width: 100%;
	}
.sp_page_image img{
	width: 100%;
	height:auto;
	}
/*********************

ページグリッド3列

*********************/
.pageglid{
	width: 90%;
    margin: 0 5%;
    padding: 21px 0 0;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pageglid li{
	width: 49%;
	margin-left: 2%;
	float: left;
	overflow: hidden;
	border: 1px solid #AAABAB;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.pageglid li:nth-child(odd){
	margin-left: 0;
	}
.pageglid li img{
	width: 100%;
	height: auto;
	}
.pageglid li p{
	margin: 27px 15px;
	display: block;
}
.pageglid li a{
	display: block;
	font-size: 12px;
	
}
.pageglidscale {
    width: 100%;
	height: auto;
    overflow: hidden;
}
.pageglidscale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.pageglidscale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);}

.glidlink_text:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
/*********************

社長あいさつ

*********************/
#shomeiwrap{
	width: 100%;
	margin: 50px 0 30px 0;
}
.shomei{
	float: right;
}
.shomeismallfont{
	font-size: 0.75rem;
	display:inline-block;
}
.pagetext_type01{
	line-height: 150%;
    padding: 40px 0 60px;
}
#pagetext_area{
	clear: both;
	padding-top: 36px;
	box-sizing: border-box;
	background: #008361;
	text-align: center;
}
#pagetext_area h2{
	color: #fff;
	font-size: 1rem;
	line-height: 120%;
}
.page_text{
	line-height: 180%;
	margin: 1rem 0;
}
.pageimage{
	width: 100%;
}
.pageimage img{
	width: 100%;
	height: auto;
}
 /* 事業紹介ページ
--------------------------------------*/
 
#pagetopimage_business{
	 width:100%;
 }
.businesscontents{
	 width:90%;
	 margin:0 auto;
	 position: relative;
 }
#greencontainer{
	 background:rgba(0, 128, 97, .19);
 }
.bissinesstitle{
	 font-size:1.1875rem !important;
 }
.bissinessbox{
	 width:100%;
	 margin: 0 auto;
	 background:#fff;
	 padding:4%;
	 box-sizing:border-box;
	 margin-bottom:82px;
 }
.bissinessbox h3{
 color:#008361;
 text-align:center;
 font-size:1.125rem;
 margin-top: 30px;
}
.bissinessbox ul{
	 width:100%;
	 margin-top:30px;
}
.bissinessbox ul li{
	 width:100%;
	 float:left;
}
.bissinessbox ul li img{
	width:100%;
	height: auto;
}
.bissinessbox ul li h4{
	color:#008361;
	text-align:left;
	font-size:1rem ;
	margin: 10px 0;
} 
.bissinessbox ul li p{
	text-align:left;
	font-size:0.875rem;
	line-height: 150%;
	margin-bottom: 30px;
}
.bissinessbox2{
	width:100%;
	margin: 0 auto;
	background:#fff;
	padding:4%;
	box-sizing:border-box;
	margin-bottom:82px;
 }
.bissinessbox2 h3{
 color:#008361;
 text-align:center;
 font-size:1.125rem;
	margin: 30px 0;
}
.bissinessbox2 p{
	line-height: 150%;
	font-size: 0.875rem;
}
.bissinessbox2 ul{
	  width:100%;
	  margin-top:30px;
}
.bissinessbox2 ul li{
	  width:100%;
	  float:left;
	margin-bottom: 20px;
}
.bissinessbox2 ul li img{
	width: 100%;
	height: auto;
}
.bissinessbox2 ul li h4{
	color:#008361;
	text-align:left;
	font-size:1.125rem ;
	margin: 10px 0;
} 
.bissinessbox2 ul li p{
	text-align:left;
	font-size: 0.875rem;
	line-height: 150%;
}
.pb90{
	   padding-bottom:90px;
}
.mb90{
	   margin-bottom:90px;
}
.bussinesscentertext{
	color: #fff;
	text-align: center;
	position: absolute;
	top:222px;
	left: 208px;
	background: #008361;
	width: 578px;
	height: 172px;
	font-size: 1.5625rem;
	line-height: 150%;
	padding-top: 25px;
	box-sizing: border-box;
	font-weight: 700;
}
.titlespel{
	position: absolute;
	top:35px;
	color: #fff;
	background: #008361;
	padding: 10px;
	font-size: 1.1875rem;
}
.businesscontents h2{
	color: #fff;
	position: absolute;
	top:106px;
	font-size: 2.1875rem;
	border-bottom: #d0201d 4px solid;
	padding-bottom: 9px;
	font-weight: 700;
}
.subtitle{
	position: absolute;
	top:168px;
	color: #fff;
}	
	div.shinzobox{
	width: 100%;
	margin: 0 auto;
	}
	div.shinzotxt{
font-size: 0.875rem;
		width: 100%;
		line-height: 1.5;
	}
	div.shinzoimg{
		width: 100%;
	}
	div.shinzoimg img{
		width: 100%;
		height: auto;
	}
/* 沿革・会社概要
--------------------------------------*/
.history{
	width:96%;
	margin:45px auto;
}
table.typehistory{
border-collapse: collapse;
line-height: 1.5;
border: 1px solid #008061;
}
table.typehistory{
	width:100%;
}
table.typehistory th {
  padding: 8px;
  font-weight: bold;
  vertical-align: middle;
  color:#000;
  background:#CEE7E1;text-align: left;
font-size: 0.875rem ;
border-bottom: 1px dashed  rgba(0,141,97,.25);
width: 30%;
}
table.typehistory td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px dashed  rgba(0,141,97,1);
  line-height: 150%;
  font-size: 0.875rem ;
 }
table.typehistory tr:last-child td{
	border:none;
}
table.typehistory tr:last-child th{
	border:none;
}
.font_small_table{
	font-size: 0.75rem ;
}
/*tr:nth-child(even) {
  background: #d9d9d9;
 }*/	
	
/* 紹介動画
--------------------------------------*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin-bottom: 30px;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
 /* 女性活躍推進法に基づく 行動計画について
--------------------------------------*/
.green_obi{
	background: rgba(0,141,97,.25);
	font-size: 1.1875rem ;
	font-weight: 700;
	padding: 8px 0 8px 17px;
	}
.joseikatuyaku_text{
	text-align: left;
    font-size: 1rem;
    line-height: 150%;
	padding: 12px 0 25px;
	}
	 /* アクセスページ
--------------------------------------*/
.accesswrap{
	width: 100%;
	margin-bottom: 30px;
	}
.color_green{
    color:  rgba(0,141,97,1);
	line-height: 150%;
	display: inline;
}
.color_green_access{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	background: rgba(0,141,97,.25);
	font-size: 1rem ;
	font-weight: 700;
	padding: 8px 0 8px 17px;
	box-sizing: border-box;
}
.access_left{
float: left;
width: 100%;
margin-bottom: 10px;
	}
.access_left p{
	line-height: 150%;
	margin-bottom: 20px;
	}
.access_right{
 float: left;
 width: 100%;
	}
.access_right p{
	line-height: 150%;
	}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* お問い合わせ
--------------------------------------*/
.contactbox{
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto 40px;
		padding: 4%;
		background: rgba(0, 128, 97, .19);
		text-align: left ;
	}
.contactbox p{
		line-height: 180%;
		margin-bottom: 20px;
	}
.contact_font{
		width: 100%;
		display: block;
		margin-bottom: 10px;
		font-size: 1rem;
		vertical-align: middle;
		line-height: 150%;
	}
.telfont{
		font-size: 2rem ;
	font-weight: 700;
		color: #008361;
		vertical-align: middle;
	}
/* 採用情報
--------------------------------------*/
.page_head_image_full {
    width: 100%;
}
.page_head_image_full img{
	width: 100%;
	height: auto;
	}
#contact {
    padding: 30px 0;
    text-align: center;
}
#contact {
    background-color: rgba(0,141,97,.25);
}
.saiyou ul{
	width: 100%;
	margin-top: 30px;
	}
.saiyou{
		
	}
.saiyou h5{
	margin-top: 4px;
	font-size: 10px;
	color: #009D61;
	text-align: center;
	}
.saiyou h3{
	margin-top: 25px;
	margin-bottom: 15px;
	}
.saiyou li{
	width: 100%;
	margin-bottom: 28px;
	}
.saiyou li img{
	width: 100%;
	height: auto;
	}
.saiyou_img{
	margin: 30px auto 10px;
	width: 15%;
	}
.saiyou_img img{
		width: 100%;
	height: auto;
	}
/* お問い合わせ
--------------------------------------*/
div.contactwrap{
		padding-top: 45px;
	}
.freedial{
		margin-right: 10px;
	}
#contact{
	font-size: 62.5%;
		}	
#contact h2 {
    width: 90.8%;
    margin: auto;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0,141,97,1);
}
#contact p {
    width: 90.8%;
    margin: 10px auto 0;
    font-size: 12px;
    font-weight: bold;
    border: 0;
	line-height: 180%;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#contact p strong {
    font-size: 20px;
    display: block;
}
#contact a {
    padding: 7px 10px;
}
#contact a {
    font-size: 20px;
    display: block;
}
#contact a {
    padding: 1rem 3rem;
    font-size: 15px;
}
#contact a {
    padding: 1rem 3rem;
    font-size: 14px;
	margin-top: 10px;
    color: #fff;
    font-weight: bold;
    background-color: rgba(0,141,97,1);
    border-radius: .5rem;
	line-height: 1.7;
font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    display: inline-block;
    vertical-align: middle;
	text-decoration: none;
}
	/* 中途採用
--------------------------------------*/
.page_text_carrer{
		font-size: 14px;
		margin-top: 35px;
		text-align: center;
	}
.chutotitle{
		color: #008061;
		font-size: 16px !important;
		padding-left: 15px;
		margin-bottom: 10px;
	margin-top: 30px;
	}
table.career_table {
  border-collapse: collapse;
  border-top: 1px solid #929292;
  border-right: 1px solid #929292;
  border-left: 1px solid #929292;
  line-height: 1.5;
  margin-bottom: 87px;
}
table.career_table th {
  padding: 10px;
  font-weight: bold;
  vertical-align: middle;
  background: rgba(0, 128, 97, .19);
  color: #000;
  text-align: left;
  padding-left: 15px;
}
table.career_table td {
  padding: 10px;
  font-size: 12px;
  vertical-align: top;line-height: 150%;
  border-bottom: 1px solid #929292;
}
table.career_table td:first-child {
  padding: 10px;
  width: 125px;
  vertical-align: top;
  border-right: 1px solid #929292;
}
.indexvoice {
    padding: 30px 0 40px;
    background: url(./common/img/bg_index2.jpg) no-repeat center center;
        background-size: auto auto;
    background-size: cover;
}
.indexvoice > div {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.indexvoice h2 {
    font-size: 14px;
    line-height: 1;
}
.indexvoice h2 span {
    margin-top: 5px;
    color: #008E61;
    font-size: 9px;
    display: block;
}
.indexvoice p {
    width: 90%;
	margin: 0 5%;
	font-size: 14px;
    margin-top: 26px;
	line-height: 1.7;
    padding-bottom: 28px;
    border-bottom: 1px solid #008061;
}
.indexvoice > div div {
    font-size: 0;
    text-align: left;
}
.indexvoice a div {
	line-height: 1.7;
	font-size: 12px;
	padding: 5px;
}
.indexvoice a {
    width: 43.1%;
    margin: 4.6% 0 0 4.6%;
    margin-left: 4.6%;
    border: 1px solid #008061;
    background-color: #fff;
	text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
}
.indexvoice a img{	max-width: 100%;
	height: auto;}
.indexvoice a strong {
    color: #008061;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.indexvoice a:nth-of-type(2n+1) {
    margin-left: 4.6%;
}
.indexvoice a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	}
#entry{
	width: 96%;
	padding: 0 2%;
	padding-top: 40px;
    background-color: #CFE7E1;
	}
#entry > div{
    max-width: 1000px;
    margin: 0 auto;
	}
.chutoentry{
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #008061;}
.chutoentrybtn{
		box-sizing: border-box;
		display: block;
		font-size: 19px;
		padding: 20px 0;
		width: 100%;
		text-align: center;
		color: #008061;
		border: 1px solid #008061;
		background: #fff;
		text-decoration: none;
	}
	/* ページナビ
--------------------------------------*/	
.pagenavi {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
.page-numbers {
    color: #008a61;
}
	/* 中途採用
--------------------------------------*/
.sparchive{
	width: 96%;
	margin: 30px 2%;
	}
	
	
/* 製品紹介ページ
--------------------------------------*/
 
 #pagetopimage_business{
	 width:100%;
 }
 .businesscontents{
	 width:100%;
	 height: 608px;
	 margin:0 auto;
	 position: relative;
 }
.background_product{
	background: url(image/pagehead/product.jpg);
	background-size: cover;
}
.background_factory{
	background: url(image/pagehead/factory.jpg);
	background-size: cover;
} 
div.business_page_contents{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
	margin-bottom: 30px;
	}
 #greencontainer{
	background:rgba(0,141,97,.25);
 }
h2.seihinshokaititle{
	text-align: center;
	font-size: 22px;
	padding-top: 60px;
	font-weight: 600;
	padding-bottom: 40px;
	}
h4.seihinh4{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
	line-height: 2;
	}
h4.seihinh4 span{
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	
	}
h5.seihinh5{
	font-size: 16px;
	color: #008061;
	margin-bottom: 15px;
	}
 .bissinesstitle{
	 font-size:2rem !important;
 }
p.jigyoseihin_txt {
    color: rgba(0,141,97,1);
    text-align: center;
    font-size: 1rem;
	margin-bottom: 20px;
}
p.jigyotext_big {
    text-align: center;
    line-height: 2;
    font-size: 1rem;
    padding-bottom: 10px;
	margin-bottom: 20px;
    border-bottom: 1px solid #000;
}
div.jigto_txt_greenback {
    color: #000;
    text-align: center;
    font-size: 1rem;
    background: rgba(0,141,97,.25);
    padding: 22px 0;
    margin-bottom: 30px;
	margin-top: 20px;
}
 .bissinessbox{
	 width:1000px;
	 background:#fff;
	 padding:55px 40px;
	 box-sizing:border-box;
	 margin-bottom:82px;
 }
.bissinessbox h3{
 color:#008361;
 text-align:center;
 font-size:2rem;
}
.bissinessbox ul{
	  width:920px;
	  margin-top:10px;
}
.bissinessbox ul li{
	  width:215px;
	  float:left;
	  margin-left:20px;
}
.bissinessbox ul li:first-child{
	  margin-left:0;
}
.bissinessbox ul li h4{
	    color:#008361;
	   text-align:left;
	   font-size:1.125rem ;
	margin: 30px 0;
} 
.bissinessbox ul li p{
	   text-align:left;
	   font-size:1rem;
	line-height: 150%;
}
.bissinessbox2{
	 width:92%;
	margin: 0 4%;
	 background:#fff;
	 padding:25px 10px;
	 box-sizing:border-box;
	 margin-bottom:40px;
 }
.bissinessbox2 h3{
 color:#008361;
 text-align:center;
 font-size:18px;
margin-bottom: 15px;
}
.bissinessbox2 p{
line-height: 150%;
}
.bissinessbox2 ul{
width:100%;
margin-top:10px;
margin-bottom: 15px;
}
.bissinessbox2 ul li{
width:100%;
margin-bottom: 20px;
}
.bissinessbox2 ul li img{
width: 100%;
height: auto;
}
.bissinessbox2 ul li:first-child{
margin-left:0;
}
.bissinessbox2 ul li h4{
	color:#008361;
	text-align:left;
	font-size:1.125rem ;
	margin: 30px 0;
} 
.bissinessbox2 ul li p{
text-align:left;
font-size:13px;
line-height: 120%;
margin-top: 8px;
}
div.deviceimage{
margin: 10px 0 40px;
	}
div.deviceimage img{
	width: 100%;
	height: auto;
	}
div.seihinimage{
margin: 10px 0 5px;
	}
div.seihinimage img{
	width: 100%;
	height: auto;
	}
p.movie_seihin{
font-size: 18px;
color: #008061;
margin-bottom: 15px;
	margin-top: 20px;
	}
.movie_seihin:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 18px;/*画像の高さ*/
  background-image:url(image/page/seihin/movie.svg);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
	margin-top: -5px;
}
.seihin_txt_small{
		font-size: 14px;
	}	
div.uriageimage {
    width: 100%;
    margin: 20px auto;
}
p.jigyochuitxt_sp{
		font-size: 11px;
	}	
.pb90{
	   padding-bottom:90px;
}
.kandomyaku{
	background: #E9EAEC;
	padding: 10px ;
	line-height: 1.5;
	}
.kandomyaku_left{
	font-size: 13px;
	width: 100%;
	line-height: 1.5;
	}
.kandomyaku_right{
		
		width: 100%;
	}	
.kandomyaku_right img{
	width: 100%;
	height: auto;
	}
.bussinesscentertext{
	color: #fff;
	text-align: center;
	position: absolute;
	top:222px;
	left: 208px;
	background: #008361;
	width: 578px;
	height: 172px;
	font-size: 1.5625rem;
	line-height: 150%;
	padding-top: 25px;
	box-sizing: border-box;
	font-weight: 700;
}
.titlespel{
	position: absolute;
	top:35px;
	color: #fff;
	background: #008361;
	padding: 10px;
	font-size: 1.1875rem;
}
.businesscontents h2{
	color: #fff;
	position: absolute;
	top:106px;
	font-size: 2.1875rem;
	border-bottom: #d0201d 4px solid;
	padding-bottom: 9px;
	font-weight: 700;
}
.subtitle{
	position: absolute;
	top:168px;
	color: #fff;
}
}