@charset "utf-8";
/*----------------------------------------------
	.c_news_cont
---------------------------------------------*/
.c_news_cont p:not(:last-child),
.c_news_cont ul:not(:last-child),
.c_news_cont ol:not(:last-child) {
	margin-bottom: 10px;
}
.c_news_cont ul li {
	margin-left: 1.5em;
	list-style-type: disc;
}
.c_news_cont ol li {
	margin-left: 1.5em;
	list-style-type: decimal;
}

/*----------------------------------------------
	.wp-block-heading
---------------------------------------------*/
h2.wp-block-heading {
	font-size: 1.33em;
	margin-bottom: 10px;
}
h3.wp-block-heading {
	font-size: 1.22em;
	margin-bottom: 10px;
}
h4.wp-block-heading {
	font-size: 1.06em;
	margin-bottom: 10px;
}
/*----------------------------------------------
	.wp-block-image
---------------------------------------------*/
.wp-block-image:not(:last-child) {
	margin-bottom: 10px;
}
/*----------------------------------------------
	.wp-block-button
---------------------------------------------*/
.wp-block-button__link {
	min-width: 220px;
	transition: all 0.2s ease;
}
.wp-block-button__link:hover {
	opacity: 0.5;
}
/*----------------------------------------------
	.wp-block-table
---------------------------------------------*/
.wp-block-table td:first-of-type {
	width: 300px;
	background: #f3f3f3;
}
.wp-block-table td,
.wp-block-table th {
	border-color: #ccc !important;
}
@media (max-width: 768px) {
	.wp-block-table td,
	.wp-block-table th {
		display: block;
		width: 100% !important;
		float: left;
		border-bottom: none !important;
	}
	.wp-block-table tr:last-child td:last-child,
	.wp-block-table tr:last-child th:last-child {
		border-bottom: 1px solid #ccc !important;
	}
}
