@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi .company a {
	color: #00A943;
}

#gNavi .company > a:before {
	margin-left: -60px;
	width: 120px;
	height: 3px;
	position: absolute;
	background-color: #00A943;
	bottom: 0;
	left: 50%;
	content: " ";
}

#gNavi .company .comNavBox {
	display: block;
}

#gNavi .comNavBox .subNavi .iso a {
	color: #40ae5d;
}

#main .company .comNavBox {
	background-color: #1E1E1E;
}

#main .comNavBox .subNavi .iso a {
	color: #40ae5d;
}

#main .content {
	margin: 0 auto;
	width: 840px;
}

#main .titleBox {
	padding-bottom: 68px;
}

#main .titleBox .content {
	width: 1000px;
}

#main .titleBox .content .mainBox {
	background-color: #FFF;
}

#main .titleBox .headLine01 {
	margin-bottom: 61px;
}

#main .titleBox p {
	margin: 0 80px;
	font-size: 14px;
	line-height: 2.3;
}

#main .wrap {
	padding: 80px 0 75px;
	background-color: #F7F7F5;
}

#main .imgBox .textBox {
	margin-top: -12px;
	width: 350px;
	float: right;
}

#main .imgBox .textBox p {
	margin-bottom: 31px;
	font-size: 14px;
	line-height: 2.3;
}

#main .imgBox .textBox .comGreenTitle {
	margin-bottom: 8px;
	font-size: 24px;
}

#main .imgBox .photoBox {
	padding: 1px 0 0 1px;
	width: 450px;
	float: left;
}

#main .imgBox .photoBox .photo {
	margin-bottom: 26px;
}

#main .imgBox .photoBox .innerBox p {
	font-size: 12px;
	line-height: 1.65;
	letter-spacing: -0.5px;
}

#main .imgBox .photoBox .innerBox p span {
	margin-top: 20px;
	display: block;
}

#main .imgBox .photoBox .innerBox .text {
	padding-bottom: 20px;
	position: relative;
}

#main .imgBox .photoBox .innerBox .text span {
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 82px;
}

#main .section {
	padding: 79px 0 73px;
}

#main .section .imgBoxR .textBox {
	float: left;
}

#main .section .imgBoxR .photoBox {
	margin-right: -3px;
	float: right;
}

#main .section .imgBoxR .photoBox .photo {
	margin-bottom: 24px
}

/*追加2017/10/06*/

.photoBox .photo img{
	border: solid 1px #ddd
}

#main .section .imgBoxR .photoBox .innerBox p {
	line-height: 1.85;
}

#main .section .imgBoxR .photoBox .innerBox p span {
	margin-top: 23px;
}

#main .section .imgBoxR .photoBox .innerBox .text span {
	margin-top: 0;
}

#main .wrap01 {
	padding: 79px 0 196px;
}

#main .wrap01 .imgBox .photoBox .photo {
	margin-bottom: 23px;
}

#main .wrap01 .imgBox .photoBox .innerBox p {
	line-height: 1.85;
}

#main .wrap01 .imgBox .photoBox .innerBox p span {
	margin-top: 23px;
}

#main .wrap01 .imgBox .photoBox .innerBox .text span {
	margin-top: 0;
}

#main .wrap01 .imgBox .textBox dl {
	font-size: 14px;
	line-height: 2.3;
}

#main .wrap01 .imgBox .textBox dt {
	font-weight: bold;
	line-height: 2.25;
}

#main .comNavBox .content {
	width: 1000px;
}

#main .comBannerBox .content {
	width: 1000px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi .company a {
		color: #171a1d;
	}
	
	#gNavi .company > a:before {
		display: none;
	}
	
	#main .comNavBox .subNavi .iso a:hover {
		color: #40ae5d;
	}
	
	#main .content {
		margin: 0 20px;
		width: auto;
	}
	
	#main .titleBox {
		padding-bottom: 35px;
	}
		
	#main .titleBox .content {
		width: auto;
	}
	
	#main .titleBox .headLine01 {
		margin-bottom: 17px;
	}
	
	#main .titleBox p {
		margin: 0;
		font-size: 10px;
		line-height: 1.75;
	}
	
	#main .wrap {
		padding: 37px 0;
	}
	
	#main .imgBox .textBox {
		margin: 0 0 22px;
		width: auto;
		float: none;
	}
	
	#main .imgBox .textBox p {
		margin-bottom: 15px;
		font-size: 10px;
		line-height: 1.78;
	}
	
	#main .imgBox .textBox p:last-child {
		margin-bottom: 0;
	}
	
	#main .imgBox .textBox .comGreenTitle {
		margin-bottom: 11px;
		font-size: 12px;
	}
	
	#main .imgBox .photoBox {
		padding: 0;
		width: auto;
		float: none;
	}
		
	#main .imgBox .photoBox .photo {
		margin: 0 15px 0 0;
		width: 246px;
		float: left;
	}
		
	#main .imgBox .photoBox .photo img {
		width: 100%;
	}
	
	#main .imgBox .photoBox .innerBox {
		padding-top: 33px;
	}

	#main .imgBox .photoBox .innerBox p {
		font-size: 9px;
		line-height: 1.75;
		letter-spacing: normal;
		margin-left: 130px
	}
	
	#main .imgBox .photoBox .innerBox p span {
		margin-top: 17px;
	}
		
	#main .imgBox .photoBox .innerBox .text {
		padding-bottom: 15px;
	}

	#main .imgBox .photoBox .innerBox .text span {
		left: 202px;
	}
		
	#main .section {
		padding: 37px 0 40px;
	}
	
	#main .section .imgBoxR .textBox {
		float: none;
	}
	
	#main .section .imgBoxR .photoBox {
		margin-right: 0;
		float: none;
	}
		
	#main .section .imgBoxR .photoBox .photo {
		margin-bottom: 0;
	}

	#main .section .imgBoxR .photoBox .innerBox p {
		line-height: 1.7;
	}
	
	#main .section .imgBoxR .photoBox .innerBox p span {
		margin-top: 16px;
	}
	
	#main .section .imgBoxR .photoBox .innerBox .text span {
		margin-top: 0;
	}
		
	#main .wrap01 {
		padding: 37px 0;
	}
		
	#main .wrap01 .imgBox .photoBox .photo {
		margin-bottom: 0;
	}
	
	#main .wrap01 .imgBox .photoBox .innerBox {
		padding-top: 2px;
	}
	
	#main .wrap01 .imgBox .photoBox .innerBox p {
		line-height: 1.75;
	}
		
	#main .wrap01 .imgBox .photoBox .innerBox p span {
		margin-top: 18px;
	}
	
	#main .wrap01 .imgBox .photoBox .innerBox .text span {
		margin-top: 0;
	}
	
	#main .wrap01 .imgBox .textBox dl {
		font-size: 10px;
		line-height: 1.68;
	}
	
	#main .wrap01 .imgBox .textBox dt {
		line-height: 1.9;
	}
	
	#main .comNavBox .content {
		margin: 0;
		width: auto;
	}
	
	#main .comBannerBox .content {
		margin: 0;
		width: auto;
	}
}

@media(max-width: 530px){
#main .section .imgBoxR .photoBox .photo , #main .imgBox .photoBox .photo ,#main .wrap01 .imgBox .photoBox .photo {
    margin-right: 50%;
    margin-bottom: 10px
}

#main .imgBox .photoBox .innerBox p {
	margin-left: 0
}

#main .imgBox .photoBox .innerBox .text span {
    left: 70px
}
}