:root {
	--color-black: #333;
	--color-gray-66: #aaa;
	--color-gray-80: #ccc;
	--color-orange: #ff9600;
	--color-teal: #00bebc;
	--color-white: #fff;
	--color-red: #f00;
}
/* common component */
.p-article {
	padding-bottom: 60px;
}
.p-article.-campaign {
		background-color: #ffffd6;
	}
.p-article.-ranking {
		padding-bottom: 0;
	}
.p-article_header {
		background-color: #429ef3;
		padding-top: 18px;
		padding-bottom: 18px;
		margin-bottom: 42px;
	}
.-ranking .p-article_header {
			margin-bottom: 0;
		}
.p-article_subheading {
		font-size: 18px;
		color: #fff;
		color: var(--color-white);
		margin-bottom: 6px;
	}
.p-article_subheading::before {
			content: "＼";
		}
.p-article_subheading::after {
			content: "／";
		}
.p-article_heading {
		font-size: 26px;
		line-height: 1.2;
		font-weight: bold;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #fff03a;
	}
.-faq .p-article_heading {
			color: #fff;
			color: var(--color-white);
		}
.p-section + .p-section {
		margin-top: 42px;
	}
.-ranking .p-section {
		margin-top: 0;
		padding-top: 42px;
		padding-bottom: 42px;
	}
.p-section.-delivery,
	.p-section.-tabletop {
		background-color: #edf6ff;
	}
.p-section_heading {
		background-color: #77bdff;
		padding: 12px;
		color: #fff;
		color: var(--color-white);
		font-weight: bold;
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 18px;
	}
.-ranking .p-section_heading {
			margin-bottom: 30px;
		}
.p-section_subheading {
		font-weight: normal;
		font-size: 20px;
	}
.p-section_headingStrong {
		font-size: 24px;
		color: #fff03a;
		font-weight: bold;
	}
/* Hero Section */
.p-hero {
	margin-bottom: 18px;
}
.p-hero_heading {
		color: #429ef3;
		font-weight: bold;
		font-size: 20px;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 12px;
	}
.p-hero_tagline {
		font-size: 16px;
		margin-bottom: 30px;
	}
.p-hero_tagline::before {
			content: '';
			display: inline-block;
			margin-right: 6px;
			width: 24px;
			height: 24px;
			mask-size: 24px;
			mask-repeat: no-repeat;
			mask-image: url("/waterserver/lowcost/img/icn_pr.svg");
			background-color: #697180;
			vertical-align: bottom;
		}
.c-accentWall {
	margin-bottom: 18px;
}
.p-anchor {
	display: inline-flex;
	overflow: scroll hidden;
	scrollbar-width: none;
	scroll-behavior: smooth;
	width: 100%;
}
.p-anchor_wrapper {
		width: 100%;
		z-index: 10;
		position: sticky;
		top: 0;
		left: 0;
		margin-bottom: 9px;
	}
.p-anchor_container {
		width: 100%;
		background-color: #fff;
		background-color: var(--color-white);
		overflow: hidden;
		padding-top: 9px;
		padding-bottom: 1px;
		border-bottom: 1px solid transparent;
		transition: all 0.3s;
	}
.p-anchor_container::before,
		.p-anchor_container::after {
			content: '';
			display: block;
			width: 30px;
			height: 30px;
			background: rgba(43, 179, 252, 50%) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NjAgOTYwIj48cGF0aCBkPSJtNDMyIDQ4MCAxNTYgMTU2YzcuMyA3LjMgMTEgMTYuNyAxMSAyOHMtMy43IDIwLjctMTEgMjgtMTYuNyAxMS0yOCAxMS0yMC43LTMuNy0yOC0xMUwzNDggNTA4Yy00LTQtNi44LTguMy04LjUtMTNzLTIuNS05LjctMi41LTE1IC44LTEwLjMgMi41LTE1IDQuNS05IDguNS0xM2wxODQtMTg0YzcuMy03LjMgMTYuNy0xMSAyOC0xMXMyMC43IDMuNyAyOCAxMSAxMSAxNi43IDExIDI4LTMuNyAyMC43LTExIDI4eiIgZmlsbD0iI2ZmZmYiLz48L3N2Zz4=') no-repeat left 3px center / 24px;
			position: absolute;
			top: calc(50% - 21.5px);
			z-index: 11;
			pointer-events: none;
			transition: all 0.3s;
		}
.p-anchor_container::before {
			left: 0;
		}
.p-anchor_container::after {
			right: 0;
			transform: rotate(180deg);
		}
.p-anchor_container.is-leftEnd::before {
				opacity: 0;
			}
.p-anchor_container.is-rightEnd::after {
				opacity: 0;
			}
.p-anchor_container.is-fixed {
			border-bottom-color: #f5f5f5;
			box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 15%);
		}
.p-anchor_linkItem {
		color: #333;
		color: var(--color-black);
		text-decoration: none;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 78px;
		min-width: 90px;
		padding-top: 24px;
		padding-right: 6px;
		padding-left: 6px;
		border-bottom: 6px solid transparent;
		position: relative;
		transition: all 0.3s;
		line-height: 1.2;
	}
.is-fixed .p-anchor_linkItem {
			color: var(--color-gray-60);
		}
.p-anchor_linkItem::before {
			content: '';
			display: block;
			width: 1px;
			height: 54px;
			background-color: #ccc;
			background-color: var(--color-gray-80);
			position: absolute;
			top: calc(50% - 27px);
			left: 0;
		}
.p-anchor_linkItem::after {
			content: '';
			display: block;
			width: 24px;
			height: 24px;
			mask-size: 24px;
			mask-repeat: no-repeat;
			mask-image: url('/waterserver/lowcost/img/icn_crown.svg');
			background-color: #429ef3;
			position: absolute;
			top: 0;
			left: calc(50% - 12px);
		}
.is-fixed .p-anchor_linkItem::after {
				background-color: var(--color-gray-60);
			}
.-chart .p-anchor_linkItem::after {
				mask-image: url('/waterserver/lowcost/img/icn_compare.svg');
			}
.-ranking .p-anchor_linkItem::after {
				mask-image: url('/waterserver/lowcost/img/icn_ranking.svg');
			}
.-campaign .p-anchor_linkItem::after {
				mask-image: url('/waterserver/lowcost/img/icn_speaker.svg');
			}
.-useful .p-anchor_linkItem::after {
				mask-image: url('/waterserver/lowcost/img/icn_check_list.svg');
			}
.-review .p-anchor_linkItem::after {
				mask-image: url('/waterserver/lowcost/img/icn_voice.svg');
			}
.-faq .p-anchor_linkItem::after {
				mask-image: url('/waterserver/lowcost/img/icn_question.svg');
			}
.p-anchor_linkItem.is-current {
			color: #333;
			color: var(--color-black);
			border-bottom-color: #2bb3fc;
		}
.is-fixed .p-anchor_linkItem.is-current::after {
					background-color: #2bb3fc;
				}
.p-anchor_linkItem:hover,
		.p-anchor_linkItem:visited {
			color: #333;
			color: var(--color-black);
		}
.p-anchor_item {
		flex: 1;
		flex-basis: auto;
		flex-shrink: 0;
	}
.p-anchor_item:first-child .p-anchor_linkItem::before {
				display: none;
			}
.p-adjustAnchor {
	margin-top: -89px;
	padding-top: 89px;
}
/* コスパ最強のウォーターサーバー3選 */
.p-productCard {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.p-productCard_itemLink {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		background-color: var(--color-white);
		color: #333;
		color: var(--color-black);
		text-decoration: none;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 30%);
		border-radius: 6px;
		position: relative;
		transition: all 0.3s;
		border: 1px solid transparent;
		height: 100%;
	}
.p-productCard_number {
		width: 48px;
		height: 48px;
		background-color: #afcbd8;
		border-radius: 24px;
		font-size: 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		color: var(--color-white);
		font-weight: bold;
		position: absolute;
		top: -12px;
		left: -12px;
	}
.p-productCard_item:first-child .p-productCard_number {
			background-color: #dcce21;
		}
.p-productCard_item:nth-child(2) .p-productCard_number {
			background-color: #bbb;
		}
.p-productCard_item:nth-child(3) .p-productCard_number {
			background-color: #df7a21;
		}
.p-productCard_header {
		padding: 18px 18px 12px;
	}
.p-productCard_label {
		border: 1px solid #429ef3;
		color: #429ef3;
		display: inline-block;
		height: 24px;
		line-height: 24px;
		border-radius: 12px;
		padding-right: 12px;
		padding-left: 12px;
		float: right;
		margin-bottom: 12px;
	}
.p-productCard_label.-delivery {
			color: #73BD33;
			border-color: #73BD33;
		}
.p-productCard_heading {
		clear: both;
		font-size: 16px;
	}
.p-productCard_brand {
		color: #429ef3;
		font-weight: bold;
		font-size: 18px;
	}
.p-productCard_campaign {
		background-color: #ffffab;
		padding: 12px 12px 12px 54px;
		display: flex;
		align-items: center;
		min-height: 60px;
		line-height: 1.3;
		position: relative;
	}
.p-productCard_campaign::before {
			content: '';
			display: block;
			width: 36px;
			height: 36px;
			mask-size: 36px;
			mask-repeat: no-repeat;
			mask-image: url('/waterserver/img/icn_campaign.svg');
			background-color: #fea419;
			position: absolute;
			top: calc(50% - 18px);
			left: 12px;
		}
.p-productCard_figure {
		margin-bottom: 12px;
	}
.p-productCard_container {
		padding: 18px 12px;
		display: flex;
		flex-direction: column;
		height: 100%;
	}
.p-productCard_priceWrapper {
		margin-bottom: 12px;
		position: relative;
		padding-right: 30px;
	}
.p-productCard_priceWrapper::after {
			content: '';
			display: block;
			width: 36px;
			height: 36px;
			mask-size: 36px;
			mask-repeat: no-repeat;
			mask-image: url('/waterserver/img/icn_arrow_next.svg');
			background-color: #fea419;
			position: absolute;
			top: calc(50% - 21px);
			right: -6px;
		}
.p-productCard_monthly {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 12px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
.p-productCard_monthly strong {
			font-size: 32px;
		}
.p-productCard_priceAnnotation {
		font-size: 12px;
	}
.p-productCard_body {
		background-color: #edf6ff;
		padding: 12px;
		border-radius: 6px;
		flex: 1;
	}
.p-productCard_body strong {
			display: inline;
			font-weight: inherit;
			background: linear-gradient(transparent 65%, #ffffa9 0%);
			padding: 0.2px;
		}
/* ウォーターサーバー早見表 */
.p-filterButton {
	display: inline-flex;
	overflow: scroll hidden;
	scrollbar-width: none;
	scroll-behavior: smooth;
	width: 100%;
	gap: 12px;
	padding-right: 4.2667vw;
}
.p-filterButton_wrapper {
		margin-right: -4.2667vw;
		margin-bottom: 18px;
	}
.p-filterButton_item {
		flex: 1;
		flex-basis: auto;
		flex-shrink: 0;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 18px;
		padding-left: 18px;
		border: 1px solid #ccc;
		border: 1px solid var(--color-gray-80);
		border-radius: 21px;
		cursor: pointer;
		transition: all 0.3s;
	}
.p-filterButton_item.is-active {
			color: #429ef3;
			font-weight: bold;
			border-color: #429ef3;
			background-color: #edf6ff;
		}
.p-stickyTable {
	font-size: 12px;
	width: 876px;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	position: relative;
	display: block;
	border-top: 1px solid #ccc;
	border-top: 1px solid var(--color-gray-80);
}
.p-stickyTable_outer {
		position: relative;
		margin-bottom: 12px;
		margin-right: -4.2667vw;
	}
.p-stickyTable_outer::before,
		.p-stickyTable_outer::after {
			content: '';
			display: block;
			position: absolute;
			z-index: 1;
		}
.p-stickyTable_outer::before {
			width: 2px;
			height: 100%;
			background-color: #ccc;
			background-color: var(--color-gray-80);
			left: 150px;
			top: 0;
		}
.p-stickyTable_outer::after {
			width: calc(100% + 1px);
			height: 60px;
			background: linear-gradient(180deg, rgba(255, 255, 255, 0%) 0%, rgba(255, 255, 255, 80%) 35%, rgb(255, 255, 255) 100%);
			bottom: -1px;
			left: -1px;
		}
.is-full .p-stickyTable_outer::after {
				display: none;
			}
.is-full .p-stickyTable_outer {
			margin-bottom: 0;
		}
.is-empty .p-stickyTable_outer {
			display: none;
		}
.p-stickyTable_wrapper {
		overflow-x: auto;
		border-left: 1px solid #ccc;
		border-left: 1px solid var(--color-gray-80);
		padding-right: 4.2667vw;
		max-height: 888px;
		overflow-y: hidden;
	}
.is-full .p-stickyTable_wrapper {
			max-height: 10000px;
		}
.p-stickyTable th,
	.p-stickyTable td {
		border-width: 0 1px 1px 0;
		padding: 9px 6px;
		border-color: #ccc;
		border-color: var(--color-gray-80);
		border-style: solid;
		text-align: center;
	}
.p-stickyTable th.-heading, .p-stickyTable td.-heading {
			width: 150px;
			border-width: 0 0 1px;
			position: sticky;
			top: 0;
			left: 0;
			z-index: 1;
		}
.p-stickyTable th {
		font-size: 12px;
		background-color: #f5f5f5;
		width: 120px;
	}
.p-stickyTable th.-image,
		.p-stickyTable th.-initial {
			width: 78px;
		}
.p-stickyTable th.-label {
			width: 60px;
		}
.p-stickyTable th.-waterBill {
			width: 90px;
		}
.p-stickyTable th.-body {
			width: 300px;
		}
.p-stickyTable td {
		font-size: 11px;
		background-color: #fff;
		background-color: var(--color-white);
	}
.p-stickyTable td.-monthly,
		.p-stickyTable td.-body {
			text-align: left;
		}
.p-stickyTable td.-label {
			color: #429ef3;
		}
.p-stickyTable td.-label.-delivery {
				color: #73bd33;
			}
.p-stickyTable tr.is-hidden {
			display: none;
		}
.p-stickyTable_linkButton {
		display: flex;
		flex-direction: column;
		height: 100%;
		color: #333;
		color: var(--color-black);
		text-decoration: none;
		transition: all 0.3s;
		position: relative;
	}
.-heading .p-stickyTable_linkButton::after {
				content: '';
				display: block;
				width: 24px;
				height: 24px;
				mask-size: 24px;
				mask-repeat: no-repeat;
				mask-image: url('/waterserver/img/icn_arrow_next.svg');
				background-color: #429ef3;
				position: absolute;
				top: calc(50% - 12px);
				right: -6px;
			}
.p-stickyTable_linkButton:hover,
		.p-stickyTable_linkButton:visited {
			color: #333;
			color: var(--color-black);
		}
.p-stickyTable_brand {
		color: #429ef3;
		font-weight: bold;
	}
.p-stickyTable_heading {
		font-size: 10px;
	}
.p-stickyTable_monthly {
		color: #f00;
		color: var(--color-red);
		font-size: 10px;
	}
.p-stickyTable_monthly strong {
			font-size: 14px;
			font-weight: bold;
		}
.p-stickyTable_annotation {
		font-size: 10px;
		color: var(--color-gray-60);
	}
.p-stickyTable_moreWrapper {
		text-align: center;
	}
.is-full .p-stickyTable_moreWrapper,
		.is-empty .p-stickyTable_moreWrapper {
			display: none;
		}
.p-stickyTable_more {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 210px;
		height: 48px;
		font-weight: bold;
		border-radius: 24px;
		border: 1px solid #ccc;
		border: 1px solid var(--color-gray-80);
		cursor: pointer;
		transition: all 0.3s;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 5%);
	}
.p-stickyTable_emptyText {
		background-color: #f5f5f5;
		text-align: center;
		padding-top: 18px;
		padding-bottom: 18px;
		display: none;
	}
.is-empty .p-stickyTable_emptyText {
			display: block;
		}
/* お役立ち情報 */
.p-content + .p-content {
		margin-top: 18px;
	}
.p-content.-mt-42px {
		margin-top: 42px;
	}
.p-content_heading {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 12px;
		color: #429ef3;
	}
.p-featureCard {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.p-content .p-featureCard {
		margin-top: 18px;
	}
.p-featureCard_item {
		border: 1px solid #429ef3;
		border-radius: 6px;
		padding: 18px;
	}
.p-featureCard_heading {
		font-size: 20px;
		line-height: 1.3;
		color: #429ef3;
		font-weight: bold;
		text-align: center;
		margin-bottom: 12px;
	}
.p-bulletList {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 16px;
}
.p-bulletList_heading {
		color: #429ef3;
		font-weight: bold;
	}
.p-bulletList_heading::before {
			content: "●";
			display: inline-block;
			margin-right: 0.2em;
		}
.p-priceTable {
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	border-width: 1px 0 0 1px;
	border-color: #ccc;
	border-color: var(--color-gray-80);
	border-style: solid;
	width: 100%;
	font-size: 12px;
}
.p-content .p-priceTable {
		margin-top: 18px;
	}
.p-priceTable th,
	.p-priceTable td {
		border-width: 0 1px 1px 0;
		border-color: #ccc;
		border-color: var(--color-gray-80);
		border-style: solid;
		padding: 12px;
	}
.p-priceTable th {
		width: calc(50% - 45px);
		background-color: #f5f5f5;
	}
.p-priceTable th.-heading {
			width: 90px;
		}
.p-priceTable td.-heading {
			background-color: #f5f5f5;
			text-align: center;
		}
/* ウォーターサーバー利用者320人のリアルな声 */
.p-resultList {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
}
.p-resultList_item {
		background-color: #edf6ff;
		border-radius: 6px;
		padding: 18px;
		display: flex;
		align-items: center;
		gap: 12px;
	}
.p-resultList_number {
		width: 42px;
		height: 42px;
		border-radius: 21px;
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #DCCE21;
		color: #fff;
		color: var(--color-white);
	}
.p-resultList_number.-index-2 {
			background-color: #bbb;
		}
.p-resultList_number.-index-3 {
			background-color: #df7a21;
		}
.p-resultList_itemContainer {
		flex: 1;
	}
.p-resultList_itemInner {
		flex: 1;
	}
.p-resultList_heading {
		font-size: 16px;
		font-weight: bold;
	}
.p-resultList_annotation {
		text-align: right;
		font-size: 12px;
		margin-bottom: 12px;
	}
.p-resultList_summary {
		margin-bottom: 18px;
	}
.p-resultCard {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.p-resultCard_item {
		border: 1px solid #429ef3;
		border-radius: 6px;
		padding: 18px;
	}
.p-resultCard_heading {
		font-size: 20px;
		line-height: 1.3;
		font-weight: bold;
		text-align: center;
		color: #429ef3;
		margin-bottom: 12px;
	}
.p-resultCard_ranking {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 12px;
	}
.p-resultCard_rankingItem {
		background-color: #edf6ff;
		border-radius: 6px;
		padding: 18px;
		display: flex;
		align-items: center;
		gap: 12px;
	}
.p-resultCard_rankingNumber {
		width: 42px;
		height: 42px;
		border-radius: 21px;
		font-size: 16px;
		line-height: 1;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #dcce21;
		color: #fff;
		color: var(--color-white);
	}
.p-resultCard_rankingNumber.-index-2 {
			background-color: #bbb;
		}
.p-resultCard_rankingNumber.-index-3 {
			background-color: #df7a21;
		}
.p-resultCard_rankingItemInner {
		flex: 1;
		display: flex;
		flex-direction: column;
	}
.p-resultCard_rankingHeading {
		font-size: 16px;
		font-weight: bold;
	}
.p-resultCard_annotation {
		text-align: right;
		font-size: 12px;
		margin-bottom: 12px;
	}
/* よくある質問 */
.p-faqList {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.p-faqList_item {
		padding-bottom: 18px;
		border-bottom: 1px dashed #d6d6d6;
	}
.p-faqList_heading {
		color: #429ef3;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 12px;
	}
.p-faqList_heading::before {
			content: "Q.";
			display: inline-block;
			margin-right: 0.2em;
		}
.p-faqList_body {
		font-size: 16px;
	}
.p-faqList_body::before {
			content: "A.";
			display: inline-block;
			margin-right: 0.2em;
			font-weight: bold;
			font-size: 20px;
		}
@media screen and (min-width: 767px) {
.p-article_subheading {
			font-size: 26px;
			margin-bottom: 12px
	}
.p-article_heading {
			font-size: 40px
	}
.p-section.-tabletop {
			padding-bottom: 60px
	}
.p-hero_heading {
			font-size: 28px
	}
.p-hero_tagline {
			text-align: center
	}
.p-anchor {
		display: flex;
		max-width: 91.4667%;
		margin-left: auto;
		margin-right: auto
}
.p-anchor_wrapper {
			margin-bottom: 18px
	}
.p-anchor_container::before,
		.p-anchor_container::after {
				display: none
		}
.p-anchor_linkItem {
			padding-top: 30px;
			height: 66px
	}
.p-anchor_linkItem::before {
				height: 40px;
				top: calc(50% - 20px)
		}
.p-anchor_linkItem:hover {
				opacity: 0.7
		}
.p-anchor_item {
			width: 14.28571%;
			flex-basis: unset;
			flex-shrink: unset
	}
.p-adjustAnchor {
		margin-top: -77px;
		padding-top: 77px
}
.p-productCard {
		flex-flow: row wrap;
		gap: 30px 18px
}
.p-productCard_item {
			width: calc(33.333% - 12px)
	}
.p-productCard_itemLink:hover {
				border-color: #77bdff;
				background-color: #edf6ff;
				box-shadow: 0 0 6px 0 rgba(19,99,201, 30%)
		}
.p-productCard_monthly {
			flex-direction: column;
			align-items: flex-start
	}
.p-filterButton {
		padding-right: 0
}
.p-filterButton_wrapper {
			margin-right: 0
	}
.p-stickyTable {
		width: 966px
}
.p-stickyTable_outer::before {
				left: 180px
		}
.p-stickyTable th.-heading, .p-stickyTable td.-heading {
				width: 180px
		}
.p-stickyTable th.-label {
				width: 120px
		}
.p-stickyTable_linkButton:hover {
				opacity: 0.7
		}
.p-stickyTable_more:hover {
				background-color: #edf6ff;
				border-color: #429ef3;
				color: #429ef3
		}
.p-featureCard.-column-4 {
			flex-direction: row
	}
.-column-4 .p-featureCard_item {
				flex: 1
		}
.p-priceTable {
		font-size: 14px;
		text-align: center
}
.p-priceTable th {
			width: calc(50% - 90px)
	}
.p-priceTable th.-heading {
				width: 180px
		}
.p-resultList {
		flex-direction: row;
		gap: 18px
}
.p-resultList_item {
			flex: 1
	}
.p-resultCard {
		flex-direction: row
}
.p-resultCard_item {
			flex: 1
	}
.p-resultCard_rankingItemInner {
			flex-direction: row;
			align-items: center;
			justify-content: space-between
	}
}
@media screen and (min-width: 991px) {
.p-hero {
		max-width: 992px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 48px
}
.p-hero_wrapper {
			background: url('/waterserver/lowcost/img/bg_h_1_desktop.jpg') no-repeat center
	}
.p-anchor {
		max-width: 992px
}
.p-anchor_container {
			padding-top: 3px;
			padding-bottom: 2px
	}
.p-anchor_linkItem::after {
				width: 30px;
				height: 30px;
				mask-size: 30px;
				left: calc(50% - 15px)
		}
.p-adjustAnchor {
		margin-top: -72px;
		padding-top: 72px
}
.p-productCard_monthly {
			flex-direction: row;
			align-items: center
	}
.p-filterButton_item {
			flex: unset;
			flex-basis: unset;
			flex-shrink: unset;
			padding-right: 12px;
			padding-left: 12px;
			width: 120px
	}
.p-filterButton_item:hover {
				color: #429ef3;
				font-weight: bold;
				border-color: #429ef3;
				background-color: #edf6ff
		}
.p-stickyTable {
		display: table;
		width: 100%
}
.p-stickyTable_outer {
			margin-right: 0
	}
.p-stickyTable_wrapper {
			padding-right: 0
	}
.p-stickyTable th.-body {
				width: 100%
		}
}
