@charset "utf-8";
/*////////////////////////////////////
message
////////////////////////////////////*/
@media screen and (min-width: 768px) {
.message_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.message_area h3 {
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: 1em;
	color: #555;
}
.message_area p {
	margin-bottom: 1em;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .1em;
}
.message_area p span {
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset:5px;
}
.message_area img {
	width: 46%;
}
.message_left {
	float: left;
	margin-bottom: 2em;
	margin-right: 2em;
}
.message_right {
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
}
.message_sp {
	display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.message_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.message_area h3 {
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 1em;
	color: #555;
}
.message_area p {
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: .1em;
}
.message_area p span {
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset:5px;
}
.message_area img {
	width: 100%;
}
.message_left {
	display: none;
}
.message_right {
	display: none;
}
.message_sp {
	width: 100%;
}
}