@charset "UTF-8";

.message {
	padding-bottom: 80px;
}

.message_hd {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.message_hd_img {
	/*width: 38%;*/
	width: 50%;/*2023.9.19 added*/
}

.message_hd_sign_sp {
	display: none;
}

.message_hd_cnt {
	/*width: 55%;*/
	width: 43%;/*2023.9.19 added*/
}

.message_hd_catch {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	line-height: 1.4;
	color: #004386;
}

.message_hd_sign {
	margin-top: 90px;
	text-indent: 1em;
}

.message_hd_name {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	line-height: 1.57;
	margin-top: 10px;
	text-indent: .5em;
	font-weight: 600;
}/*2023.9.19 added*/

.message_hd_name_sp {
	display: none;
}/*2023.9.19 added*/

.message_body {
	margin-top: 60px;
}

.message_body_txt {
	margin-top: 2em;
	text-indent: 1em;
	font-size: 14px;
}
.message_body_note {
	font-size: 10px;
	margin-top: 2em;
}

/* All SP */
@media screen and (max-width:640px) {
	.message {
		padding-bottom: 60px;
	}

	.message_hd {
		display: block;
	}

	.message_hd_img {
		/*width: 240px;*/
		width: 280px;/*2023.9.19 added*/
		margin: 0 auto;
	}

	.message_hd_sign_sp {
		width: 240px;
		margin: 15px auto 0;
		display: block;
		text-align: center;
		font-size: 85%;/*2023.9.19 added*/
	}

	.message_hd_sign_sp img {
		width: 200px;
	}

	.message_hd_cnt {
		margin-top: 40px;
		width: 100%;
	}

	.message_hd_catch {
		font-size: 20px;
	}

	.message_hd_sign {
		margin-top: 2em;
		text-align: right;
		display: none;
	}

	.message_hd_sign img {
		width: 130px;
	}
	
	.message_hd_name_sp {
		display: block;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-size: 24px;
		line-height: 1.57;
		font-weight: 600;
		text-align: center;
	}/*2023.9.19 added*/
	
	.message_hd_name {
		display: none;
	}/*2023.9.19 added*/

	.message_body {
		margin-top: 0;
	}

	.message_body_txt {
	}

}
