.depart-img-wrap{display:flex;border-radius:8px;overflow:hidden;}
.depart-img-wrap > div{width:50%;}
.depart-img-wrap .depart-slo-box{display: flex;align-items: center;position:relative;background: #0c2e86;padding: 35px 20px;flex-direction: column;justify-content: center;box-sizing: border-box;}
.depart-img-wrap .depart-slo-box p:nth-child(1){width:100%;font-size:40px;font-weight:700;color:#fff;line-height: 1.2;text-align:center;margin-bottom: 8px;}
.depart-img-wrap .depart-slo-box p:nth-child(2){width:100%;font-size:22px;font-weight:700;color:#fff;line-height: 1.2;text-align:center;margin-bottom: 30px;}
.depart-img-wrap .depart-slo-box a {font-size:18px;font-weight:700;color:#fff;line-height:1.2;text-align:center;}
.depart-img-wrap .depart-slo-box a img {width: 16px;margin-right: 5px;}
.img-box.border {padding: 50px 20px;}    

@media screen and (max-width:1024px) {
	.depart-img-wrap .depart-slo-box p:nth-child(1){font-size:34px;}
}
@media screen and (max-width:768px) {
	.depart-img-wrap .depart-slo-box p:nth-child(1){font-size:30px;}
	.depart-img-wrap .depart-slo-box p:nth-child(2) {font-size: 18px;margin-bottom: 22px;}
	.depart-img-wrap .depart-slo-box a {font-size: 16px;}
	
	.depart-img-wrap{flex-direction:column;}
	.depart-img-wrap > div{width:100%;}
	
}