@charset "utf-8";

.exdiv{
	border:1px solid #ccc;
	padding:20px;
	margin:30px 0;
	background:#fafafa;
}
.exdiv h4{
	font-size:18px;
	border-bottom:1px solid #ccc;
}
.exdiv .eximg{
	padding-bottom:10px;
}
.exdiv .eximg img{
	float:left;
}

.section-inner ul{
	font-size:16px;
	margin-left:30px;
}
.section-inner ul li{
	margin-bottom:5px;
}
.step ol{
	margin-bottom:50px;
}

.step ol li{
	list-style:none;
}
.step ol li div{
	display:block;
	border:1px solid #408663;
	border-radius:5px;
	padding:10px 20px;
}
.step ol li:after{
	content:"";
	height:50px;
	display:block;
	background:url(../img/kaizen/next.png) no-repeat center;
}
.step ol li:last-child:after{
	height:0;
}
.section-inner .stepno{
	font-size:26px;
	line-height:35px;
}
.stepno span{
	display:block;
	float:left;
	background:#408663;
	width:35px;	
	height:35px;
	text-align:center;
	border-radius:35px;
	color:#fff;
	font-weight:bold;
	margin-right:5px;
}

@media screen and (max-width:480px){
.section-inner .stepno{
	font-size:18px;
	line-height:30px;
}
.stepno span{
	display:block;
	width:30px;	
	height:30px;
	border-radius:30px;
}
.step ol li:after{
	background-size:50px auto;
	height:40px;
}
.pimg img{
	width:50%;
	height:50%;
}
}
