@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px) {
	.i_info{padding:30px 0;}
	.i_info ul li{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;height: 400px;margin-bottom:30px;overflow: hidden;}
	.i_info ul li:last-child{margin-bottom:0;}
	.i_info_txt{background-color: #002f89;width:30%;padding:50px 3%;color:#FFF;}
	.i_info_txt h4{font-size: 20px;}
	.i_info_txt p{font-size: 14px;line-height: 28px;margin-bottom:20px;}
	.i_info_txt span a{color:#FFF;}
	.i_info_img{width:62%;overflow: hidden;}
	.i_info_img img{width: 100%;height: auto;}
	.i_info ul li:nth-child(even){flex-direction: row-reverse;}
}
@media screen and (max-width: 768px) {
	.i_info{width: 100%;padding:1rem 0;}
	.i_info ul li{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-bottom:1rem;overflow: hidden;}
	.i_info ul li:last-child{margin-bottom:0;}
	.i_info_txt{background-color: #002f89;width:94%;padding:2rem 3%;color:#FFF;}
	.i_info_txt h4{font-size: 1.5rem;line-height: 3rem;}
	.i_info_txt p{line-height: 2rem;margin-bottom:1rem;}
	.i_info_txt span a{color:#FFF;}
	.i_info_img{width:100%;overflow: hidden;}
	.i_info_img img{width: 100%;height: auto;}
	.i_info ul li:nth-child(even){flex-direction: row-reverse;}	
}