.history-box > div{display:table;padding:0 0 60px;margin:0 0 60px;width:100%;table-layout:fixed;border-bottom:1px solid #e7e9ed;}
.history-box > div:last-of-type{margin:0;padding:0;border:none;}
.history-box > div > div{display:table-cell;vertical-align:top;}
.history-box > div .left-box{width:300px;}
.history-box > div > div p{font-weight:800;font-size:60px;line-height:1;color:#ff8a00;}
.history-box > div > div ul li{display:table;padding:0 0 20px;width:100%;table-layout:fixed;}
.history-box > div > div ul li:last-of-type{padding:0;}
.history-box > div > div ul li span{display:table-cell;padding:0 23px 0 0;line-height:24px;}
.history-box > div > div ul li span:first-of-type{width:42px;font-weight:500;color:#172b4f;}
.history-box > div > div ul li span:last-of-type{padding:0;}

@media screen and (max-width: 768px) {
	.history-box > div{display:block;padding:0 0 15px;margin:0 0 15px;}
	.history-box > div > div{display:block;}
	.history-box > div .left-box{padding:0 0 15px;width:auto;}
	.history-box > div > div p{font-size:20px;}
	.history-box > div > div ul li{padding:0 0 10px;}
	.history-box > div > div ul li span{padding:0 10px 0 0;font-size:14px;line-height:22px;}
	.history-box > div > div ul li span:first-of-type{width:37px;}
	
}