@charset "utf-8";
.tech_item{
	border-top:1px solid #ccc;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin:60px auto 0;
	padding:42px 0 0;
}
.tech_item > h2,.tech_item > h3{border-top:none;padding:0;margin-top:0;flex:1;padding-right:40px;}
.tech_item h2::before,.tech_item h2::after{display:none;}
.tech_item_content{width:65.454545%;}
.tech_item_content > *:first-child{margin-top:0;}
.tech_strong{
	font-size:2.2rem;
	color:#2E67B6;
	margin-bottom:3px;
}
.tech_h_icon1,.tech_h_icon2,.tech_h_icon3,.tech_h_icon4{
	position:relative;
	padding-left:60px;
	background-position:left top 5px;
	min-height:60px;
}
.tech_h_icon1{background:url(/img/technology-solution/iot-software/pic_3_1.png) 0 10px no-repeat;background-size:50px 50px;}
.tech_h_icon2{background:url(/img/technology-solution/iot-software/pic_4_1.png) 0 10px no-repeat;background-size:50px 50px;}
.tech_h_icon3{background:url(/img/technology-solution/iot-software/pic_5_1.png) 0 10px no-repeat;background-size:50px 50px;}
.tech_h_icon4{background:url(/img/technology-solution/iot-software/pic_6_1.png) 0 10px no-repeat;background-size:50px 50px;}


@media screen and (max-width:1023px){
.tech_h_icon1, .tech_h_icon2, .tech_h_icon3, .tech_h_icon4{padding-top:20px;}
}
@media screen and (max-width:900px){
.tech_item{
	display:block;
	padding:22px 0 0;
}
.tech_item > h2,.tech_item > h3{padding-right:0;}
.tech_item_content{width:auto;}
.tech_strong{font-size:1.8rem;line-height:1.5;}
}

