@charset "utf-8";
.news-detail-title {
	margin-bottom: 15px;
	font-size: 2.2rem;
}
.news-detail-date {
	margin-bottom: 20px;
	text-align: right;
}
.news-detail-text:not(:last-child) {
	margin-bottom: 25px;
}
.news-detail-content .text-strike {
	text-decoration: line-through;
}
.news-detail-content .text-bold {
	font-weight: bold;
}
