@charset "utf-8";

/* お知らせページ
----------------------------------------------------------- */

/* ページタイトル
----------------------------------------------------------- */
.l-page-header {
	padding: 70px 0 60px;
	background: #f5f5f5;
}

.ttl-page {
	margin: 0;
	text-align: center;
}

.ttl-page strong {
	display: block;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.2;
}

.ttl-page span {
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}


/* お知らせ一覧
----------------------------------------------------------- */
.l-information {
	padding: 80px 0;
	background: #fff;
}

.information-body {
	max-width: 900px;
	margin: 0 auto;
}


/* お知らせ項目
----------------------------------------------------------- */
.information-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 5px;
}

.information-item:last-child {
	margin-bottom: 0;
}


/* 日付
----------------------------------------------------------- */
.information-date {
	width: 140px;
	flex-shrink: 0;
	margin: 0;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
}


/* お知らせ内容
----------------------------------------------------------- */
.information-content {
	flex: 1;
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}

.information-content a {
	color: #333;
	text-decoration: underline;
}

.information-content a:hover {
	text-decoration: none;
}


/* トップページへ戻る
----------------------------------------------------------- */
.information-back {
	margin: 50px auto 0;
	text-align: center;
}

.information-back a {
	display: inline-block;
}


/* Smartphone
----------------------------------------------------------- */
@media screen and (max-width: 767px) {

	.l-page-header {
		padding: 45px 0 40px;
	}

	.ttl-page strong {
		font-size: 26px;
	}

	.ttl-page span {
		font-size: 14px;
	}

	.l-information {
		padding: 50px 15px;
	}

	.information-item {
		display: block;
		margin-bottom: 15px;
		padding: 15px;
	}

	.information-date {
		width: auto;
		margin-bottom: 8px;
		font-size: 13px;
	}

	.information-content {
		font-size: 13px;
		line-height: 1.8;
	}

	.information-back {
		margin-top: 35px;
	}

}
