/* Start custom CSS */body.elementor-page-1743 .sla-history {
	--sla-ink: #14202b;
	--sla-ink-soft: #33424f;
	--sla-muted: #6d7780;
	--sla-line: #d8dde1;
	--sla-line-dark: #aeb7be;
	--sla-paper: #ffffff;
	--sla-paper-soft: #f5f6f6;
	--sla-paper-warm: #f5f2ed;
	--sla-accent: #a44a2f;
	--sla-accent-soft: #f3e8e2;
	--sla-current: #f5eee9;
	--sla-mini: #edf3f0;

	counter-reset: sla-section;
	color: var(--sla-ink-soft);
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		"Helvetica Neue",
		"Yu Gothic",
		"YuGothic",
		"Meiryo",
		sans-serif;
	font-size: 16px;
	font-feature-settings: "palt" 1;
	font-kerning: normal;
	line-height: 1.9;
	letter-spacing: 0.015em;
}

body.elementor-page-1743 .sla-history,
body.elementor-page-1743 .sla-history * {
	box-sizing: border-box;
}

body.elementor-page-1743 .sla-history p {
	margin: 0 0 1.45em;
}

body.elementor-page-1743 .sla-history strong {
	color: var(--sla-ink);
	font-weight: 700;
}

body.elementor-page-1743 .sla-history a {
	color: inherit;
	text-decoration-color: var(--sla-line-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

body.elementor-page-1743 .sla-history a:hover {
	color: var(--sla-accent);
	text-decoration-color: var(--sla-accent);
}


/* =========================================================
   見出し
========================================================= */

body.elementor-page-1743 .sla-history h2 {
	counter-increment: sla-section;
	position: relative;
	margin: 88px 0 30px;
	padding: 0 0 18px 64px;
	border: 0;
	border-bottom: 1px solid var(--sla-ink);
	color: var(--sla-ink);
	font-size: clamp(1.55rem, 2.4vw, 2.05rem);
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

body.elementor-page-1743 .sla-history h2::before {
	content: counter(sla-section, decimal-leading-zero);
	position: absolute;
	left: 0;
	bottom: 17px;
	color: var(--sla-accent);
	font-family: "Segoe UI", sans-serif;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

body.elementor-page-1743 .sla-history h3 {
	position: relative;
	margin: 52px 0 18px;
	padding: 0 0 0 22px;
	border: 0;
	color: var(--sla-ink);
	font-size: clamp(1.16rem, 1.8vw, 1.42rem);
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.01em;
}

body.elementor-page-1743 .sla-history h3::before {
	content: "";
	position: absolute;
	top: 0.2em;
	bottom: 0.2em;
	left: 0;
	width: 3px;
	background: var(--sla-accent);
}


/* =========================================================
   導入
========================================================= */

body.elementor-page-1743 .sla-introduction {
	position: relative;
	margin: 0 0 56px;
	padding: 38px 42px 36px;
	border-top: 1px solid var(--sla-ink);
	border-bottom: 1px solid var(--sla-line);
	background: var(--sla-paper);
}

body.elementor-page-1743 .sla-lead {
	max-width: 920px;
	color: var(--sla-ink);
	font-size: clamp(1.07rem, 1.5vw, 1.2rem);
	font-weight: 500;
	line-height: 2;
}


/* =========================================================
   注記・注意・ポイント
   大きな色付きカードではなく、編集記事の囲み罫として表現
========================================================= */

body.elementor-page-1743 .sla-note,
body.elementor-page-1743 .sla-caution,
body.elementor-page-1743 .sla-point {
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
	gap: 22px 34px;
	align-items: start;
	margin: 34px 0;
	padding: 24px 0;
	border: 0;
	border-top: 1px solid var(--sla-line-dark);
	border-bottom: 1px solid var(--sla-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.elementor-page-1743 .sla-note-title {
	display: block;
	margin: 0;
	color: var(--sla-ink);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.55;
	letter-spacing: 0.06em;
}

body.elementor-page-1743 .sla-note-title::before {
	content: "NOTE";
	display: block;
	margin-bottom: 7px;
	color: var(--sla-accent);
	font-family: "Segoe UI", sans-serif;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.16em;
}

body.elementor-page-1743 .sla-caution .sla-note-title::before {
	content: "CAUTION";
}

body.elementor-page-1743 .sla-point .sla-note-title::before {
	content: "POINT";
}

body.elementor-page-1743 .sla-note > p,
body.elementor-page-1743 .sla-caution > p,
body.elementor-page-1743 .sla-point > p {
	grid-column: 2;
	margin-bottom: 0.8em;
}

body.elementor-page-1743 .sla-note > .sla-note-title + p,
body.elementor-page-1743 .sla-caution > .sla-note-title + p,
body.elementor-page-1743 .sla-point > .sla-note-title + p {
	margin-top: 0;
}

body.elementor-page-1743 .sla-note > p:last-child,
body.elementor-page-1743 .sla-caution > p:last-child,
body.elementor-page-1743 .sla-point > p:last-child {
	margin-bottom: 0;
}

body.elementor-page-1743 .sla-caution {
	border-top-color: var(--sla-accent);
}

body.elementor-page-1743 .sla-point {
	padding-left: 20px;
	border-left: 3px solid var(--sla-accent);
}


/* =========================================================
   ページ内リンク
   画像を後から入れても成立する編集的なインデックス
========================================================= */

body.elementor-page-1743 .sla-anchor-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 52px 0 76px;
	border: 1px solid var(--sla-line);
	background: var(--sla-line);
}

body.elementor-page-1743 .sla-anchor-card {
	display: grid;
	grid-template-columns: minmax(138px, 38%) minmax(0, 1fr);
	min-height: 164px;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: var(--sla-paper);
	color: var(--sla-ink) !important;
	text-decoration: none !important;
	box-shadow: none;
	transition:
		background-color 0.22s ease,
		color 0.22s ease;
}

body.elementor-page-1743 .sla-anchor-card:hover {
	transform: none;
	background: var(--sla-ink);
	color: #ffffff !important;
	box-shadow: none;
}

body.elementor-page-1743 .sla-anchor-card__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 164px;
	aspect-ratio: auto;
	background-color: #dfe3e5;
	background-image: none !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: grayscale(100%);
	transition:
		filter 0.3s ease,
		opacity 0.3s ease;
}

body.elementor-page-1743 .sla-anchor-card:hover .sla-anchor-card__image {
	filter: grayscale(20%);
	opacity: 0.78;
}

body.elementor-page-1743 .sla-anchor-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 25px 26px;
}

body.elementor-page-1743 .sla-anchor-card__label {
	margin: 0 0 11px;
	color: var(--sla-accent);
	font-family: "Segoe UI", sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.18em;
}

body.elementor-page-1743 .sla-anchor-card__title {
	color: inherit;
	font-size: clamp(0.98rem, 1.4vw, 1.15rem);
	font-weight: 700;
	line-height: 1.55;
}

body.elementor-page-1743 .sla-anchor-card__arrow {
	margin-top: 17px;
	padding: 0;
	color: var(--sla-muted);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

body.elementor-page-1743 .sla-anchor-card:hover .sla-anchor-card__arrow {
	color: rgba(255, 255, 255, 0.68);
}


/* =========================================================
   アンカー位置
========================================================= */

body.elementor-page-1743 .sla-table-anchor {
	scroll-margin-top: 120px;
}


/* =========================================================
   比較表
========================================================= */

body.elementor-page-1743 .sla-scroll-message {
	display: none;
	margin: 0 0 9px;
	color: var(--sla-muted);
	font-size: 0.78rem;
	letter-spacing: 0.03em;
}

body.elementor-page-1743 .sla-table-scroll {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 28px 0 38px;
	border: 1px solid var(--sla-line);
	border-radius: 0;
	background: var(--sla-paper);
	box-shadow: none;
	scrollbar-width: thin;
	scrollbar-color: var(--sla-line-dark) transparent;
}

body.elementor-page-1743 .sla-table-scroll::-webkit-scrollbar {
	height: 8px;
}

body.elementor-page-1743 .sla-table-scroll::-webkit-scrollbar-track {
	background: var(--sla-paper-soft);
}

body.elementor-page-1743 .sla-table-scroll::-webkit-scrollbar-thumb {
	background: var(--sla-line-dark);
	border: 2px solid var(--sla-paper-soft);
}

body.elementor-page-1743 .sla-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
	color: var(--sla-ink-soft);
	font-size: 13.5px;
	font-variant-numeric: tabular-nums;
}

body.elementor-page-1743 .sla-table caption {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.elementor-page-1743 .sla-table th,
body.elementor-page-1743 .sla-table td {
	padding: 15px 14px;
	border-right: 1px solid var(--sla-line);
	border-bottom: 1px solid var(--sla-line);
	vertical-align: middle;
	line-height: 1.65;
}

body.elementor-page-1743 .sla-table thead th {
	position: sticky;
	top: 0;
	z-index: 4;
	padding-top: 17px;
	padding-bottom: 17px;
	background: var(--sla-ink);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.025em;
}

body.elementor-page-1743 .sla-table thead th:first-child {
	left: 0;
	z-index: 6;
	background: #0c151d;
}

body.elementor-page-1743 .sla-table tbody th[scope="row"] {
	position: sticky;
	left: 0;
	z-index: 2;
	min-width: 172px;
	background: #eef0f1;
	color: var(--sla-ink);
	font-size: 0.8rem;
	font-weight: 700;
	text-align: left;
}

body.elementor-page-1743 .sla-table tbody td {
	min-width: 150px;
	background: var(--sla-paper);
	text-align: center;
}

body.elementor-page-1743 .sla-table tbody tr:nth-child(even) td {
	background: #f8f9f9;
}

body.elementor-page-1743 .sla-table tbody tr:hover td {
	background: #f2f3f3;
}

body.elementor-page-1743 .sla-table tr > *:last-child {
	border-right: 0;
}

body.elementor-page-1743 .sla-table tbody tr:last-child > * {
	border-bottom: 0;
}

body.elementor-page-1743 .sla-table small {
	display: block;
	margin-top: 4px;
	color: var(--sla-muted);
	font-size: 0.72rem;
	line-height: 1.5;
}

body.elementor-page-1743 .sla-table .sla-left {
	text-align: left;
}

body.elementor-page-1743 .sla-table .sla-current {
	background: var(--sla-current) !important;
	box-shadow: inset 3px 0 0 rgba(164, 74, 47, 0.55);
}

body.elementor-page-1743 .sla-table thead .sla-current {
	background: var(--sla-accent) !important;
	color: #ffffff;
	box-shadow: none;
}

body.elementor-page-1743 .sla-table .sla-mini {
	background: var(--sla-mini) !important;
}

body.elementor-page-1743 .sla-table thead .sla-mini {
	background: #3f5d52 !important;
	color: #ffffff;
}

body.elementor-page-1743 .sla-badge {
	display: inline-block;
	margin: 0 0 6px;
	padding: 3px 7px 2px;
	border: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: inherit;
	font-family: "Segoe UI", sans-serif;
	font-size: 0.59rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.13em;
}

body.elementor-page-1743 .sla-badge--old,
body.elementor-page-1743 .sla-badge--current,
body.elementor-page-1743 .sla-badge--new {
	background: transparent;
	color: inherit;
}

body.elementor-page-1743 .sla-table--overview {
	min-width: 1080px;
}

body.elementor-page-1743 .sla-table--standard {
	min-width: 1210px;
}

body.elementor-page-1743 .sla-table--performance {
	min-width: 900px;
}

body.elementor-page-1743 .sla-table--selection {
	min-width: 940px;
}


/* =========================================================
   世代解説
   カードではなく、誌面の2カラム解説
========================================================= */

body.elementor-page-1743 .sla-generation-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 34px 0 52px;
	border-top: 1px solid var(--sla-ink);
	border-left: 1px solid var(--sla-line);
}

body.elementor-page-1743 .sla-generation-card {
	position: relative;
	min-height: 220px;
	padding: 31px 32px 30px;
	border: 0;
	border-right: 1px solid var(--sla-line);
	border-bottom: 1px solid var(--sla-line);
	border-radius: 0;
	background: var(--sla-paper);
}

body.elementor-page-1743 .sla-generation-card::before {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	margin-bottom: 20px;
	background: var(--sla-accent);
}

body.elementor-page-1743 .sla-generation-card h3 {
	margin: 0 0 13px;
	padding: 0;
	border: 0;
	font-size: 1.06rem;
	line-height: 1.6;
}

body.elementor-page-1743 .sla-generation-card h3::before {
	display: none;
}

body.elementor-page-1743 .sla-generation-card p {
	margin-bottom: 0;
	color: var(--sla-muted);
	font-size: 0.91rem;
	line-height: 1.85;
}


/* =========================================================
   Mini / V5 / Mini X 比較
   同型カードを避け、番号付きの比較カラムに変更
========================================================= */

body.elementor-page-1743 .sla-key-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin: 32px 0 44px;
	border-top: 1px solid var(--sla-ink);
	border-bottom: 1px solid var(--sla-line);
	background: transparent;
}

body.elementor-page-1743 .sla-key-point {
	position: relative;
	min-height: 240px;
	padding: 58px 28px 28px;
	border: 0;
	border-right: 1px solid var(--sla-line);
	border-radius: 0;
	background: transparent;
}

body.elementor-page-1743 .sla-key-point:last-child {
	border-right: 0;
}

body.elementor-page-1743 .sla-key-point::before {
	position: absolute;
	top: 23px;
	left: 28px;
	color: var(--sla-accent);
	font-family: "Segoe UI", sans-serif;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

body.elementor-page-1743 .sla-key-point:nth-child(1)::before {
	content: "01";
}

body.elementor-page-1743 .sla-key-point:nth-child(2)::before {
	content: "02";
}

body.elementor-page-1743 .sla-key-point:nth-child(3)::before {
	content: "03";
}

body.elementor-page-1743 .sla-key-point__title {
	display: block;
	margin: 0 0 12px;
	color: var(--sla-ink);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.5;
}

body.elementor-page-1743 .sla-key-point p {
	margin: 0;
	color: var(--sla-muted);
	font-size: 0.9rem;
	line-height: 1.85;
}


/* =========================================================
   出典
========================================================= */

body.elementor-page-1743 .sla-sources {
	margin-top: 78px;
	padding: 30px 34px;
	border: 0;
	border-top: 1px solid var(--sla-ink);
	border-bottom: 1px solid var(--sla-line);
	border-radius: 0;
	background: var(--sla-paper-soft);
	color: var(--sla-muted);
	font-size: 0.79rem;
	line-height: 1.8;
}

body.elementor-page-1743 .sla-sources p {
	margin-bottom: 7px;
}

body.elementor-page-1743 .sla-sources ul {
	margin: 15px 0 0;
	padding: 0;
	list-style: none;
}

body.elementor-page-1743 .sla-sources li {
	position: relative;
	margin: 0;
	padding: 8px 0 8px 20px;
	border-top: 1px solid var(--sla-line);
}

body.elementor-page-1743 .sla-sources li::before {
	content: "↗";
	position: absolute;
	top: 8px;
	left: 0;
	color: var(--sla-accent);
}

body.elementor-page-1743 .sla-sources li:last-child {
	border-bottom: 1px solid var(--sla-line);
}


/* =========================================================
   タブレット
========================================================= */

@media (max-width: 1024px) {
	body.elementor-page-1743 .sla-anchor-card {
		grid-template-columns: 130px minmax(0, 1fr);
	}

	body.elementor-page-1743 .sla-anchor-card__image {
		min-height: 150px;
	}

	body.elementor-page-1743 .sla-key-points {
		grid-template-columns: 1fr;
	}

	body.elementor-page-1743 .sla-key-point {
		min-height: auto;
		padding: 54px 24px 25px;
		border-right: 0;
		border-bottom: 1px solid var(--sla-line);
	}

	body.elementor-page-1743 .sla-key-point:last-child {
		border-bottom: 0;
	}
}


/* =========================================================
   スマートフォン
========================================================= */

@media (max-width: 767px) {
	body.elementor-page-1743 .sla-history {
		font-size: 15px;
		line-height: 1.85;
	}

	body.elementor-page-1743 .sla-history h2 {
		margin-top: 68px;
		padding-left: 42px;
		font-size: 1.42rem;
	}

	body.elementor-page-1743 .sla-history h2::before {
		bottom: 18px;
		font-size: 0.68rem;
	}

	body.elementor-page-1743 .sla-history h3 {
		margin-top: 42px;
		padding-left: 17px;
		font-size: 1.1rem;
	}

	body.elementor-page-1743 .sla-introduction {
		margin-bottom: 42px;
		padding: 25px 5px 24px;
	}

	body.elementor-page-1743 .sla-lead {
		font-size: 1.02rem;
	}

	body.elementor-page-1743 .sla-note,
	body.elementor-page-1743 .sla-caution,
	body.elementor-page-1743 .sla-point {
		display: block;
		padding: 20px 0;
	}

	body.elementor-page-1743 .sla-point {
		padding-left: 16px;
	}

	body.elementor-page-1743 .sla-note-title {
		margin-bottom: 13px;
	}

	body.elementor-page-1743 .sla-anchor-navigation {
		grid-template-columns: 1fr;
		margin: 40px 0 58px;
	}

	body.elementor-page-1743 .sla-anchor-card {
		grid-template-columns: 116px minmax(0, 1fr);
		min-height: 126px;
	}

	body.elementor-page-1743 .sla-anchor-card__image {
		min-height: 126px;
	}

	body.elementor-page-1743 .sla-anchor-card__body {
		padding: 18px 19px;
	}

	body.elementor-page-1743 .sla-anchor-card__label {
		margin-bottom: 8px;
	}

	body.elementor-page-1743 .sla-anchor-card__arrow {
		display: none;
	}

	body.elementor-page-1743 .sla-scroll-message {
		display: block;
	}

	body.elementor-page-1743 .sla-table {
		font-size: 12.5px;
	}

	body.elementor-page-1743 .sla-table th,
	body.elementor-page-1743 .sla-table td {
		padding: 12px 10px;
	}

	body.elementor-page-1743 .sla-table tbody th[scope="row"] {
		min-width: 138px;
		max-width: 138px;
	}

	body.elementor-page-1743 .sla-generation-grid {
		grid-template-columns: 1fr;
	}

	body.elementor-page-1743 .sla-generation-card {
		min-height: auto;
		padding: 26px 22px;
	}

	body.elementor-page-1743 .sla-key-point {
		padding-right: 5px;
		padding-left: 5px;
	}

	body.elementor-page-1743 .sla-key-point::before {
		left: 5px;
	}

	body.elementor-page-1743 .sla-sources {
		margin-top: 58px;
		padding: 25px 18px;
	}
}/* End custom CSS */