/** common */
.jp-quote-copy-end-hide > ::after {
	display: none;
}

/** niigata */
@media only screen and (min-width: 1069px) {
	main[data-page-type="niigata-city"] .section-article-content .article-stats.row {
		width: 96%;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 734px) {
	main[data-page-type="niigata-city"] .section-article-content .article-stats {
		display: flex;
		flex-wrap: wrap;
	}
	main[data-page-type="niigata-city"] .section-article-content .article-stat {
		width: 206px;
	}
}

main[data-page-type="brisbane"] .section-article-content .article-stats.row {
	gap: 10px;
}

@media only screen and (max-width: 734px) {
	main[data-page-type="brisbane"] .section-article-content .article-stats.row {
		gap: 0;
		grid-row-gap: 26px;
		row-gap: 26px;
	}
}

/** mcps */
main[data-page-type="mcps"] .section-article-content .article-stats.row {
	width: 100%;
	flex-flow: row wrap;
	gap: 20px;
	flex: 100% 1 1;
}

main[data-page-type="mcps"] .section-article-content .article-stats.row .article-stat:last-child {
	width: 100%;
}

@media only screen and (max-width: 734px) {
	main[data-page-type="mcps"] .section-article-content .article-stats.row {
		display: flex;
		gap: 20px;
	}
}

/** township */
main[data-page-type="township"] .section-article-content .article-stats.row {
	width: 100%;
	flex-flow: row wrap;
	gap: 20px;
	flex: 100% 1 1;
}

@media only screen and (max-width: 734px) {
	main[data-page-type="township"] .section-article-content .article-stats.row {
		display: flex;
		gap: 20px;
	}
}

/** hirakata-city */
@media only screen and (min-width: 1069px) {
	main[data-page-type="hirakata"] .section-article-content .article-stats.row {
		width: 96%;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (max-width: 734px) {
	main[data-page-type="hirakata"] .section-article-content .article-stats {
		display: flex;
		flex-wrap: wrap;
	}
	main[data-page-type="hirakata"] .section-article-content .article-stat {
		width: 206px;
	}
}
