@charset "utf-8";

/* =======================================
	message CSS
========================================== */

/* グローバルナビカレント表示
------------------------------------------ */
#gnav ul li:nth-of-type(2) a {
	color: #A51F37
}

/* ページタイトル
------------------------------------------ */
#pgttl {
	background: url(../../message/img/pgttl.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	height: 260px;
	display: flex;/* 内包要素を並列に */
	align-items: center;/* 内包要素を並列内で上下センターに */
	justify-content: center;/* 内包要素を並列内で左右センターに */
	margin-bottom: 80px;
}
#pgttl h1 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 18px;
	box-sizing: border-box;
	width: 136px;
	height: 60px;
	border: 3px solid #000;
	display: flex;/* 内包要素を並列に */
	align-items: center;/* 内包要素を並列内で上下センターに */
	justify-content: center;/* 内包要素を並列内で左右センターに */
}

/* セクション : message
------------------------------------------ */
#message {
	margin: 0 auto 80px;
}
#message h2 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 1em;
}


