@charset 'utf-8';

.greeting-box{display:flex;flex-wrap:wrap;}
.greeting-box .left-box{width:30%;padding:0 20px 0 0;box-sizing:border-box;}
.greeting-box .right-box{width:70%;}
.greeting-txt{font-size:48px;line-height:60px;color:#005bac;}

.greeting-txt-bold{font-weight:bold;color:#777;}

@media screen and (max-width:1024.98px){
	.greeting-box .left-box{margin:0 auto;padding:0 0 30px;width:35%;}
	.greeting-box .right-box{width:100%;}
}