.wrapper {
	color: #333;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto;
	max-width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 100%;
	width: 1200px;
}

.sp_only {
	display: none;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.8;
}

/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.dn {
	display: none !important;
}

.main {
	margin-inline: auto;
	width: 1200px;
	width: 75rem;
}

.pi0 {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.mi0 {
	margin-inline: 15px;
	margin-inline: 0.9375rem;
}

/*========================================
#section__title
========================================  */

.section__title {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.2;
}

.page__contents {
	margin: 50px 0;
	margin: 3.125rem 0;
}

.page__wrapper {
	line-height: 1.75;
	margin: 0 auto;
	max-width: 100%;
	width: 1200px; /* Begin bidirectionality settings (do not change) */
}

.page__wrapper html,
.page__wrapper address,
.page__wrapper blockquote,
.page__wrapper body,
.page__wrapper dd,
.page__wrapper div,
.page__wrapper dl,
.page__wrapper dt,
.page__wrapper fieldset,
.page__wrapper form,
.page__wrapper frame,
.page__wrapper frameset,
.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6,
.page__wrapper noframes,
.page__wrapper ol,
.page__wrapper p,
.page__wrapper ul,
.page__wrapper center,
.page__wrapper dir,
.page__wrapper hr,
.page__wrapper menu,
.page__wrapper pre {
	display: block;
	unicode-bidi: embed;
}

.page__wrapper li {
	display: list-item;
}

.page__wrapper head {
	display: none;
}

.page__wrapper table {
	display: table;
}

.page__wrapper tr {
	display: table-row;
}

.page__wrapper thead {
	display: table-header-group;
}

.page__wrapper tbody {
	display: table-row-group;
}

.page__wrapper tfoot {
	display: table-footer-group;
}

.page__wrapper col {
	display: table-column;
}

.page__wrapper colgroup {
	display: table-column-group;
}

.page__wrapper td,
.page__wrapper th {
	display: table-cell;
}

.page__wrapper caption {
	display: table-caption;
}

.page__wrapper th {
	font-weight: bolder;
	text-align: center;
}

.page__wrapper caption {
	text-align: center;
}

.page__wrapper body {
	margin: 8px;
}

.page__wrapper h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.page__wrapper h2 {
	font-size: 1.5em;
	margin: 0.75em 0;
}

.page__wrapper h3 {
	font-size: 1.17em;
	margin: 0.83em 0;
}

.page__wrapper h4,
.page__wrapper p,
.page__wrapper blockquote,
.page__wrapper ul,
.page__wrapper fieldset,
.page__wrapper form,
.page__wrapper ol,
.page__wrapper dl,
.page__wrapper dir,
.page__wrapper menu {
	margin: 1.12em 0;
}

.page__wrapper h5 {
	font-size: 0.83em;
	margin: 1.5em 0;
}

.page__wrapper h6 {
	font-size: 0.75em;
	margin: 1.67em 0;
}

.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6,
.page__wrapper b,
.page__wrapper strong {
	font-weight: bolder;
}

.page__wrapper blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

.page__wrapper i,
.page__wrapper cite,
.page__wrapper em,
.page__wrapper var,
.page__wrapper address {
	font-style: italic;
}

.page__wrapper pre,
.page__wrapper tt,
.page__wrapper code,
.page__wrapper kbd,
.page__wrapper samp {
	font-family: monospace;
}

.page__wrapper pre {
	white-space: pre;
}

.page__wrapper button,
.page__wrapper textarea,
.page__wrapper input,
.page__wrapper select {
	display: inline-block;
}

.page__wrapper big {
	font-size: 1.17em;
}

.page__wrapper small,
.page__wrapper sub,
.page__wrapper sup {
	font-size: 0.83em;
}

.page__wrapper sub {
	vertical-align: sub;
}

.page__wrapper sup {
	vertical-align: super;
}

.page__wrapper table {
	border-spacing: 2px;
}

.page__wrapper thead,
.page__wrapper tbody,
.page__wrapper tfoot {
	vertical-align: middle;
}

.page__wrapper td,
.page__wrapper th,
.page__wrapper tr {
	vertical-align: inherit;
}

.page__wrapper s,
.page__wrapper strike,
.page__wrapper del {
	text-decoration: line-through;
}

.page__wrapper hr {
	border: 1px inset;
}

.page__wrapper ol,
.page__wrapper ul,
.page__wrapper dir,
.page__wrapper menu,
.page__wrapper dd {
	margin-left: 40px;
}

.page__wrapper ol {
	list-style-type: decimal;
}

.page__wrapper ol ul,
.page__wrapper ul ol,
.page__wrapper ul ul,
.page__wrapper ol ol {
	margin-bottom: 0;
	margin-top: 0;
}

.page__wrapper u,
.page__wrapper ins {
	text-decoration: underline;
}

.page__wrapper br:before {
	content: "\a";
	white-space: pre-line;
}

.page__wrapper center {
	text-align: center;
}

.page__wrapper :link,
.page__wrapper :visited {
	text-decoration: underline;
}

.page__wrapper :focus {
	outline: thin dotted invert;
}

.page__wrapper BDO[DIR=ltr] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

.page__wrapper BDO[DIR=rtl] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.page__wrapper *[DIR=ltr] {
	direction: ltr;
	unicode-bidi: embed;
}

.page__wrapper *[DIR=rtl] {
	direction: rtl;
	unicode-bidi: embed;
}

.page__wrapper ul li {
	list-style-type: disc !important;
}

.page__wrapper ol li {
	list-style-type: decimal !important;
}

.wrapper {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

html {
	scroll-behavior: smooth;
}

.header {
	background: #fff;
	left: 50%;
	margin-inline: auto;
	max-width: 1920px;
	padding-top: 10px;
	position: relative;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	width: 100%;
	z-index: 1000;
}

.header__box--wrapper {
	padding-right: clamp(0.063rem, -37.333rem + 49.86vw, 22.5rem);
}

.header__box {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	padding-left: 45px;
	padding-left: 2.8125rem;
}

.header__logo img {
	width: 509px;
	width: 31.8125rem;
}

.header__actions {
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	gap: 12px;
	gap: 0.75rem;
}

.header__action-button {
	align-items: center;
	display: flex;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
}

.header__action-button--yellow {
	background: #ffe23e;
	border-radius: 25px;
	border-radius: 1.5625rem;
	box-shadow: 0px 1.5px 0px 0px #988620;
	width: 275px;
	width: 17.1875rem;
}

.header__action-button--green {
	background: #23ac39;
	border-radius: 25px;
	border-radius: 1.5625rem;
	box-shadow: 0px 1.5px 0px 0px #0e621b;
	color: #fff;
	width: 129px;
	width: 8.0625rem;
}

.header__action-button--green:last-child {
	margin-left: 6px;
	margin-left: 0.375rem;
}

/*========================================
  # .header__nav
========================================*/

.header__nav {
	margin-inline: auto;
	margin-top: 15px;
	margin-top: 0.9375rem;
	max-width: 1200px;
}

.header__nav__list {
	align-items: center;
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	gap: 2px;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.header__nav__item {
	align-items: center;
	background: #f39700;
	box-shadow: 0px 1.5px 0px 0px #b67100;
	display: flex;
	height: 50px;
	height: 3.125rem;
	justify-content: center;
	position: relative;
}

.header__nav__item--red {
	background: #f36600;
	border-radius: 8px 0px 0px 8px;
	box-shadow: 0px 1.5px 0px 0px #b67100;
	color: #fff;
}

.header__nav__item::after {
	content: "";
	height: 36px;
	height: 2.25rem;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	width: 2.25rem;
}

.header__nav__item:nth-of-type(1)::after {
	background: url(../img/header__nav__item01-p.webp) center/cover no-repeat;
}

.header__nav__item:nth-of-type(2)::after {
	background: url(../img/header__nav__item02-p.webp) center/cover no-repeat;
}

.header__nav__item:nth-of-type(3)::after {
	background: url(../img/header__nav__item03-p.webp) center/cover no-repeat;
}

.header__nav__item:nth-of-type(4) {
	background: #f39700;
	border-radius: 0px 8px 8px 0px;
	box-shadow: 0px 1.5px 0px 0px #b67100;
}

.header__nav__item:nth-of-type(4)::after {
	background: url(../img/header__nav__item04-p.webp) center/cover no-repeat;
}

.header__nav__link {
	color: inherit;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 30px 0;
	padding: 1.875rem 0;
	text-decoration: none;
	width: 100%;
}

.header__nav__item--has-submenu .header__nav__link {
	cursor: default;
}

.header__nav__item--has-submenu {
	position: relative;
}

/* サブメニューのスタイル設定 */

.header__submenu {
	background: #fff;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	border-radius: 0.3125rem;
	display: none;
	font-size: 18px;
	font-size: 1.125rem;
	height: 0;
	left: 0;
	line-height: normal;
	margin: 0;
	padding: 0;
	padding: 6px 0px;
	padding: 0.375rem 0px;
	position: absolute;
	text-align: left;
	top: calc(100% + 6px);
	width: 100%;
	z-index: 1000; /* 他の要素より前面に表示 */
}

.header__submenu__item {
	line-height: normal;
	position: relative;
}

.header__submenu__item:not(:first-child) {
	border-top: 1px solid #d9d9d9;
}

.header__submenu__item::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
}

.header__submenu__link {
	display: block;
	padding: 6px 4px;
	padding: 0.375rem 0.25rem;
}

.header__submenu__link--fz16 {
	font-size: 15px;
	font-size: 0.9375rem;
}

/* サブメニューの表示 */

.header__nav__item--has-submenu:hover .header__submenu {
	display: block;
	height: auto;
}

/* サブメニューにマウスが乗ったときに表示を維持 */

.header__submenu:hover {
	display: block;
}

.accordion-content {
	display: none;
}

.drawer-icon {
	background: transparent;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	display: none;
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 21px;
	top: 19px;
	top: 1.1875rem;
	transition: all 0.5s ease 0s;
	width: 40px;
	width: 2.5rem;
	z-index: 999;
}

.drawer-bars {
	display: inline-block;
	height: 38px;
	height: 2.375rem;
	position: relative;
	width: 37px;
	width: 2.3125rem;
}

.drawer-bar {
	background: #333;
	border-radius: 3px;
	border-radius: 0.1875rem;
	display: block;
	height: 3px;
	height: 0.1875rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	transition: all 0.3s linear 0s;
	width: 100%;
}

.drawer-bar:nth-of-type(1) {
	top: 0;
	top: 0rem;
}

.drawer-bar:nth-of-type(2) {
	top: 10px;
	top: 0.625rem;
}

.drawer-bar:nth-of-type(3) {
	top: 20px;
	top: 1.25rem;
}

.is-checked .drawer-bar:nth-of-type(1) {
	top: 8px;
	top: 0.5rem;
	transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
	background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
	top: 8px;
	top: 0.5rem;
	transform: rotate(45deg);
}

.drawer-content {
	background: #fff;
	border-top: 1px solid #e4e2e2;
	bottom: auto;
	display: none;
	font-size: 16px;
	font-size: 1rem;
	height: 100vh;
	left: auto;
	overflow: auto;
	position: fixed;
	right: 0;
	text-align: left;
	text-align: center;
	top: 61px;
	top: 3.8125rem;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 1003; /*========================================
  #
  ========================================  */
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content .top-buttons__container {
	gap: 15px;
	gap: 0.9375rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.drawer__item {
	position: relative;
}

.drawer__item::before {
	content: "";
	height: 36px;
	height: 2.3125rem;
	left: 20px;
	left: 1.25rem;
	position: absolute;
	top: 10px;
	top: 0.625rem;
	width: 36px;
	width: 2.3125rem;
}

.drawer__item:nth-of-type(1) {
	background: #f39700;
}

.drawer__item:nth-of-type(1)::before {
	background: url(../img/header__nav__item01-p.webp) center/cover no-repeat;
}

.drawer__item:nth-of-type(2) {
	background: #f39700;
}

.drawer__item:nth-of-type(2)::before {
	background: url(../img/header__nav__item02-p.webp) center/cover no-repeat;
}

.drawer__item:nth-of-type(3) {
	background: #f39700;
}

.drawer__item:nth-of-type(3)::before {
	background: url(../img/header__nav__item03-p.webp) center/cover no-repeat;
}

.drawer__item:nth-of-type(4) {
	background: #f39700;
}

.drawer__item:nth-of-type(4)::before {
	background: url(../img/header__nav__item04-p.webp) center/cover no-repeat;
}

.drawer__item::after {
	content: "";
	height: 8px;
	height: 0.5rem;
	position: absolute;
	right: 23px;
	right: 1.4375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	width: 0.5rem;
}

.drawer__link {
	align-items: center;
	border-bottom: 1px solid #e4e2e2;
	color: inherit;
	display: flex;
	font-size: 19px;
	font-size: 1.1875rem;
	height: 50px;
	height: 3.125rem;
	justify-content: flex-start;
	padding-left: 63px;
	padding-left: 3.9375rem;
	width: 100%;
}

.drawer__link--icon {
	position: relative;
}

.drawer__link--icon::after {
	background: transparent;
	color: #fff;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	height: auto;
	position: absolute;
	right: 26px;
	right: 1.625rem;
	top: 19px;
	top: 1.1875rem;
	transition: transform 0.3s ease;
	width: auto;
}

.drawer__link--icon.active::after {
	background: transparent;
	color: #fff;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	height: auto;
	top: 19px;
	top: 1.1875rem;
	transform: rotate(-180deg);
	width: auto;
}

.drawer-menu {
	background: #f4f3f2;
	margin-top: 17px;
	margin-top: 1.0625rem;
	text-align: left;
}

.drawer-menu__list {
	border-top: 1px solid #000;
	font-size: 12px;
	font-size: 0.75rem;
}

.drawer-menu__item--two-column {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.drawer-menu__item {
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-size: 0.75rem;
}

.drawer-menu__item-right {
	border-right: 1px solid #000;
}

.drawer-menu__link {
	display: block;
	padding: 8px 10px;
	padding: 0.5rem 0.625rem;
}

.footer {
	background: #F6F6F6;
	padding-block: 60px;
	padding-block: 3.75rem;
}

.footer__inner {
	margin-inline: auto;
	width: 1200px;
	width: 75rem;
}

.footer__box {
	display: grid;
	gap: 46px;
	gap: 2.875rem;
	grid-template-columns: 375px 1fr;
	grid-template-columns: 23.4375rem 1fr;
	margin-inline: auto;
	width: 1200px;
	width: 75rem;
}

.footer__logo {
	display: block;
	width: 375px;
	width: 23.4375rem;
}

.footer__nav {
	display: grid;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 500;
	gap: 16px;
	gap: 1rem;
	grid-template-columns: repeat(5, auto);
	justify-content: space-between;
}

.footer__nav-item {
	margin-bottom: 18px;
	margin-bottom: 1.125rem;
}

.footer__policy {
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.footer__policy-text {
	text-decoration: underline;
}

.footer__copyright {
	margin-top: 10px;
	margin-top: 0.625rem;
}

/* 全体のコンテンツエリア */

.content-area {
	margin-inline: auto;
	margin-top: 70px;
	max-width: 896px;
	width: 100%;
}

/* 記事のコンテンツ */

/* エントリーヘッダー */

.content-area__date {
	font-size: 14px;
	font-weight: 500;
}

/* 記事のタイトル */

.content-area__title {
	border-bottom: 1px solid #333;
	font-size: 25px !important;
	font-weight: 500;
	margin-top: 22px !important;
	overflow-wrap: break-word; /* 長い単語を強制的に折り返す */
	padding-bottom: 14px;
	word-break: break-word; /* 長い単語を強制的に折り返す */
}

/* エントリーコンテンツ */

/* エントリーフッター */

.content-area__footer {
	text-align: center;
}

/* カスタムナビゲーション */

.post-navigation {
	margin-bottom: 145px;
	margin-top: 150px;
}

.post-navigation__prev a {
	background: #23AC39;
	border-radius: 40.5px;
	box-shadow: 0px 2.5px 0px 0px #0E621B;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding: 28px 115px;
	position: relative;
	text-decoration: none !important;
}

.post-navigation__prev a::after {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.post-navigation__prev a:visited {
	text-decoration: none;
}

.error-page {
	color: #333;
	padding: 50px;
	padding: 3.125rem;
}

.error-page__container {
	background-color: #fff;
	border-radius: 8px;
	border-radius: 0.5rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	margin-top: 50px;
	margin-top: 3.125rem;
	max-width: 600px;
	max-width: 37.5rem;
	padding: 50px;
	padding: 3.125rem;
	text-align: center;
}

.error-page__title {
	font-size: 40px;
	font-size: 2.5rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

.error-page__message {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.error-page__link {
	color: #007bff;
	text-decoration: none;
}

.error-page__link:hover {
	text-decoration: underline;
}

#breadcrumb {
	font-size: 12px; /* フォントサイズの調整 */
	font-size: 0.75rem;
	padding-bottom: 31px;
	padding-bottom: 1.9375rem;
	padding-top: 180px;
	padding-top: 11.25rem;
}

#breadcrumb a span {
	color: #F39700; /* リンクの色を設定 */
	font-weight: bold; /* リンクのテキストを太字にする */
	text-decoration: none; /* リンクの下線を消す */
}

#breadcrumb span {
	margin: 0 5px;
	margin: 0 0.3125rem;
}

.post-fit__cost {
	margin-left: 280px;
	margin-left: 17.5rem;
	margin-top: -110px;
	margin-top: -6.875rem;
	position: relative;
	width: 542px;
	width: 33.875rem;
}

.post-fit__cost-value {
	color: #FF3E3E;
	content: "";
	font-size: 65px;
	font-size: 4.0625rem;
	font-weight: 700;
	position: absolute;
	right: 130px;
	right: 8.125rem;
	top: 50%;
	transform: translateY(-50%);
}

.post-fit__desc {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.post-fit__desc span {
	background: linear-gradient(transparent 75%, #F5C520 75%);
}

/* スライダー全体のスタイル */

#fv-slider {
	margin-top: 38px;
	margin-top: 2.375rem;
	padding-top: 162px;
	padding-top: 10.125rem;
	position: relative;
}

/* ページネーションのスタイル */

#fv-slider .splide__pagination {
	bottom: -40px; /* スライダーの下に配置 */
	bottom: -2.5rem;
	display: flex;
	gap: 15px; /* ドット間の間隔 */
	gap: 0.9375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

/* ページネーションのドットスタイル */

#fv-slider .splide__pagination__page {
	background: #D9D9D9;
	border-radius: 50%;
	cursor: pointer;
	height: 15px;
	height: 0.9375rem;
	transition: background-color 0.3s;
	width: 15px;
	width: 0.9375rem;
}

#fv-slider .splide__pagination__page.is-active {
	background: #F39700;
	transform: scale(1);
}

.top-buttons {
	margin-top: 120px;
	margin-top: 7.5rem;
}

.top-buttons__container {
	display: grid;
	gap: 10px;
	gap: 0.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.top-buttons__description {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
	margin-top: 84px;
	margin-top: 5.25rem;
	text-align: center;
}

.news {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.news.home {
	margin-top: 53px;
	margin-top: 3.3125rem;
}

.news__inner {
	margin-inline: auto;
	padding-inline: 150px;
	padding-inline: 9.375rem;
}

.news__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.news__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
}

.news__link {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: underline;
}

.news__list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.news__item {
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	display: grid;
	gap: 25px;
	gap: 1.5625rem;
	grid-template-columns: 117px 1fr;
	grid-template-columns: 7.3125rem 1fr;
	padding-block: 15px;
	padding-block: 0.9375rem;
	position: relative;
}

.news__date {
	font-size: 14px;
	font-size: 0.875rem;
}

.news__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding-right: 56px;
	padding-right: 3.5rem;
	position: relative;
}

.news__text::after {
	background: url(../img/news__item-icon-p.webp) center/cover no-repeat;
	content: "";
	height: 24px;
	height: 1.5rem;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	width: 1.5rem;
}

/* ページネーション全体のスタイル */

.custom-pagination {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
	margin-top: 140px;
	margin-top: 8.75rem;
	padding: 0;
}

/* 各アイテムのスタイル */

.custom-pagination__item {
	align-items: center;
	display: flex;
	margin: 0 1px;
	margin: 0 0.0625rem;
}

/* リンクのスタイル */

.custom-pagination__item a,
.custom-pagination__item--current span {
	align-items: center;
	background-color: #fff;
	border: 1px solid #23ac39;
	color: #23ac39;
	display: flex;
	font-size: 16px;
	font-size: 1rem;
	justify-content: center;
	line-height: 1;
	padding: 14px 18px;
	padding: 0.875rem 1.125rem;
	text-decoration: none;
	transition: all 0.3s ease;
}

/* アイコンのスタイルを調整 */

.custom-pagination__item a i,
.custom-pagination__item--current span i {
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	vertical-align: middle;
}

/* ホバー時のスタイル */

.custom-pagination__item a:hover {
	background-color: #23ac39;
	color: #fff;
}

/* 現在のページのスタイル */

.custom-pagination__item--current span {
	background-color: #23ac39;
	border: 1px solid #23ac39;
	color: #fff;
}

/* 矢印アイコンの修正 */

.custom-pagination__item a i {
	position: relative;
	top: 1px;
	top: 0.0625rem;
}

.top-sponsor {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-top: 112px;
	margin-top: 7rem;
}

.top-sponsor__title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 500;
}

.top-sponsor__list {
	display: grid;
	gap: 13px;
	gap: 0.8125rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 24px;
	margin-top: 1.5rem;
}

.electricity-plant {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.electricity-plant__table {
	border-collapse: collapse;
	margin-top: 34px;
	margin-top: 2.125rem;
	text-align: center;
	width: 100%;
}

.electricity-plant__table-header {
	background: #F6F6F6;
	border: 1px solid #333;
	padding-block: 17px;
	padding-block: 1.0625rem;
}

.electricity-plant__table-data {
	border: 1px solid #333;
	line-height: normal;
	padding: 15px;
	padding: 0.9375rem;
	vertical-align: middle;
	width: 25%;
}

.electricity-plant__link,
.electricity-plant__name {
	font-size: 16px;
	font-size: 1rem;
}

.electricity-plant__link {
	color: #00F;
	display: block;
	text-decoration: underline;
}

.electricity-plant__image {
	-o-object-fit: cover;
	height: 147px;
	height: 9.1875rem;
	margin-inline: auto;
	margin-top: 13px;
	margin-top: 0.8125rem;
	object-fit: cover;
	width: 220px;
	width: 13.75rem;
}

.electricity-info {
	margin-bottom: 178px;
	margin-bottom: 11.125rem;
	margin-top: 83px;
	margin-top: 5.1875rem;
}

.electricity-info__emission-value {
	align-items: center;
	border: 1px solid #000;
	display: flex;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 20px;
	margin-top: 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.electricity-info__emission-head,
.electricity-info__emission-text {
	padding: 15px 22px 12px 15px;
	padding: 0.9375rem 1.375rem 0.75rem 0.9375rem;
}

.electricity-info__emission-head {
	background: #f6f6f6;
	border-right: 1px solid #000;
}

.electricity-info__power-box {
	margin-top: 109px;
	margin-top: 6.8125rem;
}

.electricity-info__power-box:last-child {
	margin-top: 98px;
	margin-top: 6.125rem;
}

.electricity-info__box {
	margin-inline: auto;
	margin-top: 29px;
	margin-top: 1.8125rem;
	width: 1200px;
	width: 75rem;
}

.electricity-info__notes {
	margin-top: 22px;
	margin-top: 1.375rem;
}

.electricity-info__subtitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.electricity-info__note-list {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.electricity-info__note-note {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.electricity-info__note-note a {
	color: #00f;
	text-decoration: underline;
}

.high-voltage-features {
	margin-bottom: 192px;
	margin-bottom: 12rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.high-voltage-features__title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.high-voltage-features__title span {
	color: #f39700;
	font-size: 65px;
	font-size: 4.0625rem;
	font-weight: 700;
}

.high-voltage-features__item {
	margin-top: 78px;
	margin-top: 4.875rem;
}

.high-voltage-features__item--point-01 {
	margin-right: 76px;
	margin-right: 4.75rem;
}

.high-voltage-features__item--point-01 .high-voltage-features__item-image {
	width: 322px;
	width: 20.125rem;
}

.high-voltage-features__box {
	display: flex;
	justify-content: space-between;
}

.high-voltage-features__item-title {
	color: #f39700;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
}

.high-voltage-features__item-title span {
	display: inline-block;
	font-size: 15px;
	font-size: 0.9375rem;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.high-voltage-features__item-text01 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
	/* padding-left: 24px; */
	padding-left: 0rem;
	position: relative;
}

.high-voltage-features__item-text01 span {
	font-weight: 700;
}

.high-voltage-features__item-text01--large {
	font-size: 26px;
	font-size: 1.625rem;
}

.high-voltage-features__item-text01--top::after {
	top: 18px;
	top: 1.125rem;
}

.high-voltage-features__item-text01--bottom::after {
	top: 7px;
	top: 0.4375rem;
}

/* .high-voltage-features__item-text01::after {
	background: #f39700;
	border-radius: 50%;
	content: "";
	height: 15px;
	height: 0.9375rem;
	left: 0px;
	left: 0rem;
	position: absolute;
	width: 15px;
	width: 0.9375rem;
} */

.high-voltage-features__item-text02 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.68;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.high-voltage-features__item-text03 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.high-voltage-features__item--point-02 {
	margin-top: 71px;
	margin-top: 0.4375rem;
}

.high-voltage-features__item--point-02 .section__title {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.high-voltage-features__item--point-02 .section__title::after {
	background: url(../img/high-voltage-features__item--point-02-img-p.webp) center/cover no-repeat;
	content: "";
	height: 37px;
	height: 2.3125rem;
	position: absolute;
	right: -45px;
	right: -2.8125rem;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	width: 2.125rem;
}

.high-voltage-features__plans {
	display: grid;
	gap: 60px;
	gap: 3.75rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.high-voltage-features__plan {
	align-items: center;
	border: 3px solid #333;
	border-radius: 5px;
	border-radius: 0.3125rem;
	color: #fff;
	display: grid;
	grid-template-columns: 1fr;
	height: 210px;
	height: 13.125rem;
	justify-content: center;
	padding: 20px 39px 35px;
	padding: 1.25rem 2.4375rem 2.1875rem;
	text-align: center;
}

.high-voltage-features__plan--standard {
	background: #f39700;
}

.high-voltage-features__plan-title {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.2;
}

.high-voltage-features__plan-title span {
	font-size: 18px;
	font-size: 1.125rem;
}

.high-voltage-features__plan-text {
	font-size: 16px;
	font-size: 1rem;
}

.high-voltage-features__plan-text span {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
}

.high-voltage-features__plan-value {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: normal;
}

.high-voltage-features__plan--zero-light {
	background: #23AC39;
}

.high-voltage-features__plan--zero {
	background: #00A3E9;
}

.high-voltage-features__item-bottom {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.high-voltage-features__item--point-03 {
	margin-top: 58px;
	margin-top: 3.625rem;
}

.high-voltage-features__item--point-03 .high-voltage-features__item-image {
	width: 454px;
	width: 28.375rem;
}

.low-voltage-features__item02-image-box {
	position: relative;
}

.high-voltage-contact {
	background: url(../img/high-voltage-contact-bg-p.webp) center/cover no-repeat;
	margin: 0 calc(50% - 50vw);
}

.high-voltage-contact__content {
	margin-inline: auto;
	padding: 52px 0 140px;
	padding: 3.25rem 0 8.75rem;
	text-align: center;
	width: 1200px;
	width: 75rem;
}

.high-voltage-contact__text,
.high-voltage-contact__subtext {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
}

.high-voltage-contact__subtext {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.high-voltage-contact__button {
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.high-voltage-contact__link {
	align-items: center;
	background: #FFE23E;
	border-radius: 41.5px;
	border-radius: 2.59375rem;
	box-shadow: 0px 3px 0px 0px #988620;
	box-shadow: 0 0.1875rem 0 0rem #988620;
	display: flex;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	height: 83px;
	height: 5.1875rem;
	justify-content: center;
	margin-inline: auto;
	position: relative;
	width: 520px;
	width: 32.5rem;
}

.high-voltage-contact__link::after {
	background: url(../img/high-voltage-contact__button-p.webp) center/cover no-repeat;
	content: "";
	height: 26px;
	height: 1.625rem;
	position: absolute;
	right: 54px;
	right: 3.375rem;
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	width: 1.625rem;
}

.post-fit__btn {
	background: #FFE23E;
	border: 2px solid #000;
	border-radius: 15px;
	border-radius: 0.9375rem;
	margin-inline: auto;
	margin-top: 53px;
	margin-top: 3.3125rem;
	padding-block: 15px;
	padding-block: 0.9375rem;
	width: 478px;
	width: 29.875rem;
}

.post-fit__btn-link {
	display: block;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
}

.post-fit__btn-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.low-voltage-features {
	margin-bottom: 0;
}

.low-voltage-features__item-text01 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.68;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.low-voltage-features__item01 .high-voltage-features__item-image {
	width: 661px;
	width: 41.3125rem;
}

.low-voltage-features__item02 {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.low-voltage-features__item02 .section__title span {
	color: #f39700;
	font-size: 55px;
	font-size: 3.4375rem;
}

.low-voltage-features__item02-image {
	margin-top: -130px;
	margin-top: -8.125rem;
	position: relative;
}

.low-voltage-features__item02-btn {
	bottom: 40px;
	bottom: 2.5rem;
	position: absolute;
	right: 116px;
	right: 7.25rem;
	width: 510px;
	width: 31.875rem;
}

.low-voltage-features__item03 {
	margin-top: 88px;
	margin-top: 5.5rem;
}

.low-voltage-features__item03 .section__title {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.low-voltage-features__item03 span {
	position: relative;
}

.low-voltage-features__item03 span::after {
	border-radius: 50%;
	content: "";
	height: 10px;
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: -7px;
	top: -0.4375rem;
	transform: translateX(-50%);
	width: 10px;
	width: 0.625rem;
}

.low-voltage-features__item03 .cycle-ore::after {
	background: #f39700;
}

.low-voltage-features__item03 .cycle-green::after {
	background: #00A040;
}

.low-voltage-features__item03-desc {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.low-voltage-plans__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.low-voltage-plans__plan {
	padding: 18px 55px;
	padding: 1.125rem 3.4375rem;
	text-align: center;
}

.low-voltage-plans__plan__inner {
	background: #FFF;
	border: 3px solid #333;
	border-radius: 5px;
	border-radius: 0.3125rem;
	height: 357px;
	height: 22.3125rem;
	padding: 13px 15px;
	padding: 0.8125rem 0.9375rem;
}

.low-voltage-plans__plan--tokoron {
	background: #f39700;
}

.low-voltage-plans__plan--tokoron .low-voltage-plans__plan-title {
	background: #f39700;
}

.low-voltage-plans__plan-title {
	border-radius: 5px;
	border-radius: 0.3125rem;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
	margin-inline: 15px;
	margin-inline: 0.9375rem;
	padding: 12px;
	padding: 0.75rem;
}

.low-voltage-plans__plan-desc01 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.low-voltage-plans__plan-desc02 {
	margin-top: 37px;
	margin-top: 2.3125rem;
}

.low-voltage-plans__plan--re-energy {
	background: #23ac39;
}

.low-voltage-plans__plan--re-energy .low-voltage-plans__plan-title {
	color: #fff;
}

.low-voltage-plans__plan--re-energy .low-voltage-plans__plan-title {
	background: #23ac39;
}

.low-voltage-plans__notes {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 20px 55px;
	margin: 1.25rem 3.4375rem;
}

.low-voltage-plans__notes span {
	display: inline-block;
	margin-left: 25px;
	margin-left: 1.5625rem;
}

.low-voltage-plans__note {
	padding-left: 24px;
	padding-left: 1.5rem;
	position: relative;
}

.low-voltage-plans__note::after {
	font-size: 14px;
	font-size: 0.875rem;
	left: 0px;
	position: absolute;
	top: 0;
}

.low-voltage-plans__note:nth-of-type(1)::after {
	content: "※1";
}

.low-voltage-plans__note:nth-of-type(2)::after {
	content: "※2";
}

.low-voltage-plans__note:nth-of-type(3)::after {
	content: "※3";
}

.low-voltage-pricing {
	margin-top: 88px;
	margin-top: 5.5rem;
}

.low-voltage-pricing__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
}

.low-voltage-pricing__chart {
	margin-top: 34px;
	margin-top: 2.125rem;
	width: 1000px;
	width: 62.5rem;
}

.low-voltage-pricing__notes {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	padding-left: 174px;
	padding-left: 10.875rem;
}

.low-voltage-pricing__notes li {
	padding-left: 14px;
	padding-left: 0.875rem;
	position: relative;
}

.low-voltage-pricing__notes li::after {
	content: "※";
	left: 0px;
	left: 0rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.low-voltage__cta {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
}

.fuel-adjustment {
	margin-inline: 60px;
	margin-inline: 3.75rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.fuel-adjustment__section {
	display: grid;
	gap: 100px;
	gap: 6.25rem;
	grid-template-columns: 1fr 354px;
	grid-template-columns: 1fr 22.125rem;
}

.fuel-adjustment__section--last {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.fuel-adjustment__section--last .fuel-adjustment__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.fuel-adjustment__icon {
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.fuel-adjustment__icon::after {
	background: url(../img/fuel-adjustment__icon-p.webp) center/cover no-repeat;
	content: "";
	height: 36px;
	height: 2.25rem;
	position: absolute;
	right: -36px;
	right: -2.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	width: 2.25rem;
}

.fuel-adjustment__text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.fuel-adjustment__notice {
	border: 3px solid #333;
	border-radius: 15px;
	border-radius: 0.9375rem;
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-top: 130px;
	margin-top: 8.125rem;
	padding: 36px 60px;
	padding: 2.25rem 3.75rem;
	position: relative;
}

.fuel-adjustment__mascot {
	left: 40px;
	left: 2.5rem;
	position: absolute;
	top: 6px;
	top: 0.375rem;
	transform: translateY(-100%);
	width: 138px;
	width: 8.625rem;
}

.fuel-adjustment__description {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.77;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.fuel-adjustment__year-box {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.fuel-adjustment__year {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.fuel-adjustment__year-title {
	border: 1px solid #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 5px 12px;
	padding: 0.3125rem 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fuel-adjustment__month-list {
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 20px 50px;
	gap: 1.25rem 3.125rem;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.fuel-adjustment__month-item {
	align-items: center;
	background: #FFE23E;
	border-radius: 40.5px;
	border-radius: 2.53125rem;
	display: flex;
	justify-content: center;
	padding-left: 12px;
	padding-left: 0.75rem;
	position: relative;
}

.fuel-adjustment__month-item::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 900;
	left: 40px;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fuel-adjustment__month-link,
.fuel-adjustment__month-text {
	display: block;
	line-height: 2.6;
	text-align: center;
	width: 100%;
}

.terms-important-notes {
	margin-bottom: 200px;
	margin-bottom: 12.5rem;
	margin-inline: 160px;
	margin-inline: 10rem;
	margin-top: 61px;
	margin-top: 3.8125rem;
}

.terms-important-notes__box {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.terms-important-notes__item {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.terms-important-notes__subtitle {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
}

.terms-important-notes__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.lions-electric-features {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.lions-electric-features__title {
	text-align: center;
}

.lions-electric-features__highlight {
	color: #f39700;
	font-size: 65px;
	font-size: 4.0625rem;
	font-weight: 700;
}

.lions-electric-features__points {
	margin-top: 83px;
	margin-top: 5.1875rem;
}

.lions-electric-features__point {
	display: grid;
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.lions-electric-features__point02 {
	margin-top: 105px;
	margin-top: 6.5625rem;
}

.lions-electric-features__point04 {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.lions-electric-features__contents02 {
	order: 2;
}

.lions-electric-features__contents-ttl-box01 {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.lions-electric-features__contents-ttl-box02 {
	margin-top: -10px;
	margin-top: -0.625rem;
}

.lions-electric-features__point-number {
	color: #00214b;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}

.lions-electric-features__point-number span {
	color: #ab0007;
	font-size: 35px;
	font-size: 2.1875rem;
}

/*========================================
#
========================================  */

.lions-electric-features__point-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.77;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.lions-electric-features__point-text--mid {
	color: #ab0007;
	font-size: 25px !important;
	font-size: 1.5625rem !important;
	font-weight: 700;
}

.lions-electric-features__point-text--sm {
	font-size: 18px;
	font-size: 1.125rem;
	font-size: 16px;
	font-size: 1rem;
}

.lions-electric-features__point-text--lg {
	font-size: 29px !important;
	font-size: 1.8125rem !important;
}

.lions-electric-features__ttl-lg {
	color: #ab0007;
	font-size: 45px;
	font-size: 2.8125rem;
}

.lions-electric-features__ttl-sm {
	color: #ab0007;
}

.lions-electric-features__rules {
	border: 3px solid #333;
	border-radius: 10px;
	border-radius: 0.625rem;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding: 14px 80px;
	padding: 0.875rem 5rem;
}

.lions-electric-features__rule-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}

.lions-electric-features__rule-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 31px;
	margin-top: 1.9375rem;
}

/*========================================
#
========================================  */

.lions-electric-features__rule-label {
	background: #ab0007;
	border-radius: 16px;
	border-radius: 1rem;
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	text-align: center;
	width: 88px;
	width: 5.5rem;
}

.lions-electric-features__rule-item {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 15px;
	margin-top: 0.9375rem;
	width: 430px;
	width: 26.875rem;
}

.lions-electric-features__reference {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 50px;
	margin-top: 3.125rem;
	text-align: center;
}

.lions-electric-features__point--box03 {
	margin-top: 60px;
	margin-top: 3.75rem;
}

.lions-electric-features__point-ttl03 {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.lions-electric-features__box03 {
	background: #FDFFB3;
	border-radius: 10px;
	border-radius: 0.625rem;
	margin-top: 43px;
	margin-top: 2.6875rem;
	padding: 55px 80px 55px 110px;
	padding: 3.4375rem 5rem 3.4375rem 6.875rem;
}

/*========================================
#
========================================  */

.lions-electric-features__box03-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.77;
}

.lions-electric-features__box03-text span {
	color: #AB0007;
	font-size: 20px;
	font-size: 1.25rem;
}

.lions-electric-features__box03-compare {
	margin-right: 30px;
	margin-right: 1.875rem;
	margin-top: 27px;
	margin-top: 1.6875rem;
	position: relative;
}

.lions-electric-features__box03-compare-btn {
	content: "";
	position: absolute;
	right: 25px;
	right: 1.5625rem;
	top: 96px;
	top: 6rem;
	width: 245px;
	width: 15.3125rem;
}

.lions-electric-features__box03-note {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-left: 14px;
	margin-left: 0.875rem;
	margin-top: 4px;
	margin-top: 0.25rem;
	padding-left: 14px;
	padding-left: 0.875rem;
	position: relative;
}

.lions-electric-features__box03-note::after {
	content: "※";
	font-size: 14px;
	font-size: 0.875rem;
	left: 0px;
	position: absolute;
	top: 0;
}

.lions-electric-features__box03-note--first {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.lions-electric-features__point-text span {
	color: #AB0007;
	font-size: 20px;
	font-size: 1.25rem;
}

.lions-electric-features__point04 {
	margin-right: 90px;
	margin-right: 5.625rem;
}

.lions-electric-features__point04 img {
	margin-left: 20px;
	margin-left: 1.25rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	width: 406px;
	width: 25.375rem;
}

.lions-electric-features__supply-area {
	background: #FFF;
	border: 3px solid #000;
	border-radius: 15px;
	border-radius: 0.9375rem;
	margin-top: 80px;
	margin-top: 5rem;
	padding: 45px 60px 10px;
	padding: 2.8125rem 3.75rem 0.625rem;
	position: relative;
}

.lions-electric-features__supply-area .section__title {
	background: #fff;
	content: "";
	left: 50%;
	padding-inline: 16px;
	padding-inline: 1rem;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
}

.lions-electric-features__area {
	display: grid;
	gap: 137px;
	gap: 8.5625rem;
	grid-template-columns: 600px 1fr;
	grid-template-columns: 37.5rem 1fr;
}

.lions-electric-features__area-text {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.78;
}

.lions-electric-features__area-text span {
	font-weight: 700;
}

.lions-electric-features__area-note {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.lions-electric-features__area-map {
	width: 245px;
	width: 15.3125rem;
}

.lions-electric-contact {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
	margin-top: 80px;
	margin-top: 5rem;
}

.lions-electric-contact .section__title {
	padding-inline: 10px;
	padding-inline: 0.625rem;
	text-align: center;
}

.lions-electric-contact__description {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.33;
	margin-top: 41px;
	margin-top: 2.5625rem;
	text-align: center;
}

.lions-electric-contact__info {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.lions-electric-contact__info-label {
	background: #F39700;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-inline: auto;
	padding-block: 14px;
	padding-block: 0.875rem;
	text-align: center;
	width: 756px;
	width: 47.25rem;
}

.lions-electric-contact__info-number {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 16px;
	margin-top: 1rem;
}

.lions-electric-contact__info-number img {
	width: 48px;
	width: 3rem;
}

.lions-electric-contact__info-number-text {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
	padding-left: 10px;
	padding-left: 0.625rem;
}

.lions-electric-contact__info-hours {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 21px;
	margin-top: 1.3125rem;
	text-align: center;
}

.lions-electric-contact__cta {
	margin-top: -20px;
	margin-top: -1.25rem;
}

.child-support-conditions {
	margin-inline: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	width: 866px;
	width: 54.125rem;
}

.child-support-features {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.child-support-section {
	margin-bottom: 153px;
	margin-bottom: 9.5625rem;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.child-support-section__container {
	display: grid;
	gap: 100px;
	gap: 6.25rem;
	grid-template-columns: repeat(2, 1fr);
}

.child-support-section__box {
	background: #fff;
	border: 3px solid #333;
	border-radius: 15px;
	border-radius: 0.9375rem;
	padding: 48px 15px 33px;
	padding: 3rem 0.9375rem 2.0625rem;
}

.child-support-section__heading {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.child-support-section__heading span {
	position: relative;
}

.child-support-section__heading span::after {
	background: #f39700;
	border-radius: 50%;
	content: "";
	height: 8px;
	height: 0.5rem;
	left: 50%;
	position: absolute;
	top: -5px;
	top: -0.3125rem;
	transform: translateX(-50%);
	width: 8px;
	width: 0.5rem;
}

.child-support-section__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-left: 179px;
	margin-left: 11.1875rem;
	margin-top: 48px;
	margin-top: 3rem;
	position: relative;
}

.child-support-section__description01::after {
	background: url(../img/child-support-section__description01-p.webp) center/cover no-repeat;
	content: "";
	height: 136px;
	height: 8.5rem;
	left: -160px;
	left: -10rem;
	position: absolute;
	top: -20px;
	top: -1.25rem;
	width: 162px;
	width: 10.125rem;
}

.child-support-section__description02::after {
	background: url(../img/child-support-section__description02-p.webp) center/cover no-repeat;
	content: "";
	height: 147px;
	height: 9.1875rem;
	left: -160px;
	left: -10rem;
	position: absolute;
	top: -66px;
	top: -4.125rem;
	width: 103px;
	width: 6.4375rem;
	z-index: 0;
}

.child-support-section__button {
	display: block;
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.child-support-section__tel {
	display: block;
	margin-top: 16px;
	margin-top: 1rem;
	position: relative;
	z-index: 2;
}

.child-support-section__note {
	margin-inline: auto;
	margin-top: 36px;
	margin-top: 2.25rem;
	width: 1050px;
	width: 65.625rem;
}

.child-support-section__note-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.child-support-section__address {
	font-size: 16px;
	font-size: 1rem;
	font-style: normal;
	line-height: 2;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.child-support-section__address span {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.child-support-section__reference {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 2;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.child-support-section__reference a {
	color: #00f;
	text-decoration: underline;
}

.post-fit-questions {
	margin-top: 64px;
	margin-top: 4rem;
}

.post-fit-questions__item {
	display: grid;
	gap: 200px;
	gap: 12.5rem;
	grid-template-columns: 500px 376px;
	grid-template-columns: 31.25rem 23.5rem;
}

.post-fit-questions__item:last-child {
	margin-top: 84px;
	margin-top: 5.25rem;
}

.post-fit-questions__item:last-child .post-fit-questions__illustration {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.post-fit-questions__question-number {
	color: #f39700;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 700;
}

.post-fit-questions__question-number span {
	font-size: 35px;
	font-size: 2.1875rem;
}

.post-fit-questions__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.post-fit-questions__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.post-fit-questions__note {
	color: #ff3e3e;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.post-fit-questions__illustration {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.post-fit-overview {
	background: linear-gradient(180deg, #F6F6F6 0%, #FFF 100%);
	margin: 0 calc(50% - 50vw);
	margin-top: 77px;
	margin-top: 4.8125rem;
}

.post-fit-overview__inner {
	margin-inline: auto;
	padding-top: 63px;
	padding-top: 3.9375rem;
	width: 1200px;
	width: 75rem;
}

.post-fit-overview__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	text-align: center;
}

.post-fit-overview__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-top: 25px;
	margin-top: 1.5625rem;
	text-align: center;
}

.post-fit-overview__description span {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
}

.post-fit-overview__illustrations {
	margin-inline: 45px;
	margin-inline: 2.8125rem;
	margin-top: 63px;
	margin-top: 3.9375rem;
}

.post-fit-overview__link {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.post-fit-overview__link-button {
	align-items: center;
	background: #FFF;
	border: 2px solid #333;
	border-radius: 15px;
	border-radius: 0.9375rem;
	box-shadow: 0px 4px 0px 0px #DEDEDE;
	box-shadow: 0 0.25rem 0 0rem #DEDEDE;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 110px;
	height: 6.875rem;
	justify-content: center;
	margin-inline: auto;
	padding-left: 32px;
	padding-left: 2rem;
	position: relative;
	width: 640px;
	width: 40rem;
}

.post-fit-overview__link-button::after {
	background: url(../img/post-fit-overview__link-icon-p.webp) center/cover no-repeat;
	content: "";
	height: 22px;
	height: 1.375rem;
	left: 70px;
	left: 4.375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	width: 1.375rem;
}

.post-fit-service-overview {
	background: #fff;
	border: 2px solid #333;
	border-radius: 15px;
	border-radius: 0.9375rem;
	margin-top: 94px;
	margin-top: 5.875rem;
	padding: 40px 150px 48px;
	padding: 2.5rem 9.375rem 3rem;
}

.post-fit-service-overview__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
}

.post-fit-service-overview__details {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.post-fit-service-overview__details-item {
	border-bottom: 1px solid #000;
	display: grid;
	grid-template-columns: 150px 1fr;
	grid-template-columns: 9.375rem 1fr;
	position: relative;
}

.post-fit-service-overview__details-item::after {
	background: #f39700;
	bottom: 0;
	content: "";
	height: 4px;
	height: 0.25rem;
	left: 0px;
	left: 0rem;
	position: absolute;
	transform: translateY(50%);
	width: 150px;
	width: 9.375rem;
}

.post-fit-service-overview__details-term {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: normal;
	padding-block: 25px;
	padding-block: 1.5625rem;
}

.post-fit-service-overview__details-description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding-block: 25px;
	padding-block: 1.5625rem;
	padding-left: 27px;
	padding-left: 1.6875rem;
}

.post-fit-service-overview__list-item {
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.post-fit-service-overview__sublist li {
	line-height: normal;
	margin-top: 16px;
	margin-top: 1rem;
	padding-left: 23px;
	padding-left: 1.4375rem;
	position: relative;
}

.post-fit-service-overview__sublist li::after {
	background: #333;
	border-radius: 50%;
	content: "";
	height: 18px;
	height: 1.125rem;
	left: 0px;
	left: 0rem;
	position: absolute;
	top: 0;
	transform: translateY(50%);
	width: 18px;
	width: 1.125rem;
}

.company-overview {
	background: #F6F6F6;
	margin: 0 calc(50% - 50vw);
}

.company-overview .post-fit-service-overview {
	background: inherit;
	border: none;
	margin-inline: auto;
	margin-top: 128px;
	margin-top: 8rem;
	max-width: 1200px;
	max-width: 75rem;
	padding-bottom: 73px;
	padding-bottom: 4.5625rem;
	padding-top: 56px;
	padding-top: 3.5rem;
}

.company-overview .post-fit-service-overview__details-item {
	border-bottom: 1px solid #d9d9d9;
}

.company-overview .post-fit-service-overview__title {
	font-size: 25px;
	font-size: 1.5625rem;
}

.post-fit-usage-flow {
	margin-inline: 30px;
	margin-inline: 1.875rem;
	margin-top: 100px;
	margin-top: 6.25rem;
}

.post-fit-usage-flow__title {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
	text-align: center;
}

.post-fit-usage-flow__steps {
	display: grid;
	gap: 33px;
	gap: 2.0625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 95px;
	margin-top: 5.9375rem;
}

.post-fit-usage-flow__step-number {
	color: #f39700;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
}

.post-fit-usage-flow__step-number span {
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-fit-usage-flow__icon {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.post-fit-usage-flow__step-title {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.post-fit-usage-flow__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.post-fit-usage-flow__link {
	font-weight: 700;
	text-decoration: underline;
}

.contract-flow__box .post-fit-usage-flow__title {
	font-size: 30px;
	font-size: 1.875rem;
}

.contract-flow {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
}

.contract-low-cta {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
	margin-top: -80px;
	margin-top: -5rem;
}

.p-contact__inner {
	background: #FFF;
	border: 2px solid #333;
	border-radius: 15px;
	box-shadow: 5px 5px 0px 0px #F39700;
	margin-bottom: 155px;
	margin-top: 40px;
/* 	padding: 38px 44px 40px; */
/* 	padding: 2.375rem 2.75rem 2.5rem; */
	padding: 82px 2.75rem 2.5rem;
}

.contact__ttl {
	font-size: 30px;
	font-weight: 700;
}

.contact__desc {
	font-size: 16px;
	line-height: 2;
padding-top: 198px;
margin-top: -163px;
	text-align: center;
}

.contact__table-box {
	margin-inline: auto;
	margin-top: 44px;
	max-width: 715px;
	width: 90%;
}

.p-form__item {
	display: flex;
	padding: 12px 0;
}

.p-form__title {
	align-items: center;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	gap: 10px;
	width: 32%;
}

.p-form__title span {
	background: #FF3E3E;
	border-radius: 13.5px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	padding-inline: 12px;
}

.p-form__title--type02 {
	justify-content: space-between;
}

.p-form__title--type03 {
	flex-direction: column;
}

.p-form__title--aiStart {
	align-items: flex-start;
}

.p-form__input {
	flex: 1;
}

.p-formInput input::-moz-placeholder,
.p-formTextarea textarea::-moz-placeholder {
	color: lightgray;
	font-size: 16px;
}

.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
	color: lightgray;
	font-size: 16px;
}

.p-formInput input {
	background: #FFF;
	border: 1px solid #B5B5B5;
	border: 1px solid #333;
	border-radius: 0;
	border-radius: 5px;
	font-size: 16px;
	height: 40px;
	padding-left: 20px;
	width: 100%;
}

.p-formInput input:focus,
.p-formTextarea textarea:focus {
	outline: 2px solid #B5B5B5;
}

.p-formInput__address {
	margin-top: 10px;
}

.p-formInput__sm input {
	position: relative;
	width: 290px;
}

.p-formInput__sm {
	position: relative;
}

.p-formInput__sm .p-formInput__unit {
	bottom: 4px;
	content: "";
	left: 300px;
	position: absolute;
}

.p-formSelect select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF;
	background: url(../img/pulldown-p.webp) right 10px center/40px no-repeat;
	border: 1px solid #000;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	height: 60px;
	max-width: 100%;
	padding-left: 20px;
	width: 100%;
}

.p-formSelect select:focus {
	outline: 2px solid #B5B5B5;
}

.p-formSelect--selected select {
	color: #333;
}

.p-formCheckbox input {
	display: none;
}

.p-formCheckbox--mt {
	margin-top: 50px;
}

.p-formCheckbox .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.p-formCheckbox .wpcf7-list-item {
	margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
	display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 20px;
}

.p-formCheckbox input + span {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 0 0 0 35px;
	position: relative;
	width: auto;
}

.p-formCheckbox input + span::before {
	background-color: #fff;
	border: 1px solid #B5B5B5;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.p-formCheckbox input + span::after {
	border-bottom: 3px solid blue;
	border-right: 3px solid blue;
	content: "";
	display: block;
	height: 13px;
	left: 6px;
	margin-top: -8px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
	width: 8px;
}

.p-formCheckbox input:checked + span::after {
	opacity: 1;
}

.p-formRadio .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.p-formRadio--vertical .wpcf7-radio {
	display: block;
}

.p-formRadio .wpcf7-list-item {
	margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
	display: block;
	margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
	margin-top: 20px;
}

.p-formRadio input + span {
	cursor: pointer;
	display: flex;
	font-size: 16px;
}

.p-formRadio input[type=radio] {
	display: none;
}

.p-formRadio input + span::before {
	background: #fff;
	border: 1px solid #B5B5B5;
	border-radius: 100%;
	content: "";
	height: 20px;
	margin-bottom: auto;
	margin-right: 0.5em;
	margin-top: auto;
	transition: background-color 0.5s;
	width: 20px;
}

.p-formRadio input:checked + span::before {
	background-color: blue;
	box-shadow: inset 0 0 0 3px #fff;
}

.p-formFile .wpcf7-form-control-wrap {
	display: block;
}

.p-formFile .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
	margin-top: 20px;
}

.p-formFile input {
	font-size: 16px;
	line-height: 1;
	max-width: 100%;
}

.p-formTextarea textarea {
	background: #FFF;
	border: 1px solid #333;
	border-radius: 0;
	border-radius: 5px;
	font-size: 16px;
	min-height: 200px;
	padding-left: 20px;
	padding-top: 10px;
	width: 100%;
}

.p-form__acceptance {
	font-size: 16px;
	margin-top: 43px;
	text-align: center;
}

.p-form__acceptance a {
	color: #00f;
	line-height: 1;
	text-decoration: underline;
}

.p-form__submit {
	color: #fff;
	font-size: 18px;
	margin-inline: auto;
	margin-top: 70px;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-form__submit::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 55px;
	top: 50%;
	transform: translateY(-50%);
}

.p-formBtn input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #F39700;
	border: none;
	border: none;
	border-radius: 41.5px;
	box-shadow: 0px 4px 0px 0px #B67100;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	padding: 28px 0;
	text-align: center;
	transition: opacity 0.5s;
	width: 320px;
}

.p-formBtn input:disabled {
	background-color: #eee;
	border-color: #eee;
	box-shadow: none;
	color: #fff;
}

.p-previousBtn {
	background: #24AC3A !important;
	box-shadow: 0px 4px 0px 0px #061f0a !important;
	color: #000 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2C94DE;
	font-size: 24px;
	padding: 15px 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: red;
	font-size: 24px;
	padding: 15px 10px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	color: red;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}

.p-formValidation .wpcf7-not-valid-tip {
	display: none;
}

.p-formValidation__error {
	color: red;
	display: none;
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}

.wpcf7-form:not(.hide_error_message) .p-formValidation:has(.wpcf7-not-valid-tip) .p-formValidation__error {
	display: block;
}

.p-form__list--confirm .p-form__item {
	margin-top: 20px;
}

.p-form__list--confirm .p-form__input {
	background: #FFF;
	border: 1px solid;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 20px;
}

.p-form__list--confirm .p-formInput__sm {
	flex: 0.55;
	position: relative;
}

.contract-high-contact {
	margin-top: 20px;
	margin-top: 1.25rem;
	margin-bottom: 140px;
	margin-bottom: 8.75rem;
}

.contract-high-contact__description {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
}

.contract-high-contact__box {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.contract-high-contact__heading {
	background: #F39700;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	margin-inline: auto;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
	width: 756px;
	width: 47.25rem;
}

.contract-high-contact__details {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 700;
	margin-top: 23px;
	margin-top: 1.4375rem;
	position: relative;
	text-align: center;
}

.contract-high-contact__details::after {
	background: url(../img/icon-mail-p.webp) center/cover no-repeat;
	content: "";
	height: 48px;
	height: 3rem;
	left: 305px;
	left: 19.0625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	width: 3rem;
}

.contract-high-contact__email {
	padding-left: 50px;
	padding-left: 3.125rem;
}

.contract-high-contact__note {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 26px;
	margin-top: 1.625rem;
	text-align: center;
}

.company-message {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.company-message__container {
	display: grid;
	gap: 49px;
	gap: 3.0625rem;
	grid-template-columns: 450px 1fr;
	grid-template-columns: 28.125rem 1fr;
	margin-top: 21px;
	margin-top: 1.3125rem;
}

.company-message__contents {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.company-message__subtitle {
	background: linear-gradient(transparent 70%, #FFE23E 80%);
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.company-message__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.44;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.company-message__signature {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 26px;
	margin-top: 1.625rem;
	text-align: right;
}

.company-features {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
	margin-top: 126px;
	margin-top: 7.875rem;
}

.company-features__box01 {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.company-features__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.company-features__box02 {
	margin-top: 77px;
	margin-top: 4.8125rem;
}

.company-features__philosophy {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	margin-top: 51px;
	margin-top: 3.1875rem;
	text-align: center;
}

.company-features__box03 {
	margin-top: 110px;
	margin-top: 6.875rem;
}

.company-features__box04 {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.company-features__highlights {
	display: grid;
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-inline: 66px;
	margin-inline: 4.125rem;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.company-features__highlight {
	background: #FFF;
	border: 2px solid #000;
	border-radius: 10px;
	border-radius: 0.625rem;
	display: grid;
	gap: 5px;
	gap: 0.3125rem;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding: 23px 11px 20px;
	padding: 1.4375rem 0.6875rem 1.25rem;
}

.company-features__highlight-title {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	text-align: center;
}

.company-features__highlight-img01 {
	margin-inline: auto;
	width: 169px;
	width: 10.5625rem;
}

.company-features__highlight-img02 {
	margin-inline: auto;
	padding-top: 19px;
	padding-top: 1.1875rem;
	width: 68px;
	width: 4.25rem;
}

.company-features__highlight-img03 {
	margin-inline: auto;
	padding-top: 34px;
	padding-top: 2.125rem;
	width: 100px;
	width: 6.25rem;
}

.company-features__highlight-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
	text-align: center;
}

.company-features__symbol-box {
	display: grid;
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: 245px 1fr;
	grid-template-columns: 15.3125rem 1fr;
	margin-top: 74px;
	margin-top: 4.625rem;
}

.company-features__symbol-meaning {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.service-supply {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.service-supply__img {
	margin-top: 16px;
	margin-top: 1rem;
}

.service-examples {
	margin-top: 87px;
	margin-top: 5.4375rem;
}

.service-examples__description {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 44px;
	margin-top: 2.75rem;
}

.service-examples__grid {
	display: grid;
	gap: 60px 76px;
	gap: 3.75rem 4.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 38px;
	margin-top: 2.375rem;
}

.service-examples__caption {
	color: #23AC39;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 21px;
	margin-top: 1.3125rem;
	text-align: center;
	text-decoration: underline;
}

.service-clients {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
	margin-top: 94px;
	margin-top: 5.875rem;
}

.service-clients__container {
	margin-inline: 127px;
	margin-inline: 7.9375rem;
}

.service-clients__list {
	display: flex;
	flex-wrap: wrap;
	gap: 37px;
	gap: 2.3125rem;
	justify-content: center;
	margin-top: 30px;
	margin-top: 1.875rem;
}

.service-clients__item {
	color: #23AC39;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.77;
	position: relative;
	text-decoration: underline;
}

.service-clients__item::after {
	color: #333;
	content: "/";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	position: absolute;
	right: -20px;
	right: -1.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.service-clients__item--last::after {
	display: none;
}

.service-clients__sp-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 17px;
	gap: 0 1.0625rem;
}

.faq-options {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.faq-options__item {
	display: grid;
	gap: 24px;
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
}

.faq {
	margin-bottom: 145px;
	margin-bottom: 9.0625rem;
	margin-top: 120px;
	margin-top: 7.5rem;
	word-break: break-word;
}

.faq__inner {
	background: #f6f6f6;
	border-radius: 15px;
	border-radius: 0.9375rem;
	padding: 61px 90px 80px;
	padding: 3.8125rem 5.625rem 5rem;
}

.faq__ttl {
	position: relative;
	text-align: center;
}

.faq__ttl::after {
	background: url(../img/faq-mascot-p.webp) center/cover no-repeat;
	content: "";
	height: 167px;
	height: 10.4375rem;
	left: 610px;
	left: 38.125rem;
	position: absolute;
	top: -96px;
	top: -6rem;
	width: 137px;
	width: 8.5625rem;
}

summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.faq__items {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.faq__item {
	background: #fff;
	border: 1.5px solid #333;
	border-radius: 15px;
	border-radius: 0.9375rem;
	box-shadow: 0px 3px 0px 0px #f39700;
	box-shadow: 0 0.1875rem 0 0rem #f39700;
	font-size: 16px;
	font-size: 1rem;
	line-height: normal;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 4px 45px;
	padding: 0.25rem 2.8125rem;
}

.faq__question {
	align-items: center;
	display: flex;
	padding-block: 22px;
	padding-block: 1.375rem;
	position: relative;
}

.faq__question::after {
	background: url(../img/faq-question-icon01-p.webp) center/cover no-repeat;
	content: "";
	height: 40px;
	height: 2.5rem;
	position: absolute;
	right: 0px;
	right: 0rem;
	top: 50%;
	transition: rotate 0.3s ease;
	translate: 0 -50%;
	width: 40px;
	width: 2.5rem;
}

details[open] .faq__question::after {
	background: url(../img/faq-question-icon02-p.webp) center/cover no-repeat;
	rotate: 180deg;
}

.faq__question-text-number {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.faq__question-text {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 2;
	list-style: none;
	padding-left: 20px;
	padding-left: 1.25rem;
	position: relative;
}

.faq__answer {
	border-top: #c0c0c0 solid 1px;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.faq__answer-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	list-style: none;
	padding-inline: 57px 74px;
	padding-inline: 3.5625rem 4.625rem;
	padding-top: 16px;
	padding-top: 1rem;
}

.faq__answer-text a {
	color: #013bcc;
	text-decoration: underline;
}

.privacy-policy {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 200px;
	margin-bottom: 12.5rem;
	margin-inline: auto;
	margin-top: 59px;
	margin-top: 3.6875rem;
	width: 900px;
	width: 56.25rem;
	word-break: break-word;
}

.privacy-policy__section01 {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.privacy-policy__section02 {
	margin-top: 90px;
	margin-top: 5.625rem;
}

.privacy-policy__section03 {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.privacy-policy__subtitle {
	font-weight: 700;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.privacy-policy__text {
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.privacy-policy__list {
	margin-left: 15px;
	margin-left: 0.9375rem;
	margin-top: 6px;
	margin-top: 0.375rem;
}

.privacy-policy__date {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.privacy-policy__title {
	border-bottom: 1px solid #000;
	font-weight: 700;
}

.privacy-policy-table {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.privacy-policy-table__content {
	width: 100%;
}

.privacy-policy-table__row {
	display: grid;
	grid-template-columns: 31% 1fr;
	text-align: left;
}

.privacy-policy-table__row:first-child {
	border-top: 1px solid #000;
}

.privacy-policy-table__heading {
	align-items: center;
	background: #F6F6F6;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	display: flex;
	padding: 7px 13px;
	padding: 0.4375rem 0.8125rem;
}

.privacy-policy-table__cell {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 7px 13px;
	padding: 0.4375rem 0.8125rem;
}

.privacy-policy__note {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.ml20 {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.thanks {
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
	text-align: center;
}

.thanks__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.thanks__tel {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 30px;
	margin-top: 1.875rem;
	text-decoration: underline;
}

.thanks__tel span {
	font-style: italic;
}

.thanks__btn {
	background: #23AC39;
	border-radius: 40px;
	border-radius: 2.5rem;
	box-shadow: 0px 2.5px 0px 0px #0E621B;
	box-shadow: 0 0.15625rem 0 0rem #0E621B;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 50px;
	margin-top: 3.125rem;
	padding: 28px 115px;
	padding: 1.75rem 7.1875rem;
	position: relative;
	text-decoration: none !important;
}

@media (any-hover: hover) {

.p-previousBtn:hover {
	color: #fff !important;
}

.faq__question:hover {
	cursor: pointer;
}

}

@media (max-width:767px) and (min-width:320px) {

html {
	font-size: 4.0712468193vw;
}

}

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

.p-formBtn input:disabled:hover {
	cursor: not-allowed;
}

.p-formBtn input:hover {
	opacity: 0.7;
	transition: opacity 0.5s;
}

}

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

html {
	font-size: 1.3333333333vw;
}

}

@media (max-width: 767px) {

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.main {
	width: 100%;
}

.pi0 {
	padding-inline: 0;
}

.mi0 {
	margin-inline: 0;
}

.section__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.inner {
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}

.header {
	height: 61px;
	height: 3.8125rem;
	padding-top: 0;
}

.header__box--wrapper {
	width: 100%;
}

.header__box {
	height: 61px;
	height: 3.8125rem;
}

.header__logo {
	padding-left: 14px;
	padding-left: 0.875rem;
}

.header__logo img {
	width: 255px;
	width: 15.9375rem;
}

.header__actions {
	display: none;
}

.header__nav {
	display: none;
}

.header__submenu {
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
	padding: 0;
	position: static;
	text-align: left;
	width: 100%;
}

.header__submenu__item {
	background: #fff;
	padding: 0 4px;
	padding: 0 0.25rem;
	text-align: left;
}

.header__submenu__item::after {
	left: 29px;
	left: 1.8125rem;
}

.header__submenu__link {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 2.5;
	padding: 0;
	padding-left: 63px;
	padding-left: 3.9375rem;
	position: relative;
	z-index: 1100;
}

.header__submenu__link--bm {
	border-bottom: 1px solid #d9d9d9;
}

.drawer-icon {
	display: block;
}

.drawer-content {
	display: block;
}

.drawer-content .top-buttons__item img {
	height: 75px;
	height: 4.6875rem;
}

.drawer__item::before {
	height: 26px;
	height: 1.625rem;
	width: 26px;
	width: 1.625rem;
}

.drawer__link i {
	margin-left: 8px;
	margin-left: 0.5rem;
}

.footer {
	padding-bottom: 9px;
	padding-bottom: 0.5625rem;
	padding-top: 31px;
	padding-top: 1.9375rem;
}

.footer__inner {
	padding-inline: 20px;
	padding-inline: 1.25rem;
	width: 100%;
}

.footer__box {
	gap: 30px;
	gap: 1.875rem;
	grid-template-columns: 1fr;
	width: 100%;
}

.footer__logo {
	margin-inline: auto;
	width: 297px;
	width: 18.5625rem;
}

.footer__nav {
	gap: 30px 0;
	gap: 1.875rem 0;
	grid-template-columns: repeat(2, 1fr);
}

.footer__policy {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.footer__copyright {
	margin-top: 9px;
	margin-top: 0.5625rem;
}

.content-area {
	margin-top: 40px;
}

.content-area__title {
	font-size: 20px !important;
	line-height: 1.2;
	margin-top: 10px !important;
	padding-bottom: 6px;
}

.post-navigation {
	margin-top: 100px;
}

.error-page {
	margin-top: 70px;
	margin-top: 4.375rem;
	padding: 36px;
	padding: 2.25rem;
}

.error-page__container {
	padding: 20px;
	padding: 1.25rem;
}

.error-page__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.error-page__message {
	font-size: 16px;
	font-size: 1rem;
}

#breadcrumb {
	padding-top: 80px;
	padding-top: 5rem;
}

#breadcrumb.inner {
	padding-bottom: 11px;
	padding-bottom: 0.6875rem;
	padding-left: 10px;
	padding-left: 0.625rem;
	padding-right: 0;
	padding-right: 0rem;
}

.lower__fv.child-support {
	padding-inline: 6px;
	padding-inline: 0.375rem;
}

.post-fit {
	padding-inline: 7px;
	padding-inline: 0.4375rem;
}

.post-fit__cost {
	margin-left: 0;
	margin-top: -60px;
	margin-top: -3.75rem;
	width: 100%;
}

.post-fit__cost-value {
	right: 110px;
	right: 6.875rem;
	top: 61%;
}

.post-fit__desc {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 62px;
	margin-top: 3.875rem;
}

#fv-slider {
	margin-inline: 7px;
	margin-inline: 0.4375rem;
	margin-top: 0;
	padding-top: 61px;
	padding-top: 3.8125rem;
}

#fv-slider .splide__pagination {
	bottom: -30px;
	bottom: -1.875rem;
}

.top-buttons {
	margin-top: 77px;
	margin-top: 4.8125rem;
}

.top-buttons__container {
	gap: 22px;
	gap: 1.375rem;
	grid-template-columns: 1fr;
	padding-inline: 9px;
	padding-inline: 0.5625rem;
}

.top-buttons__description {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 69px;
	margin-top: 4.3125rem;
	padding-inline: 14px;
	padding-inline: 0.875rem;
}

.news {
	margin-top: 82px;
	margin-top: 5.125rem;
}

.news.home {
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.news__inner {
	padding-inline: 9px;
	padding-inline: 0.5625rem;
}

.news__title {
	font-size: 28px;
	font-size: 1.75rem;
}

.news__list {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.news__item {
	gap: 10px;
	gap: 0.625rem;
	grid-template-columns: 1fr;
	padding-block: 19px 9px;
	padding-block: 1.1875rem 0.5625rem;
}

.news__text {
	padding-right: 36px;
	padding-right: 2.25rem;
}

.news__text::after {
	right: 0;
}

.custom-pagination {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.top-sponsor {
	margin-top: 99px;
	margin-top: 6.1875rem;
}

.top-sponsor__title {
	font-size: 28px;
	font-size: 1.75rem;
	padding-inline: 9px;
	padding-inline: 0.5625rem;
}

.top-sponsor__list {
	gap: 25px;
	gap: 1.5625rem;
	grid-template-columns: 1fr;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-inline: 50px;
	padding-inline: 3.125rem;
}

.electricity-plant {
	margin-top: 38px;
	margin-top: 2.375rem;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.electricity-plant__note {
	color: #FF3E3E;
	font-size: 16px;
	font-size: 1rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.electricity-plant__table-box {
	overflow: scroll;
}

.electricity-plant__table {
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 866px;
	width: 54.125rem;
}

.electricity-info {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-top: 62px;
	margin-top: 3.875rem;
}

.electricity-info .section__title {
	line-height: 1.3;
}

.electricity-info__co2-emission {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.electricity-info__emission-value {
	font-size: 16px;
	font-size: 1rem;
	margin-inline: 10px;
	margin-inline: 0.625rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.electricity-info__emission-head,
.electricity-info__emission-text {
	padding: 11px;
	padding: 0.6875rem;
}

.electricity-info__power-box {
	margin-top: 69px;
	margin-top: 4.3125rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.electricity-info__power-box:last-child {
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.electricity-info__box {
	margin-top: 20px;
	margin-top: 1.25rem;
	width: 100%;
}

.electricity-info__notes {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.electricity-info__subtitle {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.electricity-info__note-list {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.electricity-info__note-note {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 40px;
	margin-top: 2.5rem;
}

.high-voltage-features {
	margin-bottom: 100px;
	margin-bottom: 6.25rem;
	margin-top: 19px;
	margin-top: 1.1875rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.high-voltage-features__title {
	font-size: 18px;
	font-size: 1.125rem;
}

.high-voltage-features__title span {
	font-size: 45px;
	font-size: 2.8125rem;
}

.high-voltage-features__item {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.high-voltage-features__item--point-01 {
	margin-right: 0;
	position: relative;
}

.high-voltage-features__item--point-01 .high-voltage-features__item-image {
	position: absolute;
	right: 0;
	top: 50px;
	top: 2.125rem;
	transform: translateY(-50%);
	width: 153px;
	width: 9.5625rem;
}

.high-voltage-features__box {
	flex-direction: column;
	gap: 30px;
	gap: 1.875rem;
}

.high-voltage-features__item-text01 {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.high-voltage-features__item-text02 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 14px;
	margin-top: 0.875rem;
}

.high-voltage-features__item-text03 {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.high-voltage-features__item--point-02 {
	margin-top: 46px;
	margin-top: 2.875rem;
}

.high-voltage-features__item--point-02 .section__title::after {
	height: 29px;
	height: 1.8125rem;
	right: -36px;
	right: -2.25rem;
	width: 27px;
	width: 1.6875rem;
}

.high-voltage-features__plans {
	gap: 18px;
	gap: 1.125rem;
	grid-template-columns: 1fr;
}

.high-voltage-features__plan {
	height: 173px;
	height: 10.8125rem;
	padding: 5px 0 19px;
	padding: 0.3125rem 0 1.1875rem;
}

.high-voltage-features__plan-title {
	font-size: 24px;
	font-size: 1.5rem;
}

.high-voltage-features__plan-value {
	font-size: 20px;
	font-size: 1.25rem;
}

.high-voltage-features__item-bottom {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.high-voltage-features__item--point-03 {
	margin-top: 43px;
	margin-top: 2.6875rem;
}

.high-voltage-features__item--point-03 .high-voltage-features__item-image {
	width: 100%;
}

.low-voltage-features__item02-image-box {
	padding-left: 10px;
	padding-left: 0.625rem;
}

.high-voltage-contact__content {
	padding: 58px 0 100px;
	padding: 3.625rem 0 6.25rem;
	width: 100%;
}

.high-voltage-contact__text,
.high-voltage-contact__subtext {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
}

.high-voltage-contact__subtext {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.high-voltage-contact__button {
	margin-top: 29px;
	margin-top: 1.8125rem;
}

.high-voltage-contact__link {
	font-size: 20px;
	font-size: 1.25rem;
	height: 83px;
	height: 5.1875rem;
	padding-right: 60px;
	padding-right: 3.75rem;
	width: 350px;
	width: 21.875rem;
}

.post-fit__btn {
	margin-top: 35px;
	margin-top: 2.1875rem;
	padding-block: 10px;
	padding-block: 0.625rem;
	width: 350px;
	width: 21.875rem;
}

.post-fit__btn-link {
	font-size: 30px;
	font-size: 1.875rem;
}

.post-fit__btn-text {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0;
}

.low-voltage-features {
	margin-bottom: 0;
}

.low-voltage-features .high-voltage-features__title {
	line-height: 1.6;
}

.low-voltage-features .high-voltage-features__title span {
	line-height: 1;
}

.low-voltage-features__item-text01 {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.low-voltage-features__item01 .high-voltage-features__item-image {
	width: 100%;
}

.low-voltage-features__item02 {
	margin-top: 42px;
	margin-top: 2.625rem;
}

.low-voltage-features__item02 .section__title span {
	display: inline-block;
	font-size: 34px;
	font-size: 2.125rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	margin-right: 5px;
	margin-right: 0.3125rem;
}

.low-voltage-features__item02-image {
	margin: 0 calc(50% - 50vw);
	margin-top: -30px;
	margin-top: -1.875rem;
}

.low-voltage-features__item02-btn {
	bottom: 170px;
	bottom: 10.625rem;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	width: 330px;
	width: 20.625rem;
}

.low-voltage-features__item03 {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.low-voltage-features__item03 .section__title {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.low-voltage-features__item03 span::after {
	height: 8px;
	height: 0.5rem;
	top: -10px;
	top: -0.625rem;
	width: 8px;
	width: 0.5rem;
}

.low-voltage-features__item03-desc {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.low-voltage-plans__container {
	grid-template-columns: 1fr;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.low-voltage-plans__plan {
	padding: 7px 4px;
	padding: 0.4375rem 0.25rem;
}

.low-voltage-plans__plan__inner {
	height: auto;
	padding: 15px 10px;
	padding: 0.9375rem 0.625rem;
}

.low-voltage-plans__plan-title {
	font-size: 25px;
	font-size: 1.5625rem;
	padding: 8px;
	padding: 0.5rem;
}

.low-voltage-plans__plan-desc01 {
	margin-top: 7px;
	margin-top: 0.4375rem;
}

.low-voltage-plans__plan-desc02 {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.low-voltage-plans__notes {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 30px 0 0;
	margin: 1.875rem 0 0;
}

.low-voltage-plans__note {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.low-voltage-plans__note::after {
	font-size: 12px;
	font-size: 0.75rem;
}

.low-voltage-pricing {
	margin-top: 54px;
	margin-top: 3.375rem;
	padding-inline: 10px;
	padding-inline: 0.625rem;
}

.low-voltage-pricing__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.low-voltage-pricing__chart {
	margin-top: 32px;
	margin-top: 2rem;
	width: 100%;
}

.low-voltage-pricing__notes {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 30px;
	margin-top: 1.875rem;
	padding-inline: 5px;
	padding-inline: 0.3125rem;
}

.low-voltage-pricing__notes li::after {
	top: 0;
	transform: translateY(0%);
}

.fuel-adjustment {
	margin-inline: 0px;
	margin-inline: 0rem;
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.fuel-adjustment__section {
	gap: 15px;
	gap: 0.9375rem;
	grid-template-columns: 1fr;
}

.fuel-adjustment__section--last {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.fuel-adjustment__section--last .fuel-adjustment__text {
	line-height: 1.68;
}

.fuel-adjustment__icon::after {
	height: 21px;
	height: 1.3125rem;
	right: -21px;
	right: -1.3125rem;
	width: 21px;
	width: 1.3125rem;
}

.fuel-adjustment__text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.68;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.fuel-adjustment__notice {
	margin-inline: 12px;
	margin-inline: 0.75rem;
	margin-top: 132px;
	margin-top: 8.25rem;
	padding: 30px 13px;
	padding: 1.875rem 0.8125rem;
}

.fuel-adjustment__notice .section__title {
	text-align: center;
}

.fuel-adjustment__mascot {
	left: 0;
	top: 11px;
	top: 0.6875rem;
	width: 82px;
	width: 5.125rem;
}

.fuel-adjustment__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 19px;
	margin-top: 1.1875rem;
}

.fuel-adjustment__year-box {
	margin-top: 28px !important;
	margin-top: 1.75rem !important;
}

.fuel-adjustment__year:last-child {
	margin-top: 34px;
	margin-top: 2.125rem;
}

.fuel-adjustment__year {
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.fuel-adjustment__year-title {
	font-size: 16px;
	font-size: 1rem;
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
}

.fuel-adjustment__month-list {
	font-size: 16px;
	font-size: 1rem;
	gap: 6px 25px;
	gap: 0.375rem 1.5625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 18px;
	margin-top: 1.125rem;
}

.fuel-adjustment__month-item::after {
	left: 27px;
	left: 1.6875rem;
}

.fuel-adjustment__month-link,
.fuel-adjustment__month-text {
	line-height: 2.1;
}

.terms-important-notes {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-inline: 15px;
	margin-inline: 0.9375rem;
	margin-top: 41px;
	margin-top: 2.5625rem;
}

.terms-important-notes__box {
	margin-top: -18px !important;
	margin-top: -1.125rem !important;
}

.terms-important-notes__item {
	margin-top: 35px;
	margin-top: 2.1875rem;
}

.terms-important-notes__subtitle {
	line-height: 1.31;
}

.terms-important-notes__text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.lions-electric-features {
	margin-top: 47px;
	margin-top: 2.9375rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.lions-electric-features__title {
	line-height: 1.1;
}

.lions-electric-features__highlight {
	font-size: 45px;
	font-size: 2.8125rem;
}

.lions-electric-features__points {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.lions-electric-features__point {
	gap: 25px;
	gap: 1.5625rem;
	grid-template-columns: 1fr;
}

.lions-electric-features__point02 {
	margin-top: 54px;
	margin-top: 3.375rem;
}

.lions-electric-features__point04 {
	margin-top: 67px;
	margin-top: 4.1875rem;
}

.lions-electric-features__contents02 {
	order: 0;
}

.lions-electric-features__contents-ttl-box01 {
	margin-top: 11px;
	margin-top: 0.6875rem;
}

.lions-electric-features__contents-ttl-box02 {
	margin-top: 0;
}

.lions-electric-features__point-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.68;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.lions-electric-features__point-text--mid {
	font-size: 20px !important;
	font-size: 1.25rem !important;
}

.lions-electric-features__point-text--lg {
	font-size: 24px !important;
	font-size: 1.5rem !important;
}

.lions-electric-features__ttl-lg {
	font-size: 30px;
	font-size: 1.875rem;
}

.lions-electric-features__rules {
	margin-top: 32px;
	margin-top: 2rem;
	padding: 18px 7px 13px;
	padding: 1.125rem 0.4375rem 0.8125rem;
}

.lions-electric-features__rule-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.71;
	margin-inline: 3px;
	margin-inline: 0.1875rem;
}

.lions-electric-features__rule-box {
	gap: 40px;
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.lions-electric-features__rule-item {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.lions-electric-features__reference {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.75;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.lions-electric-features__point--box03 {
	margin-top: 68px;
	margin-top: 4.25rem;
}

.lions-electric-features__point-ttl03 {
	font-size: 20px;
	font-size: 1.25rem;
}

.lions-electric-features__box03 {
	margin-top: 19px;
	margin-top: 1.1875rem;
	padding: 24px 10px 38px;
	padding: 1.5rem 0.625rem 2.375rem;
}

.lions-electric-features__box03-text {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.95;
}

.lions-electric-features__box03-text span {
	font-size: 18px;
	font-size: 1.125rem;
}

.lions-electric-features__box03-compare {
	margin-right: 0;
	margin-top: 23px;
	margin-top: 1.4375rem;
}

.lions-electric-features__box03-compare-btn {
	right: 39px;
	right: 2.4375rem;
	top: 247px;
	top: 15.4375rem;
}

.lions-electric-features__box03-note::after {
	font-size: 11px;
	font-size: 0.6875rem;
}

.lions-electric-features__box03-note {
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 0;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding-left: 11px;
	padding-left: 0.6875rem;
}

.lions-electric-features__point04 {
	margin-right: 0;
}

.lions-electric-features__point04 img {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.lions-electric-features__point04 .section__title {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.lions-electric-features__point04 .lions-electric-features__point-text {
	line-height: 1.9;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.lions-electric-features__supply-area {
	margin-top: 85px;
	margin-top: 5.3125rem;
	padding: 50px 12px 25px;
	padding: 3.125rem 0.75rem 1.5625rem;
}

.lions-electric-features__area {
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

.lions-electric-features__area-text {
	font-size: 16px;
	font-size: 1rem;
}

.lions-electric-features__area-text span {
	font-size: 18px;
	font-size: 1.125rem;
}

.lions-electric-features__area-note {
	line-height: 2;
}

.lions-electric-features__area-map {
	margin-inline: auto;
}

.lions-electric-contact {
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	margin-inline: 10px;
	margin-inline: 0.625rem;
}

.lions-electric-contact__ttl {
	font-size: 26px;
	font-size: 1.625rem;
}

.lions-electric-contact__description {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.lions-electric-contact__info {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.lions-electric-contact__info-label {
	width: 100%;
}

.lions-electric-contact__info-number {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.lions-electric-contact__info-number-text {
	font-size: 30px;
	font-size: 1.875rem;
}

.lions-electric-contact__info-hours {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.lions-electric-contact__cta {
	margin: 0 calc(50% - 50vw);
}

.child-support-conditions {
	width: 100%;
}

.child-support-features {
	margin-top: 40px;
	margin-top: 2.5rem;
	padding-inline: 10px;
	padding-inline: 0.625rem;
}

.child-support-section {
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-inline: 10px;
	padding-inline: 0.625rem;
}

.child-support-section__container {
	gap: 50px;
	gap: 3.125rem;
	grid-template-columns: 1fr;
}

.child-support-section__box {
	padding: 28px 12px 11px;
	padding: 1.75rem 0.75rem 0.6875rem;
}

.child-support-section__heading {
	font-size: 20px;
	font-size: 1.25rem;
}

.child-support-section__heading span::after {
	display: none;
}

.child-support-section__description {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-left: 0;
	margin-top: 18px;
	margin-top: 1.125rem;
	text-align: center;
}

.child-support-section__description01::after {
	height: 96px;
	height: 6rem;
	left: 50%;
	top: 60px;
	top: 3.75rem;
	transform: translateX(-50%);
	width: 114px;
	width: 7.125rem;
}

.child-support-section__description02::after {
	height: 80px;
	height: 5rem;
	left: 50%;
	top: 64px;
	top: 4rem;
	transform: translateX(-50%);
	width: 56px;
	width: 3.5rem;
}

.child-support-section__button {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-support-section__tel {
	margin-top: 100px;
	margin-top: 6.25rem;
}

.child-support-section__note {
	margin-top: 17px;
	margin-top: 1.0625rem;
	width: 100%;
}

.child-support-section__note-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.child-support-section__address {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.child-support-section__reference {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.post-fit-questions {
	margin-top: 52px;
	margin-top: 3.25rem;
	padding-inline: 14px;
	padding-inline: 0.875rem;
}

.post-fit-questions__item:last-child {
	margin-top: 70px;
	margin-top: 4.375rem;
}

.post-fit-questions__item:last-child .post-fit-questions__illustration {
	margin-top: 0;
}

.post-fit-questions__item {
	gap: 34px;
	gap: 2.125rem;
	grid-template-columns: 1fr;
	margin-top: 18px;
	margin-top: 1.125rem;
}

.post-fit-questions__title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-top: 28px;
	margin-top: 1.75rem;
}

.post-fit-questions__description {
	line-height: 1.68;
	margin-top: 10px;
	margin-top: 0.625rem;
}

.post-fit-questions__note {
	line-height: normal;
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.post-fit-questions__illustration {
	margin-top: 0;
}

.post-fit-overview {
	margin-top: 50px;
	margin-top: 3.125rem;
}

.post-fit-overview__inner {
	padding-inline: 9px;
	padding-inline: 0.5625rem;
	padding-top: 68px;
	padding-top: 4.25rem;
	width: 100%;
}

.post-fit-overview__title {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: normal;
}

.post-fit-overview__description {
	margin-top: 17px;
	margin-top: 1.0625rem;
}

.post-fit-overview__illustrations {
	margin-inline: 0;
	margin-top: 38px;
	margin-top: 2.375rem;
}

.post-fit-overview__link {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.post-fit-overview__link-button {
	font-size: 16px;
	font-size: 1rem;
	height: 83px;
	height: 5.1875rem;
	line-height: normal;
	padding-left: 36px;
	padding-left: 2.25rem;
	text-align: center;
	width: 350px;
	width: 21.875rem;
}

.post-fit-overview__link-button::after {
	left: 12px;
	left: 0.75rem;
}

.post-fit-service-overview {
	margin-inline: 9px;
	margin-inline: 0.5625rem;
	margin-top: 63px;
	margin-top: 3.9375rem;
	padding: 28px 9px 30px;
	padding: 1.75rem 0.5625rem 1.875rem;
}

.post-fit-service-overview__title {
	font-size: 26px;
	font-size: 1.625rem;
}

.post-fit-service-overview__details {
	margin-top: 9px !important;
	margin-top: 0.5625rem !important;
}

.post-fit-service-overview__details-item {
	grid-template-columns: 1fr;
	position: relative;
}

.post-fit-service-overview__details-term--first {
	padding-block: 5px 0;
	padding-block: 0.3125rem 0;
}

.post-fit-service-overview__details-term {
	border-bottom: none;
	padding-block: 20px 0;
	padding-block: 1.25rem 0;
}

.post-fit-service-overview__details-description {
	border-bottom: none;
	line-height: normal;
	padding-block: 5px 22px;
	padding-block: 0.3125rem 1.375rem;
	padding-left: 0;
}

.post-fit-service-overview__text {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.post-fit-service-overview__sublist li {
	margin-top: 13px;
	margin-top: 0.8125rem;
}

.post-fit-service-overview__sublist li::after {
	height: 16px;
	height: 1rem;
	width: 16px;
	width: 1rem;
}

.company-overview .post-fit-service-overview {
	margin-top: 48px;
	margin-top: 3rem;
	padding-bottom: 51px;
	padding-bottom: 3.1875rem;
	padding-top: 41px;
	padding-top: 2.5625rem;
}

.company-overview .post-fit-service-overview__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.post-fit-usage-flow {
	margin-inline: 15px;
	margin-inline: 0.9375rem;
	margin-top: 65px;
	margin-top: 4.0625rem;
}

.post-fit-usage-flow__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.post-fit-usage-flow__steps {
	gap: 44px;
	gap: 2.75rem;
	grid-template-columns: 1fr;
	margin-top: 26px;
	margin-top: 1.625rem;
}

.post-fit-usage-flow__icon {
	margin-inline: auto;
	margin-top: 13px;
	margin-top: 0.8125rem;
	width: 250px;
	width: 15.625rem;
}

.post-fit-usage-flow__step-title {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 3px;
	margin-top: 0.1875rem;
}

.post-fit-usage-flow__description {
	font-size: 14px;
	font-size: 0.875rem;
}

.contract-flow__box .post-fit-usage-flow__title {
	font-size: 20px;
	font-size: 1.25rem;
}

.contract-low-cta {
	margin-top: 0;
}

.p-contact__inner {
	background: #FFF;
	border: 2px solid #333;
	border-radius: 5px;
	box-shadow: 5px 5px 0px 0px #F39700;
	margin-bottom: 100px;
	margin-inline: 9px;
	margin-top: 77px;
/* 	padding: 30px 10px 55px; */
	padding: 3.8125rem 10px 55px;
	margin-top:3.8125rem;
}

.contact__ttl {
	font-size: 20px;
}

.contact__desc {
	/* margin-top: 20px; */
	padding-top: 70px;
	margin-top: -50px;
}

.contact__table-box {
	margin-top: 25px;
	padding-inline: 0;
	width: 100%;
}

.p-form__item {
	align-items: flex-start;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	padding: 9px 0;
}

.p-form__title {
	width: 100%;
}

.p-form__title--type02 {
	align-items: flex-start;
	flex-direction: column;
}

.p-form__input {
	margin-top: 14px;
	width: 100%;
}

.p-formInput input {
	margin-left: 0;
	padding-left: 15px;
	width: 100%;
}

.p-formInput__sm input {
	width: 290px;
}

.p-formInput__sm .p-formInput__unit {
	left: 310px;
}

.p-formInput__sm {
	width: 100%;
}

.p-formSelect select {
	height: 50px;
	width: 100%;
}

.p-formCheckbox input + span {
	font-size: 13px;
}

.p-formTextarea textarea {
	margin-left: 0;
	min-height: 127px;
	padding-left: 15px;
	width: 100%;
}

.p-form__acceptance {
	font-size: 14px;
	margin-top: 13px;
	text-align: left;
}

.p-form__submit {
	margin-top: 57px;
}

.p-previousBtn {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 16px;
}

.p-form__list--confirm .p-formInput__sm {
	width: 300px;
}

.contract-high-contact {
	margin-top: 80px;
	margin-top: 5rem;
	padding-inline: 14px;
	padding-inline: 0.875rem;
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.contract-high-contact__description {
	line-height: 1.5;
}

.contract-high-contact__box {
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.contract-high-contact__heading {
	width: 100%;
}

.contract-high-contact__details {
	font-size: 22px;
	font-size: 1.375rem;
	margin-top: 29px;
	margin-top: 1.8125rem;
	padding-left: 30px;
	padding-left: 1.875rem;
}

.contract-high-contact__details::after {
	height: 32px;
	height: 2rem;
	left: 5px;
	left: 0.3125rem;
	width: 32px;
	width: 2rem;
}

.contract-high-contact__email {
	padding-left: 13px;
	padding-left: 0.8125rem;
}

.contract-high-contact__note {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.company-message {
	margin-top: 43px;
	margin-top: 2.6875rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.company-message__container {
	gap: 13px;
	gap: 0.8125rem;
	grid-template-columns: 1fr;
	margin-top: 27px;
	margin-top: 1.6875rem;
}

.company-message__img {
	margin-inline: auto;
	width: 250px;
	width: 15.625rem;
}

.company-message__subtitle {
	font-size: 22px;
	font-size: 1.375rem;
	margin-inline: auto;
	padding-bottom: 2px;
	padding-bottom: 0.125rem;
}

.company-message__text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.company-message__signature {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.company-features {
	margin-inline: 15px;
	margin-inline: 0.9375rem;
	margin-top: 60px;
	margin-top: 3.75rem;
}

.company-features__box01 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.company-features__description {
	font-size: 14px;
	font-size: 0.875rem;
}

.company-features__box02 {
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.company-features__philosophy {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: normal;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.company-features__box03 {
	margin-top: 94px;
	margin-top: 5.875rem;
}

.company-features__box04 {
	margin-top: 63px;
	margin-top: 3.9375rem;
}

.company-features__highlights {
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-inline: 15px;
	margin-inline: 0.9375rem;
	margin-top: 25px;
	margin-top: 1.5625rem;
}

.company-features__symbol-box {
	gap: 20px;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 45px;
	margin-top: 2.8125rem;
}

.company-features__symbol-mark {
	margin-inline: auto;
	width: 183px;
	width: 11.4375rem;
}

.company-features__symbol-meaning {
	font-size: 14px;
	font-size: 0.875rem;
}

.service-supply {
	margin-top: 43px;
	margin-top: 2.6875rem;
	padding-inline: 9px;
	padding-inline: 0.5625rem;
}

.service-supply__img {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.service-examples {
	margin-top: 45px;
	margin-top: 2.8125rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.service-examples__description {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.service-examples__grid {
	gap: 46px;
	gap: 2.875rem;
	grid-template-columns: 1fr;
	margin-top: 20px;
	margin-top: 1.25rem;
}

.service-examples__caption {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

.service-clients {
	margin-top: 62px;
	margin-top: 3.875rem;
}

.service-clients__container {
	margin-inline: 15px;
	margin-inline: 0.9375rem;
}

.service-clients__item {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.service-clients__item::after {
	right: -12px;
	right: -0.75rem;
}

.faq-options {
	margin-top: 40px;
	margin-top: 2.5rem;
}

.faq-options__item {
	gap: 12px;
	gap: 0.75rem;
	grid-template-columns: 1fr;
	padding-inline: 22px;
	padding-inline: 1.375rem;
}

.faq {
	margin-inline: 9px;
	margin-inline: 0.5625rem;
	margin-top: 80px;
	margin-top: 5rem;
}

.faq__inner {
	padding: 24px 5px 36px;
	padding: 1.5rem 0.3125rem 2.25rem;
}

.faq__ttl::after {
	height: 88px;
	height: 5.5rem;
	left: 280px;
	left: 17.5rem;
	top: -36px;
	top: -2.25rem;
	width: 72px;
	width: 4.5rem;
}

.faq__items {
	margin-top: 38px;
	margin-top: 2.375rem;
}

.faq__item {
	margin-top: 10px;
	margin-top: 0.625rem;
	padding: 0px 8px;
	padding: 0rem 0.5rem;
}

.faq__question {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-columns: repeat(40) 1fr;
	padding-block: 6px;
	padding-block: 0.375rem;
	padding-right: 26px;
	padding-right: 1.625rem;
}

.faq__question::after {
	height: 20px;
	height: 1.25rem;
	width: 20px;
	width: 1.25rem;
}

details[open] .faq__question {
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.faq__question-text-number {
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
}

.faq__question-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	padding-left: 0;
}

.faq__answer {
	padding-bottom: 15px;
	padding-bottom: 0.9375rem;
}

.faq__answer-text {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	padding-inline: 41px 26px;
	padding-inline: 2.5625rem 1.625rem;
	padding-top: 13px;
	padding-top: 0.8125rem;
}

.privacy-policy {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 150px;
	margin-bottom: 9.375rem;
	padding-inline: 15px;
	padding-inline: 0.9375rem;
	width: 100%;
}

.privacy-policy__subtitle {
	font-size: 16px;
	font-size: 1rem;
}

.privacy-policy__title {
	font-size: 16px;
	font-size: 1rem;
}

.thanks {
	padding-inline: 15px;
	padding-inline: 0.9375rem;
}

.thanks__text {
	line-height: 1.5;
}

.thanks__btn {
	border-radius: 60px;
	border-radius: 3.75rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	padding: 14px 115px;
	padding: 0.875rem 7.1875rem;
}

}

@media print {

.page__wrapper h1 {
	page-break-before: always;
}

.page__wrapper h1,
.page__wrapper h2,
.page__wrapper h3,
.page__wrapper h4,
.page__wrapper h5,
.page__wrapper h6 {
	page-break-after: avoid;
}

.page__wrapper ul,
.page__wrapper ol,
.page__wrapper dl {
	page-break-before: avoid;
}

}

