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

	Title: about.css
	Created: 2018-7-20

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

	message
	structure


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

	message

=========================================================== */
.message {
	line-height: 2;
}
.signature {
	text-align: right;
	font-size: 16px;
}
.signature em {
	font-size: 20px;
	color: #111;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 0 0 0 10px;
}

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

	plan

=========================================================== */
.plan-img {
	display: flex;
	margin: 1.5em 0 !important;
	padding: 30px;
	justify-content: space-between;
	border: solid 1px #999;
}