@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */
.bdr-gray {
	padding: 0.5em 1em;
	border: solid 1px #ddd;
}

/* ページタイトル */
.page-title {
	font-weight: 500;
}

/* サブセクション */
.sub-title {
	font-weight: 500;
	background: #e6e6e6;
}

/* 仕様表：基本 */
table.table-spec {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.4;
	border-collapse: separate;
	border-spacing: 0;
}

table.table-spec th,
table.table-spec td,
table.table-spec td.sub-td2 {
	padding: .5em 0;
	font-weight: normal;
	border-bottom: solid 1px #e5e5e5;
	text-align: left;
}


table.table-spec th.sub-th {
	width: auto;
}

table.table-spec th {
	font-weight: 500;
}

/* table.table-spec th {
	width: 40%;
	font-weight: 500;
	vertical-align: top;
}
*/


/* 仕様表 */
table.table-spec td {
	width: 60%;
	padding-left: 1em;
	word-break: break-word;
	border-left: solid 1px #e5e5e5;
}

table.table-spec dl.normal {
	display: flex;
}

table.table-spec dl.normal dt,
table.table-spec dl.normal dd {
	padding: .2em 0;
}

table.table-spec dl.normal dt {
	width: 12rem;
}

table.table-spec th.has-sub-th {
	width: auto;
	padding-right: .5em;
}

/* table.th-size th {
	width: 13rem;
}

#size table.table-spec th {
	width: 35%;
}

#size table.table-spec td {
	width: 65%;
} */

/* 仕様表：パターン3 タイトル内にサブタイトル */
.pattern3 table.table-spec td {
	width: 60%;
	padding-left: 1em;
	word-break: break-word;
	border-left: solid 1px #e5e5e5;
}

.pattern3 table.table-spec.has-sub-td2 th {
	width: 15%;
	padding-right: .8em;
}

.pattern3 table.table-spec td.sub-td2 {
	border-bottom: dashed 1px #e5e5e5;
	padding-left: 1em;
}

.pattern3 table.table-spec.has-sub-td2 td.sub-td2.sub-text {
	width: 37%;
}

.pattern3 table.table-spec.has-sub-td2 td.sub-td2.sub-ttl {
	font-size: 1.3rem;
	vertical-align: top;
	padding-left: 0;
	border-left: none;
	width: 9.75%;
}


.pattern3 table.table-spec tr.last td.sub-td2 {
	border-bottom: solid 1px #e5e5e5;
	padding-left: 1em;
}






/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	article {
		padding-bottom: 4rem;
		font-size: 1.4rem;
	}

	/* ページタイトル */
	.page-title {
		margin: 5rem 0;
		font-size: 2.2rem;
		text-align: center;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 4rem;
	}

	.sub-section:first-of-type {
		padding-top: 0;
	}

	.sub-title {
		margin-bottom: 3rem;
		padding: .2em 0;
		font-size: 1.8rem;
		text-align: center;
	}

	/* 付属品 */
	#fuzoku {
		padding-bottom: 2em;
	}

	#fuzoku .sub-column {
		font-size: 1.3rem;
	}

	ul.option-list {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}

	ul.option-list li {
		width: 32%;
		margin-top: 6%;
		margin-left: 2%;
	}

	ul.option-list li:nth-child(-n + 3) {
		margin-top: 0;
	}

	ul.option-list li:nth-child(3n - 2) {
		margin-left: 0;
	}

	/* 仕様表 */
	table.table-spec th {
		padding-right: .4em;
	}

	/* 仕様表：パターン2 （風量切り替え有り） */
	.pattern2 table.table-spec.has-col3 td {
		width: 75%;
		border-left: solid 1px #e5e5e5;
		padding-left: 1em;
	}

	.pattern2 table.table-spec.has-col3 td:last-of-type {
		border-right: none;
	}

	.pattern2 table.table-spec.has-col3 .td-col3 td {
		width: 25%;
		padding-right: 1em;
		text-align: center;
	}

	.pattern2 table.table-spec.has-col3 th {
		width: 25%;
		padding-right: 0.1em;
	}



	/* 仕様表：パターン3 （タイトル内にサブタイトルあり） */
	.pattern3 table.table-spec.has-sub-td2 td.sub-td2.sub-text {
		width: 44%;
	}

	.pattern3 table.table-spec.has-sub-td2 td.sub-td2.sub-ttl {
		font-size: 1.3rem;
		vertical-align: top;
		padding-left: 0;
		width: 19.8%;
	}

	.pattern3 table.table-spec.has-sub-td2 td.sub-td2.sub-ttl {
		padding-left: .4em;
		padding-right: .4em;
		border-left: none;
	}

	.pattern3 table.table-spec.has-sub-td2 th {
		width: 15%;
		padding-right: .4em;
	}

	.pattern3 table.table-spec.has-sub td {
		width: 56%;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {
	article {
		font-size: 1.4rem;
	}

	/* 最大幅 */
	.maxw500 {
		max-width: 500px;
	}

	.maxw750 {
		max-width: 750px;
	}

	.maxw860 {
		max-width: 860px;
	}

	/* ページタイトル */
	.page-title {
		margin-top: 8rem;
		margin-bottom: 8rem;
		font-size: 3.2rem;
		text-align: center;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}

	.sub-section:first-of-type {
		padding-top: 0;
	}

	.sub-title {
		margin-bottom: 5rem;
		padding: .2em 0;
		font-size: 2.2rem;
		text-align: center;
	}

	/* 仕様表：基本 */
	table.table-spec th {
		font-size: 1.5rem;
	}

	table.table-spec td .sub-ttl {
		display: inline-block;
		width: 15em;
		padding-right: 1rem;
	}

	/* 仕様表：パターン2 （風量切り替え有り） */
	.pattern2 table.table-spec.has-col3 td {
		width: 75%;
		border-left: solid 1px #e5e5e5;
		padding-left: 1em;
	}

	.pattern2 table.table-spec.has-col3 td:last-of-type {
		border-right: none;
	}

	.pattern2 table.table-spec.has-col3 .td-col3 td {
		width: 20%;
		padding-right: 1em;
		text-align: center;
	}

	.pattern2 table.table-spec.has-col3 th {
		width: 35%;
		padding-right: 0.1em;
	}

	/* 付属品 */
	#fuzoku {
		padding-bottom: 2em;
	}

	#fuzoku .sub-column {
		width: 100%;
		font-size: 1.3rem;
	}

	ul.option-list {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}

	ul.option-list li {
		width: 19.2%;
		margin-top: 4rem;
		margin-left: 1%;
	}

	ul.option-list li:nth-child(-n + 5) {
		margin-top: 0;
	}

	ul.option-list li:nth-child(5n - 4) {
		margin-left: 0;
	}


}