:root {
	--padding-pc: 15px;
	--padding-sp: 16px;
}

:root {
	--max-width: 1030px;
}

:root {
	--cq-ref: 1440px;
}

:root {
	--font-family-base: "Noto Sans JP", sans-serif;
}

:root {
	--font-weight-regular: 400;
	--font-weight-normal: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--font-weight-extrabold: 800;
	--font-weight-black: 900;
}

:root {
	--fluid-basis-mobile: (100vw - 340px) / (375 - 340);
	--cq-ref-mobile: 390;
}

:root {
	--black: #000;
	--white: #fff;
	--main-navy-blue: #1B2475;
	--main-blue: #2482CD;
	--main-orange: #F26202;
}

:root {
	--duration-short: 0.2s;
	--duration-base: 0.3s;
}

.u-desktop {
	display: none;
}

.u-desktop-inline {
	display: none;
}

.u-mobile-inline {
	display: inline;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--max-width);
	padding-left: var(--padding-pc);
	padding-right: var(--padding-pc);
	width: 100%;
}

.inner-overflow {
	overflow: hidden;
	width: 100%;
}

.text-bold {
	color: #2C2C2C;
	display: inline;
	font-weight: var(--font-weight-bold);
}

.text-blue {
	color: var(--main-color);
	display: inline;
}

.text-orange {
	color: var(--main-orange);
	display: inline;
}

.text-red-orange {
	color: #F25222;
	display: inline;
}

.text-ls-neg-005 {
	display: inline;
	letter-spacing: -0.05em;
}

.text-ls-neg-01 {
	display: inline;
	letter-spacing: -0.1em;
}

.text-ls-neg-02 {
	display: inline;
	letter-spacing: -0.2em;
}

.text-ls-neg-03 {
	display: inline;
	letter-spacing: -0.3em;
}

.dot-blue {
	display: inline;
}

.dot-blue__char {
	display: inline-block;
	position: relative;
}

.dot-blue__char::after {
	aspect-ratio: 1/1;
	background-color: #3ba8ff;
	border-radius: calc(infinity * 1px);
	content: "";
	left: 50%;
	position: absolute;
	top: 0;
	translate: -50% 0;
	width: 0.16em;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	margin: 0;
	min-height: 100vh;
	padding: 0;
	text-rendering: optimizeLegibility;
}

ul,
ol,
button,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
time,
small {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

img {
	display: block;
}

span {
	display: inline-block;
}

.gas-water-heater-beginner-guide {
	background-color: #F5F6F8;
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-beginner-guide__inner.inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.gas-water-heater-beginner-guide__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.gas-water-heater-beginner-guide__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__title-accent {
	color: var(--main-blue);
}

.gas-water-heater-beginner-guide__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-beginner-guide__body {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.gas-water-heater-beginner-guide__nav-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}

.gas-water-heater-beginner-guide__nav {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 8px;
	list-style: none;
}

.gas-water-heater-beginner-guide__nav-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	padding-bottom: 10px;
	position: relative;
	width: 154px;
}

.gas-water-heater-beginner-guide__nav-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background-color: #E5E7EB;
	border: none;
	border-radius: 136px;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font: inherit;
	gap: 8px;
	justify-content: center;
	padding: 12px 24px 12px 16px;
	width: 100%;
}

.gas-water-heater-beginner-guide__nav-button:focus {
	outline: none;
}

.gas-water-heater-beginner-guide__nav-item--current .gas-water-heater-beginner-guide__nav-button {
	background-color: var(--main-blue);
}

.gas-water-heater-beginner-guide__nav-icon {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #9D9FA3;
	flex-shrink: 0;
	height: 18px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 18px;
}

.gas-water-heater-beginner-guide__nav-icon--01 {
	-webkit-mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_01.svg");
	mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_01.svg");
}

.gas-water-heater-beginner-guide__nav-icon--02 {
	-webkit-mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_02.svg");
	mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_02.svg");
}

.gas-water-heater-beginner-guide__nav-icon--03 {
	-webkit-mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_03.svg");
	mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_03.svg");
}

.gas-water-heater-beginner-guide__nav-icon--04 {
	-webkit-mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_04.svg");
	mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_04.svg");
}

.gas-water-heater-beginner-guide__nav-icon--05 {
	-webkit-mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_05.svg");
	mask-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-icon_05.svg");
}

.gas-water-heater-beginner-guide__nav-item--current .gas-water-heater-beginner-guide__nav-icon {
	background-color: var(--white);
}

.gas-water-heater-beginner-guide__nav-text {
	color: #9D9FA3;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
	white-space: nowrap;
}

.gas-water-heater-beginner-guide__nav-item--current .gas-water-heater-beginner-guide__nav-text {
	color: var(--white);
}

.gas-water-heater-beginner-guide__nav-arrow {
	background: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-arrow-gray.svg") no-repeat center/contain;
	bottom: 0;
	height: 10px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	width: 16px;
}

.gas-water-heater-beginner-guide__nav-item--current .gas-water-heater-beginner-guide__nav-arrow {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-tab-arrow.svg");
}

.gas-water-heater-beginner-guide__panel {
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: none;
	flex-direction: column;
	gap: 24px;
	padding: 32px;
	width: 100%;
}

.gas-water-heater-beginner-guide__panel--current {
	display: flex;
}

.gas-water-heater-beginner-guide__panel-head {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.gas-water-heater-beginner-guide__panel-icon {
	flex-shrink: 0;
	height: 48px;
	width: 48px;
}

.gas-water-heater-beginner-guide__panel-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gas-water-heater-beginner-guide__panel-title {
	color: #101828;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__panel-lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
}

.gas-water-heater-beginner-guide__card {
	background-color: #F5F6F8;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow: hidden;
}

.gas-water-heater-beginner-guide__card-head {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.gas-water-heater-beginner-guide__card-thumb {
	border-radius: 0 0 12px 0;
	flex-shrink: 0;
	height: 66px;
	overflow: hidden;
	width: 104px;
}

.gas-water-heater-beginner-guide__card-thumb-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gas-water-heater-beginner-guide__card-title {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__card-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 24px;
	padding-right: 24px;
}

.gas-water-heater-beginner-guide__card-desc {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.7;
}

.gas-water-heater-beginner-guide__features {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
}

.gas-water-heater-beginner-guide__feature {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.gas-water-heater-beginner-guide__feature-icon {
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.gas-water-heater-beginner-guide__feature-text {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__card-recommend {
	align-items: center;
	background-color: var(--white);
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-right: 16px;
	padding: 12px 16px;
}

.gas-water-heater-beginner-guide__card-recommend-icon {
	flex-shrink: 0;
	height: 10px;
	width: 8px;
}

.gas-water-heater-beginner-guide__card-recommend-text {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__capacity-cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
}

.gas-water-heater-beginner-guide__capacity-card {
	align-items: center;
	background-color: #F5F6F8;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}

.gas-water-heater-beginner-guide__capacity-card-icon {
	flex-shrink: 0;
	height: 32px;
	margin-top: 20px;
	width: 32px;
}

.gas-water-heater-beginner-guide__capacity-card-number {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	margin-top: 12px;
}

.gas-water-heater-beginner-guide__capacity-card-info {
	align-items: center;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 12px;
}

.gas-water-heater-beginner-guide__capacity-card-label {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-regular);
	line-height: 1.7;
	text-align: center;
}

.gas-water-heater-beginner-guide__capacity-card-tag {
	align-items: center;
	background-color: #D4EAFB;
	border-radius: 9999px;
	color: var(--main-blue);
	display: inline-flex;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	justify-content: center;
	line-height: 1;
	padding: 6px 12px;
}

.gas-water-heater-beginner-guide__capacity-card-desc {
	align-self: stretch;
	background-color: var(--white);
	border-radius: 8px;
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
	padding: 12px 16px;
	text-align: center;
}

.gas-water-heater-beginner-guide__cost-table {
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.gas-water-heater-beginner-guide__cost-table-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: space-between;
	padding: 16px;
}

.gas-water-heater-beginner-guide__cost-table-row--head {
	background-color: #F5F6F8;
	padding: 12px 16px;
}

.gas-water-heater-beginner-guide__cost-table-row--zebra {
	background-color: rgba(245, 246, 248, 0.4);
}

.gas-water-heater-beginner-guide__cost-table-row--total {
	background-color: #F0F8FF;
	border-top: 1px solid var(--main-blue);
}

.gas-water-heater-beginner-guide__cost-table-th {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.43;
}

.gas-water-heater-beginner-guide__cost-table-th--right {
	text-align: right;
}

.gas-water-heater-beginner-guide__cost-table-cell {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.gas-water-heater-beginner-guide__cost-table-cell-title {
	color: #1E2939;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__cost-table-cell-note {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__cost-table-price {
	color: #1E2939;
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: var(--font-weight-bold);
	line-height: 1.11;
	text-align: right;
	white-space: nowrap;
}

.gas-water-heater-beginner-guide__cost-table-unit {
	font-family: var(--font-family-base);
	font-size: 12px;
}

.gas-water-heater-beginner-guide__cost-table-unit--total {
	font-size: 16px;
}

.gas-water-heater-beginner-guide__cost-table-total-label {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.71;
}

.gas-water-heater-beginner-guide__cost-table-total-value {
	color: var(--main-blue);
	flex-shrink: 0;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	line-height: 27px;
	text-align: right;
	white-space: nowrap;
}

.gas-water-heater-beginner-guide__flow-steps {
	display: flex;
	flex-direction: column;
	gap: 26px;
	list-style: none;
}

.gas-water-heater-beginner-guide__flow-step {
	align-items: center;
	background-color: #F5F6F8;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	gap: 16px;
	padding: 16px;
	position: relative;
}

.gas-water-heater-beginner-guide__flow-step:not(:last-child)::after {
	background: url("/images/contents/gas-water-heater/gas-water-heater-beginner-guide-flow-arrow.svg") no-repeat center/contain;
	bottom: -22px;
	content: "";
	height: 12px;
	left: 50%;
	margin-left: -8px;
	pointer-events: none;
	position: absolute;
	width: 16px;
}

.gas-water-heater-beginner-guide__flow-step-icon {
	align-items: center;
	background-color: var(--main-blue);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.gas-water-heater-beginner-guide__flow-step-icon-img {
	flex-shrink: 0;
	height: 18px;
	width: 18px;
}

.gas-water-heater-beginner-guide__flow-step-icon-num {
	color: var(--white);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.14;
}

.gas-water-heater-beginner-guide__flow-step-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
	padding-right: 88px;
}

.gas-water-heater-beginner-guide__flow-step-title {
	color: #101828;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-beginner-guide__flow-step-text {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-beginner-guide__flow-step-tag {
	align-items: center;
	background-color: #D4EAFB;
	border-radius: calc(infinity * 1px);
	color: var(--main-blue);
	display: inline-flex;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	justify-content: center;
	line-height: 1;
	padding: 6px 12px;
	position: absolute;
	right: 8px;
	top: 8px;
}

.gas-water-heater-beginner-guide__sign-items {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
}

.gas-water-heater-beginner-guide__sign-item {
	background-color: #F5F6F8;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	overflow: hidden;
}

.gas-water-heater-beginner-guide__sign-item-trigger {
	-webkit-appearance: none;
	-moz-appearance: none;
	align-items: center;
	appearance: none;
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	font: inherit;
	gap: 8px;
	padding: 16px;
	text-align: left;
	width: 100%;
}

.gas-water-heater-beginner-guide__sign-item-trigger:focus {
	outline: none;
}

.gas-water-heater-beginner-guide__sign-item-num {
	flex-shrink: 0;
	height: 24px;
	width: 24px;
}

.gas-water-heater-beginner-guide__sign-item-title {
	color: #101828;
	flex: 1 1 auto;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-beginner-guide__sign-item-icon {
	display: block;
	flex-shrink: 0;
	height: 24px;
	position: relative;
	width: 24px;
}

.gas-water-heater-beginner-guide__sign-item-icon::before,
.gas-water-heater-beginner-guide__sign-item-icon::after {
	background-color: var(--main-blue);
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transition: transform var(--duration-base) ease;
}

.gas-water-heater-beginner-guide__sign-item-icon::before {
	height: 2px;
	transform: translate(-50%, -50%);
	width: 14px;
}

.gas-water-heater-beginner-guide__sign-item-icon::after {
	height: 14px;
	transform: translate(-50%, -50%);
	width: 2px;
}

.gas-water-heater-beginner-guide__sign-item.is-open .gas-water-heater-beginner-guide__sign-item-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.gas-water-heater-beginner-guide__sign-item-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height var(--duration-base) ease;
}

.gas-water-heater-beginner-guide__sign-item-body-inner {
	padding: 0 16px 16px 16px;
}

.gas-water-heater-beginner-guide__sign-item-text {
	color: #101828;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-beginner-guide__tip {
	align-items: flex-start;
	background-color: #F0F8FF;
	border-radius: 14px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 16px;
}

.gas-water-heater-beginner-guide__tip-icon {
	flex-shrink: 0;
	height: 20px;
	margin-top: 2px;
	width: 20px;
}

.gas-water-heater-beginner-guide__tip-text {
	align-items: baseline;
	color: #222222;
	display: flex;
	flex-direction: row;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-beginner-guide__tip-label {
	flex-shrink: 0;
}

.gas-water-heater-beginner-guide__tip-body {
	flex: 1 1 0;
	min-width: 0;
}

.gas-water-heater-beginner-guide__foot {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.gas-water-heater-beginner-guide__foot-text {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
	text-align: center;
}

.gas-water-heater-beginner-guide__links {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	gap: 15px;
}

.gas-water-heater-beginner-guide__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-orange);
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	gap: 12px;
	height: 60px;
	justify-content: center;
	min-width: 345px;
	padding-left: 56px;
	padding-right: 32px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
}

.gas-water-heater-beginner-guide__link::after {
	background: url("/images/contents/gas-water-heater/gas-water-heater-arrow-white.svg") no-repeat center/contain;
	content: "";
	height: 13px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-beginner-guide__link-icon {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-link-camera.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 30px;
	width: 30px;
}

.gas-water-heater-beginner-guide__link-text {
	color: var(--white);
	font-family: "Inter", sans-serif;
	font-size: 22px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-beginner-guide__tel-link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	gap: 3px;
	height: 61px;
	justify-content: center;
	padding-left: 16px;
	padding-right: 24px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 232px;
}

.gas-water-heater-beginner-guide__tel-link::after {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-tel-arrow-navy.svg") no-repeat center/contain;
	content: "";
	height: 13px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-beginner-guide__tel-link-row {
	align-items: center;
	display: flex;
	gap: 7px;
}

.gas-water-heater-beginner-guide__tel-link-icon {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-tel-freedial.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 15px;
	width: 23px;
}

.gas-water-heater-beginner-guide__tel-link-number {
	color: #182166;
	font-family: "Inter", sans-serif;
	font-size: 21px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-beginner-guide__tel-link-text {
	color: #182166;
	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-weight: var(--font-weight-normal);
	line-height: 1;
}

.gas-water-heater-case {
	background-color: #FFFFFF;
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-case__inner.inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.gas-water-heater-case__head {
	text-align: center;
}

.gas-water-heater-case__title-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gas-water-heater-case__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-case__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-case__cards {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	width: 100%;
}

.gas-water-heater-case__card {
	background-color: #FFFFFF;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.gas-water-heater-case__card-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
}

.gas-water-heater-case__card-category {
	align-items: center;
	background-color: var(--main-blue);
	border-radius: 31px;
	color: #FFFFFF;
	display: inline-flex;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.45;
	padding: 2px 15px;
}

.gas-water-heater-case__card-title {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 22px;
	font-weight: var(--font-weight-bold);
	line-height: 1.45;
}

.gas-water-heater-case__card-images {
	display: flex;
	gap: 10px;
	justify-content: center;
	padding-bottom: 16px;
	padding-top: 16px;
	position: relative;
}

.gas-water-heater-case__card-image {
	aspect-ratio: 220/300;
	border-radius: 4px;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.gas-water-heater-case__card-image::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.gas-water-heater-case__card-photo {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gas-water-heater-case__card-label {
	align-items: center;
	color: #FFFFFF;
	display: inline-flex;
	font-family: "Inter", var(--font-family-base);
	font-size: 17px;
	font-weight: var(--font-weight-bold);
	height: 30px;
	justify-content: center;
	left: 0;
	letter-spacing: 0.02em;
	line-height: 1.21;
	padding: 6px 10px;
	position: absolute;
	top: 0;
	width: 90px;
	z-index: 1;
}

.gas-water-heater-case__card-label--before {
	background-color: #6A7282;
}

.gas-water-heater-case__card-label--after {
	background-color: #FFA800;
}

.gas-water-heater-case__card-model {
	align-items: center;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 88%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index: 2;
}

.gas-water-heater-case__card-model-name {
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-case__card-image--after .gas-water-heater-case__card-model-name {
	color: #FFA800;
	font-size: 13px;
	line-height: 1.5;
}

.gas-water-heater-case__card-model-note {
	font-family: var(--font-family-base);
	font-size: 11px;
	font-weight: var(--font-weight-bold);
	line-height: 1.6;
}

.gas-water-heater-case__card-time {
	align-items: center;
	display: inline-flex;
	height: 44px;
	isolation: isolate;
	justify-content: center;
	left: 45%;
	padding: 0 14px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: 110px;
	z-index: 3;
}

.gas-water-heater-case__card-time::before {
	background-color: #FFA800;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.gas-water-heater-case__card-time::after {
	border-color: transparent transparent transparent #FFA800;
	border-style: solid;
	border-width: 37px 0 37px 50px;
	content: "";
	left: calc(100% - 20px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.gas-water-heater-case__card-time-text {
	color: #222222;
	font-family: "Inter", var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-extrabold);
	letter-spacing: 0.08em;
	line-height: 1;
	position: relative;
	z-index: 3;
}

.gas-water-heater-case__card-time-text--3h {
	padding-left: 10px;
}

.gas-water-heater-case__card-summary {
	align-items: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid var(--main-blue);
	border-top: 1px solid var(--main-blue);
	display: flex;
	gap: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.gas-water-heater-case__card-summary-label {
	align-items: center;
	align-self: stretch;
	background-color: var(--main-blue);
	color: #FFFFFF;
	display: flex;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-normal);
	justify-content: center;
	line-height: 1.36;
	padding: 5px 20px;
}

.gas-water-heater-case__card-summary-item {
	align-items: baseline;
	display: flex;
	gap: 4px;
}

.gas-water-heater-case__card-summary-name {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
}

.gas-water-heater-case__card-summary-value {
	color: #222222;
	font-family: "Inter", var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
}

.gas-water-heater-case__card-summary-unit {
	color: #222222;
	font-family: "Inter", var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
	margin-left: 2px;
}

.gas-water-heater-case__card-customer {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 24px;
	padding-top: 24px;
}

.gas-water-heater-case__card-customer-head {
	align-items: center;
	display: flex;
	gap: 8px;
}

.gas-water-heater-case__card-stars {
	display: block;
	flex-shrink: 0;
	height: 20px;
	width: 116px;
}

.gas-water-heater-case__card-customer-info {
	color: #6A7282;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-case__card-comment {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.7;
}

.gas-water-heater-case__card-features {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	list-style: none;
}

.gas-water-heater-case__card-feature {
	align-items: center;
	background-color: #D4EAFB;
	border-radius: 9999px;
	color: var(--main-blue);
	display: inline-flex;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1;
	padding: 6px 12px;
}

.gas-water-heater-case__more {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-navy-blue);
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: flex;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	height: 40px;
	justify-content: center;
	line-height: 1;
	max-width: 100%;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 355px;
}

.gas-water-heater-case__more-arrow {
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-category {
	background-color: #F5F6F8;
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-category__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.gas-water-heater-category__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-category__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-category__cards {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: center;
	list-style: none;
	margin-top: 32px;
}

.gas-water-heater-category__cards-item {
	width: 320px;
}

.gas-water-heater-category__card {
	height: 100%;
	padding-top: 16px;
	position: relative;
}

.gas-water-heater-category__card-balloon {
	align-items: center;
	background-color: #FFA800;
	border-radius: 999px;
	box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.15);
	color: var(--white);
	display: inline-flex;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 8px 24px 9px;
	position: absolute;
	right: 32px;
	top: 0;
	white-space: nowrap;
	z-index: 1;
}

.gas-water-heater-category__card-balloon::after {
	border-color: #FFA800 transparent transparent transparent;
	border-style: solid;
	border-width: 6px 7px 0 7px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

.gas-water-heater-category__card-body {
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	height: 100%;
	padding: 24px;
}

.gas-water-heater-category__card-head {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.gas-water-heater-category__card-icon {
	align-items: center;
	background-color: #DBEAFE;
	border-radius: 10px;
	display: flex;
	flex-shrink: 0;
	height: 66px;
	justify-content: center;
	overflow: hidden;
	width: 88px;
}

.gas-water-heater-category__card-icon-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.gas-water-heater-category__card-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.gas-water-heater-category__card-name {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-category__card-feature {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-category__card-desc {
	color: #222222;
	flex: 1;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-category__card-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-navy-blue);
	border-radius: 5px;
	display: flex;
	gap: 40px;
	justify-content: center;
	padding: 12px 16px;
	position: relative;
	text-decoration: none;
	transition: opacity var(--duration-base) ease;
}

.gas-water-heater-category__card-btn-text {
	color: var(--white);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-category__card-btn-arrow {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-category-btn-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 9px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
}

.gas-water-heater-comparison {
	background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-comparison__inner.inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.gas-water-heater-comparison__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.gas-water-heater-comparison__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-comparison__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-comparison__lead-accent {
	color: var(--main-blue);
}

.gas-water-heater-comparison__table-wrap {
	width: 100%;
}

.gas-water-heater-comparison__table-img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 922px;
}

.gas-water-heater-comparison__note {
	color: #6A7282;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
	text-align: center;
}

.gas-water-heater-cost {
	background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-cost__inner.inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.gas-water-heater-cost__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.gas-water-heater-cost__title-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-cost__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__badge {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.7;
}

.gas-water-heater-cost__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-cost__breakdown {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-bottom: 18px;
	width: 100%;
}

.gas-water-heater-cost__breakdown-title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	text-align: center;
}

.gas-water-heater-cost__breakdown-img {
	-o-object-fit: contain;
	height: auto;
	max-width: 1000px;
	object-fit: contain;
	width: 100%;
}

.gas-water-heater-cost__items {
	display: none;
	list-style: none;
}

.gas-water-heater-cost__items-item {
	display: flex;
	width: 100%;
}

.gas-water-heater-cost__item {
	align-items: flex-start;
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 12px 16px 12px 12px;
	width: 100%;
}

.gas-water-heater-cost__item--benefit {
	background-color: #FFFAF3;
	border-color: #FFCA89;
	flex-direction: column;
	gap: 0;
	overflow: hidden;
	padding: 0;
}

.gas-water-heater-cost__item-img {
	-o-object-fit: cover;
	flex-shrink: 0;
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.gas-water-heater-cost__item-img--benefit {
	height: 60px;
	width: 60px;
}

.gas-water-heater-cost__item-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 4px;
	min-width: 0;
	padding-top: 4px;
}

.gas-water-heater-cost__item-head {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.gas-water-heater-cost__item-title {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__item-title--benefit {
	color: #222222;
	font-size: 16px;
}

.gas-water-heater-cost__item-percent {
	align-items: baseline;
	color: var(--main-blue);
	display: inline-flex;
}

.gas-water-heater-cost__item-percent-label {
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__item-percent-value {
	font-family: "Inter", var(--font-family-base);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-cost__item-percent-unit {
	font-family: "Inter", var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-cost__item-price {
	color: #1B2475;
	font-family: "Inter", var(--font-family-base);
	font-size: 22px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__item-price-unit {
	font-size: 16px;
}

.gas-water-heater-cost__item-note {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-cost__item-badge {
	align-self: flex-start;
	background-color: rgba(253, 139, 0, 0.2);
	border-radius: 0 0 8px 0;
	color: #FD8B00;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
	padding: 4px 8px 6px;
}

.gas-water-heater-cost__item-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 8px 12px 12px;
	width: 100%;
}

.gas-water-heater-cost__item-amount {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.gas-water-heater-cost__item-amount-value {
	color: #222222;
	font-family: "Inter", var(--font-family-base);
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-cost__item-amount-unit {
	font-size: 16px;
}

.gas-water-heater-cost__item-free {
	background-color: #E90E28;
	border-radius: 999px;
	color: var(--white);
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
	padding: 4px 8px;
}

.gas-water-heater-cost__plans {
	align-items: center;
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 32px;
	width: 100%;
}

.gas-water-heater-cost__plans-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.gas-water-heater-cost__plans-title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__plans-lead {
	color: #6A7282;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-cost__plans-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	list-style: none;
	width: 100%;
}

.gas-water-heater-cost__plan {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-cost__plan-head {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: space-between;
}

.gas-water-heater-cost__plan-name {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__plan-price {
	font-family: "Inter", var(--font-family-base);
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	white-space: nowrap;
}

.gas-water-heater-cost__plan-price-value {
	font-size: 18px;
}

.gas-water-heater-cost__plan-price-unit {
	font-size: 14px;
	margin-left: 2px;
}

.gas-water-heater-cost__plan-price--green {
	color: #5FA978;
}

.gas-water-heater-cost__plan-price--blue {
	color: var(--main-blue);
}

.gas-water-heater-cost__plan-price--orange {
	color: #FFA800;
}

.gas-water-heater-cost__plan-bar {
	background-color: #F3F4F6;
	background-image: linear-gradient(to right, #E5E7EB, #E5E7EB), linear-gradient(to right, #E5E7EB, #E5E7EB), linear-gradient(to right, #E5E7EB, #E5E7EB), linear-gradient(to right, #E5E7EB, #E5E7EB), linear-gradient(to right, #E5E7EB, #E5E7EB), linear-gradient(to right, #E5E7EB, #E5E7EB);
	background-position: 16.666% 0, 32.5% 0, 48.5% 0, 65% 0, 81.5% 0, 98.7% 0;
	background-repeat: no-repeat;
	background-size: 1px 100%;
	border-radius: 999px;
	height: 48px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.gas-water-heater-cost__plan-bar-fill {
	align-items: center;
	border-radius: 999px;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	justify-content: center;
	left: var(--plan-bar-start);
	padding-left: 12px;
	padding-right: 12px;
	position: absolute;
	top: 0;
	width: calc(var(--plan-bar-end) - var(--plan-bar-start));
}

.gas-water-heater-cost__plan-bar-fill--green {
	background: linear-gradient(90deg, #38B763 0%, #5FA978 100%);
}

.gas-water-heater-cost__plan-bar-fill--blue {
	background: linear-gradient(90deg, #41A6F9 0%, #2482CD 100%);
}

.gas-water-heater-cost__plan-bar-fill--orange {
	background: linear-gradient(90deg, #FFC24D 0%, #FFA800 100%);
}

.gas-water-heater-cost__plan-bar-label {
	color: var(--white);
	font-family: "Inter", var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	white-space: nowrap;
}

.gas-water-heater-cost__plan-bar-label-tilde {
	font-size: 14px;
}

.gas-water-heater-cost__plans-scale {
	color: #6A7282;
	display: flex;
	font-family: "Inter", var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	justify-content: space-between;
	line-height: 1.5;
	list-style: none;
	padding-right: 6px;
	width: 100%;
}

.gas-water-heater-cost__cta {
	align-items: stretch;
	background-color: #F0F8FF;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 36px;
	padding: 24px 24px 44px;
	width: 100%;
}

.gas-water-heater-cost__cta-body {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	gap: 12px;
}

.gas-water-heater-cost__cta-icon {
	flex-shrink: 0;
	height: 40px;
	width: 40px;
}

.gas-water-heater-cost__cta-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.gas-water-heater-cost__cta-heading {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-cost__cta-desc {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-regular);
	line-height: 1.7;
}

.gas-water-heater-cost__cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-orange);
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	flex-shrink: 0;
	gap: 8px;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	padding: 14px 32px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 100%;
}

.gas-water-heater-cost__cta-button-icon {
	flex-shrink: 0;
	height: 30px;
	width: 30px;
}

.gas-water-heater-cost__cta-button-text {
	color: var(--white);
	font-family: var(--font-family-base);
	font-size: 22px;
	font-weight: var(--font-weight-bold);
}

.gas-water-heater-cost__cta-button-arrow {
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-customer {
	background-color: #F9FAFB;
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-customer__inner.inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.gas-water-heater-customer__head {
	text-align: center;
}

.gas-water-heater-customer__title-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-customer__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-customer__badge {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.7;
}

.gas-water-heater-customer__stats {
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCED3;
	border-radius: 16px;
	display: flex;
	gap: 16px;
	padding: 17px 33px;
}

.gas-water-heater-customer__stats-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: center;
	position: relative;
}

.gas-water-heater-customer__stats-item + .gas-water-heater-customer__stats-item {
	border-left: 1px solid #E5E7EB;
	padding-left: 16px;
}

.gas-water-heater-customer__stats-stars {
	display: block;
	height: 20px;
	width: 116px;
}

.gas-water-heater-customer__stats-rating {
	align-items: baseline;
	display: flex;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	gap: 4px;
	line-height: 1.5;
}

.gas-water-heater-customer__stats-rating-label {
	color: #6A7282;
}

.gas-water-heater-customer__stats-rating-value {
	color: #6A7282;
	font-family: "Inter", var(--font-family-base);
}

.gas-water-heater-customer__stats-number {
	color: var(--main-blue);
	font-family: "Inter", var(--font-family-base);
	font-size: 24px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-customer__stats-label {
	color: #6A7282;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-customer__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	width: 100%;
}

.gas-water-heater-customer__card {
	background-color: #FFFFFF;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
}

.gas-water-heater-customer__card-stars {
	display: block;
	height: 20px;
	width: 116px;
}

.gas-water-heater-customer__card-comment {
	color: #1E2939;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-customer__card-foot {
	border-top: 1px solid #F3F4F6;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 16px;
}

.gas-water-heater-customer__card-profile {
	align-items: center;
	display: flex;
	gap: 12px;
}

.gas-water-heater-customer__card-avatar {
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	height: 40px;
	width: 40px;
}

.gas-water-heater-customer__card-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.gas-water-heater-customer__card-name {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-customer__card-location {
	align-items: center;
	display: flex;
	gap: 4px;
}

.gas-water-heater-customer__card-pin {
	display: block;
	flex-shrink: 0;
	height: 12px;
	width: 12px;
}

.gas-water-heater-customer__card-location-text {
	color: #6A7282;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-customer__card-product {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gas-water-heater-customer__card-tag {
	align-items: center;
	background-color: #F0F8FF;
	border-radius: 4px;
	color: var(--main-blue);
	display: inline-flex;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
	padding: 4px 8px;
}

.gas-water-heater-customer__card-model {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-customer__more {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-navy-blue);
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: flex;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	height: 40px;
	justify-content: center;
	line-height: 1;
	max-width: 100%;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 355px;
}

.gas-water-heater-customer__more-arrow {
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-flow {
	background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-flow__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.gas-water-heater-flow__title-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-flow__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-flow__badge {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.7;
}

.gas-water-heater-flow__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-flow__steps {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	gap: 40px;
	list-style: none;
	margin: 40px auto 0;
	max-width: 100%;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.gas-water-heater-flow__steps::before {
	background-color: #E5E7EB;
	content: "";
	height: 2px;
	left: 120px;
	position: absolute;
	right: 120px;
	top: 168px;
	z-index: 0;
}

.gas-water-heater-flow__step {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
	width: 240px;
	z-index: 1;
}

.gas-water-heater-flow__step-head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	width: 100%;
}

.gas-water-heater-flow__step-head-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: center;
	width: 100%;
}

.gas-water-heater-flow__step-badge {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: var(--main-blue);
	border-radius: calc(infinity * 1px);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	gap: 2px;
	justify-content: center;
	position: relative;
	width: 46px;
	z-index: 1;
}

.gas-water-heater-flow__step-badge-icon {
	aspect-ratio: 1/1;
	height: auto;
	width: 16px;
}

.gas-water-heater-flow__step-badge-num {
	color: var(--white);
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-flow__step-heading {
	display: flex;
	flex-direction: column;
}

.gas-water-heater-flow__step-tag {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-flow__step-title {
	color: #101828;
	font-family: var(--font-family-base);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-flow__step-photo {
	position: relative;
	width: 196px;
	z-index: 1;
}

.gas-water-heater-flow__step-photo-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.gas-water-heater-flow__step-desc {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-flow__cta {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 40px;
}

.gas-water-heater-flow__cta-button {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-orange);
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: center;
	padding: 14px 32px 16px 56px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 480px;
}

.gas-water-heater-flow__cta-icon {
	flex-shrink: 0;
	height: 30px;
	width: 30px;
}

.gas-water-heater-flow__cta-text {
	color: var(--white);
	font-family: var(--font-family-base);
	font-size: 22px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-flow__cta-arrow {
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-flow__cta-note {
	color: #4A5565;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	line-height: 1.6;
}

.gas-water-heater-fv {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-bg-sp.webp") no-repeat center center/cover;
	height: auto;
	width: 100%;
}

.gas-water-heater-fv__inner {
	display: grid;
	gap: 20px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding-left: 16px;
	padding-right: 16px;
}

.gas-water-heater-fv__left-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.gas-water-heater-fv__right {
	margin-top: 40px;
}

.gas-water-heater-fv__right-img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.gas-water-heater-fv__links {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin-top: 20px;
	width: 100%;
}

.gas-water-heater-fv__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-orange);
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex: 1.5 1 0;
	gap: 12px;
	height: 60px;
	justify-content: center;
	min-width: 0;
	padding-left: 20px;
	padding-right: 32px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
}

.gas-water-heater-fv__link::after {
	background: url("/images/contents/gas-water-heater/gas-water-heater-arrow-white.svg") no-repeat center/contain;
	content: "";
	height: 13px;
	pointer-events: none;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-fv__link-icon {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-link-camera.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 30px;
	width: 30px;
}

.gas-water-heater-fv__link-text {
	color: var(--white);
	font-family: "Inter", sans-serif;
	font-size: max(18px, min(1.7vw, 22px));
	font-size: clamp(18px, 1.7vw, 22px);
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-fv__tel-link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--white);
	border-radius: 8px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 3px;
	height: 61px;
	justify-content: center;
	max-width: 232px;
	min-width: 0;
	padding-left: 16px;
	padding-right: 24px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
}

.gas-water-heater-fv__tel-link::after {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-tel-arrow-navy.svg") no-repeat center/contain;
	content: "";
	height: 13px;
	pointer-events: none;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}

.gas-water-heater-fv__tel-link-row {
	align-items: center;
	display: flex;
	gap: 7px;
}

.gas-water-heater-fv__tel-link-icon {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-tel-freedial.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 15px;
	width: 23px;
}

.gas-water-heater-fv__tel-link-number {
	color: #182166;
	font-family: "Inter", sans-serif;
	font-size: max(18px, min(1.7vw, 21px));
	font-size: clamp(18px, 1.7vw, 21px);
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-fv__tel-link-text {
	color: #182166;
	font-family: "Inter", sans-serif;
	font-size: 10px;
	font-weight: var(--font-weight-normal);
	line-height: 1;
}

.gas-water-heater-fv-example-sp {
	display: none;
}

.gas-water-heater-fv-example-sp__img {
	-o-object-fit: contain;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	object-fit: contain;
	width: 102%;
}

.gas-water-heater-maker {
	background-color: var(--white);
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-maker__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.gas-water-heater-maker__title-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-maker__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-maker__badge {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.7;
}

.gas-water-heater-maker__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-maker__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin-top: 40px;
}

.gas-water-heater-maker__cards-item {
	display: flex;
}

.gas-water-heater-maker__card {
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}

.gas-water-heater-maker__card-head {
	align-items: flex-start;
	background-color: #F0F8FF;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 16px 24px;
}

.gas-water-heater-maker__card-logo {
	-o-object-fit: contain;
	height: 40px;
	object-fit: contain;
	width: 110px;
}

.gas-water-heater-maker__card-name {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 22px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-maker__card-tagline {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-maker__card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 16px;
	padding: 24px;
}

.gas-water-heater-maker__card-desc {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #222222;
	display: -webkit-box;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.6;
	overflow: hidden;
}

.gas-water-heater-maker__card-points {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
}

.gas-water-heater-maker__card-point {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.gas-water-heater-maker__card-point-icon {
	background: url("/images/contents/gas-water-heater/gas-water-heater-maker-check.svg") no-repeat center/contain;
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.gas-water-heater-maker__card-point-text {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-maker__card-footer {
	display: flex;
	justify-content: center;
	padding: 0 16px 16px;
}

.gas-water-heater-maker__card-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-navy-blue);
	border-radius: 5px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	display: flex;
	height: 40px;
	justify-content: center;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 225px;
}

.gas-water-heater-maker__card-btn-text {
	color: var(--white);
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1;
}

.gas-water-heater-maker__card-btn-arrow {
	background: url("/images/contents/gas-water-heater/gas-water-heater-arrow-white.svg") no-repeat center/contain;
	height: 9px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.gas-water-heater-maker__note {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 16px;
	text-align: center;
}

.gas-water-heater-maker__note-em {
	color: var(--main-blue);
}

.gas-water-heater-maker__note-link {
	-webkit-text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	color: var(--main-blue);
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.gas-water-heater-products {
	background: #F5F6F8;
	padding-bottom: 40px;
	padding-top: 60px;
}

.gas-water-heater-products__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.gas-water-heater-products__title-group {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-products__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-products__badge {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.7;
}

.gas-water-heater-products__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-quicknav {
	background-color: #D4EAFB;
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-quicknav__cards {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 16px;
	list-style: none;
}

.gas-water-heater-quicknav__cards-item {
	flex: 1;
	min-width: 0;
}

.gas-water-heater-quicknav__card {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--white);
	border-radius: 8px;
	color: inherit;
	display: flex;
	flex-direction: row;
	gap: 16px;
	overflow: hidden;
	padding-right: 12px;
	text-decoration: none;
	transition: opacity var(--duration-base) ease;
}

.gas-water-heater-quicknav__card-img {
	-o-object-fit: cover;
	border-radius: 8px 0 0 8px;
	flex-shrink: 0;
	height: 70px;
	object-fit: cover;
	width: 70px;
}

.gas-water-heater-quicknav__card-text {
	color: #222222;
	flex: 1;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
	text-align: center;
}

.gas-water-heater-quicknav__card-arrow {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-quicknav-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 20px;
	width: 20px;
}

.gas-water-heater-quicknav__chips {
	align-items: center;
	background-color: #F0F8FF;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px 64px;
	justify-content: center;
	list-style: none;
	margin-top: 16px;
	padding: 24px 16px;
}

.gas-water-heater-quicknav__chip {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: inline-flex;
	flex-direction: row;
	gap: 8px;
	text-decoration: none;
	transition: opacity var(--duration-base) ease;
}

.gas-water-heater-quicknav__chip-text {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-quicknav__chip-arrow {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-quicknav-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 18px;
	width: 18px;
}

.gas-water-heater-quicknav__links {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px 24px;
	justify-content: center;
	list-style: none;
	padding-top: 24px;
}

.gas-water-heater-quicknav__links-item {
	align-items: center;
	border-right: 1px solid #9D9FA3;
	display: flex;
	padding-right: 24px;
}

.gas-water-heater-quicknav__links-item:last-child {
	border-right: 0;
	padding-right: 0;
}

.gas-water-heater-quicknav__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: inherit;
	display: inline-flex;
	flex-direction: row;
	gap: 8px;
	text-decoration: none;
	transition: opacity var(--duration-base) ease;
}

.gas-water-heater-quicknav__link-text {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
}

.gas-water-heater-quicknav__link-arrow {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-quicknav-arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-shrink: 0;
	height: 16px;
	width: 16px;
}

.gas-water-heater-reason {
	background-color: var(--white);
	padding-bottom: 64px;
	padding-top: 64px;
}

.gas-water-heater-reason__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: center;
}

.gas-water-heater-reason__title {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 30px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-reason__lead {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.gas-water-heater-reason__catch {
	color: var(--main-blue);
	font-family: var(--font-family-base);
	font-size: 22px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-top: 32px;
	text-align: center;
}

.gas-water-heater-reason__cards {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	list-style: none;
	margin-top: 20px;
}

.gas-water-heater-reason__cards-item {
	display: flex;
}

.gas-water-heater-reason__card {
	background-color: var(--white);
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	display: flex;
	flex-direction: row;
	gap: 16px;
	padding: 16px 16px 24px;
	width: 100%;
}

.gas-water-heater-reason__card-icon {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.gas-water-heater-reason__card-icon-img {
	height: 100%;
	width: 100%;
}

.gas-water-heater-reason__card-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.gas-water-heater-reason__card-title {
	color: #101828;
	font-family: var(--font-family-base);
	font-size: 20px;
	font-weight: var(--font-weight-bold);
	letter-spacing: 0.03em;
	line-height: 1.4;
}

.gas-water-heater-reason__card-title--lh-sm {
	line-height: 1.2;
}

.gas-water-heater-reason__card-title-marker {
	background: linear-gradient(transparent 65%, rgba(255, 168, 0, 0.5) 65%);
}

.gas-water-heater-reason__card-title-marker--lg {
	font-size: 24px;
}

.gas-water-heater-reason__card-title-em {
	font-size: 28px;
}

.gas-water-heater-reason__card-desc {
	color: #222222;
	font-family: var(--font-family-base);
	font-size: 14px;
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.gas-water-heater-trustbar {
	background-color: var(--white);
	border-top: 1px solid #E5E7EB;
	padding-bottom: 32px;
	padding-top: 32px;
}

.gas-water-heater-trustbar__list {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 24px;
	justify-content: space-between;
	list-style: none;
}

.gas-water-heater-trustbar__item {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.gas-water-heater-trustbar__icon {
	background-color: var(--main-navy-blue);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
	border-radius: 12px;
	flex-shrink: 0;
	height: 48px;
	width: 48px;
}

.gas-water-heater-trustbar__icon--license {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-trustbar-icon-license.svg");
}

.gas-water-heater-trustbar__icon--clock {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-trustbar-icon-clock.svg");
}

.gas-water-heater-trustbar__icon--record {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-trustbar-icon-record.svg");
}

.gas-water-heater-trustbar__icon--money {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-trustbar-icon-money.svg");
}

.gas-water-heater-trustbar__icon--24h {
	background-image: url("/images/contents/gas-water-heater/gas-water-heater-trustbar-icon-24h.svg");
}

.gas-water-heater-trustbar__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gas-water-heater-trustbar__title {
	color: var(--main-navy-blue);
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

.gas-water-heater-trustbar__sub {
	color: var(--main-navy-blue);
	font-family: var(--font-family-base);
	font-size: 12px;
	font-weight: var(--font-weight-bold);
	line-height: 1.5;
}

@media (any-hover: hover) {

.gas-water-heater-beginner-guide__link:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-beginner-guide__tel-link:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-case__more:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-category__card-btn:hover {
	opacity: 0.7;
}

.gas-water-heater-cost__cta-button:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-customer__more:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-flow__cta-button:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-fv__link:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-fv__tel-link:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-maker__card-btn:hover {
	box-shadow: none;
	transform: translateY(3px);
}

.gas-water-heater-quicknav__card:hover {
	opacity: 0.7;
}

.gas-water-heater-quicknav__chip:hover {
	opacity: 0.7;
}

.gas-water-heater-quicknav__link:hover {
	opacity: 0.7;
}

}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-desktop-inline {
	display: inline;
}

.u-mobile-inline {
	display: none;
}

}

@media (min-width: 768px) {

.inner-overflow {
	min-width: 1100px;
}

.gas-water-heater-case__card-model-name {
	font-size: 16px;
	line-height: 1.6;
}

.gas-water-heater-case__card-image--after .gas-water-heater-case__card-model-name {
	font-size: 14px;
	line-height: 1.5;
}

.gas-water-heater-case__card-model-note {
	font-size: 12px;
}

.gas-water-heater-category__inner.inner {
	max-width: 1030px;
}

.gas-water-heater-customer__inner.inner {
	max-width: 1230px;
}

.gas-water-heater-flow__inner.inner {
	max-width: 1230px;
}

.gas-water-heater-fv {
	background: url("/images/contents/gas-water-heater/gas-water-heater-fv-bg.webp") no-repeat center center/cover;
	height: 600px;
	min-width: 1100px;
}

.gas-water-heater-fv__inner {
	align-items: center;
	gap: 10px;
	grid-template-columns: 604fr 645fr;
	justify-content: center;
	max-width: 1260px;
	padding-left: 20px;
	padding-right: 20px;
}

.gas-water-heater-maker__inner.inner {
	max-width: 1240px;
}

.gas-water-heater-quicknav__inner.inner {
	max-width: 1230px;
}

.gas-water-heater-reason__inner.inner {
	max-width: 1230px;
}

.gas-water-heater-trustbar__inner.inner {
	max-width: 1130px;
}

}

@media (max-width: 767px) {

:root {
	--max-width: 500px;
}

.inner {
	max-width: var(--max-width);
	padding-left: var(--padding-sp);
	padding-right: var(--padding-sp);
}

.text-ls-neg-01_sp {
	display: inline;
	letter-spacing: -0.1em;
}

.text-ls-neg-03_sp {
	display: inline;
	letter-spacing: -0.3em;
}

.dot-blue__char::after {
	top: 2px;
}

.gas-water-heater-beginner-guide {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-beginner-guide__inner.inner {
	gap: 28px;
}

.gas-water-heater-beginner-guide__title {
	font-size: 24px;
}

.gas-water-heater-beginner-guide__lead {
	font-size: 14px;
}

.gas-water-heater-beginner-guide__nav-wrap {
	justify-content: flex-start;
	margin-left: calc(50% - 50vw);
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: calc(50vw - 50% + var(--padding-sp));
	padding-right: 0;
	scrollbar-width: none;
	width: 100vw;
}

.gas-water-heater-beginner-guide__nav-wrap::-webkit-scrollbar {
	display: none;
}

.gas-water-heater-beginner-guide__nav {
	flex-shrink: 0;
}

.gas-water-heater-beginner-guide__panel {
	gap: 20px;
	padding: 20px 10px;
}

.gas-water-heater-beginner-guide__cards {
	gap: 16px;
	grid-template-columns: 1fr;
}

.gas-water-heater-beginner-guide__card-body {
	padding-left: 16px;
	padding-right: 16px;
}

.gas-water-heater-beginner-guide__capacity-cards {
	gap: 16px;
	grid-template-columns: 1fr;
}

.gas-water-heater-beginner-guide__cost-table-cell-note {
	font-size: 11px;
}

.gas-water-heater-beginner-guide__cost-table-price {
	font-size: 14px;
}

.gas-water-heater-beginner-guide__cost-table-unit {
	font-size: 10px;
}

.gas-water-heater-beginner-guide__cost-table-unit--total {
	font-size: 13px;
}

.gas-water-heater-beginner-guide__cost-table-total-value {
	font-size: 16px;
	line-height: 1.35;
}

.gas-water-heater-beginner-guide__flow-step {
	gap: 12px;
	padding: 12px;
}

.gas-water-heater-beginner-guide__flow-step-icon {
	height: 40px;
	width: 40px;
}

.gas-water-heater-beginner-guide__flow-step-icon-img {
	height: 14px;
	width: 14px;
}

.gas-water-heater-beginner-guide__flow-step-icon-num {
	font-size: 12px;
}

.gas-water-heater-beginner-guide__flow-step-body {
	padding-right: 0;
}

.gas-water-heater-beginner-guide__flow-step-title {
	font-size: 13px;
}

.gas-water-heater-beginner-guide__flow-step-text {
	font-size: 13px;
}

.gas-water-heater-beginner-guide__flow-step-tag {
	font-size: 10px;
	padding: 4px 8px;
}

.gas-water-heater-beginner-guide__sign-items {
	gap: 12px;
}

.gas-water-heater-beginner-guide__sign-item-trigger {
	padding: 12px;
}

.gas-water-heater-beginner-guide__sign-item-title {
	font-size: 14px;
}

.gas-water-heater-beginner-guide__sign-item-body-inner {
	padding: 0 12px 12px 12px;
}

.gas-water-heater-beginner-guide__sign-item-text {
	font-size: 13px;
}

.gas-water-heater-beginner-guide__tip {
	gap: 4px;
	padding: 14px 10px;
}

.gas-water-heater-beginner-guide__tip-text {
	font-size: 13px;
}

.gas-water-heater-beginner-guide__links {
	align-items: center;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.gas-water-heater-beginner-guide__link {
	box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.1);
	max-width: 358px;
	min-width: 0;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.gas-water-heater-beginner-guide__link-icon {
	height: 24px;
	width: 24px;
}

.gas-water-heater-beginner-guide__link-text {
	font-size: 20px;
	line-height: 1.4;
}

.gas-water-heater-beginner-guide__tel-link {
	border: 2px solid #182166;
	box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.1);
	gap: 2px;
	height: 66px;
	max-width: 358px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.gas-water-heater-beginner-guide__tel-link::after {
	right: 16px;
}

.gas-water-heater-beginner-guide__tel-link-icon {
	height: 18px;
	width: 30px;
}

.gas-water-heater-beginner-guide__tel-link-number {
	font-size: 22px;
	letter-spacing: -0.02em;
	line-height: 1.27;
}

.gas-water-heater-beginner-guide__tel-link-text {
	font-size: 12px;
	line-height: 1.33;
}

.gas-water-heater-case {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-case__inner.inner {
	gap: 24px;
	padding-left: 10px;
	padding-right: 10px;
}

.gas-water-heater-case__head {
	padding-left: 6px;
	padding-right: 6px;
}

.gas-water-heater-case__title {
	font-size: 24px;
}

.gas-water-heater-case__lead {
	font-size: 14px;
}

.gas-water-heater-case__cards {
	gap: 20px;
	grid-template-columns: 1fr;
}

.gas-water-heater-case__card {
	padding: 14px 10px;
}

.gas-water-heater-case__card-title {
	font-size: 18px;
}

.gas-water-heater-case__card-label {
	font-size: 14px;
	height: 24px;
	line-height: 1.33;
	padding: 4px 8px;
	width: 70px;
}

.gas-water-heater-case__card-time {
	height: 33px;
	padding: 0 10px;
	width: 80px;
}

.gas-water-heater-case__card-time::after {
	border-width: 25px 0 25px 35px;
	left: calc(100% - 12px);
}

.gas-water-heater-case__card-time-text {
	font-size: 14px;
	padding-left: 5px;
}

.gas-water-heater-case__card-summary {
	flex-wrap: wrap;
	gap: 4px;
}

.gas-water-heater-case__card-summary-label {
	font-size: 12px;
	padding: 4px 6px;
}

.gas-water-heater-case__card-summary-name {
	font-size: 12px;
}

.gas-water-heater-case__card-summary-value {
	font-size: 12px;
}

.gas-water-heater-case__card-summary-unit {
	font-size: 10px;
}

.gas-water-heater-case__card-customer {
	padding-bottom: 16px;
	padding-top: 16px;
}

.gas-water-heater-case__card-stars {
	height: auto;
	width: 96px;
}

.gas-water-heater-case__more {
	max-width: 355px;
	width: calc(100% - 16px);
}

.gas-water-heater-category {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-category__title {
	font-size: 22px;
}

.gas-water-heater-category__lead {
	font-size: 14px;
}

.gas-water-heater-category__cards {
	align-items: stretch;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.gas-water-heater-category__cards-item {
	width: 100%;
}

.gas-water-heater-comparison {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-comparison__inner.inner {
	gap: 20px;
}

.gas-water-heater-comparison__title {
	font-size: 24px;
}

.gas-water-heater-comparison__lead {
	font-size: 14px;
}

.gas-water-heater-comparison__table-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: var(--padding-sp);
	padding-right: var(--padding-sp);
	scrollbar-width: none;
	width: 100vw;
}

.gas-water-heater-comparison__table-wrap::-webkit-scrollbar {
	display: none;
}

.gas-water-heater-comparison__table-img {
	flex-shrink: 0;
	max-width: none;
	width: 800px;
}

.gas-water-heater-comparison__note {
	text-align: left;
	text-indent: hanging 1em;
	width: 100%;
}

.gas-water-heater-cost {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-cost__inner.inner {
	gap: 32px;
}

.gas-water-heater-cost__title {
	font-size: 24px;
}

.gas-water-heater-cost__badge {
	font-size: 13px;
}

.gas-water-heater-cost__lead {
	font-size: 14px;
}

.gas-water-heater-cost__breakdown-title {
	font-size: 18px;
}

.gas-water-heater-cost__breakdown-img {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.gas-water-heater-cost__items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
	width: 100%;
}

.gas-water-heater-cost__plans {
	gap: 16px;
	padding: 20px 16px;
}

.gas-water-heater-cost__plans-title {
	font-size: 18px;
}

.gas-water-heater-cost__plans-lead {
	font-size: 13px;
}

.gas-water-heater-cost__plans-list {
	gap: 20px;
}

.gas-water-heater-cost__plan-name {
	font-size: 13px;
}

.gas-water-heater-cost__plan-price-value {
	font-size: 13px;
}

.gas-water-heater-cost__plan-price-unit {
	font-size: 11px;
}

.gas-water-heater-cost__plan-bar {
	background-position: 16.666% 0, 31% 0, 47% 0, 63% 0, 79% 0, 98% 0;
	height: 28px;
}

.gas-water-heater-cost__plan-bar-fill {
	left: var(--plan-bar-start-sp, var(--plan-bar-start));
	padding-left: 8px;
	padding-right: 8px;
	width: calc(var(--plan-bar-end-sp, var(--plan-bar-end)) - var(--plan-bar-start-sp, var(--plan-bar-start)));
}

.gas-water-heater-cost__plan-bar-label {
	font-size: 11px;
}

.gas-water-heater-cost__plan-bar-label-tilde {
	font-size: 9px;
}

.gas-water-heater-cost__plans-scale {
	font-size: 10px;
}

.gas-water-heater-cost__cta {
	gap: 24px;
	padding: 20px 16px 32px;
}

.gas-water-heater-cost__cta-heading {
	font-size: 16px;
}

.gas-water-heater-cost__cta-desc {
	font-size: 13px;
}

.gas-water-heater-cost__cta-button {
	padding: 12px 32px;
}

.gas-water-heater-cost__cta-button-text {
	font-size: 16px;
}

.gas-water-heater-cost__cta-button-arrow {
	height: 12px;
	width: 8px;
}

.gas-water-heater-customer {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-customer__inner.inner {
	gap: 24px;
}

.gas-water-heater-customer__title {
	font-size: 24px;
}

.gas-water-heater-customer__badge {
	font-size: 14px;
}

.gas-water-heater-customer__stats {
	gap: 12px;
	justify-content: space-between;
	padding: 16px;
	width: 100%;
}

.gas-water-heater-customer__stats-item + .gas-water-heater-customer__stats-item {
	padding-left: 12px;
}

.gas-water-heater-customer__stats-stars {
	height: auto;
	width: 96px;
}

.gas-water-heater-customer__stats-number {
	font-size: 20px;
}

.gas-water-heater-customer__cards {
	grid-template-columns: 1fr;
}

.gas-water-heater-customer__card {
	padding: 20px;
}

.gas-water-heater-customer__card-comment {
	font-size: 14px;
}

.gas-water-heater-customer__more {
	max-width: 355px;
	width: 100%;
}

.gas-water-heater-flow {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-flow__title {
	font-size: 22px;
}

.gas-water-heater-flow__badge {
	font-size: 13px;
}

.gas-water-heater-flow__lead {
	font-size: 14px;
}

.gas-water-heater-flow__steps {
	display: grid;
	gap: 24px 12px;
	grid-template-columns: repeat(2, 1fr);
	margin: 32px 0 0;
	width: 100%;
}

.gas-water-heater-flow__steps::before {
	right: calc(0px - var(--padding-sp));
	top: 24%;
	translate: 0 -50%;
}

.gas-water-heater-flow__steps::after {
	background-color: #E5E7EB;
	content: "";
	height: 2px;
	left: calc(0px - var(--padding-sp));
	position: absolute;
	right: 48px;
	top: 74%;
	translate: 0 -50%;
	z-index: 0;
}

.gas-water-heater-flow__step {
	gap: 12px;
	justify-self: center;
	max-width: 172px;
	width: 100%;
}

.gas-water-heater-flow__step-head {
	flex-grow: 1;
	gap: 8px;
}

.gas-water-heater-flow__step-head-row {
	gap: 6px;
	justify-content: flex-start;
}

.gas-water-heater-flow__step-badge {
	width: clamp(36px, 3800 / var(--cq-ref-mobile) * 1cqi, 38px);
}

.gas-water-heater-flow__step-badge-icon {
	width: clamp(12px, 1400 / var(--cq-ref-mobile) * 1cqi, 14px);
}

.gas-water-heater-flow__step-badge-num {
	font-size: clamp(10px, 1200 / var(--cq-ref-mobile) * 1cqi, 12px);
}

.gas-water-heater-flow__step-tag {
	font-size: clamp(10px, 1200 / var(--cq-ref-mobile) * 1cqi, 12px);
}

.gas-water-heater-flow__step-title {
	font-size: clamp(14px, 1600 / var(--cq-ref-mobile) * 1cqi, 16px);
}

.gas-water-heater-flow__step-photo {
	width: 140px;
}

.gas-water-heater-flow__step-desc {
	font-size: clamp(11px, 1300 / var(--cq-ref-mobile) * 1cqi, 13px);
}

.gas-water-heater-flow__cta {
	margin-top: 32px;
}

.gas-water-heater-flow__cta-button {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	max-width: 358px;
	padding: 14px 28px 16px 28px;
	width: 100%;
}

.gas-water-heater-flow__cta-text {
	font-size: clamp(18px, 2000 / var(--cq-ref-mobile) * 1cqi, 20px);
}

.gas-water-heater-flow__cta-arrow {
	height: 12px;
	width: 8px;
}

.gas-water-heater-flow__cta-note {
	font-size: 12px;
}

.gas-water-heater-fv {
	padding-bottom: 70px;
	padding-top: 12px;
}

.gas-water-heater-fv__right {
	display: none;
}

.gas-water-heater-fv__links {
	align-items: center;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}

.gas-water-heater-fv__link {
	box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.1);
	flex: none;
	max-width: 358px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.gas-water-heater-fv__link-icon {
	height: 24px;
	width: 24px;
}

.gas-water-heater-fv__link-text {
	font-size: 20px;
	line-height: 1.4;
}

.gas-water-heater-fv__tel-link {
	border: 2px solid #182166;
	box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.1);
	flex: none;
	gap: 2px;
	height: 66px;
	max-width: 358px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.gas-water-heater-fv__tel-link::after {
	right: 16px;
}

.gas-water-heater-fv__tel-link-icon {
	height: 18px;
	width: 30px;
}

.gas-water-heater-fv__tel-link-number {
	font-size: 22px;
	letter-spacing: -0.02em;
	line-height: 1.27;
}

.gas-water-heater-fv__tel-link-text {
	font-size: 12px;
	line-height: 1.33;
}

.gas-water-heater-fv-example-sp {
	display: block;
	margin-top: max(-60px, -14%);
	overflow-x: clip;
}

.gas-water-heater-maker {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-maker__title {
	font-size: 22px;
}

.gas-water-heater-maker__badge {
	font-size: 13px;
}

.gas-water-heater-maker__lead {
	font-size: 14px;
}

.gas-water-heater-maker__cards {
	gap: 24px;
	grid-template-columns: 1fr;
	margin-top: 32px;
}

.gas-water-heater-maker__card {
	border-radius: 10px;
}

.gas-water-heater-maker__card-btn {
	max-width: 358px;
	width: 100%;
}

.gas-water-heater-maker__note {
	text-align: left;
}

.gas-water-heater-products__title {
	font-size: 22px;
}

.gas-water-heater-products__badge {
	font-size: 13px;
}

.gas-water-heater-products__lead {
	font-size: 14px;
}

.gas-water-heater-quicknav {
	padding-bottom: 24px;
	padding-top: 24px;
}

.gas-water-heater-quicknav__cards {
	flex-direction: column;
	gap: 8px;
}

.gas-water-heater-quicknav__cards-item {
	width: 100%;
}

.gas-water-heater-quicknav__chips {
	flex-direction: column;
	gap: 12px;
	padding: 16px;
}

.gas-water-heater-quicknav__links {
	flex-direction: column;
	gap: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	width: -moz-fit-content;
	width: fit-content;
}

.gas-water-heater-quicknav__links-item {
	border-right: 0;
	padding-right: 0;
}

.gas-water-heater-reason {
	padding-bottom: 40px;
	padding-top: 40px;
}

.gas-water-heater-reason__title {
	font-size: 22px;
}

.gas-water-heater-reason__lead {
	font-size: 14px;
}

.gas-water-heater-reason__catch {
	font-size: 16px;
}

.gas-water-heater-reason__cards {
	gap: 12px;
	grid-template-columns: 1fr;
}

.gas-water-heater-reason__card-title {
	font-size: 17px;
}

.gas-water-heater-reason__card-title-marker--lg {
	font-size: 20px;
}

.gas-water-heater-reason__card-title-em {
	font-size: 22px;
}

.gas-water-heater-trustbar {
	padding-bottom: 24px;
	padding-top: 24px;
}

.gas-water-heater-trustbar__list {
	align-items: flex-start;
	flex-direction: column;
	gap: 16px;
	margin-left: auto;
	margin-right: auto;
	width: -moz-fit-content;
	width: fit-content;
}

}


/* CTA */

.gwh-cta {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

@media (max-width: 767px) {
  .gwh-cta {
    gap: 10px;
  }
}

.gwh-cta__btns {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}

@media (max-width: 767px) {
  .gwh-cta__btns {
    flex-direction: column;
    gap: 10px;
  }
}

.gwh-cta__btn {
  -webkit-text-decoration: none;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: var(--white);
  display: flex;
  flex: 1 1 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  gap: 12px;
  height: 65px;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  overflow: hidden;
  padding-left: 24px;
  padding-right: 32px;
  position: relative;
  text-decoration: none;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
}

@media (max-width: 767px) {
  .gwh-cta__btn {
    flex: none;
    font-size: 17px;
    height: 56px;
    padding-left: 20px;
    padding-right: 28px;
    width: 100%;
  }
}

.gwh-cta__btn::before {
  animation: gwh-cta-shine 3s ease infinite;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.45) 50%, rgba(255, 255, 255, 0) 70%);
  content: "";
  height: 200%;
  left: -120%;
  pointer-events: none;
  position: absolute;
  top: -50%;
  width: 60%;
  z-index: 0;
}

.gwh-cta__btn::after {
  background: url("/images/contents/gas-water-heater/gas-water-heater-arrow-white.svg") no-repeat center/contain;
  content: "";
  height: 13px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  .gwh-cta__btn::after {
    right: 14px;
  }
}

.gwh-cta__btn--web {
  background-color: var(--main-orange);
  flex-grow: 6;
}

@media (max-width: 767px) {
  .gwh-cta__btn--web {
    flex-grow: 1;
  }
}

.gwh-cta__btn--line {
  background-color: #06C655;
  flex-grow: 4;
}

@media (max-width: 767px) {
  .gwh-cta__btn--line {
    flex-grow: 1;
  }
}

.gwh-cta__btn-icon {
  flex-shrink: 0;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1;
}

@media (max-width: 767px) {
  .gwh-cta__btn-icon {
    height: 26px;
    width: 26px;
  }
}

.gwh-cta__btn-icon--camera {
  background: url("/images/contents/gas-water-heater/gas-water-heater-fv-link-camera.svg") no-repeat center/contain;
}

.gwh-cta__btn-line-icon {
  flex-shrink: 0;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 28px;
  z-index: 1;
}

@media (max-width: 767px) {
  .gwh-cta__btn-line-icon {
    width: 24px;
  }
}

.gwh-cta__btn-text {
  position: relative;
  z-index: 1;
}

.gwh-cta__tel {
  -webkit-text-decoration: none;
  align-items: center;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #182166;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  min-height: 65px;
  padding: 12px 24px;
  position: relative;
  text-decoration: none;
  transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
  width: 100%;
}

@media (max-width: 767px) {
  .gwh-cta__tel {
    gap: 4px;
    min-height: 62px;
    padding: 10px 24px;
  }
}

.gwh-cta__tel::after {
  background: url("/images/contents/gas-water-heater/gas-water-heater-fv-tel-arrow-navy.svg") no-repeat center/contain;
  content: "";
  height: 13px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

@media (max-width: 767px) {
  .gwh-cta__tel::after {
    right: 14px;
  }
}

.gwh-cta__tel-row {
  align-items: center;
  display: flex;
  gap: 8px;
}

.gwh-cta__tel-icon {
  background: url("/images/contents/gas-water-heater/gas-water-heater-fv-tel-freedial.svg") no-repeat center/contain;
  flex-shrink: 0;
  height: 15px;
  width: 23px;
}

@media (max-width: 767px) {
  .gwh-cta__tel-icon {
    height: 14px;
    width: 22px;
  }
}

.gwh-cta__tel-number {
  color: #182166;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.01em;
  line-height: 1;
}

@media (max-width: 767px) {
  .gwh-cta__tel-number {
    font-size: 20px;
  }
}

.gwh-cta__tel-text {
  color: #182166;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: var(--font-weight-normal);
  line-height: 1;
}

@media (max-width: 767px) {
  .gwh-cta__tel-text {
    font-size: 11px;
  }
}

.gwh-cta__note {
  color: var(--white);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  margin-top: 4px;
  text-align: center;
}

@media (max-width: 767px) {
  .gwh-cta__note {
    font-size: 11px;
    margin-top: 2px;
  }
}

@media (any-hover: hover) {

  .gwh-cta__btn:hover,
  .gwh-cta__tel:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}

@keyframes gwh-cta-shine {
  0% {
    left: -120%;
  }

  60%,
  100% {
    left: 160%;
  }
}

.cta__txt-message p.cta__txt-message-desc {
  color: #FFF;
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
	.page-template-page-gas-water-heater-test .cta.cta--flex-btn .cta__txt-message {
		padding-top: 12.6667vw;
  }
  .cta__txt-message-title {
    line-height: 1.3 !important;
  }

  .cta__txt-message p.cta__txt-message-desc {
    font-size: 15px;
    margin-bottom: 0;
  }

  .cta.cta--flex-btn .cta__charactor2 {
    top: 10% !important;
  }
}

/* ===============================================
# よくあるご質問
=============================================== */

.faq__title {
	font-family: var(--font-family-base	);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.36667;
	letter-spacing: 1.5px;
	margin-inline: auto;
}

.gas-water-heater-faq__more {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: var(--main-navy-blue);
	border-radius: 5px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	display: flex;
	font-family: var(--font-family-base);
	font-size: 16px;
	font-weight: var(--font-weight-bold);
	height: 40px;
	justify-content: center;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	max-width: 100%;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	transition: transform var(--duration-base) ease, box-shadow var(--duration-base) ease;
	width: 355px;
}
@media (max-width: 767px) {
	.gas-water-heater-faq__more {
		max-width: 355px;
		width: calc(100% - 16px);
	}
}
@media (any-hover: hover) {
	.gas-water-heater-faq__more:hover {
		box-shadow: none;
		transform: translateY(3px);
	}
}

.gas-water-heater-faq__more-arrow {
	height: 13px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}