@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */
/* ページタイトル */
.page-title {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 3.2rem;
	margin-bottom: 2.4rem;
}

/* セクション */
.sub-section {
	padding-top: 4rem;
}

/* セクション：タイトル */
.section-title {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1em;
}

.section-sub-titleArea {
	margin-top: 6rem;
}

.section-sub-title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1em;
}

/* ページ内リンク */
.list-skip-anchor {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.list-skip-anchor>li>a {
	display: flex;
	column-gap: .5em;
	align-items: center;
	inline-size: fit-content;
	font-size: 1.4rem;
	font-weight: 400;
}

.list-skip-anchor svg {
	inline-size: 1em;
	height: 1lh;
}

/* 基本仕様リンクボタン */
.basic-anchor-wrap .list-skip-anchor>li>a {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	column-gap: 1em;
	border: 1px solid #000;
	border-radius: 5px;
	padding: .5em 1em;
	background-color: #535353;
	color: #fff;
}

/* 基本仕様 */
.table-spec {
	inline-size: 100%;
	font-size: 1.4rem;
	border-collapse: separate;
	border-spacing: 0;
	border-bottom: 1px solid var(--light-gray);
}

.table-spec th,
.table-spec td {
	display: block;
	inline-size: 100%;
	padding: 1em;
	border-top: 1px solid var(--light-gray);
	border-left: 1px solid var(--light-gray);
	border-right: 1px solid var(--light-gray);
}

.table-spec th {
	background-color: var(--light-gray);
	font-weight: 500;
}

.table-spec th.rowspan {
	background-color: var(--white-gray);
}

/* 基本仕様：タイトル */
.aircon-spec-title-area {
	display: flex;
	align-items: center;
	column-gap: 3.5rem;
	row-gap: 1rem;
}

.aircon-spec-title-right,
.aircon-spec-title-left {
	display: flex;
	align-items: center;
}

.aircon-spec-title-right span,
.aircon-spec-title-left span {
	font-size: 1.4rem;
}

.aircon-spec-title-right {
	padding-right: 3.5rem;
	border-right: 1px solid #707070;
}

.aircon-spec-title-right em {
	font-size: 4rem;
	padding-right: 1rem;
	line-height: 1;
	flex-shrink: 0;
}

.aircon-spec-title-left em {
	font-size: 2.8rem;
	padding-right: 2rem;
	flex-shrink: 0;
}

/* 基本仕様：スペック表 */
.aircon-spec-container {
	padding-top: 9rem;
}

.table-spec-box {
	margin-top: 2rem;
}

.table-spec-box h5 {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}

.table-spec-box .table-spec th,
.table-spec-box .table-spec td {
	padding: 0.8em;
}

.table-spec-box .table-spec th {
	width: 37%;
}

.icon-emark {
	width: 2.3rem;
}

.icon-plug {
	width: 1.8rem;
}

/* 省エネ基準達成率 */
.eco-prod-container {
	padding-bottom: 3rem;
}

.eco-prod-container:last-of-type {
	padding-bottom: 0;
}

.eco-prod-title {
	font-size: 1.6rem;
	margin-bottom: .6em;
}

/* 省エネ性マーク */
.eco-mark {
	max-inline-size: 25px;
}

/* 冷暖房表 */
.aircon-rei-danbo-box {
	margin-top: 2rem;
}

table.table-rei-danbo {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1.6rem;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: center;
}

table.table-rei-danbo thead {
	background: #F5F5F5;
}

table.table-rei-danbo thead th {
	width: 5em;
}

table.table-rei-danbo th,
table.table-rei-danbo td {
	padding: .8em;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.table-rei-danbo thead th {
	font-weight: 400;
}

.teion-danou {
	text-align: right;
	margin-top: .5rem;
	font-size: 1.4rem;
}

/* 寸法 */
.size-img-container {
	display: flex;
	flex-wrap: wrap;
	row-gap: 4rem;
}

.aircon-caption-box {
	margin-top: 5rem;
}

/* 寸法：室内機2サイズ用処理 */
.size-img-container.multi-sizes {
	flex-direction: column;
	gap: 8rem;
}

.multi-sizes>.size-sub-item {
	inline-size: auto;
}

.size-img-group {
	display: flex;
	justify-content: space-between;
}

.size-img-item {
	inline-size: 48%;
}

.size-model-name {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

/* 寸法（室外機） */
#size .section-sub-title {
	text-align: center;
	background-color: #fff;
	padding-block: .3em;
}

.size-sub-shitsugai {
	width: calc(94% / 3);
}

.size-img-container::after {
	content: "";
	display: block;
	width: calc(94% / 3);
}

.size-img-container figure {
	position: relative;
	height: 100%;
	padding-bottom: 84%;
}

.size-img-container figure img {
	position: absolute;
	bottom: 0;
}

.size-text {
	font-size: 1.4rem;
	margin-top: 3rem;
}

/* リモコン */
.remocon-img-container {
	display: flex;
	align-items: center;
}

.remocon-img-container img {
	width: 37.5%;
}

/* 各種データダウンロード */
.data-download__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2%;
	max-inline-size: 900px;
	margin-top: var(--margin-small);
}

.data-download__list>li {
	inline-size: 100%;
}

.data-download__list a {
	display: grid;
	grid-template-columns: 25px auto;
	justify-content: center;
	place-items: center;
	column-gap: 0.6em;
	min-block-size: 65px;
	padding: 0.2em 1em;
	background: #fff;
	border: 1px solid #000;
	font-size: 1.8rem;
	font-weight: 400;
}

/* ==========================================
	ホバー、マウスポインタがサポートされている環境
=========================================== */
@media (hover:hover) and (pointer: fine) {

	/* ページ内リンク */
	.list-skip-anchor>li>a:hover {
		text-decoration: none;
		background-color: #000;
		color: #fff;
	}

	.link-option:hover {
		text-decoration: none;
	}

	/* 基本仕様リンクボタン */
	.basic-anchor-wrap .list-skip-anchor>li>a:hover {
		text-decoration: none;
		background-color: #fff;
		color: #000;
	}

	/* 各種データダウンロード */
	.data-download__list a:hover {
		text-decoration: none;
	}
}

/* ====================================
	スマートフォン専用スタイル（～768px）
===================================== */
@media screen and (width <768px) {

	/* セクション：タイトル */
	.section-sub-titleArea {
		margin-top: 4rem;
	}

	.section-sub-title {
		margin-bottom: 2rem;
	}

	/* 基本仕様リンクボタン */
	.basic-anchor-wrap .list-skip-anchor>li>a {
		grid-template-columns: 1fr auto;
		column-gap: .5em;
		padding: 0.2em .7em;
	}

	.list-skip-anchor {
		gap: 1rem;
	}

	.main-anchor-wrap .list-skip-anchor {
		gap: 2rem;
	}

	/* 基本仕様：タイトル */
	.aircon-spec-title-area {
		row-gap: 0rem;
		flex-direction: column;
	}

	.aircon-spec-title-right,
	.aircon-spec-title-left {
		width: 100%;
	}

	.aircon-spec-title-right {
		padding-right: 0;
		padding-bottom: 1rem;
		border-right: none;
		border-bottom: 1px solid #707070;
	}

	.aircon-spec-title-right em {
		font-size: 3rem;
	}

	.aircon-spec-title-right span {
		font-size: 1.4rem;
	}

	.aircon-spec-title-left em {
		font-size: 2rem;
	}

	.aircon-spec-title-left {
		padding-top: 1rem;
	}

	.aircon-spec-title-left span {
		font-size: 1.2rem;
	}

	/* 基本仕様：スペック表 */
	.aircon-spec-container {
		margin-top: 3rem;
		padding-top: 3rem;
	}

	.table-spec-box .table-spec th,
	.table-spec-box .table-spec td {
		display: table-cell;
	}

	.table-spec-box .table-spec th {
		width: 42%;
		background-color: var(--white-gray);
		border-right: none;
	}

	/* 冷暖房表 */
	.table-rei-danbo {
		font-size: 1.4rem;
	}

	.text-small {
		display: block;
		font-size: 1.2rem;
	}

	table.table-rei-danbo th,
	table.table-rei-danbo td {
		padding: .2em;
		font-size: 1.4rem;
	}

	.table-rei-danbo thead th:first-of-type {
		width: 3em;
	}

	/* 寸法 */
	.size-img-container {
		justify-content: space-between;
	}

	.size-img-container::after {
		content: none;
	}

	.size-sub-shitsugai p {
		font-size: 1.4rem;
	}

	.shitsugai-caption-box {
		margin-top: 2rem;
	}

	.size-text {
		margin-top: 2rem;
	}

	.size-sub-shitsugai {
		width: calc(95% / 2);
	}

	.remocon-img-container img {
		width: 100%;
	}

	/* 寸法：室内機2サイズ用処理 */
	.size-img-container.multi-sizes {
		gap: 6rem;
	}

	.size-img-group {
		flex-direction: column;
		gap: 2rem;
	}

	.size-img-item {
		inline-size: 100%;
	}
}

/* ====================================
	TAB、PC、印刷専用スタイル（768px～）
===================================== */
@media print,
screen and (width >=768px) {

	/* ページタイトル */
	.page-title {
		font-size: 4rem;
		margin-top: 5rem;
		margin-bottom: 3rem;
	}

	/* セクション */
	.sub-section {
		padding-top: 10rem;
	}

	/* セクション：タイトル */
	.section-title {
		font-size: 2.8rem;
	}

	.section-sub-title {
		font-size: 1.8rem;
	}

	/* ページ内リンク */
	.skip-anchor-wrap {
		display: flex;
		justify-content: space-between;
		column-gap: 2rem;
	}

	.list-skip-anchor>li>a {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		column-gap: 1em;
		border: 1px solid #000;
		border-radius: 5px;
		padding: .5em 1em;
	}

	/* 基本仕様 */
	.table-spec {
		font-size: 1.6rem;
		border-left: 1px solid var(--light-gray);
	}

	.table-spec th,
	.table-spec td {
		display: table-cell;
		border: none;
		border-top: 1px solid var(--light-gray);
		padding: 1em .8em;
	}

	.table-spec th {
		inline-size: 40%;
		background-color: var(--white-gray);
	}

	.table-spec td {
		border-left: 1px solid var(--light-gray);
		border-right: 1px solid var(--light-gray);
	}

	.table-spec th[rowspan],
	th.rowspan {
		inline-size: 20%;
	}

	/* 省エネ基準達成率 */
	.eco-prod-container {
		padding-bottom: 4rem;
	}

	.eco-prod-title {
		font-size: 1.8rem;
	}

	/* 寸法 */
	.size-img-container {
		justify-content: space-between;
		row-gap: 10rem;
	}

	.size-item {
		inline-size: 100%;
		max-inline-size: 860px;
		margin-inline: auto;
	}

	.size-sub-item {
		inline-size: 47%;
	}

	/* 各種データダウンロード */
	.data-download__list>li {
		inline-size: fit-content;
		min-inline-size: 280px;
	}
}