@charset "utf-8";
/* ===========================================================

	Title:		about.css
	Created:	2017-10-23

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

	message
	sponsor


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

	message

=========================================================== */
.message-txt {
	width: 600px;
	float: left;
}
.message-photo {
	width: 250px;
	float: right;
	text-align: center;
	margin: 0 0 40px 40px;
}
.message-photo p {
	margin: 0 0 10px;
}
.message-photo p img{
	margin: 0 0 10px;
}
.message-photo {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
}
.message-photo em {
	font-size: 18px;
	color: #111;
	letter-spacing: 2px;
	margin: 0 0 0 10px;
}
@media screen and (max-width: 1024px) {
	.message-txt {
		width: calc(100% - 270px);
	}
	.message-photo {
		margin: 0 auto 40px;
	}
}
@media screen and (max-width: 767px) {
	.message-txt {
		width: 100%;
		float: none;
	}
	.message-photo {
		width: 250px;
		float: none;
	}
}
