#news .sec_column2 .main_cont .block .newsList__detail .categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
	width: calc(100% - 120px);
	margin-left: auto;
	margin-bottom: 10px;
}

@media (max-width: 640px) {
	#news .sec_column2 .main_cont .block .newsList__detail .categories {
		width: calc(100% - 90px);
	}
}

#news .sec_column2 .main_cont .block .newsList__detail .category {
	min-width: 10em;
	color: #db2828;
	font-size: 13px;
	text-align: center;
	border: 1px solid currentColor;
}

@media (max-width: 640px) {
	#news .sec_column2 .main_cont .block .newsList__detail .category {
		min-width: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
}

#news .sec_column2 .main_cont .block .newsList__detail h3 {
	margin-left: auto;
}

#news .sec_column2 .main_cont .block .info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#news .sec_column2 .main_cont .block .info .categories {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

#news .sec_column2 .main_cont .block .info .category {
	min-width: 10em;
	color: #db2828;
	font-size: 13px;
	text-align: center;
	border: 1px solid currentColor;
}

#news .sec_column2 .main_cont .block .info .category:hover {
	text-decoration: none;
}

@media (max-width: 640px) {
	#news .sec_column2 .main_cont .block .info .category {
		min-width: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
}

#news .sec_column2 .main_cont .block .info .date {
	flex: 0 0 auto;
}

/* pager */
.pager {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
}

.pager a,
.pager span {
	border: solid 1px #bebebe;
	padding: 2px 10px;
}

.pager span.currentpage,
.pager a:hover {
	background: #1972c5;
	color: #fff;
}

/* entry-content */
:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6,
:where(.entry-content) p,
:where(.entry-content) ol,
:where(.entry-content) ul,
.wp-block-image,
.wp-block-gallery,
.wp-block-table {
	margin-top: 28px;
	margin-bottom: 28px;
}

:where(.entry-content) h1,
:where(.entry-content) h2,
:where(.entry-content) h3,
:where(.entry-content) h4,
:where(.entry-content) h5,
:where(.entry-content) h6 {
	font-weight: bold;
}

:where(.entry-content) h1 {
	font-size: 2em;
}

:where(.entry-content) h2 {
	font-size: 1.5em;
}

:where(.entry-content) h3 {
	font-size: 1.17em;
}

:where(.entry-content) h4 {
	font-size: 1em;
}

:where(.entry-content) h5 {
	font-size: .83em;
}

:where(.entry-content) h6 {
	font-size: .67em;
}

:where(.entry-content) ol ol,
:where(.entry-content) ol ul,
:where(.entry-content) ul ol,
:where(.entry-content) ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

:where(.entry-content) ol,
:where(.entry-content) ul {
	padding-left: 40px;
}

:where(.entry-content) ul {
	list-style-type: disc;
}

:where(.entry-content) ul ul {
	list-style-type: circle;
}

:where(.entry-content) ul ul ul {
	list-style-type: square;
}

:where(.entry-content) .wp-block-image img {
	float: none !important;
	margin: 0 !important;
}
