  .content-box .con-box:nth-of-type(1){display: flex;justify-content: space-between;}
.content-box .con-box:nth-of-type(1) .left-box{width: calc(60% - 20px);word-break: keep-all;}
.content-box .con-box:nth-of-type(1) .left-box .border-box{padding:0 0 0 10px;border-left:1px solid #ddd;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1){border-left:1px solid #333;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4{font-size: 24px;line-height: 30px;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4 span{font-size: 16px;color: #aaa;display: block;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) h4{font-size: 32px;line-height: 38px;padding: 20px 0 40px;}
.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) .con-p{font-size: 18px;line-height: 25px;}

.content-box .con-box:nth-of-type(1) .right-box{width:clac(40% - 20px);}
.content-box .con-box:nth-of-type(1) .right-box .img-box{width:100%;}
.content-box .con-box:nth-of-type(1) .right-box .img-box img{display:block;width:100%;}

.content-box .con-box:nth-of-type(2) .con-p:last-of-type span{display:block;}

@media screen and (max-width:768px) {
	
	.content-box .con-box:nth-of-type(1){display: block;}
	.content-box .con-box:nth-of-type(1) .left-box{width:100%;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4{font-size: 18px;line-height: 20px;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(1) h4 span{font-size: 14px;color: #aaa;display: block;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) h4{font-size: 20px;line-height: 24px;padding: 18px 0 30px;}
	.content-box .con-box:nth-of-type(1) .left-box .border-box:nth-of-type(2) .con-p{font-size: 14px;line-height: 20px;}
	
	.content-box .con-box:nth-of-type(1) .right-box{width:100%;}
	.content-box .con-box:nth-of-type(1) .right-box .img-box{width:50%;margin:0 auto;}
	
}
@media screen and (max-width:480px) {
	
	.content-box .con-box:nth-of-type(1) .right-box .img-box{width:70%;}
	
}