@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-detail {
	padding: 80px 0;
	background: #fff;
}

.information-detail-body {
	max-width: 900px;
	margin: 0 auto;
}


/* 日付
----------------------------------------------------------- */

.information-detail-date {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 700;
	color: #666;
}


/* タイトル
----------------------------------------------------------- */

.information-detail-title {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;

	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	color: #333;
}


/* 本文
----------------------------------------------------------- */

.information-detail-content {
	padding: 40px 20px 20px;
	font-size: 15px;
	line-height: 2;
	color: #333;
}

.information-detail-content p {
	margin: 0 0 25px;
}


/* 見出し
----------------------------------------------------------- */

.information-detail-content h3 {
	margin: 40px 0 20px;
	padding-left: 15px;
	border-left: 4px solid #333;

	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.information-detail-content h3:first-child {
	margin-top: 0;
}


/* 画像
----------------------------------------------------------- */

.information-detail-image {
	margin: 40px 0;
	text-align: center;
}

.information-detail-image img {
	max-width: 100%;
	height: auto;
}


/* お知らせ一覧へ戻る
----------------------------------------------------------- */

.information-detail-back {
	margin: 50px auto 0;
	text-align: center;
}

.information-detail-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-detail {
		padding: 50px 15px;
	}


	.information-detail-date {
		font-size: 13px;
	}


	.information-detail-title {
		padding: 15px 0;
		font-size: 20px;
		line-height: 1.6;
	}


	.information-detail-content {
		padding: 30px 5px 10px;
		font-size: 14px;
		line-height: 1.9;
	}


	.information-detail-content h3 {
		margin: 30px 0 15px;
		padding-left: 12px;
		font-size: 17px;
	}


	.information-detail-content p {
		margin-bottom: 20px;
	}


	.information-detail-back {
		margin-top: 35px;
	}

}
