@charset "utf-8";
/* =============================================================================
 * ビルトインガスコンロ 商品詳細 専用UI
 *   /gasconro/commodity_search/css/detail.css
 *
 *  このページ（detail.php）専用。すべて .gcd 配下にスコープしてあるので、
 *  商品一覧（search.php）・メーカーTOP（.gc2）・カテゴリTOP（.gct）・
 *  シリーズページには影響しない。
 *  h2.heading_01 は共通のデザインをそのまま使うため、ここでは触らない。
 *
 *  旧 css/style.css は商品一覧と共用なので残す（読み込みもそのまま）。
 *  こちらは旧デザインからのコピーはせず、必要なものだけ新しく書いている。
 * ========================================================================== */

.gcd {
	--d-ink:   #22303a;
	--d-sub:   #5a6b78;
	--d-green: #209512;			/* サイトのアクセント（ガスコンロTOPと同じ） */
	--d-red:   #d7000f;
	--d-line:  #e4e9ee;
	--d-panel: #f6f8fa;
	color: var(--d-ink);
	font-size: 14px;
	line-height: 1.85;
}
.gcd section { margin: 0 0 20px !important; }
.gcd p { margin: 0 0 10px; }
.gcd img { max-width: 100%; }
.gcd .gcd-lead { margin: 12px 0 14px; font-size: 14px; line-height: 1.9; }
.gcd .gcd-note { margin: 10px 0 0; font-size: 12px; line-height: 1.75; color: var(--d-sub); }
.gcd .gcd-more { margin: 12px 0 0; text-align: right; font-size: 13.5px; }
.gcd .gcd-more a { position: relative; padding-right: 16px; font-weight: bold; text-decoration: none; }
.gcd .gcd-more a::after {
	content: ""; position: absolute; right: 2px; top: 50%; width: 6px; height: 6px;
	border-top: 2px solid currentColor; border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
/* 小見出し（h2 は共通のまま使うので、その下のまとまりにはこれを使う） */
.gcd .gcd-fg {
	margin: 16px 0 8px; padding: 0 0 5px; font-size: 13px; font-weight: bold; color: var(--d-sub);
	border-bottom: 1px solid var(--d-line);
}

/* =============================================================================
 * ファーストビュー
 * ========================================================================== */
.gcd .gcd-h1 { margin: 0 0 14px; font-size: 22px; font-weight: bold; line-height: 1.35; }
.gcd .gcd-h1 small { display: block; margin-top: 3px; font-size: 13px; font-weight: normal; color: var(--d-sub); }

.gcd .gcd-fv { display: grid; grid-template-columns: 1fr; gap: 0 20px; align-items: start; }
.gcd .gcd-fv__ph { border: 1px solid var(--d-line); background: #fff; padding: 10px; }
.gcd .gcd-fv__ph img { display: block; width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: contain; }
.gcd .gcd-fv__noimg { margin: 0; padding: 56px 0; text-align: center; color: var(--d-sub); background: var(--d-panel); }
.gcd .gcd-fv__acc { margin: 9px 0 0; padding: 8px 0 0; border-top: 1px dotted var(--d-line); font-size: 12px; line-height: 1.7; }
.gcd .gcd-fv__acc b { display: inline-block; margin-right: 7px; padding: 0 7px; background: var(--d-green); color: #fff; font-size: 11px; }

.gcd .gcd-brand { display: flex; align-items: center; gap: 10px; margin: 10px 0 9px; }
/* ロゴは460×180の原寸を高さ26pxに縮めて出す（サイドメニューと同じ素材） */
.gcd .gcd-brand img { display: block; width: auto; height: 36px !important; }
.gcd .gcd-brand span { font-size: 22px; font-weight: bold; }

.gcd .gcd-chip { list-style: none; margin: 0 0 12px; padding: 0; display: flex; flex-wrap: wrap; gap: 5px; }
.gcd .gcd-chip > li {
	margin: 0; padding: 3px 10px; font-size: 12px; line-height: 1.5;
	background: var(--d-panel); border: 1px solid var(--d-line);
}
.gcd .gcd-chip > li::before { content: none; }
.gcd .gcd-chip b { margin-right: 6px; font-weight: bold; color: var(--d-sub); font-size: 11px; }

/* 価格 */
.gcd .gcd-price { border: 1px solid var(--d-line); background: #fff; }
.gcd .gcd-price__l {
	display: flex; align-items: baseline; gap: 8px; margin: 0; padding: 8px 12px;
	background: var(--d-panel); border-bottom: 1px solid var(--d-line); font-size: 12px; color: var(--d-sub);
}
.gcd .gcd-price__l em { font-style: normal; font-size: 14px; text-decoration: line-through; }
.gcd .gcd-price__l em small { font-size: 11px; margin-left: 1px; }
.gcd .gcd-price__l i {
	font-style: normal; margin-left: auto; padding: 1px 9px; border-radius: 2px;
	background: var(--d-red); color: #fff; font-size: 12px; font-weight: bold;
}
.gcd .gcd-price__b { margin: 0; padding: 8px 12px 0; }
.gcd .gcd-price__b > div { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; padding: 3px 0; }
.gcd .gcd-price__b dt { font-size: 12.5px; color: var(--d-sub); }
.gcd .gcd-price__b dt span { font-size: 10.5px; margin-left: 12px; }
.gcd .gcd-price__b dd { margin: 0; font-size: 16px; font-weight: bold; white-space: nowrap; }
.gcd .gcd-price__b dd small { font-size: 12px; margin-left: 1px; }		/* 「円」は数字より小さく */
.gcd .gcd-price__b .is-plus dt::before { content: ""; color: var(--d-sub); }
.gcd .gcd-price__t {
	display: flex; align-items: baseline; gap: 5px; margin: 8px 0 0; padding: 9px 12px 10px;
	border-top: 2px solid var(--d-green); background: #f3faf2;
}
.gcd .gcd-price__t span { font-size: 13px; font-weight: bold; }
.gcd .gcd-price__t b { margin-left: auto; font-size: 30px; font-weight: bold; color: var(--d-red); line-height: 1.1; letter-spacing: -.01em; }
.gcd .gcd-price__t small { font-size: 16px; font-weight: bold; color: var(--d-red); }	/* 「円」は数字より小さく */
.gcd .gcd-price__t i { font-style: normal; font-size: 11.5px; color: var(--d-sub); }
.gcd .gcd-price__n { margin: 0; padding: 7px 12px 9px; font-size: 11.5px; line-height: 1.7; color: var(--d-sub); }
.gcd .gcd-price__n b { color: var(--d-red); }

.gcd .gcd-usp {
	list-style: none; margin: 12px 0 0; padding: 0;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.gcd .gcd-usp > li {
	position: relative; margin: 0; padding: 9px 11px 10px 29px;
	background: var(--d-panel); border: 1px solid var(--d-line);
	font-size: 11.5px; line-height: 1.6; color: var(--d-sub);
}
.gcd .gcd-usp > li::before {
	content: ""; position: absolute; left: 11px; top: 1.15em; width: 10px; height: 5px;
	border-left: 2px solid var(--d-green); border-bottom: 2px solid var(--d-green); transform: rotate(-45deg);
}
.gcd .gcd-usp b { display: block; margin-bottom: 2px; font-size: 12.5px; line-height: 1.45; color: var(--d-ink); }

/* PCは見積りボタンと電話を半分ずつ横に並べる（スマホでは縦に積む） */
.gcd .gcd-act { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 12px 0 0; }
.gcd .gcd-cta, .gcd .gcd-tel { margin: 0; }
.gcd .gcd-act .gcd-cta a, .gcd .gcd-act .gcd-tel a { height: 100%; box-sizing: border-box; }
.gcd .gcd-cta a, .gcd .gcd-tel a {
	display: block; padding: 13px 10px; text-align: center; text-decoration: none; border-radius: 4px;
	font-size: 18px; font-weight: bold; line-height: 1.4; transition: all .25s;
}
.gcd .gcd-cta small, .gcd .gcd-tel small { display: block; margin-top: 2px; font-size: 12.5px; font-weight: normal; }
.gcd .gcd-cta a { background: #34aa34; border: 2px solid #208d14; color: #fff; }
.gcd .gcd-cta a:hover { background: #207720; color: #fff; }

.gcd .gcd-tel a { background: #fff; border: 2px solid #208d14; color: #208d14; }
.gcd .gcd-tel a:hover { background: #f2fbf2; }

/* =============================================================================
 * 価格の内訳
 * ========================================================================== */
.gcd .gcd-break { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 28px 1.5fr 28px 1fr; align-items: center; gap: 0; }
.gcd .gcd-break > li {
	margin: 0; padding: 11px 13px; border: 1px solid var(--d-line); background: #fff; align-self: stretch;
	/* 工事パックの箱だけ背が高いので、中身は上でなく縦中央に置く */
	display: flex; flex-direction: column; justify-content: center;text-align: center;
}
.gcd .gcd-break > li::before { content: none; }
.gcd .gcd-break > li.is-op {
	padding: 0; border: 0; background: none;
	display: flex; align-items: center; justify-content: center;
	font-size: 17px; font-weight: bold; color: var(--d-sub);
}
.gcd .gcd-break > li.is-total { border-color: var(--d-green); background: #f3faf2; }
.gcd .gcd-break__k { display: block; font-size: 12px; font-weight: bold; color: var(--d-sub); }
.gcd .gcd-break b { display: block; margin: 1px 0 3px; font-size: 20px; font-weight: bold; line-height: 1.2; }
.gcd .gcd-break b small { font-size: 13px; margin-left: 1px; }
.gcd .gcd-break > li.is-total b { color: var(--d-red); font-size: 23px; }
.gcd .gcd-break__d { display: block; font-size: 11px; line-height: 1.6; color: var(--d-sub); }

.gcd .gcd-note2 { margin: 14px 0 0; }
.gcd .gcd-note2 p { margin: 0 0 8px; padding: 10px 13px; font-size: 12.5px; line-height: 1.8; background: var(--d-panel); border-left: 3px solid var(--d-line); }
.gcd .gcd-note2 p:last-child { margin-bottom: 0; border-left-color: #e0a33a; }
.gcd .gcd-note2 b { display: block; font-size: 13px; color: var(--d-ink); }
.gcd .gcd-note2 span { display: block; margin: 4px 0; padding-left: 1em; text-indent: -1em; }

/* =============================================================================
 * 仕様
 * ========================================================================== */
.gcd .gcd-spec { width: 100%; border-collapse: collapse; background: #fff; font-size: 13.5px; }
.gcd .gcd-spec th, .gcd .gcd-spec td { padding: 9px 13px; border: 1px solid var(--d-line); text-align: left; vertical-align: top; }
.gcd .gcd-spec th { width: 9em; background: var(--d-panel); font-weight: bold; color: var(--d-sub); font-size: 12.5px; }

/* =============================================================================
 * 機能
 * ========================================================================== */
.gcd .gcd-feat {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 22px;
	border-top: 1px solid var(--d-line);
}
.gcd .gcd-feat > li {
	margin: 0; padding: 11px 2px 12px; border-bottom: 1px solid var(--d-line);
	display: grid; grid-template-columns: 100px 1fr; align-items: start; gap: 12px;
}
.gcd .gcd-feat > li::before { content: none; }
.gcd .gcd-feat__i { display: block; }
.gcd .gcd-feat__i img {
	display: block; width: 100px; height: 48px; object-fit: cover;
	background: var(--d-panel); border: 1px solid var(--d-line);
}
.gcd .gcd-feat__x { min-width: 0; }
.gcd .gcd-feat b {
	display: block; font-size: 13.5px; font-weight: bold; line-height: 1.45; color: var(--d-ink);
}
.gcd .gcd-feat__x span { display: block; margin-top: 3px; font-size: 12px; line-height: 1.75; color: var(--d-sub); }
/* 画像のない機能は文字だけで1列ぶん使う */
.gcd .gcd-feat > li:not(:has(.gcd-feat__i)) { grid-template-columns: 1fr; }
.gcd .gcd-feat > li:not(:has(.gcd-feat__i)) b { padding-left: 14px; position: relative; }
.gcd .gcd-feat > li:not(:has(.gcd-feat__i)) b::before {
	content: ""; position: absolute; left: 0; top: .5em; width: 7px; height: 7px; background: var(--d-green);
}
.gcd .gcd-feat > li:not(:has(.gcd-feat__i)) .gcd-feat__x span { padding-left: 14px; }
/* グループ見出しを強める */
.gcd .gcd-fg {
	margin: 20px 0 0; padding: 6px 12px; font-size: 12.5px; font-weight: bold;
	color: var(--d-ink); background: var(--d-panel); border-left: 3px solid var(--d-green); border-bottom: 0;
}

/* =============================================================================
 * 同シリーズの他の品番／関連商品
 * ========================================================================== */
.gcd .gcd-var, .gcd .gcd-rel { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 10px; margin-top: 2%;}
.gcd .gcd-var > li, .gcd .gcd-rel > li { margin: 0; padding: 0; }
.gcd .gcd-var > li::before, .gcd .gcd-rel > li::before { content: none; }
.gcd .gcd-var a, .gcd .gcd-rel a {
	position: relative; height: 100%; box-sizing: border-box; display: grid; align-items: center; gap: 11px;
	padding: 9px 26px 10px 11px; text-decoration: none; color: inherit;
	background: #fff; border: 1px solid var(--d-line); transition: background .15s, border-color .15s;
}
.gcd .gcd-var a { grid-template-columns: 56px minmax(0, 1fr) auto; }
.gcd .gcd-rel a { grid-template-columns: 56px minmax(0, 1fr) auto; }
.gcd .gcd-var a::after, .gcd .gcd-rel a::after {
	content: ""; position: absolute; right: 10px; top: 50%; width: 6px; height: 6px;
	border-top: 2px solid var(--d-green); border-right: 2px solid var(--d-green);
	transform: translateY(-50%) rotate(45deg);
}
.gcd .gcd-var a:hover, .gcd .gcd-rel a:hover { background: #f5faf5; border-color: var(--d-green); }
.gcd .gcd-var__w { padding: 2px 0; text-align: center; font-size: 12px; font-weight: bold; background: var(--d-panel); }
.gcd .gcd-var > li.is-same .gcd-var__w { background: #e7f3e5; color: var(--d-green); }
.gcd .gcd-var__x, .gcd .gcd-rel__x { min-width: 0; }
.gcd .gcd-var b, .gcd .gcd-rel b {
	display: block; font-size: 13px; font-weight: bold; line-height: 1.4;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
/* 色名は省略しないで折り返す。省略すると「スパークリン…」で区別できない */
.gcd .gcd-var__x span, .gcd .gcd-rel__x span { display: block; font-size: 11px; color: var(--d-sub); line-height: 1.55; }
.gcd .gcd-var__x span i {
	font-style: normal; display: inline-block; margin-right: 6px; padding: 0 6px;
	background: var(--d-panel); border: 1px solid var(--d-line); font-size: 10px; color: var(--d-ink);
}
.gcd .gcd-var > li.is-same .gcd-var__x span i { background: #e7f3e5; border-color: #cfe6cc; color: var(--d-green); }
.gcd .gcd-var__p, .gcd .gcd-rel__p { font-size: 15px; font-weight: bold; color: var(--d-red); white-space: nowrap; }
.gcd .gcd-var__p small, .gcd .gcd-rel__p small { font-size: 11px; margin-left: 1px; }

/* =============================================================================
 * 設置の確認
 * ========================================================================== */
.gcd .gcd-chk { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--d-line); }
.gcd .gcd-chk > li { position: relative; margin: 0; padding: 10px 0 10px 22px; font-size: 13px; line-height: 1.8; border-bottom: 1px solid var(--d-line); }
.gcd .gcd-chk > li::before {
	content: ""; position: absolute; left: 2px; top: 1.05em; width: 9px; height: 5px;
	border-left: 2px solid var(--d-green); border-bottom: 2px solid var(--d-green); transform: rotate(-45deg);
}
.gcd .gcd-chk b { display: block; color: var(--d-ink); }

/* =============================================================================
 * 施工事例
 * ========================================================================== */
.gcd .gcd-case { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.gcd .gcd-case > li { margin: 0; padding: 0; border: 1px solid var(--d-line); background: #fff; }
.gcd .gcd-case > li::before { content: none; }
.gcd .gcd-case__ph { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--d-line); }
.gcd .gcd-case__ph span { position: relative; display: block; }
.gcd .gcd-case__ph img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; background: #f3f5f7; }
.gcd .gcd-case__ph i { position: absolute; left: 0; top: 0; padding: 1px 7px; font-style: normal; font-size: 10.5px; color: #fff; background: rgba(18, 58, 86, .82); }
.gcd .gcd-case__b { padding: 8px 10px 10px; }
.gcd .gcd-case__m { margin: 0 0 5px; font-size: 11px; color: var(--d-sub); }
.gcd .gcd-case__m span { margin: 0 3px; color: #c3ccd3; }
.gcd .gcd-case__r { margin: 0; font-size: 12px; line-height: 1.6; }
.gcd .gcd-case__r > div { display: flex; gap: 6px; }
.gcd .gcd-case__r dt { flex: none; min-width: 3.4em; font-size: 10.5px; color: var(--d-sub); }
.gcd .gcd-case__r dt.is-a { color: var(--d-green); }
.gcd .gcd-case__r dd { margin: 0; min-width: 0; word-break: break-all; }

/* =============================================================================
 * 交換前の型番
 * ========================================================================== */
.gcd .gcd-old { width: 100%; border-collapse: collapse; background: #fff; font-size: 13px; }
.gcd .gcd-old th, .gcd .gcd-old td { padding: 7px 11px; border-bottom: 1px solid var(--d-line); text-align: left; }
.gcd .gcd-old thead th { border-bottom: 2px solid var(--d-green); font-size: 11.5px; font-weight: normal; color: var(--d-sub); }
.gcd .gcd-old tbody tr:nth-child(2n) th, .gcd .gcd-old tbody tr:nth-child(2n) td { background: #fbfcfd; }
.gcd .gcd-old tbody th { font-size: 13.5px; font-weight: bold; white-space: nowrap; }
.gcd .gcd-old td.is-n { white-space: nowrap; color: var(--d-sub); font-size: 12px; }

/* =============================================================================
 * 商品満足度
 * ========================================================================== */
.gcd .gcd-rev { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 12px 14px; border: 1px solid var(--d-line); background: #fff; }
.gcd .gcd-rev__s { margin: 0; text-align: center; white-space: nowrap; }
.gcd .gcd-rev__s b { font-size: 34px; font-weight: bold; line-height: 1.1; }
.gcd .gcd-rev__s em { font-style: normal; font-size: 13px; color: var(--d-sub); }
.gcd .gcd-rev__s > span { display: block; color: #e8912d; font-size: 15px; letter-spacing: 1px; }
.gcd .gcd-rev__s > span i { font-style: normal; color: #dde3e8; }
.gcd .gcd-rev__s small { display: block; font-size: 11px; color: var(--d-sub); }
.gcd .gcd-rev__d { margin: 0; font-size: 12.5px; line-height: 1.8; color: var(--d-sub); }

/* =============================================================================
 * 下部CTA
 * ========================================================================== */
.gcd .gcd-cta2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.gcd .gcd-cta2 a {
	display: block; padding: 13px 10px; text-align: center; text-decoration: none; border-radius: 4px;
	font-size: 17px; font-weight: bold; line-height: 1.4; transition: all .25s;
}
.gcd .gcd-cta2 small { display: block; margin-top: 2px; font-size: 12.5px; font-weight: normal; }
.gcd .gcd-cta2__p { background: #34aa34; border: 2px solid #208d14; color: #fff; }
.gcd .gcd-cta2__p:hover { background: #207720; color: #fff; }
.gcd .gcd-cta2__t { background: #fff; border: 2px solid #208d14; color: #208d14; }
.gcd .gcd-cta2__t:hover { background: #f2fbf2; }


/* =============================================================================
 * 見出し（このページ専用）
 *   共通の h2.heading_01（青いベタ帯）は使わない。
 *   商品詳細は情報の種類が多いので、帯ではなく細い罫と色で区切る。
 * ========================================================================== */
.gcd h2.gcd-h2 {
	position: relative; margin: 0 0 12px; padding: 0 0 8px 14px;
	font-size: 19px; font-weight: bold; line-height: 1.4; color: var(--d-ink);
	background: none; border: 0; border-bottom: 2px solid var(--d-line);
}
.gcd h2.gcd-h2::before {
	content: ""; position: absolute; left: 0; top: 2px; bottom: 10px; width: 4px;
	background: var(--d-green);
}
.gcd h2.gcd-h2::after {
	content: ""; position: absolute; left: 0; bottom: -2px; width: 6em; height: 2px;
	background: var(--d-green);
}

/* =============================================================================
 * 写真送付値引き（既存の値引き画像を使う）
 * ========================================================================== */
.gcd .gcd-photo {
	display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4px 11px;
	margin: 0; padding: 9px 12px 10px; border-top: 1px dashed var(--d-line);
}
.gcd .gcd-photo img { display: block; height: auto; width: 100%; }
.gcd .gcd-photo p { margin: 0; font-size: 11.5px; line-height: 1.7; color: var(--d-sub); }
.gcd .gcd-photo p b { display: block; font-size: 12.5px; color: var(--d-red); }
.gcd .gcd-photo__t {
	grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: flex-end; gap: 4px;
	padding-top: 6px; border-top: 1px dotted var(--d-line); font-size: 12.5px !important; color: var(--d-ink) !important;
}
.gcd .gcd-photo__t b { display: inline !important; font-size: 20px !important; color: var(--d-red) !important; }
.gcd .gcd-photo__t small { font-size: 12px; color: var(--d-red); font-weight: bold; }

/* 保証バナー（既存画像） */
.gcd .gcd-grt { margin: 12px 0 0; }
.gcd .gcd-grt img { display: block; width: 80%; height: auto; margin: 3% auto;}
.gcd .gcd-grt .forSp { display: none; }

/* =============================================================================
 * まるごと工事パックの内訳アイコン（既存の kouji_panel*.webp）
 * ========================================================================== */
.gcd .gcd-pack { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.gcd .gcd-pack > li {
	margin: 0; padding: 42px 2px 5px; text-align: center; font-size: 12px; line-height: 1.35; color: var(--d-sub);
	background-repeat: no-repeat; background-position: top 5px center; background-size: 32px auto;
	border: 1px solid var(--d-line);
}
.gcd .gcd-pack > li::before { content: none; }
/* 内訳の内容を並べているだけの飾りなので、押せないようにする（枠があると押せそうに見える） */
.gcd .gcd-pack > li { pointer-events: none; -webkit-tap-highlight-color: transparent; }
.gcd .gcd-pack .p1 { background-image: url("//www.gasspec.jp/images/kouji_panel2.webp"); }
.gcd .gcd-pack .p2 { background-image: url("//www.gasspec.jp/images/kouji_panel3.webp"); }
.gcd .gcd-pack .p3 { background-image: url("//www.gasspec.jp/images/kouji_panel4.webp"); }
.gcd .gcd-pack .p4 { background-image: url("//www.gasspec.jp/images/kouji_panel5.webp"); }
.gcd .gcd-pack .p5 { background-image: url("//www.gasspec.jp/images/kouji_panel6.webp"); }
.gcd .gcd-pack .p6 { background-image: url("//www.gasspec.jp/images/kouji_panel7.webp"); }

/* 保証・写真割引（価格の内訳の下） */
.gcd .gcd-add { list-style: none; margin: 12px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gcd .gcd-add > li { margin: 0; padding: 10px 12px; display: grid; grid-template-columns: 1fr; align-items: center; gap: 11px; border: 1px solid var(--d-line); background: #fff; }
.gcd .gcd-add > li::before { content: none; }
.gcd .gcd-add img { display: block; width: 100%; height: auto; }
.gcd .gcd-add span { font-size: 11.5px; line-height: 1.7; color: var(--d-sub); }
.gcd .gcd-add b { display: block; font-size: 13px; color: var(--d-ink); }
.gcd .gcd-add b.is-r { display: inline; color: var(--d-red); font-size: 13px; }

/* 一覧の商品画像 */
.gcd .gcd-var__ph, .gcd .gcd-rel__ph { display: block; width: 56px; }
.gcd .gcd-var__ph img, .gcd .gcd-rel__ph img { display: block; width: 56px; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }


/* =============================================================================
 * 10年保証
 * ========================================================================== */
.gcd .gcd-grt2 { border: 2px solid var(--d-green); background: #fff; }
.gcd .gcd-grt2__h {
	display: flex; align-items: baseline; gap: 6px; margin: 0; padding: 11px 15px;
	background: var(--d-green); color: #fff; font-size: 20px; font-weight: bold; line-height: 1.2;
}
.gcd .gcd-grt2__b { padding: 2px 9px; background: #fff; color: var(--d-green); font-size: 14px; border-radius: 2px; }
.gcd .gcd-grt2__h b { font-size: 40px; letter-spacing: -.02em; }
.gcd .gcd-grt2__h em { font-style: normal; font-size: 19px; }
.gcd .gcd-grt2__h small { margin-left: auto; font-size: 11.5px; font-weight: normal; text-align: right; line-height: 1.5; }
.gcd .gcd-grt2__l { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.gcd .gcd-grt2__l > li { margin: 0; padding: 10px 13px 12px; border-left: 1px solid var(--d-line); font-size: 11.5px; line-height: 1.7; color: var(--d-sub); }
.gcd .gcd-grt2__l > li:first-child { border-left: 0; }
.gcd .gcd-grt2__l > li::before { content: none; }
.gcd .gcd-grt2__l b { display: block; font-size: 13px; color: var(--d-green); }
.gcd .gcd-grt2__l b::before {
	content: ""; display: inline-block; width: 9px; height: 5px; margin-right: 6px; vertical-align: 3px;
	border-left: 2px solid var(--d-green); border-bottom: 2px solid var(--d-green); transform: rotate(-45deg);
}
/* 保証の他社比較 */
.gcd .gcd-vs { width: 100%; border-collapse: collapse; background: #fff; table-layout: fixed; }
.gcd .gcd-vs caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.gcd .gcd-vs th, .gcd .gcd-vs td { padding: 7px 5px; border: 1px solid var(--d-line); text-align: center; font-weight: bold; }
.gcd .gcd-vs thead th { background: var(--d-panel); border-bottom: 2px solid var(--d-green); font-size: 12px; color: var(--d-sub); }
.gcd .gcd-vs thead th:first-child, .gcd .gcd-vs tbody th { width: 24%; }
.gcd .gcd-vs thead th.is-us { background: var(--d-green); border-bottom-color: var(--d-green); color: #fff; font-size: 13px; }
.gcd .gcd-vs tbody th { text-align: left; padding-left: 9px; background: #fbfcfd; font-size: 12px; }
.gcd .gcd-vs td.is-us { background: #f3faf2; }
.gcd .gcd-vs__m { display: block; font-size: 17px; line-height: 1; }
.gcd .gcd-vs .is-o .gcd-vs__m { color: var(--d-red); }
.gcd .gcd-vs .is-t .gcd-vs__m { color: #e8912d; }
.gcd .gcd-vs .is-x .gcd-vs__m { color: #9aa8b3; }
.gcd .gcd-vs td b { display: block; margin-top: 2px; font-size: 13px; }
.gcd .gcd-vs td.is-us b { font-size: 14.5px; color: var(--d-green); }
.gcd .gcd-vs td small { display: block; font-size: 10px; font-weight: normal; color: var(--d-sub); }


/* シリーズ定義から出す装備（機能定義が無い区分むけ） */
.gcd .gcd-tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.gcd .gcd-tags > li {
	margin: 0; padding: 5px 12px; font-size: 12.5px; line-height: 1.5;
	background: #f3faf2; border: 1px solid #cfe6cc; color: var(--d-ink);
}
.gcd .gcd-tags > li::before { content: none; }


/* 付属品（この品番に付いてくるもの） */
.gcd .gcd-acc__h { margin: 10px 0 7px; padding: 8px 0 0; border-top: 1px dotted var(--d-line); font-size: 11.5px; color: var(--d-sub); }
.gcd .gcd-acc__h b { display: inline-block; margin-right: 8px; padding: 1px 8px; background: var(--d-green); color: #fff; font-size: 11px; }
.gcd .gcd-acc { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gcd .gcd-acc > li { margin: 0; padding: 0; text-align: center; }
.gcd .gcd-acc > li::before { content: none; }
.gcd .gcd-acc img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: var(--d-panel); border: 1px solid var(--d-line); }
.gcd .gcd-acc span { display: block; margin-top: 4px; font-size: 11px; line-height: 1.45; }

/* 「ほかN品番を見る」 */
.gcd .gcd-more2 { margin: 8px 0 0; }
.gcd .gcd-more2 > summary {
	cursor: pointer; list-style: none; padding: 8px 10px; text-align: center;
	background: var(--d-panel); border: 1px solid var(--d-line);
	font-size: 13px; font-weight: bold; color: var(--d-green);
}
.gcd .gcd-more2 > summary::-webkit-details-marker { display: none; }
.gcd .gcd-more2 > summary::after { content: " ▼"; font-size: 10px; }
.gcd .gcd-more2[open] > summary::after { content: " ▲"; }
.gcd .gcd-more2 > summary:hover { background: #f2fbf2; border-color: var(--d-green); }
.gcd .gcd-more2 .gcd-var { margin-top: 6px; }


/* 入力補助で入れた補足（spec_note） */
.gcd .gcd-specnote {
	margin: 10px 0 0; padding: 9px 13px; font-size: 12.5px; line-height: 1.8;
	background: var(--d-panel); border-left: 3px solid var(--d-green);
}

/* 10年保証ページへの導線（価格の内訳の中） */
.gcd .gcd-add__l {
	display: inline-block; margin-left: 6px; padding-left: 13px; position: relative;
	color: var(--d-green); font-weight: bold; text-decoration: underline; white-space: nowrap;
}
.gcd .gcd-add__l::before {
	content: ""; position: absolute; left: 2px; top: .42em; width: 5px; height: 5px;
	border-top: 2px solid var(--d-green); border-right: 2px solid var(--d-green); transform: rotate(45deg);
}
.gcd .gcd-add__l:hover { text-decoration: none; }
.gcd .gcd-add a img { display: block; }

/* 安全装置（アイコン付きの一覧） */
.gcd .gcd-safe {
	list-style: none; margin: 0; padding: 0;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px;margin-top: 2%;
}
.gcd .gcd-safe > li {
	margin: 0; padding: 8px 10px; display: grid; grid-template-columns: 24px 1fr;
	align-items: center; gap: 9px;
	background: var(--d-panel); border: 1px solid var(--d-line);
	font-size: 12px; line-height: 1.45; color: var(--d-ink);
}
.gcd .gcd-safe > li::before { content: none; }
.gcd .gcd-safe__i { display: block; color: var(--d-green); }
.gcd .gcd-safe > li span { min-width: 0; }

/* =============================================================================
 * 共通パーツ（施工体制・お見積り）の見た目だけ整える
 *   capacity.php / mitsumori.php は全商材で使うのでHTMLは触らない。
 *   .gcd-cm で包んだこのページの中だけに当てる。
 * ========================================================================== */
.gcd-cm { font-size: 14px; line-height: 1.85; color: #22303a; }
.gcd-cm .service { margin: 0; }

/* 見出し（h3.se_text） */
.gcd-cm h3.se_text {
	margin: 22px 0 10px !important; padding: 0 0 0 12px !important;
	font-size: 16px !important; font-weight: bold; line-height: 1.5; color: #22303a;
	background: none !important; border: 0 !important; border-left: 4px solid #209512 !important;
}
.gcd-cm h3.se_text:first-child { margin-top: 0 !important; }
.gcd-cm .service p { margin: 0 0 10px; font-size: 13.5px; line-height: 1.9; }

/* スタッフ写真 */
.gcd-cm .service img {
	display: block; width: 100%; height: auto; max-width: 760px; margin: 0 auto;
	border: 1px solid #e4e9ee; background: #fff;
}

/* 「工事担当スタッフ紹介」ボタン */
.gcd-cm p.button004 { margin: 12px 0 0 !important; text-align: center; }
.gcd-cm p.button004 a {
	display: inline-block; min-width: 260px; padding: 12px 22px;
	background: #fff; border: 2px solid #209512; border-radius: 4px;
	color: #207720 !important; font-size: 14px; font-weight: bold; text-decoration: none;
}
.gcd-cm p.button004 a:hover { background: #f2fbf2; }

/* 資格一覧：縦一列の箇条書き → 3列のタグ */
.gcd-cm .service ul {
	list-style: none; margin: 4px 0 0 !important; padding: 0 !important;
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px;
}
.gcd-cm .service ul > li {
	margin: 0 !important; padding: 8px 10px 8px 26px !important; position: relative;
	background: #f6f8fa; border: 1px solid #e4e9ee; list-style: none;
	font-size: 12.5px; line-height: 1.5;
}
.gcd-cm .service ul > li::before,
.gcd-cm .service ul > li::marker { content: none; }
.gcd-cm .service ul > li::after {
	content: ""; position: absolute; left: 10px; top: 1.15em; width: 9px; height: 5px;
	border-left: 2px solid #209512; border-bottom: 2px solid #209512; transform: rotate(-45deg);
}

/* お見積り（mitsumori.php） */
.gcd-cm #mitsumori_box { margin: 24px 0 0; padding: 0; background: none; border: 0; }
.gcd-cm .m_box_02 { margin: 0 0 12px; padding: 0; background: none; border: 0; }
.gcd-cm p.m_text_01 {
	margin: 0 0 8px !important; padding: 0 0 0 12px !important;
	font-size: 16px !important; font-weight: bold; line-height: 1.5;
	color: #22303a !important; border-left: 4px solid #209512;
}
.gcd-cm p.m_text_02 {
	margin: 0 !important; padding: 10px 14px !important; font-size: 13px !important;
	line-height: 1.85; color: #5a6b78 !important;
	background: #f6f8fa !important; border: 1px solid #e4e9ee !important;
}
/* バナー2枚：はみ出しをやめて横に並べる */
.gcd-cm #mitsumori_box { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gcd-cm .m_box_02, .gcd-cm p.m_text_03 { grid-column: 1 / -1; }
.gcd-cm .free_01, .gcd-cm .form_01 { float: none !important; margin: 0 !important; width: auto !important; }
.gcd-cm .free_01 a, .gcd-cm .form_01 a { display: block; }
.gcd-cm .free_01 img, .gcd-cm .form_01 img {
	display: block; width: 100% !important; height: auto !important; max-width: none;
	border: 1px solid #e4e9ee;
}
.gcd-cm p.m_text_03 {
	margin: 4px 0 0 !important; font-size: 11.5px !important; line-height: 1.75;
	color: #5a6b78 !important;
}

/* =============================================================================
 * スマートフォン
 *   PCを1列に積むだけにしない。価格とCTAを先に読ませる。
 * ========================================================================== */
@media screen and (max-width: 767px) {
	.gcd { font-size: 13.5px; }
	.gcd .gcd-h1 { font-size: 18px; }
	.gcd .gcd-h1 small { font-size: 12px; }

	/* 商品名 → 画像 → 工事費込み価格 → 仕様 → CTA の順に並べ替える */
	.gcd .gcd-fv { display: block; }
	.gcd .gcd-fv__ph { padding: 8px; }
	.gcd .gcd-fv__buy { margin-top: 12px; display: flex; flex-direction: column; }
	.gcd .gcd-fv__buy .gcd-brand { order: 1; }
	.gcd .gcd-fv__buy .gcd-price { order: 2; }
	.gcd .gcd-fv__buy .gcd-chip  { order: 3; margin: 12px 0 0; }
	.gcd .gcd-fv__buy .gcd-usp   { order: 4; }
	.gcd .gcd-fv__buy .gcd-act   { order: 5; }
	.gcd .gcd-act { grid-template-columns: 1fr; gap: 8px; }
	.gcd .gcd-price__t b { font-size: 26px; }

	/* 価格の内訳：記号をやめて縦に積む */
	.gcd .gcd-usp { grid-template-columns: 1fr; gap: 6px; }
	.gcd-cm .service ul { grid-template-columns: 1fr 1fr; gap: 5px; }
	.gcd-cm .service ul > li { padding: 7px 8px 7px 24px !important; font-size: 11.5px; }
	.gcd-cm #mitsumori_box { grid-template-columns: 1fr; gap: 10px; }
	.gcd-cm h3.se_text, .gcd-cm p.m_text_01 { font-size: 15px !important; }
	.gcd-cm p.button004 a { min-width: 0; width: 100%; box-sizing: border-box; }
	.gcd .gcd-safe { grid-template-columns: 1fr 1fr; gap: 6px; }
	.gcd .gcd-safe > li { padding: 7px 8px; font-size: 11.5px; gap: 7px; }
	.gcd .gcd-break { grid-template-columns: 1fr; gap: 0; }
	.gcd .gcd-break > li { padding: 9px 11px; }
	.gcd .gcd-break > li + li { border-top: 0; }
	.gcd .gcd-break > li.is-op { padding: 3px 0; border: 0; }
	.gcd .gcd-break > li.is-op + li { border-top: 1px solid var(--d-line); }
	.gcd .gcd-break > li.is-total { border-top: 1px solid var(--d-green); }

	.gcd .gcd-spec th { width: 6.5em; padding: 8px 10px; font-size: 11.5px; }
	.gcd .gcd-spec td { padding: 8px 10px; font-size: 13px; }

	.gcd .gcd-feat { grid-template-columns: 1fr; gap: 0; }
	.gcd .gcd-feat > li { grid-template-columns: 54px 1fr; padding: 9px 2px 10px; gap: 10px; }
	.gcd .gcd-feat__i img { width: 100px; height: 41px; }
	.gcd .gcd-feat b { font-size: 13px; }
	.gcd .gcd-feat__x span { font-size: 11.5px; }
	.gcd .gcd-acc { grid-template-columns: repeat(3, 1fr); gap: 6px; }

	.gcd .gcd-var, .gcd .gcd-rel { grid-template-columns: 1fr; gap: 6px; }
	.gcd .gcd-case { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.gcd .gcd-case__b { padding: 7px 8px 9px; }
	.gcd .gcd-case__m { font-size: 10px; }
	.gcd .gcd-case__r { font-size: 11.5px; }

	.gcd .gcd-rev { grid-template-columns: 1fr; gap: 10px; text-align: left; }
	.gcd .gcd-rev__s { text-align: left; }
	.gcd .gcd-cta2 { grid-template-columns: 1fr; }
	.gcd .gcd-grt2__h { flex-wrap: wrap; padding: 9px 11px; font-size: 17px; }
	.gcd .gcd-grt2__h b { font-size: 32px; }
	.gcd .gcd-grt2__h small { width: 100%; margin-left: 0; text-align: left; }
	.gcd .gcd-grt2__l { grid-template-columns: repeat(2, 1fr); }
	.gcd .gcd-grt2__l > li:nth-child(2n+1) { border-left: 0; }
	.gcd .gcd-grt2__l > li:nth-child(n+3) { border-top: 1px solid var(--d-line); }
	.gcd .gcd-vs th, .gcd .gcd-vs td { padding: 6px 3px; }
	.gcd .gcd-vs thead th { font-size: 10.5px; }
	.gcd .gcd-vs tbody th { font-size: 10.5px; padding-left: 6px; }
	.gcd .gcd-vs td b { font-size: 11.5px; }
	.gcd .gcd-vs td.is-us b { font-size: 12.5px; }
	.gcd h2.gcd-h2 { font-size: 16.5px; padding-left: 11px; }
	.gcd .gcd-grt .forPcTb { display: none; }
	.gcd .gcd-grt .forSp { display: block; }
	/* 値引きの絵は隠して、文章を横いっぱいに使う */
	.gcd .gcd-photo { grid-template-columns: 1fr; gap: 4px 0; }
	.gcd .gcd-photo > a { display: none; }
	.gcd .gcd-add { grid-template-columns: 1fr; gap: 8px; }
	.gcd .gcd-pack { grid-template-columns: repeat(3, 1fr); }
	.gcd .gcd-var a { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 9px; }
	.gcd .gcd-rel a { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 9px; }
	.gcd .gcd-var__ph, .gcd .gcd-rel__ph { width: 50px; }
	.gcd .gcd-var__ph img, .gcd .gcd-rel__ph img { width: 50px; }

	/* 旧型番の表：1件1行に圧縮 */
	.gcd .gcd-old, .gcd .gcd-old thead, .gcd .gcd-old tbody,
	.gcd .gcd-old tr, .gcd .gcd-old th, .gcd .gcd-old td { display: block; width: auto; }
	.gcd .gcd-old thead { display: none; }
	.gcd .gcd-old tbody tr { padding: 7px 4px; border-bottom: 1px solid var(--d-line); }
	.gcd .gcd-old th, .gcd .gcd-old td { padding: 0; border: 0; background: none !important; display: inline; }
	.gcd .gcd-old tbody th { font-size: 13.5px; }
	.gcd .gcd-old td[data-l]::before { content: attr(data-l) "："; font-size: 10.5px; color: var(--d-sub); }
	.gcd .gcd-old td.is-n::before { content: "／交換実績 "; }
}
