/*sub_tit*/
.sub_tit {
	margin-bottom: 50px;
}
.sub_tit .img_wrp {
	margin-bottom: 15px;
}
.sub_tit .lined {
    line-height: 0;	
}
.sub_tit .lined span {
	display: inline-block;
    line-height: 0;
    width: 40px;
    border-bottom: 2px solid #493a30;
    margin-bottom: 20px;
}
.sub_tit h1 {
	color: #493a30;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.sub_tit h2 {
	color: #2e2e2e;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.sub_tit h3 {
	color: #2e2e2e;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_tit {
		margin-bottom: 30px;
		text-align: left;
	}
	.sub_tit .img_wrp {
		margin-bottom: 10px;
	}
	.sub_tit .img_wrp img.ling {
		width: 10px;
	}
	.sub_tit .lined {
		line-height: 0;	
	}
	.sub_tit .lined span {
		width: 20px;
	}
	.sub_tit h1 {
		color: #493a30;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 5px;
		word-break: keep-all;
	}
	.sub_tit h2 {
		font-size: 16px;
		word-break: keep-all;
	}
	.sub_tit h3 {
		font-size: 14px;
	}
}
/*cl02_sec01*/
#cl02_sec01 .vision_item {
	position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
#cl02_sec01 .vision_item h5 {
	z-index: 3;
}
#cl02_sec01 .vision_item h5 span {
	display: inline-block;
    font-size: 22px;
    line-height: 1.3em;
    border-bottom: 2px solid #493a30;
    color: #493a30;
}
#cl02_sec01 .vision_item p {
	z-index: 3;
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
}
@media (min-width:991px){
	#cl02_sec01 .vision_item {
		min-width: 350px;
		padding-left: 120px;
		padding-top: 55px;
		height: 200px;
	}	
}
@media (max-width:992px) and (min-width:769px) {
	#cl02_sec01 .vision_item {
		min-width: 320px;
		padding-left: 90px;
		padding-top: 55px;
		height: 200px;
	}	
	#cl02_sec01 .vision_item .num img {
		width: 80px;
	}
}
@media (min-width:769px) {
	#cl02_sec01 .vision_item .num {
		position: absolute;
		left: 0;
		top: 0;
	}
}
@media (max-width:768px) {
	#cl02_sec01 .vision_item {
		width: 48%;
		display: block;
		float: left;
		margin: 0 1%;
		margin-bottom: 5px;
		height: 150px;
		text-align: center;
		padding: 5px;
	}	
	#cl02_sec01 .last_item {
		width: 98%;
		height: 120px;
	}	
	#cl02_sec01 .vision_item .num {
		display: block;
		margin-bottom: 5px;
	}
	#cl02_sec01 .vision_item .num img {
		width: 30px;
	}
	#cl02_sec01 .vision_item h5 span {
		font-size: 15px;
	}
	#cl02_sec01 .vision_item p {
		font-size: 12px;
	}
}
/*cl02_sec03*/
#cl02_sec03 .conlist {
	margin-bottom: 40px;
}
#cl02_sec03 .conlist h3 {
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    vertical-align: middle;
}
#cl02_sec03 .conlist h3 span,
#cl02_sec03 .conlist h3 span img {
	vertical-align: middle;
}
#cl02_sec03 .conlist p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
}
@media (max-width:768px){
	#cl02_sec03 .sub_tit {
		margin-bottom: 30px;
		text-align: center;
	}
	#cl02_sec03 .conlist {
		margin-bottom: 20px;
	}
	#cl02_sec03 .conlist h3 {
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#cl02_sec03 .conlist h3 span img {
		width: 7px;
	}
	#cl02_sec03 .conlist p {
		font-size: 13px;
	}
}