/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/

/* Box sizing rules */

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

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

img,
picture {
	display: block;
	width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */

button {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	outline: none;
	padding: 0;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/

/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/

html {
	font-size: 16px;
}

body {
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.no-scroll {
	overflow: hidden; /* スクロールを完全に防ぐ */
	width: 100%;
}

.loader {
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.loader__line {
	background: #002A54;
	display: block;
	height: 10%;
	width: 100%;
}

/*==================================================
# 共通
================================================== */

.inner {
	margin-inline: auto;
	max-width: 90%;
	width: 100%;
}

.button {
	background: #FF8F87;
	border-radius: 3.9473684211vw;
	max-width: 47.3684210526vw;
	width: 100%;
}

.button-wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.button-heading {
	max-width: 47.3684210526vw;
	width: 100%;
}

.cta-button {
	background-color: #DE1000;
	border-radius: 3.9473684211vw;
	box-shadow: 0px 0.5263157895vw 0px #d5cab3;
	color: #fff;
	display: inline-block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	line-height: 7.8947368421vw;
	margin-top: 1.5789473684vw;
	max-width: 47.3684210526vw;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
	vertical-align: middle;
	width: 100%;
}

.cta-button:hover {
	box-shadow: unset;
	transform: translateY(0.5263157895vw);
}

.cta-button .text {
	color: #fff;
	font-size: 3.4210526316vw;
	font-weight: 600;
	vertical-align: middle;
}

.rules-button {
	display: inline-block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.8421052632vw;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin-top: 1.0526315789vw;
	text-decoration: underline;
	text-underline-offset: 1.0526315789vw;
}

sub {
	bottom: 0.7894736842vw;
	font-size: 1.8421052632vw;
	font-weight: 300;
	margin-left: 0.7894736842vw;
	position: relative;
}

/* header
-------------------------------------------------- */

.header {
	background: rgb(255, 255, 255);
	height: 10.5263157895vw;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 2.6315789474vw;
	width: 100%;
}

.header__logo {
	display: inline-block;
	width: 14.7368421053vw;
}

/* fv
-------------------------------------------------- */

.fv {
	margin-top: 10.5263157895vw;
	position: relative;
}

.fv__cta {
	content: "";
	left: 10.5263157895vw;
	position: absolute;
	top: 36.1842105263vw;
	width: 28.9473684211vw;
}

.fv__cta .button-wrap .cta-button {
	line-height: 4.2105263158vw;
}

.fv__cta .button-wrap .cta-button:hover {
	box-shadow: unset;
	transform: translateY(0.5263157895vw);
}

.fv__cta .button-wrap .cta-button .text {
	font-size: 2.1052631579vw;
}

.fv__cta .button-wrap .rules-button {
	font-size: 1.3157894737vw;
}

/* present
-------------------------------------------------- */

.present {
	background: #FFF9EB;
	padding: 4vw 0 1.3333333333vw;
}

.present__wrap {
	display: flex;
	justify-content: center;
	-moz-column-gap: 5%;
	column-gap: 5%;
}

.present__item {
	background: #fff;
	border: 1px solid #5A3319;
	border-radius: 3px;
	flex: 0 1 35%;
	padding: 1.3333333333vw 1.3333333333vw;
	position: relative;
	width: 100%;
}

.present__item::after {
	background: linear-gradient(160deg, transparent 85%, rgba(0, 136, 255, 0.3) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.present__item .img-wrap {
	margin-inline: auto;
	position: relative;
}

.present__item .img-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.present__item .img-title {
	-webkit-text-stroke: 3px #fff;
	font-size: 4.8vw;
	left: 50%;
	paint-order: stroke;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.present__item .img-wrap .img-title .maker {
	background: linear-gradient(transparent 35%, #0088FF 99%, #010FFF 100%);
	font-style: italic;
	font-weight: 700;
	padding-inline: 0.5em;
}

.present__item .img-wrap .img-title > .add {
	display: block;
	font-size: 2.1333333333vw;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.4vw;
}

.present__item .spec {
	margin-top: 1.3333333333vw;
}

.present__item .spec p {
	font-size: 2.6666666667vw;
	font-weight: 500;
}

.present__item .spec li {
	font-size: 2.1333333333vw;
	text-decoration: underline;
	text-decoration-color: rgba(0, 136, 255, 0.4);
}

/* campaign
-------------------------------------------------- */

.campaign {
	background: #FFF9EB;
	padding: 7.8947368421vw 0;
	position: relative;
}

.campaign__item {
	position: relative;
}

.campaign__button {
	bottom: 4.7368421053vw;
	content: "";
	left: 50%;
	overflow: hidden;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	z-index: 2;
}

.campaign-btn::before {
	background: #222;
	border-radius: 50%;
	content: "";
	height: 13.1578947368vw;
	left: 100%;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease-out;
	width: 105.2631578947vw;
	z-index: -1;
}

.campaign-btn:hover {
	color: #F2D700;
}

.campaign-btn:hover::before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.campaign-btn {
	background: #FEF8A6;
	font-size: 2.6315789474vw;
	font-weight: 600;
	height: 5.7894736842vw;
	letter-spacing: 0.12em;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-out;
	width: 75.6578947368vw;
	z-index: 1;
}

.campaign-btn::after {
	background: url(../img/campaign-triangle.svg) no-repeat center/cover;
	bottom: 0.5263157895vw;
	content: "";
	height: 1.8421052632vw;
	position: absolute;
	right: 0.5263157895vw;
	width: 2.6315789474vw;
}

.campaign__item2 {
	background: #fff;
	border: 5px solid #ed1e79;
	border-radius: 10px;
	box-shadow: 12px 12px 0 -3px #FF8F87;
	display: grid;
	grid-template-areas: "txt1 txt2" "btn btn";
	padding: 2.5rem 4.375rem;
}

.txt1 {
	grid-column: 1/2;
}

.txt2 {
	grid-column: 2/3;
}

.btn {
	grid-column: 1/3;
}

.campaign__lead {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-bottom: 1.5rem;
	position: relative;
}

.campaign__lead::after {
	background: url(../img/deco_line.png) no-repeat center center/cover;
	bottom: -1.625rem;
	content: "";
	height: 1.375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.campaign__text {
	display: inline;
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	margin-left: 0.75rem;
	position: relative;
	z-index: 1;
}

.campaign__text::after {
	background: rgba(252, 238, 33, 0.4);
	bottom: 0;
	content: "";
	height: 1.25rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 107%;
	z-index: -1;
}

.campaign__subsidy {
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	margin-left: 0.75rem;
}

.campaign__subsidy span {
	-webkit-text-stroke: 0.5rem #F2D700;
	color: #ed1e79;
	font-family: sans-serif;
	font-weight: 600;
	letter-spacing: -0.05em;
	paint-order: stroke;
}

.campaign__subsidy .subsidy-price {
	font-size: 4.375rem;
}

.campaign__subsidy .subsidy-ja {
	font-size: 2.375rem;
	margin-left: 0.375rem;
}

.campaign__black-number {
	align-items: center;
	align-self: center;
	background: #000;
	border: 5px solid #F2D700;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	height: -moz-min-content;
	height: min-content;
	justify-content: center;
	min-width: 15rem;
	padding: 0.75rem 0;
	width: 100%;
}

.black-number__text {
	color: #F2D700;
	font-size: 1.875rem;
}

.black-number__text span {
	font-size: 1rem;
}

.black-number__text.number--strong {
	font-family: sans-serif;
	font-weight: 700;
	letter-spacing: 0.06em;
}

/* comparison
-------------------------------------------------- */

.comparison {
	padding: 13.1578947368vw 0 18.4210526316vw;
	position: relative;
}

.comparison::after {
	background: url(../img/comparison__bg.png) no-repeat center/cover;
	bottom: 0;
	content: "";
	height: 11.3157894737vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.comparison__inner {
	text-align: center;
}

.comparison__title {
	display: inline-block;
	font-size: 4.4736842105vw;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.comparison__title::before,
.comparison__title::after {
	content: "";
	height: 8.6842105263vw;
	position: absolute;
	top: -2.6315789474vw;
	width: 8.9473684211vw;
}

.comparison__title::before {
	background: url(../img/star-left.svg) no-repeat center/cover;
	left: -8.9473684211vw;
}

.comparison__title::after {
	background: url(../img/star-right.svg) no-repeat center/cover;
	right: -8.9473684211vw;
}

.comparison__img {
	margin-top: 6.5789473684vw;
}

.comparison-table {
	border-collapse: collapse;
	caption-side: top;
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
}

.comparison-table caption {
	display: none;
}

.comparison-table tr {
	height: 8.625rem;
}

.comparison-table th,
.comparison-table td {
	border: 0.1875rem solid #737373;
}

.comparison-table thead th {
	border-left: none;
	border-radius: 10px 10px 0 0;
	border-right: none;
	border-top: none;
	color: #fff;
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	width: 33.3333333333%;
}

.comparison-table thead th:first-of-type {
	background: none;
}

.comparison-table thead th.ev {
	background: #4ec4c4;
	border-bottom: #4ec4c4;
	border-left: none;
	border-radius: 10px 10px 0 0;
	border-right: none;
	font-size: 2.5rem;
}

.comparison-table thead th.gasoline {
	background: #737373;
}

.comparison-table .ev {
	background: rgba(177, 226, 228, 0.25);
	border-left: 0.5rem solid #4ec4c4;
	border-right: 0.5rem solid #4ec4c4;
	font-size: 1.875rem;
}

.comparison-table tbody tr:nth-of-type(odd) th,
.comparison-table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
	background: rgba(115, 115, 115, 0.2);
}

.comparison-table strong {
	font-size: 2.5rem;
	font-weight: 700;
}

.comparison__notes {
	margin-top: 3.9473684211vw;
	text-align: left;
}

.comparison__notes li {
	font-size: 1.8421052632vw;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.comparison__notes li span {
	font-size: 1.8421052632vw;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.subsidy-list li {
	padding-left: 2em;
}

.subsidy-list .list--mt {
	margin-top: 1em;
}

.subsidy-list.fz-sm li {
	font-size: 1.5789473684vw;
}

.comparison__button {
	margin-inline: auto;
	margin-top: 5.2631578947vw;
}

/* feature
-------------------------------------------------- */

.feature {
	background: #FEFCEC;
	padding: 13.1578947368vw 0;
}

.feature__inner {
	margin-inline: auto;
	max-width: 90%;
	width: 100%;
}

.feature__title {
	font-size: 3.4210526316vw;
	font-weight: 600;
	position: relative;
	text-align: center;
}

.feature__title::before {
	background: url(../img/circle-bg.svg) no-repeat center/cover;
	content: "";
	height: 15.2631578947vw;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 14.2105263158vw;
}

.feature__items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 4.2105263158vw;
	column-gap: 4.2105263158vw;
	margin-top: 10.5263157895vw;
	row-gap: 3.1578947368vw;
}

.feature__item {
	will-change: auto;
}

.feature__item__text {
	font-size: 2.3684210526vw;
	font-weight: 300;
	margin-top: 1.5789473684vw;
}

.feature__item__text span {
	font-size: 1.8421052632vw;
	font-weight: 300;
}

.feature__charge {
	font-size: 3.1578947368vw;
	font-weight: 500;
	margin-top: 7.8947368421vw;
	text-align: center;
}

.feature__charge__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	max-width: 78.4210526316vw;
	width: 100%;
	-moz-column-gap: 2.1052631579vw;
	column-gap: 2.1052631579vw;
	margin-inline: auto;
	margin-top: 2.6315789474vw;
}

.charge-card {
	display: flex;
	flex-direction: column;
	row-gap: 0.7236842105vw;
}

.charge-card__title {
	font-size: 2.6315789474vw;
	letter-spacing: 0.06em;
	text-align: center;
}

.charge-card__title.title-color__wh {
	background: #7BCACD;
	color: #fff;
}

.charge-card__title.title-color__gr {
	background: #fff;
	border: dotted 1px #7BCACD;
	color: #7BCACD;
}

.feature__button {
	margin-inline: auto;
	margin-top: 6.5789473684vw;
}

/* footer
-------------------------------------------------- */

.footer {
	background: #002A54;
	height: 7.8947368421vw;
}

.footer__copyright {
	height: inherit;
	text-align: center;
}

.footer__copyright small {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 1.8421052632vw;
	font-weight: 400;
	height: inherit;
	justify-content: center;
	line-height: 2.4285714286;
}

/* modal1 キャンペーン詳細
-------------------------------------------------- */

.modal {
	height: 90vh;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.modal.is-active {
	opacity: 1;
	visibility: visible;
}

/* オーバーレイ */

.modal-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

/* モーダルコンテンツ */

.modal-content {
	background-color: #fff;
	left: 50%;
	margin: 13.1578947368vw 0;
	padding-bottom: calc(20px + env(safe-area-inset-bottom));
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 90%; /* 👈 iOS のナビゲーションバー分を考慮 */
}

.modal-content__inner {
	padding: 7.3684210526vw 2.6315789474vw;
	position: relative;
}

/* 閉じるボタン */

.modal-close {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 7.8947368421vw;
	position: absolute;
	right: 1.5789473684vw;
	top: 2.6315789474vw;
	width: 7.8947368421vw;
}

.modal-head {
	margin-bottom: 7.8947368421vw;
	margin-inline: auto;
	max-width: 52.6315789474vw;
	width: 100%;
}

.modal-title {
	font-size: 4.2105263158vw;
	font-weight: 600;
	text-align: center;
}

.list-item {
	margin-top: 4.2105263158vw;
}

.list-item + .list-item {
	margin-top: 3.9473684211vw;
}

.list-item__title {
	background: #FEFCEC;
	font-size: 2.8947368421vw;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 3.9473684211vw;
	position: relative;
	text-align: center;
}

.list-item__title::after {
	background: #7BCACD;
	bottom: -0.5263157895vw;
	content: "";
	height: 0.5263157895vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.list-item__lead {
	font-size: 2.1052631579vw;
	font-weight: 600;
	letter-spacing: 0.11em;
	margin-top: 3.9473684211vw;
	text-align: justify;
}

.list-item__text + .list-item__text {
	margin-top: 1.0526315789vw;
}

.list-item__text {
	font-size: 1.8421052632vw;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin-top: 1.0526315789vw;
	text-align: justify;
}

#modal2 .list-item__text {
	padding-left: 1em;
	position: relative;
}

#modal2 .list-item__text::before {
	background: #222;
	content: "";
	height: 1.0526315789vw;
	left: 0;
	position: absolute;
	top: 0.9210526316vw;
	width: 1.0526315789vw;
}

#modal2 .list-item__text--none {
	padding-left: 0;
}

#modal2 .list-item__text--none::before {
	background: none;
	content: "";
}

#modal2 .list-item__sublist {
	margin-left: 1em;
	margin-top: 1em;
}

#modal2 .list-item__sublist .list-item__text {
	padding-left: 1em;
}

#modal2 .list-item__sublist .list-item__text::before {
	content: "";
}

#modal2 .list-item__sublist ul {
	margin-left: 1em;
}

#modal2 .list-item__sublist ul li {
	font-size: 1.8421052632vw;
	font-weight: 300;
	letter-spacing: 0.03em;
}

.list-item__text span {
	font-weight: 600;
	margin-top: 1.0526315789vw;
}

.list-item__text a {
	color: #0143BE;
}

.modal__cta {
	margin-top: 7.3684210526vw;
}

/*==================================================
# キャンペーン終了後のマスク
================================================== */

.main {
	position: relative;
}

.campaign-mask {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
	text-align: center;
	z-index: 900;
}

.campaign-mask__text {
	color: #fff;
	font-size: 2.8125vw;
	font-weight: 600;
	line-height: 2;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.campaign-mask__link {
	color: #fff;
	font-size: 2.34375vw;
	font-weight: 600;
	line-height: 4;
	position: relative;
}

.campaign-mask__link:hover {
	opacity: 1;
}

/* 下線のスタイル */

.campaign-mask__link::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s ease-out;
	width: 100%;
}

/* リンクにホバーした際の下線の表示 */

a:hover::after {
	transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

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

html {
	font-size: 1.3333333333vw;
}

a:hover {
	opacity: 0.8;
}

.inner {
	max-width: 56.25rem;
	width: 100%;
}

.button {
	border-radius: 1.875rem;
	max-width: 22.5rem;
}

.button-heading {
	max-width: 22.5rem;
}

.cta-button {
	border-radius: 1.875rem;
	box-shadow: 0px 0.25rem 0px #EAA87D;
	line-height: 3.75rem;
	margin-top: 0.75rem;
	max-width: 22.5rem;
}

.cta-button:hover {
	transform: translateY(0.25rem);
}

.cta-button .text {
	font-size: 1.625rem;
}

.rules-button {
	font-size: 0.875rem;
	margin-top: 0.5rem;
	text-underline-offset: 0.5rem;
}

sub {
	bottom: 0.375rem;
	font-size: 0.875rem;
	margin-left: 0.375rem;
}

.header {
	height: 5rem;
}

.header__inner {
	padding: 0 2.5rem;
	width: 80rem;
}

.header__logo {
	width: 7rem;
}

.fv {
	margin-top: 5rem;
}

.fv__cta {
	left: 6.25rem;
	top: 27.5rem;
	width: 24.875rem;
}

.fv__cta .button-wrap .cta-button:hover {
	transform: translateY(0.25rem);
}

.present {
	padding: 3.125rem 0 1.5625rem;
}

.present__item {
	border-radius: 6px;
	flex: 0 1 30%;
	padding: 0.625rem 0.625rem;
}

.present__item .img-title {
	-webkit-text-stroke: 6px #fff;
	font-size: 2rem;
}

.present__item .img-wrap .img-title > .add {
	font-size: 0.875rem;
	margin-top: 0.1875rem;
}

.present__item .spec {
	margin-top: 0.625rem;
}

.present__item .spec p {
	font-size: 1.25rem;
}

.present__item .spec li {
	font-size: 1rem;
}

.campaign {
	padding: 3.75rem 0;
}

.campaign__button {
	bottom: 2.75rem;
}

.campaign-btn {
	font-size: 1.25rem;
	height: 3.625rem;
	width: 46.875rem;
}

.campaign-btn::after {
	bottom: 0.375rem;
	height: 1.25rem;
	right: 0.375rem;
	width: 1.875rem;
}

.comparison {
	padding: 6.25rem 0 11.875rem;
}

.comparison__title {
	font-size: 2.625rem;
}

.comparison__title::before,
.comparison__title::after {
	height: 5.125rem;
	top: -1.25rem;
	width: 5.375rem;
}

.comparison__title::before {
	left: -5.375rem;
}

.comparison__title::after {
	right: -5.375rem;
}

.comparison__img {
	margin-top: 3.125rem;
}

.comparison__notes {
	margin-top: 1.875rem;
}

.comparison__notes li {
	font-size: 0.875rem;
}

.comparison__notes li span {
	font-size: 0.875rem;
}

.subsidy-list.fz-sm li {
	font-size: 0.75rem;
}

.comparison__button {
	margin-top: 2.5rem;
}

.feature {
	padding: 10rem 0 3.125rem;
}

.feature__inner {
	max-width: 67.5rem;
}

.feature__title {
	font-size: 2rem;
}

.feature__title::before {
	height: 9.125rem;
	width: 8.375rem;
}

.feature__items {
	grid-template-columns: repeat(4, 1fr);
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	margin-top: 6.25rem;
	row-gap: 1.5rem;
}

.feature__item__text {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.feature__item__text span {
	font-size: 0.875rem;
}

.feature__charge {
	font-size: 1.5rem;
	margin-top: 3.75rem;
}

.feature__charge__cards {
	max-width: 37.25rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	margin-top: 1.25rem;
}

.charge-card {
	row-gap: 0.34375rem;
}

.charge-card__title {
	font-size: 1.25rem;
}

.feature__button {
	margin-top: 3.125rem;
}

.footer {
	height: 3.75rem;
}

.footer__copyright small {
	font-size: 0.875rem;
}

.modal-content {
	margin: 10rem 0;
	width: 62.5rem;
}

.modal-content__inner {
	padding: 3.5rem 10rem;
}

.modal-close {
	height: 4.875rem;
	right: 0.75rem;
	top: 1.25rem;
	width: 4.875rem;
}

.modal-head {
	margin-bottom: 5rem;
	max-width: 25rem;
}

.modal-title {
	font-size: 2rem;
}

.list-item {
	margin-top: 2rem;
}

.list-item + .list-item {
	margin-top: 1.875rem;
}

.list-item__title {
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
}

.list-item__title::after {
	bottom: -0.25rem;
	height: 0.25rem;
}

.list-item__lead {
	font-size: 1rem;
	margin-top: 1.875rem;
}

.list-item__text + .list-item__text {
	margin-top: 0.5rem;
}

.list-item__text {
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

#modal2 .list-item__text::before {
	height: 0.5rem;
	top: 0.4375rem;
	width: 0.5rem;
}

#modal2 .list-item__sublist ul li {
	font-size: 0.875rem;
}

.list-item__text span {
	font-size: 0.875rem;
}

.modal__cta {
	margin-top: 3.5rem;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

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

.fv__cta {
	left: 10.15625vw;
	top: 35.9375vw;
	width: 31.09375vw;
}

.fv__cta .button-wrap .button-heading {
	max-width: 28.125vw;
}

.fv__cta .button-wrap .cta-button {
	border-radius: 2.34375vw;
	line-height: 4.84375vw;
	margin-top: 0.9375vw;
	max-width: 28.125vw;
}

.fv__cta .button-wrap .cta-button:hover {
	transform: translateY(0.3125vw);
}

.fv__cta .button-wrap .cta-button .text {
	font-size: 2.03125vw;
}

.comparison {
	padding: 6.25rem 0 14.84375vw;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

