.h4-tit02{font-size: 30px;word-break: keep-all;line-height: 40px;}

.greeting-box{display: flex;justify-content: space-between;}
.greeting-box .left-box{width:53%}
.greeting-box .right-box{width:cacl(47% - 30px)}
.greeting-box .right-box img{width:100%}

@media screen and (max-width:768px) {
	.con-box > h4{font-size:20px;line-height:30px;}
	.greeting-box{display: block;}
	.greeting-box .left-box{width:100%}
	.greeting-box .right-box{width:50%;margin:0 auto;}
	.greeting-box .right-box img{width:100%}
	
}