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

.post-content .micron-top-products {
	display: grid;
}

.post-content .micron-top-products .micron-top-products-image {
	aspect-ratio: 580/286;
	position: relative;
}

.post-content .micron-top-products .micron-top-products-image .micron-top-products-image-primary,
.post-content .micron-top-products .micron-top-products-image .micron-top-products-image-secondary {
	position: absolute;
	top: 0;
	width: 58.62068966%;
}

.post-content .micron-top-products .micron-top-products-image .micron-top-products-image-primary {
	z-index: 2;
	left: 0;
}

.post-content .micron-top-products .micron-top-products-image .micron-top-products-image-secondary {
	z-index: 1;
	padding-top: 16.37931034%;
	right: 0;
}

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

.post-content .micron-top-products .micron-top-products-content .micron-top-products-description {
	padding-block: 0;
	line-height: 1.5714285714;
	font-size: 0.875rem;
}

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

	.post-content .micron-top-products {
		padding-block: 40px;
	}

	.post-content .micron-top-products .micron-top-products-content .micron-top-products-description {
		margin-block-start: 8px;
	}
}

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

	.post-content .micron-top-products {
		row-gap: 24px;
	}

	.post-content .micron-top-products .micron-top-products-content .wp-block-button {
		margin-block-start: 24px;
	}
}

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

	.post-content .micron-top-products {
		grid-template-columns: 1fr 1fr;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}

	.post-content .micron-top-products .micron-top-products-content .wp-block-button {
		margin-block-start: 40px;
	}
}

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

	.post-content .micron-top-products {
		padding-block: 64px;
		grid-template-columns: 45.3125% auto;
		-moz-column-gap: 80px;
		column-gap: 80px;
	}

	.post-content .micron-top-products .micron-top-products-content .micron-top-products-description {
		margin-block-start: 24px;
	}

	.post-content .micron-top-products .micron-top-products-content .wp-block-button {
		margin-block-start: 24px;
	}
}

@media print {

	.post-content .micron-top-products {
		padding-block: 64px;
		grid-template-columns: 45.3125% auto;
		-moz-column-gap: 80px;
		column-gap: 80px;
	}

	.post-content .micron-top-products .micron-top-products-content .micron-top-products-description {
		margin-block-start: 24px;
	}

	.post-content .micron-top-products .micron-top-products-content .wp-block-button {
		margin-block-start: 24px;
	}

	.post-content .micron-top-products .micron-top-products-content .wp-block-button .wp-block-button__link {
		width: 100%;
	}
}
