/* ===========================================
 * environment use css
=========================================== */

#environment_main{
	padding: 50px 0;
}
#environment_mainInner .block{
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
}
#environment_mainInner .block:first-of-type{
}
#environment_mainInner .block .img_box{
	width: 486px;
}
#environment_mainInner .block .img_box:nth-of-type(1),
#environment_mainInner .block .img_box:nth-of-type(3){
	margin-left: -20px;
}
#environment_mainInner .block .img_box:nth-of-type(2){
	margin-right: -20px;
}
#environment_mainInner .block .img_box img{
	width: 486px;
	object-fit: cover;
}
#environment_mainInner .block .text_box{
	width: 600px;
	margin-top: 20px;
}
#environment_mainInner .block .text_box h2{
	font-size: 28px;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	background: #133B6B;
	margin-bottom: 20px;
}

#environment_office{
	padding: 80px 0;
	background: #DCEBF4;
}
#environment_officeInner h3{
	font-size: 38px;
	color: #175BA3;
	line-height: normal;
}
#environment_officeInner h3 span{
	display: block;font-size: 12px;
}
#environment_officeInner table{
	width: 1040px;
	margin: 60px auto 0;
	border-spacing: 20px 0;
}
#environment_officeInner table th{
	width: 154px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #175BA3;
	border-bottom: 1px solid #175BA3;
	padding: 20px 0;
	vertical-align: text-top;
}
#environment_officeInner table tr:last-of-type th{
	border-bottom: 0;
}
#environment_officeInner table td{
	width: 866px;
	font-size: 16px;
	border-bottom: 1px solid #999;
	padding: 20px 0;
}
#environment_officeInner table tr:last-of-type td{
	border-bottom: 0;
}
#environment_officeInner table td .map{
	width: 540px;
	border: 1px solid #999;
	margin-top: 15px;
	line-height: 0;
}



@media screen and (max-width:640px){


	#environment_main{
		padding: 50px 0;
	}
	#environment_mainInner .block{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 60px 0;
	}
	#environment_mainInner .block:first-of-type{
	}
	#environment_mainInner .block .img_box{
		order: 1;
		width: 533px;
	}
	#environment_mainInner .block .img_box:nth-of-type(1),
	#environment_mainInner .block .img_box:nth-of-type(3){
		margin-left: auto;
	}
	#environment_mainInner .block .img_box:nth-of-type(2){
		margin-right: auto;
	}
	#environment_mainInner .block .img_box img{
		width: 533px;
		object-fit: cover;
	}
	#environment_mainInner .block .text_box{
		order: 2;
		width: 580px;
		margin-top: 20px;
	}
	#environment_mainInner .block .text_box h2{
		font-size: 28px;
		padding: 10px 15px;
		color: #fff;
		display: inline-block;
		background: #133B6B;
		margin-bottom: 20px;
	}

	#environment_office{
		padding: 80px 0;
		background: #DCEBF4;
	}
	#environment_officeInner h3{
		font-size: 38px;
		color: #175BA3;
		line-height: normal;
	}
	#environment_officeInner h3 span{
		display: block;
		font-size: 18px;
	}
	#environment_officeInner table{
		width: 580px;
		margin: 60px auto 0;
		border-spacing:  0;
	}
	#environment_officeInner table th{
		display: block;
		width: 580px;
		text-align: left;
		font-size: 22px;
		font-weight: 700;
		color: #175BA3;
		border-bottom: 1px solid #175BA3;
		padding: 20px 0;
		vertical-align: text-top;
	}
	#environment_officeInner table tr:last-of-type th{
		border-bottom: 1px solid #175BA3;
	}
	#environment_officeInner table td{
		display: block;
		width: 580px;
		font-size: 22px;
		border-bottom: 1px solid #999;
		padding: 20px 0 20px 20px;
		box-sizing: border-box;
	}
	#environment_officeInner table tr:last-of-type td{
		border-bottom: 0;
	}
	#environment_officeInner table td::before{
		content: "▶";
		font-size: 15px;
		color: #999;
		margin-right: 10px;
	}
	#environment_officeInner table td .map{
		width: 560px;
		border: 1px solid #999;
		margin-top: 15px;
		line-height: 0;
	}

	
}

