@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */

/* プラズマクラスター技術の紹介 */
.pci-tech>.section-sub-title {
	margin-top: 5rem;
}

.pci-tech .sub-item {
	margin-top: 0;
}

.pci-tech .flex-container {
	row-gap: 5rem;
}

/* 空清実証効果テキスト */
.kuusei-effect {
	padding: .25em .5em;
	font-size: 1.4rem;
	border: solid 1px #000;
}

.pci-container {
	display: flex;
	flex-wrap: wrap;
	row-gap: 4rem;
}

.pci-text {
	inline-size: 100%;
}

.pci-logo {
	inline-size: 100%;
	max-inline-size: 340px;
	margin-inline: auto;
	position: relative;
}

.pci-logo sup {
	position: absolute;
	top: 61%;
	right: 18%;
}

/* PCI表 */
.font-s {
	font-size: .8em;
	font-weight: normal;
}

table.table-pci {
	width: 100%;
	text-align: center;
}

table.table-pci tr {
	border-bottom: solid 1px #959595;
}

table.table-pci tbody th,
table.table-pci tbody td {
	font-weight: 500;
}

table.table-pci tbody tr th:first-of-type {
	background: #fff;
}

table.table-pci tbody tr td:first-of-type {
	background: #fff;
}

table.table-pci tbody tr td:nth-of-type(2) {
	background: #fff;
}

table.table-pci tbody tr td:nth-of-type(3) {
	background: #fff;
}

.th-icon {
	position: relative;
}

.th-icon sup {
	position: absolute;
	top: -.5em;
	right: 0;
}

.jissyo {
	padding: .25em .5em;
	font-size: 1.4rem;
	border: solid 1px #000;
}

.th-icon-pb {
	padding-bottom: 1em;
}

.btn-feature-open {
	margin: var(--margin-small) auto 0;
	inline-size: min(100%, 420px);
	grid-template-columns: 1fr auto 1fr;
}

.btn-feature-open svg {
	justify-self: end;
}

.btn-feature-open::before {
	content: '';
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {}

/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

	/* PCI表 */
	.table-pci-wrap {
		margin-top: 20px;
	}

	table.table-pci {
		font-size: 1.1rem;
	}

	table.table-pci tr th:first-of-type {
		width: 36%;
	}

	table.table-pci th {
		text-align: left;
		font-weight: normal;
	}

	table.table-pci tbody th,
	table.table-pci tbody td {
		padding: 5px;
	}

}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {

	.flex-item:has(.text) {
		flex: 1 0;
	}

	.flex-item:has(img) {
		inline-size: 35%;
	}

	/* プラズマクラスターNEXT */
	.pci-text {
		flex: 1 0;
	}

	.pci-logo {
		inline-size: 340px;
	}

	.pci-logo sup {
		top: 38%;
		right: 18%;
	}


	/* PCI表 */
	.table-pci-wrap {
		margin-top: 7em;
	}

	table.table-pci {
		font-size: 1.8rem;
	}

	table.table-pci tr th:first-of-type {
		width: 50%;
	}

	table.table-pci td {
		height: 60px;
	}

	table.table-pci th {
		text-align: left;
		font-weight: normal;
	}

	.th-icon-pb {
		padding-bottom: 2em;
	}





}