p {
	white-space: pre-line;
	/* 改行コードを<br>として扱う */
}

hr.article {
	border: none;
	height: 1px;
	background: linear-gradient(to right, #a8e063, #56ab2f);
	border-radius: 2px;
}
