@charset "utf-8";
/*------------------------------------------------------------
	message
------------------------------------------------------------*/
#main {
	padding: 11.2rem 0 0;
}
#main .textBox {
	margin-bottom: 8.8rem;
}
#main .textBox .text {
	margin-bottom: 3.5rem;
	color: #333;
	line-height: 2.4;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.05em;
}
#main .textBox .text:last-child {
	margin-bottom: 0;
}
#main .textImg {
	margin: 0 auto;
	width: 34.8rem;
}
@media all and (max-width: 896px) {
	#main {
		padding-top: 3.7rem;
	}
	#main .textBox {
		margin-bottom: 5rem;
	}
	#main .textBox .text {
		margin-bottom: 3.5rem;
		font-size: 1.1rem;
		line-height: 2.26;
	}
	#main .textImg {
		width: 17.1rem;
	}
}