@font-face {
	font-family: 'local noto sans jp';
	src: local('noto sans jp');
}

.post-content .micron-top-posts {
	display: grid;
	align-items: start;
}

.post-content .micron-top-posts .micron-top-posts-content {
	display: grid;
	row-gap: 24px;
	align-items: start;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-title {
	line-height: 1.4;
	font-size: 1.875rem;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list {
	margin-block: 0;
	padding-inline-start: 0;
	list-style-type: '';
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item {
	border-block-end: 1px solid #e6e6e6;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a {
	padding-block: 24px;
	display: grid;
	color: #333;
	row-gap: 16px;
	position: relative;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 24px;
	height: 24px;
	background-color: #333;
	-webkit-mask-image: url(../images/icon/arrow-circle.svg);
	mask-image: url(../images/icon/arrow-circle.svg);
	-webkit-mask-size: 24px 24px;
	mask-size: 24px 24px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	transform: translateY(-50%);
	transition: right 300ms ease;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:hover .micron-top-posts-item-title,
.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:active .micron-top-posts-item-title,
.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:focus-visible .micron-top-posts-item-title {
	color: #005baa;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-date {
	line-height: 1.5714285714;
	font-size: 0.875rem;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-category {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-category .micron-top-posts-item-category-item {
	padding-block: 3px;
	padding-inline: 15px;
	border: 1px solid currentcolor;
	border-radius: 4em;
	line-height: 1.6;
	color: #293855;
	background-color: #fff;
	font-size: 0.625rem;
}

.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-title {
	line-height: 1.5714285714;
	font-weight: 700;
	font-size: 0.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 300ms ease;
}

.post-content .micron-top-posts .micron-top-posts-content .wp-block-button {
	display: grid;
	justify-content: start;
}

@media screen and (max-width: 1024px) {

	.post-content .micron-top-posts {
		padding-block: 40px;
		padding-inline: 24px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a {
		padding-inline-end: 56px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a::after {
		right: 16px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:hover::after,
	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:active::after,
	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:focus-visible::after {
		right: 8px;
	}
}

@media screen and (max-width: 767px) {

	.post-content .micron-top-posts {
		row-gap: 80px;
	}
}

@media screen and (min-width: 768px) {

	.post-content .micron-top-posts {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {

	.post-content .micron-top-posts {
		-moz-column-gap: 48px;
		column-gap: 48px;
	}
}

@media screen and (min-width: 1025px) {

	.post-content .micron-top-posts {
		padding-block: 64px;
		-moz-column-gap: 80px;
		column-gap: 80px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a {
		padding-inline-end: 64px;
		grid-template-columns: auto 1fr;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a::after {
		right: 24px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:hover::after,
	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:active::after,
	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:focus-visible::after {
		right: 16px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-date {
		grid-column: 1/2;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-category {
		grid-column: 2/3;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-title {
		grid-column: 1/-1;
	}
}

@media print {

	.post-content .micron-top-posts {
		padding-block: 64px;
		grid-template-columns: 1fr 1fr;
		-moz-column-gap: 80px;
		column-gap: 80px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a {
		padding-inline-end: 64px;
		grid-template-columns: auto 1fr;
		-moz-column-gap: 24px;
		column-gap: 24px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a::after {
		right: 24px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:hover::after,
	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:active::after,
	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a:focus-visible::after {
		right: 16px;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-date {
		grid-column: 1/2;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-category {
		grid-column: 2/3;
	}

	.post-content .micron-top-posts .micron-top-posts-content .micron-top-posts-list .micron-top-posts-item > a .micron-top-posts-item-title {
		grid-column: 1/-1;
	}

	.post-content .micron-top-posts .micron-top-posts-content .wp-block-button {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
}
