@charset "UTF-8";

.greeting-box{position:relative;padding:70px 0;}
.greeting-box:before{content:'';display:block;position:absolute;top:70px;right:0;z-index:-10;width:100%;height:calc(100% - 70px);max-width:920px;background:url(/_res/service/dea/img/common/bg-bg-box02.gif) no-repeat right bottom/cover;}
.greeting-box:after{content:'';display:block;position:absolute;top:70px;right:0;border-top:14px solid #da0000;border-right:14px solid #da0000;width:84px;height:80px;box-sizing:border-box;}
.greeting-box .greeting-img-container{display:inline-block;margin:-70px 0 0;max-width:34.7%;width:100%;box-shadow:8px 8px 12px rgb(0 0 0 / 12%);}
.greeting-box .greeting-img-container .greeting-img-box{position:relative;padding:0 0 125%;width:100%;height:0;overflow:hidden;}
.greeting-box .greeting-img-container .greeting-img-box .greeting-img{position:absolute;top:0;left:0;width:100%;height:100%;}

.greeting-box > .txt-box{display:inline-block;margin:63px 0 0;padding:0 10px 0 65px;width:64%;vertical-align:top;box-sizing:border-box;}
.greeting-box > .txt-box > .txt01{padding:0 0 30px 0;font-size:2rem;line-height:3rem;}
.greeting-box > .txt-box > .txt02{position:relative;margin:0 0 56px;padding:0 0 54px;font-size:1.25rem;line-height:2rem;font-weight:200;}
.greeting-box > .txt-box > .txt02:after{content:'';display:block;position:absolute;top:100%;left:0;width:40px;height:1px;background:#da0000;}
.greeting-box > .txt-box > .txt03{padding:0 0 7px;font-size:1.25rem;line-height:2rem;}
.greeting-box > .txt-box > .e-mail{padding:0 0 0 28px;background:url(/_res/service/dea/img/common/ico-email.png) no-repeat left center/20px;font-size:1rem;line-height:2rem;}

@media screen and (max-width: 1024.98px) {
	.greeting-box{padding:50px 0;}
	.greeting-box:before{top:50px;height:calc(100% - 50px);}
	.greeting-box:after{display:none;}
	.greeting-box > .txt-box{margin:50px 0 0;padding:0 15px 0 20px;}
	.greeting-box > .txt-box > .txt03{padding:0 0 30px;font-size:1.125rem;line-height:1.75rem;}
}

@media screen and (max-width: 768px) {
	.greeting-box{padding:20px 0;}
	.greeting-box:before{top:20px;height:calc(100% - 20px);}
	.greeting-box .greeting-img-container{max-width:110px;margin:-20px 0 0;}
	.greeting-box .greeting-img-container .greeting-img-box{padding:0 0 125%;}
	
	.greeting-box > .txt-box{margin:20px 0 0;width:calc(100% - 113px);}
	.greeting-box > .txt-box > .txt01{padding:0 0 15px 0;font-size:1.285rem;line-height:2rem;}
	.greeting-box > .txt-box > .txt02{margin:0 0 20px;padding:0 0 20px;font-size:1rem;line-height:1.5rem;}
	.greeting-box > .txt-box > .txt03{padding:0 0 5px;font-size:1rem;line-height:1.5rem;}
	.greeting-box > .txt-box > .e-mail{font-size:1rem;line-height:1.5rem;}
}