@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.message {
	position: relative;
	overflow: hidden;
}

/*============================================================================================
↓メッセージ =================================================================================
============================================================================================*/
.message h2 {
	font-size: 1.6em;
	color: #d61826;
	margin: 1em 0em;
}
.message p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.signature {
	float: right;
	overflow: hidden;
}
.sign {
	float: left;
	margin-right: 1em;
	margin-top: 2em;
}
.sign p {
}
.sign img {
	height: 3em;
}
.president-photo {
	float: right;
	width: 10em;
	min-width: 100px;
}
.president-photo img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 480px) {
.sign img {
	height: 2em;
}
.president-photo {
	width: 100px;
}
}