@media screen and (min-width: 1100px) {
	.by_system .info_style_01 {
		padding: 0;
	}
}

.by_system .arti02 .info_sec > li{
	padding:0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
	min-height:150px;
	padding:15px 10px;
}

.by_system .arti02 .info_sec > li .txt{
	margin-bottom:0;
}

.sys_icon{
	margin-right:20px;
	width:102px
}

.sys_cont{
	width:calc(100% - 122px);
}


@media screen and (max-width: 550px) {
	.by_system .arti02 .info_sec > li .txt{
		font-size:13px;
	}
	.by_system .arti02 .info_sec > li .tit{
		font-size:15px;
		margin-bottom:5px;
	}
	.sys_icon > img{
		width:60px;
	}
	.sys_icon{
		width:60px;
		margin-right:10px;
	}
	.sys_cont{
		width:calc(100% - 70px);
	}
	.by_system .arti02 .info_sec > li{
		min-height:120px;
	}
	.by_system .body_content .sub_subject{
		margin-bottom:35px;
	}
}