@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  solution.css
=================================================================== */
.soudan{
	margin: 50px auto auto;
	max-width: 800px;
}
.soudan h3{
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	padding-bottom: 20px;
}
.soudan ul li{
	margin-top: 20px;
	background-color: #FFFBED;
	padding: 20px 20px 20px 65px;
	background-image: url(/images/common/icon_check@2x.png);
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: top 20px left 30px;
}
.production p{
	margin-top: 30px;
}
.production_image{
	margin-top: 30px;
	display: flex;
}
.production_image div{
	width: 50%;
}
.example{
	margin-top: 30px;
	background: #F8F8F8;
	padding: 40px 50px;
}
.example h3{
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
}
.example dl{
	margin-top: 30px;
	line-height: 1.6;
}
.example dt{
	background: url(/images/production/circle.png) no-repeat top 5px left;
	background-size: 16px auto;
	color: #07858B;
	padding-left: 25px;
	margin-top: 15px;
	width: 200px;
}
.example dd{
	padding-left: 200px;
	margin-top: -1.6em;
}
.machine p.lead{
	margin-top: 40px;
}
.machine h3.sub_title{
	background: #F0F9FB;
	padding: 20px 30px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: 40px;
}
.machine_box_wrap{
	margin-top: 70px;
	display: flex;
}
.machine_box_wrap .machine_box2{
	width: 50%;
	padding-right: 40px;
}
.machine_box_wrap .machine_box2:nth-child(odd){
	padding-right: 50px;
}
.machine_box_wrap .machine_box2:nth-child(even){
	padding-left: 50px;
}
.machine_box{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.machine_box.mt{
	margin-top: 40px;
}
.machine_box .text{
	width: 45%;
	padding-right: 50px;
}
.machine_box .image{
	width: 55%;
	max-width: 600px;
}
.machine_box .text h4,
.machine_box2 .text h4{
	background: url(/images/common/bg_titlebar2.png) no-repeat top left;
	background-size: 100px auto;
	padding-top: 35px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8;
}
.machine_box .text p,
.machine_box2 .text p{
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
}
.machine_box2 .image{
	margin-top: 20px;
	max-width: 360px;
}
.inspection_wrap{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.inspection_wrap .text{
	width: 50%;
	padding-right: 50px;
}
.inspection_wrap .text dl{
	line-height: 1.8;
}
.inspection_wrap .text dt{
	color: #07858B;
	margin-top: 30px;
	font-weight: 500;
}
.inspection_wrap .text dt:first-child{
	margin-top: 0px;
}
.inspection_wrap .text dd{
	margin-top: 10px;
}
.inspection_wrap .image{
	width: 50%;
	max-width: 500px;
}
@media screen and (max-width: 768px) {
	.soudan{
		margin: 30px auto auto;
		max-width: 100%;
	}
	.soudan h3{
		font-size: 12px;
		font-size: 1.2rem;
		padding-bottom: 0px;
		font-weight: 500;
	}
	.soudan ul li{
		margin-top: 10px;
		background-color: #FFFBED;
		padding: 10px 10px 10px 40px;
		background-size: auto 12px;
		background-position: top 13px left 15px;
		line-height: 1.8;
	}
	.production p{
		margin-top: 20px;
	}
	.production_image{
		margin-top: 0px;
		display: inherit;
	}
	.production_image div{
		width: 100%;
		margin: 20px auto auto;
		text-align: center;
		max-width: 540px;
	}
	.example{
		margin-top: 20px;
		padding: 20px 20px;
	}
	.example h3{
		font-weight: 500;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.example dl{
		margin-top: 10px;
	}
	.example dt{
		background: url(/images/production/circle.png) no-repeat top 3px left;
		background-size: 12px auto;
		color: #07858B;
		padding-left: 20px;
		margin-top: 15px;
		width: 100%;
	}
	.example dd{
		padding-left: 0px;
		margin-top: 5px;
	}
	.machine p.lead{
		margin-top: 20px;
	}
	.machine h3.sub_title{
		background: #F0F9FB;
		padding: 10px 20px;
		font-size: 12px;
		font-size: 1.2rem;
		margin-top: 20px;
	}
	.machine_box_wrap{
		margin-top: 0px;
		display: inherit;
	}
	.machine_box_wrap .machine_box2{
		margin-top: 20px;
		width: 100%;
		padding-right: 0px;
	}
	.machine_box_wrap .machine_box2:nth-child(odd){
		padding-right: 0px;
	}
	.machine_box_wrap .machine_box2:nth-child(even){
		padding-left: 0px;
	}
	.machine_box{
		margin-top: 30px;
		display: inherit;
	}
	.machine_box.mt{
		margin-top: 30px;
	}
	.machine_box .text{
		width: 100%;
		padding-right: 0px;
	}
	.machine_box .image{
		width: 100%;
		max-width: 600px;
		margin: 20px auto auto;
	}
	.machine_box .text h4,
	.machine_box2 .text h4{
		background-size: 60px auto;
		padding-top: 15px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.machine_box .text p,
	.machine_box2 .text p{
		margin-top: 10px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.machine_box2 .image{
		margin: 20px auto auto;
		max-width: 200px;
	}
	.inspection_wrap{
		margin-top: 30px;
		display: inherit;
	}
	.inspection_wrap .text{
		width: 100%;
		padding-right: 0px;
	}
	.inspection_wrap .text dt{
		margin-top: 15px;
	}
	.inspection_wrap .text dt:first-child{
		margin-top: 15px;
	}
	.inspection_wrap .text dd{
		margin-top: 10px;
	}
	.inspection_wrap .image{
		width: 100%;
		max-width: 500px;
		margin: 20px auto auto;
	}
}