@charset "UTF-8";

#article {
	padding: 12rem 0 8rem;
}
#article .headline {
	text-align: center;
}
#article .headline-main {
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 1.4;
}
#article .headline-sub {
	margin-top: 1rem;
	font-size: 1rem;
	letter-spacing: .1em;
	line-height: 1.6;
}
#article .post {
	margin-top: 4rem;
	width: 100%;
}
#article .post-message {
	text-align: center;
}
#article .post-message-text {
	letter-spacing: .1rem;
	line-height: 2;
}
#article .post-button {
	margin-top: 6rem;
}
#article .post-button-a {
	display: block;
	width: 16rem;
	height: 3.5rem;
	line-height: 3.5rem;
	margin: 0 auto;
	border-radius: .5rem;
	background: #333;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	text-indent: .1em;
}
#article .copyright {
	margin-top: 6rem;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .1em;
}
