@charset "UTF-8";

/*======================================

トップメッセージ TOP MESSAGE

======================================*/



/*---------------- 調整 ----------------*/

.title-area.message {
	background-color: #f5f5f5;
	padding-bottom: 80px;
}

.message .page-title {
	background-color: unset;
}

.message .page-mainimg {
	background-image: url(../image/message/main.png);
	padding-bottom: 44%;
}

.message .page-mainimg::before {
	display: none;
}

.message .title-area-heading {
	color: #222222;
	position: absolute;
	top: 51%;
	left: 7.4%;
}

@media only screen and (max-width: 767px) {
	.title-area.message {
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	
	.message .page-mainimg {
		margin-bottom: 20px;
		padding-bottom: 49.1%;
	}
	
	.message .title-area-heading {
		font-size: 28px;
		margin-bottom: 0;
		position: static;
	}
}

/*----------------//ここまで//----------------*/

.message-txt-container {
	margin: 0 auto;
	width: 960px;
}

.message-box {
	margin-bottom: 80px;
}

.message-heading {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 27px;
}

.message-heading::after {
	background-color: #dc0008;
	content: "";
	display: block;
	margin-top: 23px;
	width: 40px;
	height: 2px;
}

.message-txt {
	text-align: justify;
	line-height: 2;
}

.message-sign-container {
	font-size: 14px;
	line-height: 1.45;
	margin: 0 auto 200px;
	width: 960px;
	padding-left: calc(960px - 208px);
}

.message-name {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 7px 0 20px;
}

@media only screen and (max-width: 767px) {
	.message-txt-container,
	.message-sign-container {
		width: 89.4%;
	}
	
	.message-sign-container {
		margin: 0 auto 80px;
		padding-left: calc(89.4% - 208px);
	}
	
	.message-box {
	margin-bottom: 50px;
}
	
	.message-heading {
		color: #dc0008;
		font-size: 24px;
		margin-bottom: 24px;
	}
}
