@charset "UTF-8";

/* ============================================================
	お知らせ
============================================================ */
#article {
	position: relative;
	padding: 8rem 0 4rem;
}
#article .headline {
	text-align: center;
}
#article .headline-sub {
	margin-bottom: 3rem;
	color: #666;
	font-size: 1.4rem;
	letter-spacing: .15em;
}
#article .post {
}
#article .post-ul {
	width: 28rem;
	margin: 0 auto;
}
#article .post-li {
	position: relative;
}
#article .post-li:not(:first-of-type) {
	margin-top: 3rem;
}
#article .post-photo {
	float: left;
	width: 8.5rem;
	height: 8.5rem;
	background: center / cover;
}
#article .post-single {
	float: left;
	width: 17.5rem;
	margin-left: 2rem;
}
#article .post-title {
	letter-spacing: .15em;
	line-height: 2;
}
#article .post-title-a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#article .post-title-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#article .post-date {
	color: #888;
	letter-spacing: .15em;
	line-height: 2;
}
#article .post-button {
	display: none;
	margin-top: 4rem;
}
#article .post-button-a {
	position: relative;
	display: block;
	width: 15rem;
	height: 4rem;
	margin: 0 auto;
	line-height: 4rem;
	background: #232526;
	background: linear-gradient(to right, #232526 0%, #414345 100%);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	text-indent: .1em;
	letter-spacing: .1em;
	cursor: pointer;
}
#article .post-button-a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	width: .8rem;
	height: .8rem;
	background: url(../images-common/icon-btn-more.svg) no-repeat center / contain;
	z-index: 1;
}
