@charset "utf-8";

/* ==================================================================
   choki.css — 長期保証ページ 専用スタイル
================================================================== */

.choki-page {
	width: 100%;
	padding-bottom: 80px;
}

/* --------------------------------
   共通：セクション見出し
-------------------------------- */
.choki-section-ttl {
	text-align: center;
	margin-bottom: 36px;
}

.choki-section-ttl h2 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #1a3a5c;
	line-height: 1.5;
	margin-bottom: 10px;
}

.choki-section-ttl__sub {
	display: block;
	font-size: 0.9rem;
	color: #888;
	letter-spacing: 0.08em;
}

/* --------------------------------
   Section 1: 第三者による長期保証
-------------------------------- */
.choki-intro {
	padding: 60px 20px 50px;
	background: #fff;
}

.choki-intro__inner {
	max-width: 860px;
	margin: 0 auto;
}

.choki-intro__lead {
	font-size: 1.3rem;
	font-weight: bold;
	color: #1a3a5c;
	line-height: 1.6;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 3px solid #1a3a5c;
}

.choki-intro__body {
	font-size: 1.1rem;
	line-height: 2.0;
	color: #333;
}

/* --------------------------------
   Section 2: 他社との違い
-------------------------------- */
.choki-differ {
	background: #f5f7fa;
	padding: 60px 20px;
}

.choki-differ__inner {
	max-width: 860px;
	margin: 0 auto;
}

.choki-differ__body {
	font-size: 1.1rem;
	line-height: 2.0;
	color: #333;
	background: #fff;
	border-left: 5px solid #1a3a5c;
	padding: 22px 28px;
	border-radius: 0 8px 8px 0;
	margin-bottom: 36px;
}

.choki-differ__logo {
	text-align: center;
}

.choki-differ__logo img {
	max-width: 100%;
	height: auto;
}

/* --------------------------------
   Section 3: 比較表
-------------------------------- */
.choki-table {
	padding: 60px 20px;
	background: #fff;
}

.choki-table__inner {
	max-width: 900px;
	margin: 0 auto;
	overflow-x: auto;
}

.choki-table__wrap {
	min-width: 600px;
}

table.choki-compare {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.1rem;
}

table.choki-compare th,
table.choki-compare td {
	padding: 14px 18px;
	border: 1px solid #d0d8e4;
	line-height: 1.7;
	vertical-align: top;
}

table.choki-compare thead th {
	background: #1a3a5c;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 1.1rem;
}

table.choki-compare thead th:first-child {
	background: #2a4a6c;
}

table.choki-compare thead th.choki-compare__ours {
	background: #2e6da4;
}

table.choki-compare tbody tr:nth-child(even) td {
	background: #f5f7fa;
}

table.choki-compare tbody td:first-child {
	font-weight: bold;
	color: #1a3a5c;
	white-space: nowrap;
	background: #eef2f7;
}

table.choki-compare tbody td.choki-compare__ours {
	background: #eaf3fb;
	font-weight: bold;
}

/* --------------------------------
   Section 4: 保証期間
-------------------------------- */
.choki-period {
	background: #f5f7fa;
	padding: 0 0 60px;
}

.choki-period__inner {
	max-width: 860px;
	margin: 0 auto;
}

/* ダークヘッダー */
.choki-period__header {
	background: #2b2b2b;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 36px;
}

.choki-period__imgs {
	display: flex;
	gap: 16px;
	justify-content: center;
	padding: 0 20px;
	margin-bottom: 36px;
}

.choki-period__imgs img {
	width: 180px;
	height: auto;
	border-radius: 6px;
}

/* タイムライン */
.choki-timeline {
	padding: 0 20px;
}

.choki-timeline__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding-left: 120px;
	padding-bottom: 28px;
}

/* 縦線 */
.choki-timeline__item:not(.choki-timeline__item--last)::after {
	content: "";
	position: absolute;
	left: 99px;
	top: 18px;
	bottom: 0;
	width: 2px;
	background: #2b2b2b;
}

/* ドット */
.choki-timeline__item::before {
	content: "";
	position: absolute;
	left: 92px;
	top: 4px;
	width: 14px;
	height: 14px;
	background: #2b2b2b;
	border-radius: 50%;
	z-index: 1;
}

.choki-timeline__year {
	position: absolute;
	left: 0;
	width: 86px;
	text-align: right;
	top: 2px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.4;
	white-space: nowrap;
}

.choki-timeline__content {
	flex: 1;
}

.choki-timeline__title {
	font-size: 1.0rem;
	font-weight: bold;
	color: #1a1a1a;
	margin: 0 0 4px;
	line-height: 1.5;
	padding-top: 2px;
}

.choki-timeline__note {
	font-size: 0.9rem;
	color: #888;
	margin: 0;
}

.choki-timeline__desc {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.8;
	margin: 6px 0 0;
}

/* フッター帯 */
.choki-period__footer {
	margin: 32px 20px 0;
	padding: 14px 24px;
	background: #fff;
	border: 1px solid #d0d8e4;
	border-radius: 6px;
	font-size: 1.0rem;
	font-weight: bold;
	color: #1a1a1a;
}

.choki-period__footer-highlight {
	color: #c0392b;
	font-size: 1.1rem;
}

/* --------------------------------
   Section 5: 保証部位
-------------------------------- */
.choki-target {
	padding: 60px 20px;
	background: #fff;
	border-top: 1px solid #dde3ea;
}

.choki-target__inner {
	max-width: 860px;
	margin: 0 auto;
}

.choki-target__img {
	text-align: center;
	margin-bottom: 48px;
}

.choki-target__img img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.choki-target__block {
	margin-bottom: 40px;
}

.choki-target__block:last-child {
	margin-bottom: 0;
}

.choki-target__ttl {
	font-size: 1.1rem;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 6px;
}

.choki-target__desc {
	font-size: 1.0rem;
	color: #555;
	line-height: 1.8;
	margin-bottom: 12px;
}

.choki-target__tags {
	background: #f0f2f5;
	border-radius: 8px;
	padding: 16px 22px;
	font-size: 1.0rem;
	color: #333;
	line-height: 1.8;
}

/* ================================
   SP (max-width: 767px)
================================ */
@media only screen and (max-width: 767px) {

	.choki-page {
		padding-bottom: 60px;
	}

	.choki-section-ttl h2 {
		font-size: 1.3rem;
	}

	.choki-intro {
		padding: 40px 16px 36px;
	}

	.choki-intro__lead {
		font-size: 1.3rem;
	}

	.choki-intro__body {
		font-size: 1.1rem;
	}

	.choki-differ {
		padding: 40px 16px;
	}

	.choki-differ__body {
		font-size: 1.1rem;
		padding: 16px;
	}

	.choki-table {
		padding: 40px 16px;
	}

	table.choki-compare th,
	table.choki-compare td {
		font-size: 1.0rem;
		padding: 10px 12px;
	}

	.choki-period__header {
		font-size: 1.2rem;
		padding: 16px;
	}

	.choki-period__imgs {
		flex-direction: column;
		gap: 16px;
		padding: 0 16px;
	}

	.choki-period__imgs img {
		max-width: 100%;
	}

	.choki-timeline {
		padding: 0 16px;
	}

	.choki-timeline__item {
		padding-left: 108px;
	}

	.choki-timeline__item::before {
		left: 80px;
	}

	.choki-timeline__item:not(.choki-timeline__item--last)::after {
		left: 87px;
	}

	.choki-timeline__year {
		width: 74px;
		font-size: 0.9rem;
	}

	.choki-timeline__title {
		font-size: 1.0rem;
	}

	.choki-timeline__note,
	.choki-timeline__desc {
		font-size: 0.9rem;
	}

	.choki-period__imgs img {
		width: 140px;
	}

	.choki-period__footer {
		margin: 24px 16px 0;
		font-size: 1.0rem;
	}

	.choki-period__footer-highlight {
		font-size: 1.1rem;
	}

	.choki-target {
		padding: 40px 16px;
	}

	.choki-target__ttl {
		font-size: 1.1rem;
	}

	.choki-target__desc,
	.choki-target__tags {
		font-size: 1.0rem;
	}
}
