@charset "UTF-8";


.message .mc {
	text-align: center;
	font-size: 32px;
	line-height: 1.6em;
	padding-bottom: 50px;
}
.message-txt01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 30px;
}
.message-txt01 .txt {
	width: 55%;
}
.message-txt01 .txt p {
	padding-bottom: 1em;
}
.message-txt01 .image {
	width: 40%;
}
.message-txt02 {
	padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.message .mc {
		text-align: center;
		font-size: 18px;
		line-height: 1.6em;
		padding-bottom: 30px;
	}
	.message-txt01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.message-txt01 .txt {
		width: 100%;
		order: 2;
	}
	.message-txt01 .txt p {
		padding-bottom: 1em;
	}
	.message-txt01 .image {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 30px;
		order: 1;
	}
	.message-txt02 {
		padding-bottom: 100px;
	}
}