.ct_10 .article:first-of-type{margin-top: 0;}
.ct_10 .article{display: flex; justify-content: space-between; margin-top: -70px;}
.ct_10 .article:nth-of-type(2n + 2){flex-direction: row-reverse;}
.ct_10 .article .imgwrap{width:48%; border-radius: 7px; overflow: hidden;}
.ct_10 .article .segwrap{width:48%; padding: 160px 0;}
.ct_10 .article .segwrap .segment .title{margin-bottom: 40px; color:#081C31;}
.ct_10 .article .segwrap .segment .title .icon img{height: 44px;}
.ct_10 .article .segwrap .segment h4{margin-bottom: 20px;}
.ct_10 .article .segwrap .segment .bedge{padding: 4px 15px; background: #009fe3; border-radius: 4px; color:#fff; font-size: 16px; letter-spacing: -.04em; line-height: 1.5em; margin-bottom: 10px; display: inline-block;}
.ct_10 .article .segwrap .segment ul{margin-bottom: 30px;}
.ct_10 .article .segwrap .segment ul:last-of-type{margin-bottom: 0;}
.ct_10 .article .segwrap .segment ul li{display: table; width:100%; font-size: 16px; letter-spacing: -.04em; line-height: 1.7em; margin-bottom: 5px}
.ct_10 .article .segwrap .segment ul li:last-of-type{margin-bottom: 0;}
.ct_10 .article .segwrap .segment ul li div{display: table-cell; vertical-align: top;}
.ct_10 .article .segwrap .segment ul li div.icon{width:5%; color:#009FE3;}
.ct_10 .article .segwrap .segment>.text{color:#333; margin-bottom: 20px;}

@media screen and (max-width:1380px) {
	
}

@media screen and (max-width:1199px) {
	.ct_10 .article:nth-of-type(1) ~ .article{margin-top: 70px;}
}

@media screen and (max-width:1000px) {
	
}

@media screen and (max-width: 780px){
	.ct_10 .article{display: block;}
	.ct_10 .article .imgwrap{width:100%; height: 450px;}
	.ct_10 .article .segwrap{width:100%; padding: 50px 30px;}
	.ct_10 .article .segwrap .segment .title{margin-bottom: 20px;}
	.ct_10 .article .segwrap .segment .bedge{font-size: 15px}
	.ct_10 .article .segwrap .segment ul li div.icon{padding-right:10px;}
}

@media screen and (max-width: 620px){
	.ct_10 .article .imgwrap{height: 400px;}
	.ct_10 .article .segwrap{padding: 40px 20px;}
	.ct_10 .article .segwrap .segment .bedge{font-size: 14px}
}

@media screen and (max-width: 520px){
	.ct_10 .article .imgwrap{height:350px;}
	.ct_10 .article .segwrap .segment .bedge{font-size: 13px}
}

@media screen and (max-width: 420px){
	.ct_10 .article .imgwrap{height: 320px;}
}