@charset "utf-8";
/* CSS Document */
section#greeting{
	margin-top:75px; 
	font-size: 1.6rem;
}
section#greeting .greeting_wrap figure{
	max-width: 460px;
	width: 100%;
}

section#greeting .greeting_wrap .textarea{
	width: 100%;
	max-width: 700px;
	text-align: left;
	line-height: 1.8;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	margin-left: 15px;
}
section#greeting .greeting_wrap .textarea p{
	margin-top: 27px;
}
section#greeting .greeting_wrap .textarea p:first-child{
	margin-top: 0;
}
section#greeting .greeting_wrap .textarea p.company_name{
	font-size: 1.4rem;
	text-align: right;
	font-weight: bold;
	margin-top: 35px;
}
section#greeting .greeting_wrap .textarea p.name{
	font-size: 2.4rem;
	text-align: right;
	font-weight: bold;
	margin-top:13px;
}
footer{
	margin-top: 85px;
}
@media screen and (max-width: 1024px) {
	section#greeting .greeting_wrap figure{
		margin: 0 auto;
	}
	section#greeting .greeting_wrap .textarea{
		max-width: 100%;
		margin: 40px auto 0;
	}
	
	.flex01.greeting_wrap{
		display: block;
	}
}