@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
.bdr-gray {
	padding: .5em 1em;
	border: solid 1px #ddd;
}

.no-pt {
	padding-top: 0 !important;
}

/* キャプション付きイメージ */
.fig-caption-bottom figcaption {
	margin-top: .5em;
	font-weight: 500;
	text-align: center;
}

/* メインタイトル */
.main-title {
	font-weight: 500;
	text-align: center;
}

/* サブセクション */
.sub-title {
	font-weight: 700;
}

.sub-bdr-bottom {
	border-bottom: solid 1px #D9D9D9;
}

hr.sub-bdr-bottom {
	border-top: none;
}

/* サブサブセクション */
.sub-sub-title {
	padding-left: 13px;
	position: relative;
}

.sub-sub-title::before {
	content: '';
	display: block;
	width: 4px;
	height: 85%;
	background: #000;
	position: absolute;
	top: 8%;
	left: 0;
}

.sub-item-container .sub-sub-title {
	margin-top: 0;
}

/* ページ内リンクナビ */
ul.list-category-navi {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #535353;
}

ul.list-category-navi li {
	padding-left: 1.2em;
}

ul.list-category-navi li:not(:last-of-type) {
	margin-right: 2rem;
}

ul.list-category-navi a {
	position: relative;
}

ul.list-category-navi a::before {
	content: '';
	position: absolute;
	left: -1.1em;
	top: .5em;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #535353;
}

/* 帯見出し */
.category-title-outer {
	background-color: #E6E6E6;
	margin-top: 6rem;
}

.category-title {
	font-weight: 500;
	font-size: 2rem;
	padding: .9em 0;
}

/* ===== 製品固有スタイル ===== */

/* 冷蔵庫 共通スタイル */
.bg-gray {
	background: #535353;
	color: #fff;
}

.bg-blue {
	background: #305DA3;
	color: #fff;
}

.caption-r {
	font-size: 1.2rem;
	text-align: right;
}

.text-area {
	padding-top: 0.3em;
	text-align: center;
	font-size: 1.4rem;
}

.ttl-color-area sup {
	color: #fff;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

sup.black {
	color: #000;
}

.has-blank.btn-arrow a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(/products/common/images/icon-window-w.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 6px center;
	padding-right: 1.7em;
	position: relative;
	top: -1.4px;
	vertical-align: middle;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	article {
		font-size: 1.5rem;
		line-height: 1.6;
	}

	/* フレックスコンテナ */
	.flex-item-text,
	.flex-item-img {
		width: 100%;
	}

	/* メインビジュアル */
	.main-visual {
		margin-top: 2rem;
	}

	/* メインタイトル */
	.main-title {
		margin: 5rem 0 0;
		font-size: 2.2rem;
		line-height: 1.4;
	}

	.inner-title {
		display: inline-block;
		padding: 0.3rem 1.8rem;
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 5rem;
		background-color: #000;
		color: #fff;
	}

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

	.sub-bdr-bottom {
		padding-bottom: 5rem;
	}

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

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

	.img-container {
		margin-top: 3rem;
	}

	.flex-container>.flex-item:nth-of-type(n+2)>.text-container:first-child,
	.flex-container>.flex-item:nth-of-type(n+2)>.img-container:first-child {
		margin-top: 0;
	}

	/* サブアイテム・2列 */
	.sub-item-container>.sub-item {
		padding-top: 5rem;
	}

	.sub-title+.sub-item-container>.sub-item:nth-of-type(-n+2) {
		padding-top: 2rem;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 5rem;
	}

	/* サブサブセクション */
	.sub-sub-title {
		margin-top: 6rem;
		font-size: 1.6rem;
	}

	.sub-title+.sub-sub-item>.sub-sub-title,
	.sub-title+.sub-sub-title {
		margin-top: 3rem;
	}

	.sub-title+.sub-sub-item .flex-container .flex-item:first-of-type .sub-sub-title {
		margin-top: 3rem;
	}

	/* ===== 製品固有スタイル ===== */

	/* 冷蔵庫専用  */
	.sub-name {
		display: inline-block;
		padding: 0.6rem 1.4rem;
		font-size: 1.6rem;
		font-weight: 700;
		background-color: #F5F5F5;
		color: #0039A5;
		margin-top: 1rem;
	}

	.sub-name+.sub-sub-item>.sub-sub-title {
		margin-top: 3rem;
	}

	.pci-container+.sub-sub-item>.sub-sub-title {
		margin-top: 3rem;
	}

	.sub-name+.sub-sub-item .flex-container .flex-item:first-of-type .sub-sub-title {
		margin-top: 3rem;
	}

	.small-text {
		font-size: 1.3rem;
		margin-top: 0.4em;
	}

	.text-area {
		font-size: 1.2rem;
	}

	.ttl-color-area {
		padding: 0.3em;
		text-align: center;
		font-size: 1.3rem;
		font-weight: 400;
	}

	.flex-container.half .ttl-color-area.min-h {
		min-height: 4.8rem;
		line-height: 3;
	}

	/* 冷蔵庫専用 フレックスコンテナ ハーフ 2段目以降 */
	.sub-sub-item .flex-container.fix-bottom-img>.flex-item:nth-of-type(n+2) {
		margin-top: 0;
	}

	/* 冷蔵庫専用 画像リスト */
	ul.list-figures li {
		margin-top: 1em;
	}

	ul.list-figures li:first-child {
		margin-top: 0;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.sp-col2,
	ul.list-figures.col4 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	ul.list-figures.sp-col2 li,
	ul.list-figures.col4 li {
		width: 49%;
		margin-top: 1em;
	}

	ul.list-figures.col3 li {
		margin-top: 3rem;
	}
	
	ul.list-figures.sp-col2.no-gap li {
		width: 50%;
	}

	ul.list-figures.sp-col2 li:nth-child(-n+2),
	ul.list-figures.col4 li:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	/* 最大幅 */
	.maxw750 {
		max-width: 750px;
	}

	.maxw860 {
		max-width: 860px;
	}

	.maxw890 {
		max-width: 890px;
	}

	/* フレックスコンテナ：カスタム幅 */
	.flex-container.r40p {
		justify-content: space-between;
	}

	.flex-container.r40p>.flex-item.r40p-l {
		padding-right: 4%;
		flex: 1;
	}

	.flex-container.r40p>.flex-item.r40p-r {
		width: 40%;
	}

	/* フレックスコンテナ：ハーフ・カスタム */
	.flex-container.half-custom {
		justify-content: space-between;
	}

	.flex-container.half-custom>.flex-item {
		width: 47%;
	}

	/* メインビジュアル */
	.main-visual {
		margin-top: 8rem;
	}

	/* メインタイトル */
	.main-title {
		margin: 8rem 0 0;
		font-size: 3.2rem;
		line-height: 1.4;
	}

	.inner-title {
		display: inline-block;
		padding: 0.3rem 5.4rem;
		font-size: 1.8rem;
		font-weight: 500;
		margin-bottom: 8rem;
		background-color: #000;
		color: #fff;
	}

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

	.sub-bdr-bottom {
		padding-bottom: 8rem;
	}

	.sub-title {
		font-size: 2.2rem;
	}

	.text-container,
	.img-container {
		margin-top: 4rem;
	}

	.text-container.pc-slim,
	.img-container.pc-slim {
		margin-top: 2rem;
	}

	/* サブアイテム・2列 */
	.sub-item-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sub-title+.sub-item-container>.sub-item:nth-of-type(-n+2) {
		padding-top: 4rem;
	}

	.sub-item-container>.sub-item {
		display: flex;
		flex-direction: column;
		width: 47%;
		padding-top: 8rem;
	}

	.sub-item-container>.sub-item.sub-bdr-bottom {
		padding-bottom: 8rem;
	}

	.sub-item-container .sub-item .img-container {
		min-height: 0%;
		/* IE対応 */
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	/* 画像下揃え */
	.fix-bottom-img .flex-item {
		display: flex;
		flex-direction: column;
	}

	.fix-bottom-img .img-container {
		min-height: 0%;
		/* IE対応 */
		width: 100%;
		margin-top: auto;
		padding-top: 2rem;
	}

	/* 注釈セクション */
	.caption-section {
		padding-top: 8rem;
	}

	/* サブサブアイテム */
	.sub-sub-item {
		padding-top: 8rem;
	}

	.sub-title+.sub-sub-item {
		padding-top: 4rem;
	}

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

	.sub-sub-title+.text-container {
		margin-top: 2rem;
	}

	/* ページ内リンクナビ */
	ul.list-category-navi {
		justify-content: center;
		margin-top: 3rem;
		font-size: 1.4rem;
	}

	/* 帯見出し */
	.category-title-outer {
		margin-top: 10rem;
	}

	.category-title {
		font-size: 3rem;
	}

	/* ===== 製品固有スタイル ===== */

	/* 冷蔵庫専用  */
	.sub-name {
		display: inline-block;
		padding: 0.8rem 2.2rem;
		font-size: 1.8rem;
		font-weight: 700;
		background-color: #F5F5F5;
		color: #0039A5;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}

	.sub-name+.sub-sub-item {
		padding-top: 4rem;
	}

	.small-text {
		font-size: 1.4rem;
		margin-top: .4em;
	}

	.ttl-color-area {
		padding: 0.5em 0.2em;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 400;
	}

	.flex-container.half .ttl-color-area.min-h {
		min-height: 5rem;
		line-height: 3;
	}

	/* 冷蔵庫専用 画像リスト */
	ul.list-figures {
		display: flex;
		flex-wrap: wrap;
	}

	ul.list-figures li .img {
		width: 100%;
	}

	ul.list-figures.col2,
	ul.list-figures.col3 {
		justify-content: space-between;
	}

	ul.list-figures.col2 li {
		width: 49%;
		margin-top: 1em;
	}

	ul.list-figures.col2.no-gap li {
		width: 50%;
	}

	ul.list-figures.col2 li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-figures.col2 li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-figures.col3 li {
		width: 32%;
		margin-top: 6.0rem;
	}

	ul.list-figures.col4 li {
		width: 23%;
		margin-left: 2.666%;
	}

	ul.list-figures.col4 li:nth-child(4n-3) {
		margin-left: 0;
	}

	/* 冷蔵庫専用 リストコンテナ・画像下揃え */
	.list-figures.fix-bottom-img li {
		display: flex;
		flex-direction: column;
	}

	.list-figures.fix-bottom-img li .img {
		min-height: 0%;
		margin-top: auto;
	}

	/* 冷蔵庫専用 フレックスコンテナ ハーフ 2段目以降 */
	.flex-container.half>.flex-item:nth-of-type(n+3) {
		margin-top: 4rem;
	}

	.flex-container.half-w47p>.flex-item:nth-of-type(n+3),
	.flex-container.half-custom>.flex-item:nth-of-type(n+3) {
		margin-top: 6rem;
	}

	/* 冷蔵庫専用 フレックスコンテナ：ハーフ 47%*/
	.flex-container.half-w47p {
		justify-content: space-between;
	}

	.flex-container.half-w47p>.flex-item {
		width: 47%;
	}

	/* 冷蔵庫専用 フレックスコンテナ：左 ハーフ 47% */
	.flex-container.half>.flex-item.left-w47p {
		width: 47%;
	}

}