.pochipp-box > .aoki-pca-contents-wrapper {
	display: contents !important;
}

.pochipp-box > .aoki-pca-contents-wrapper > * {
	font: inherit;
}

.aoki-pca-image-link {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.aoki-pca-image-link__anchor,
.aoki-pca-compare__image-link {
	display: grid;
	place-items: center;
	min-height: 44px;
	text-decoration: none;
}

.aoki-pca-product-image {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 240px;
	object-fit: contain;
}

.aoki-pca-disclosure {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 20px;
	padding: 1px 5px;
	border: 1px solid #8c8f94;
	border-radius: 3px;
	background: #fff;
	color: #3c434a;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.aoki-pca-image-link > .aoki-pca-disclosure {
	position: absolute;
	top: 4px;
	right: 4px;
}

.aoki-pca-image-unavailable {
	display: grid;
	place-items: center;
	min-width: 120px;
	min-height: 120px;
	padding: 12px;
	border: 1px solid #dcdcde;
	background: #f6f7f7;
	color: #646970;
	font-size: 13px;
	text-align: center;
}

.aoki-pca-compare {
	max-width: 100%;
	margin: 1.5em 0;
}

.aoki-pca-compare figcaption {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-weight: 700;
}

.aoki-pca-compare__scroller {
	max-width: 100%;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
}

.aoki-pca-compare table {
	display: table;
	width: max-content;
	min-width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.aoki-pca-compare th,
.aoki-pca-compare td {
	box-sizing: border-box;
	width: 190px;
	min-width: 190px;
	padding: 12px;
	border: 1px solid #d5ddd8;
	background: #fff;
	color: #173d2f;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	overflow-wrap: anywhere;
}

.aoki-pca-compare th:first-child {
	position: sticky;
	left: 0;
	z-index: 2;
	width: 92px;
	min-width: 92px;
	background: #f2f6f3;
}

.aoki-pca-compare thead th {
	font-weight: 700;
}

.aoki-pca-compare__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	padding: 8px 10px;
	border: 1px solid #176b47;
	border-radius: 4px;
	background: #176b47;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.aoki-pca-compare__button:hover,
.aoki-pca-compare__button:focus-visible {
	background: #104d34;
	border-color: #104d34;
}

.aoki-pca-compare__button:focus-visible,
.aoki-pca-image-link__anchor:focus-visible,
.aoki-pca-compare__image-link:focus-visible,
.aoki-pca-compare__scroller:focus-visible {
	outline: 3px solid #2271b1;
	outline-offset: 2px;
}

.aoki-pca-compare__unavailable {
	color: #646970;
	font-size: 13px;
}

@media (max-width: 600px) {
	.aoki-pca-compare th,
	.aoki-pca-compare td {
		width: 168px;
		min-width: 168px;
		padding: 10px;
		font-size: 14px;
	}

	.aoki-pca-compare th:first-child {
		width: 76px;
		min-width: 76px;
	}

	.aoki-pca-product-image {
		max-height: 190px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aoki-pca-compare__scroller {
		scroll-behavior: auto;
	}
}
