@charset "UTF-8";



/* ------------------------------
	.message
------------------------------ */
.message{
	position: relative;
	padding: 150px 0 150px;
}

.message .wrap{
	max-width: 740px;
}

.message .bg_img{
	top: -160px;
	left: calc(50% - 720px);
	width: calc(50% + 720px);
	height: 871px;
	background: url(../img/member/message/message_bg01.png) no-repeat left top;
}

.message .txt_box + .txt_box{
	margin-top: 100px;
}

.message .txt{
	font-size: 1.8rem;
	line-height: 2;
}

.message .txt.right{
	margin-top: 2em;
	text-align: right;
	font-size: 2.0rem;
}


@media screen and (max-width: 768px){
	.message{
		padding: 10px 0 80px;
	}
	.message .bg_img{
		top: -160px;
	}

	.message .wrap{
		width: 82%;
	}

	.message .txt_box + .txt_box{
		margin-top: 70px;
	}

	.message .txt{
		font-size: 1.4rem;
		line-height: 1.8;
	}

	.message .txt.right{
		font-size: 1.6rem;
	}
}