@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/** 色 **/
:root {
  /** 色:ブルーグレー **/
  --bluegray-06: #404144;
  --bluegray-05: #5d5e62;
  --bluegray-04: #acaeb8;
  --bluegray-03: #c9ccd5;
  --bluegray-02: #e2e4e9;
  --bluegray-01: #f6f7f8;
  --bluegray-00: #fff;
  /** 色:ブルー **/
  --gas_blue-06: #265c99;
  --gas_blue-05---bland: #2f6db6;
  --gas_blue-04: #5391d9;
  --gas_blue-03: #b0d0f3;
  --gas_blue-02: #d6e9fd;
  --gas_blue-01: #edf5fe;
  /** 色:スカイブルー **/
  --skyblue-06: #0083b4;
  --skyblue-05: #02a7dd;
  --skyblue-04: #3ac8f6;
  --skyblue-03: #7cd8f9;
  --skyblue-02: #bbeafc;
  --skyblue-01: #eaf8ff;
  /** 色:グリーン **/
  --green-06: #1c6d46;
  --green-05: #0d9357;
  --green-04: #20aa6c;
  --green-03: #7fe0a5;
  --green-02: #cbf2da;
  --green-01: #e5fbed;
  /** 色:ライトグリーン **/
  --lightgreen-06: #52842c;
  --lightgreen-05: #6faf33;
  --lightgreen-04: #89c259;
  --lightgreen-03: #bce695;
  --lightgreen-02: #def2c8;
  --lightgreen-01: #ecf9db;
  /** 色:オレンジ **/
  --orange-06: #d05a0b;
  --orange-05: #ec711d;
  --orange-04: #f09557;
  --orange-03: #f7b385;
  --orange-02: #ffd8bc;
  --orange-01: #fff3ea;
  /** 色:イエロー **/
  --yellow-06: #e4bb00;
  --yellow-05: #ffd43a;
  --yellow-04: #fd6;
  --yellow-03: #ffe899;
  --yellow-02: #fff3bf;
  --yellow-01: #fffae5;
  /** 色:レッド **/
  --red-06: #a7071c;
  --red-05: #c1303a;
  --red-04: #e06365;
  --red-03: #f2a2a2;
  --red-02: #fbd7d7;
  --red-01: #faeff1;
  /** 色:ピンク **/
  --pink-06: #a30057;
  --pink-05: #d82682;
  --pink-04: #f87cb1;
  --pink-03: #fabad2;
  --pink-02: #ffe0ef;
  --pink-01: #ffeff6;
  /** 色:ツートンカラー **/
  --duo-tone-blue-orange: linear-gradient(270deg, #f78131 50%, #2f6db6 50%);
  --duo-tone-white-orange: linear-gradient(90deg, #fff 50%, #f78131 50%);
  /** 色:テキスト **/
  --Text-text_primary: var(--bluegray-06);
  --Text-text_secondary: var(--bluegray-05);
  --Text-text_light: var(--bluegray-03);
  --Text-text_white: var(--bluegray-00);
  --Text-text_blue: var(--gas_blue-05---bland);
  --Text-text_skyblue: var(--skyblue-05);
  --Text-text_orange: var(--orange-05);
  --Text-text_yellow: var(--yellow-05);
  --Text-text_red: var(--red-05);
  --Text-text_green: var(--green-05);
  /** 背景色 ブルーグレー **/
  --Fill-Bluegray-bluegray_06: var(--bluegray-06);
  --Fill-Bluegray-bluegray_05: var(--bluegray-05);
  --Fill-Bluegray-bluegray_04: var(--bluegray-04);
  --Fill-Bluegray-bluegray_03: var(--bluegray-03);
  --Fill-Bluegray-bluegray_02: var(--bluegray-02);
  --Fill-Bluegray-bluegray_01: var(--bluegray-01);
  --Fill-Bluegray-bluegray_00: var(--bluegray-00);
  /** 背景色 ブルー **/
  --Fill-Blue-blue_06: var(--gas_blue-06);
  --Fill-Blue-blue_05---bland: var(--gas_blue-05---bland);
  --Fill-Blue-blue_04---bland: var(--gas_blue-04);
  --Fill-Blue-blue_04---hover: var(--gas_blue-04);
  --Fill-Blue-blue_03: var(--gas_blue-03);
  --Fill-Blue-blue_02: var(--gas_blue-02);
  --Fill-Blue-blue_01: var(--gas_blue-01);
  /** 背景色 スカイブルー **/
  --Fill-skyblue-skyblue_05: var(--skyblue-05);
  --Fill-skyblue-skyblue_04: var(--skyblue-04);
  --Fill-skyblue-skyblue_01: var(--skyblue-01);
  /** 背景色 レッド **/
  --Fill-Red-red_05: var(--red-05);
  --Fill-Red-red_04: var(--red-04);
  --Fill-Red-red_02: var(--red-02);
  --Fill-Red-red_01: var(--red-01);
  /** 背景色 オレンジ **/
  --Fill-Orange-orange_05: var(--orange-05);
  --Fill-Orange-orange_04---hover: var(--orange-04);
  --Fill-Orange-orange_02: var(--orange-02);
  --Fill-Orange-orange_01: var(--orange-01);
  /** 背景色 イエロー **/
  --Fill-Yellow-yellow_05: var(--yellow-05);
  --Fill-Yellow-yellow_01: var(--yellow-01);
  /** 背景色 ピンク **/
  --Fill-pink-pink_05: var(--pink-05);
  --Fill-pink-pink_01: var(--pink-01);
  /** 背景色 グリーン **/
  --Fill-Green-green_05: var(--green-05);
  --Fill-Green-green_04: var(--green-04);
  --Fill-Green-green_01: var(--green-01);
  /** ボーダーカラー **/
  --Border-border_lightgray: var(--bluegray-02);
  --Border-border_gray: var(--bluegray-03);
  --Border-border_white: var(--bluegray-00);
  --Border-border_blue: var(--gas_blue-05---bland);
  --Border-border_skyblue: var(--skyblue-05);
  --Border-border_red: var(--red-05);
  --Border-border_yellow: var(--yellow-05);
}

/** 影 **/
:root {
  --theme-shadow-dark: 4px 4px 14px 0px rgb(17 48 86 / 25%);
  --theme-shadow-gray: 4px 4px 14px 0px rgb(17 48 86 / 6%);
}

/** グラデーション **/
:root {
  --Gradient-white: 255, 255, 255;
}

/** ボタンホバー **/
:root {
  --Button-hover-white: rgb(255 255 255 / 10%);
}

/** 余白 **/
:root {
  --Spacing-Size-none: 0;
  --Spacing-Size-xxxxs: 4px;
  --Spacing-Size-xxxs: 4px;
  --Spacing-Size-xxs: 8px;
  --Spacing-Size-xs: 12px;
  --Spacing-Size-sm: 16px;
  --Spacing-Size-md: 24px;
  --Spacing-Size-lg: 32px;
  --Spacing-Size-xl: 40px;
  --Spacing-Size-xxl: 48px;
  --Spacing-Size-xxxl: 56px;
}

/** ライブラリ：swipeer **/
:root {
  --Swiper-navigation-border: #006fbc;
  --Filter-dropShadow: drop-shadow(4px 4px 14px rgb(17 48 86 / 12%));
}

/** 2カラム用カード：余白 **/
:root {
  --Spacing-2col_in-card-md: 24px;
}

/** セクション間余白 **/
:root {
  --Spacing-Section-section_none: 0;
  --Spacing-Section-section_sm: 32px;
  --Spacing-Section-section_md: 56px;
  --Spacing-Section-section_lg: 64px;
}

/** 左右余白 **/
:root {
  --Spacing-Side-side: 20px;
}

/** カードpadding：XXS **/
:root {
  --Padding-Card-XXS-side_xs: 20px;
  --Padding-Card-XXS-top-bottom_xs: 16px;
}

/** カードpadding：XS **/
:root {
  --Padding-Card-XS-side_sm: 20px;
  --Padding-Card-XS-top-bottom_sm: 16px;
}

/** カードpadding：S **/
:root {
  --Padding-Card-S-side_md: 20px;
  --Padding-Card-S-side_sm: 20px;
  --Padding-Card-S-top-bottom_sm: 24px;
}

/** カードpadding：M **/
:root {
  --Padding-Card-M-side_md: 20px;
  --Padding-Card-M-top-bottom_md: 24px;
}

/** カードpadding：L **/
:root {
  --Padding-Card-L-side_lg: 20px;
  --Padding-Card-L-top-bottom_lg: 24px;
}

/** テーブルセル余白 **/
:root {
  --Padding-Table-call_side: 20px;
  --Padding-Table-cell_top-bottom: 12px;
}

/** ボーダー：角丸 **/
:root {
  --Radius-radius_sm: 4px;
  --Radius-radius_md: 6px;
  --Radius-radius_lg: 10px;
  --Radius-radius_full: 999px;
}

/** ページ全体のフォント設定 **/
:root {
  --Font-family-Noto-Sans-JP: "Noto Sans JP", sans-serif;
  --Font-family-Jost: "Jost", sans-serif;
}

/** z-index **/
:root {
  --z-index-header: 9100;
  --z-index-modal: 9999;
}

/** ヘッダーメニュー(src/sass/layout/_gnav.scss,_header.scssで使用) **/
:root {
  --header-upper-list-height: auto;
  --header-inner-height: 90px;
  --header-height: auto;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 320px;
  overflow-x: clip;
  font-family: var(--Font-family-Noto-Sans-JP);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Text-text_primary);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

input,
textarea {
  font-size: 1.6rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

picture {
  display: contents;
}

ul {
  text-align: left;
  list-style-type: none;
}

sup.sup-bottom {
  vertical-align: bottom;
}
sup.sup-top {
  top: -1em;
}

.link-orange, .link-green, .link-light_blue, .link {
  display: inline-flex;
  gap: 4px;
  color: var(--gas_blue-05---bland);
  text-decoration: underline;
}
.link-orange:active, .link-green:active, .link-light_blue:active, .link:active {
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 300ms;
}
.link-orange i, .link-green i, .link-light_blue i, .link i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  min-width: 14px;
}
.link-icon-end.link-orange, .link-icon-end.link-green, .link-icon-end.link-light_blue, .link-icon-end.link {
  display: inline-block;
}
.link-icon-end.link-orange i, .link-icon-end.link-green i, .link-icon-end.link-light_blue i, .link-icon-end.link i {
  position: relative;
  top: 2.5px;
  margin-left: 2px;
}

.link-light_blue {
  color: var(--Text-text_skyblue);
}

.link-green {
  color: var(--Text-text_green);
}

.link-orange {
  color: var(--Text-text_orange);
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #f09557;
  outline-offset: -3px;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("/parts2/font/NotoSansJP-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/parts2/font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("/parts2/font/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/parts2/font/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: Jost;
  font-style: normal;
  font-weight: 400;
  src: url("/parts2/font/JostRegular.woff") format("woff");
}
@font-face {
  font-family: Jost;
  font-style: normal;
  font-weight: 500;
  src: url("/parts2/font/JostSemiBold.woff") format("woff");
}
@font-face {
  font-family: Jost;
  font-style: normal;
  font-weight: 700;
  src: url("/parts2/font/JostBold.woff") format("woff");
}
.font-jost {
  font-family: var(--Font-family-Jost);
}

.text-xs {
  font-size: 1.1rem;
}
.text-xs-s {
  font-size: 1.2rem;
}
.text-s {
  font-size: 1.2rem;
}
.text-m {
  font-size: 1.3rem;
}
.text-l {
  font-size: 1.4rem;
}
.text-lg {
  font-size: 1.6rem !important;
}
.text-s-sp_xxs {
  font-size: 1.1rem;
}
.text-lg-sp_xs {
  font-size: 1.2rem;
}
.text-lg-sp_sm {
  font-size: 1.4rem;
}
.text-xl {
  font-size: 1.8rem;
}
.text-xl-sp_s {
  font-size: 1.4rem;
}
.text-xl-sp_l {
  font-size: 1.6rem;
}
.text-xl-pc_l {
  font-size: 1.6rem;
}
.text-xl-pc_xxl {
  font-size: 1.6rem;
}
.text-xxl {
  font-size: 2rem;
}
.text-xxl-sp_xl {
  font-size: 1.8rem;
}
.text-pc_xxxl-sp-xxl {
  font-size: 2rem;
}
.text-pc_xxxl-sp-xl {
  font-size: 1.8rem;
}
.text-bold {
  font-weight: 700;
}
.text-sp-sr {
  font-size: 1.1rem;
  vertical-align: super;
}
.text-sp-sr-sm {
  font-size: 0.9rem;
}
.text-half-sp-sr {
  font-size: 0.6em;
  vertical-align: super;
}
.text-heading-sp-sr {
  font-size: 2rem;
  vertical-align: super;
}
.text-xxxl {
  font-size: 2.4rem;
}
.text-xxxxl {
  font-size: 3.6rem;
}

.fz-10 {
  font-size: 1rem !important;
}

.fz-11 {
  font-size: 1.1rem !important;
}

.fz-12 {
  font-size: 1.2rem !important;
}

.fz-13 {
  font-size: 1.3rem !important;
}

.fz-14 {
  font-size: 1.4rem !important;
}

.fz-15 {
  font-size: 1.5rem !important;
}

.fz-16 {
  font-size: 1.6rem !important;
}

.fz-17 {
  font-size: 1.7rem !important;
}

.fz-18 {
  font-size: 1.8rem !important;
}

.fz-19 {
  font-size: 1.9rem !important;
}

.fz-20 {
  font-size: 2rem !important;
}

.fz-21 {
  font-size: 2.1rem !important;
}

.fz-22 {
  font-size: 2.2rem !important;
}

.fz-23 {
  font-size: 2.3rem !important;
}

.fz-24 {
  font-size: 2.4rem !important;
}

.fz-25 {
  font-size: 2.5rem !important;
}

.fz-26 {
  font-size: 2.6rem !important;
}

.fz-27 {
  font-size: 2.7rem !important;
}

.fz-28 {
  font-size: 2.8rem !important;
}

.fz-29 {
  font-size: 2.9rem !important;
}

.fz-30 {
  font-size: 3rem !important;
}

.fz-31 {
  font-size: 3.1rem !important;
}

.fz-32 {
  font-size: 3.2rem !important;
}

.fz-33 {
  font-size: 3.3rem !important;
}

.fz-34 {
  font-size: 3.4rem !important;
}

.fz-35 {
  font-size: 3.5rem !important;
}

.fz-36 {
  font-size: 3.6rem !important;
}

.fz-37 {
  font-size: 3.7rem !important;
}

.fz-38 {
  font-size: 3.8rem !important;
}

.fz-39 {
  font-size: 3.9rem !important;
}

.fz-40 {
  font-size: 4rem !important;
}

.fz-41 {
  font-size: 4.1rem !important;
}

.fz-42 {
  font-size: 4.2rem !important;
}

.fz-43 {
  font-size: 4.3rem !important;
}

.fz-44 {
  font-size: 4.4rem !important;
}

.fz-45 {
  font-size: 4.5rem !important;
}

.fz-46 {
  font-size: 4.6rem !important;
}

.fz-47 {
  font-size: 4.7rem !important;
}

.fz-48 {
  font-size: 4.8rem !important;
}

.fz-49 {
  font-size: 4.9rem !important;
}

.fz-50 {
  font-size: 5rem !important;
}

.fw-n {
  font-weight: normal;
}

.fw-b {
  font-weight: bold;
}

.fw-sb {
  font-weight: 500;
}

.font-lh-large {
  line-height: 1.8 !important;
}

.lh-0em {
  line-height: 0 !important;
}

.lh-1em {
  line-height: 1 !important;
}

.lh-1_25em {
  line-height: 1.25 !important;
}

.lh-1_5em {
  line-height: 1.5 !important;
}

.lh-1_75em {
  line-height: 1.75 !important;
}

.lh-1_8em {
  line-height: 1.8 !important;
}

.lh-2em {
  line-height: 2 !important;
}

.lh-2-8em {
  line-height: 2.8 !important;
}

.wba {
  word-break: break-all;
}

.wm-tb {
  writing-mode: horizontal-tb;
}
.wm-tb .rotate {
  display: inline;
  transform: none;
}

.wm-rl {
  white-space: pre;
  writing-mode: vertical-rl;
}
.wm-rl .rotate {
  display: inline-block;
  transform: rotate(-90deg);
}

.va-top {
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

/* コンポーネント : ヘッダー */
@keyframes l-header-upper-list-overflow-switch {
  0% {
    overflow: hidden;
  }
  99% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
.l-header {
  top: 0;
  z-index: var(--z-index-header);
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-top: 3px solid var(--Border-border_blue);
}

.l-header-upper-list {
  display: none;
  width: 100%;
  height: var(--header-upper-list-height);
  overflow: hidden;
  background-color: var(--gas_blue-05---bland);
  transition: height 300ms;
  animation: l-header-upper-list-overflow-switch 300ms forwards;
}

.l-header-upper-list-inner {
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
  margin-inline: auto;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  color: var(--Text-text_white);
}

.l-header-upper-list-content {
  margin-top: auto;
  margin-bottom: auto;
}
.l-header-upper-list-content ul, .l-header-upper-list-content.upper-right {
  display: flex;
  align-items: center;
}
.l-header-upper-list-content.upper-left ul {
  gap: 0 24px;
}
.l-header-upper-list-content.upper-right ul {
  gap: 0 16px;
  padding-right: 16px;
}
.l-header-upper-list-content li:active {
  opacity: 0.7;
  transition: opacity 300ms;
}

.l-header-upper-lang {
  position: relative;
}
.l-header-upper-lang::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 24px;
  content: "";
  background-color: #cdd1d9;
  transform: translateY(-50%);
}
.l-header-upper-lang a {
  display: flex;
  gap: 0 6px;
  align-items: center;
  padding-left: 16px;
}
.l-header-upper-lang a:active {
  opacity: 0.7;
  transition: opacity 300ms;
}

.l-header-inner-fixed {
  position: fixed;
  top: 0;
  z-index: -2;
}
.l-header-inner-fixed .l-header-logo span {
  margin-top: 0;
  font-size: 1.2rem;
}

.l-header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: var(--header-inner-height);
  padding: 18px 16px;
  margin-inline: auto;
  background-color: var(--Fill-Bluegray-bluegray_00);
}
.l-header-inner .l-header-user,
.l-header-inner .l-header-logo,
.l-header-inner .l-gnav-hamburger-button {
  order: 1;
}
.l-header-inner .l-header-logo {
  order: 2;
}
.l-header-inner .l-header-logo span {
  margin-left: 36px;
}
.l-header-inner .l-gnav-hamburger-button {
  order: 3;
}

.l-header-user {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px 6px;
  align-items: center;
}
.l-header-user:active {
  color: var(--Text-text_blue);
  transition: color 300ms;
}
.l-header-user::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  width: 1px;
  height: 26px;
  content: "";
  background-color: var(--Fill-Bluegray-bluegray_02);
  translate: 0 -50%;
}
.l-header-user .icon-user-default {
  width: 26px;
  height: 26px;
}
.l-header-user span {
  font-size: 1rem;
  font-weight: 500;
  font-feature-settings: "palt" on;
  line-height: 1.25;
  text-align: center;
}

.l-header-logo {
  width: 152px;
  margin-right: 16px;
}
.l-header-logo:active {
  opacity: 0.7;
  transition: opacity 300ms;
}
.l-header-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--Text-text_secondary);
}
.l-header-logo span {
  margin-top: 4px;
  font-size: 1.2rem;
  font-weight: 700;
  font-feature-settings: "palt" on;
  line-height: 1.25;
}

/* コンポーネント：フッター */
.l-footer {
  position: relative;
  overflow-x: clip;
  color: #fff;
  background-color: #2f6db6;
}

.l-footer-wrap {
  max-width: 1296px;
  padding: 40px 24px;
  margin: 0 auto;
}

.l-footer-wrap-block-main .l-footer-wrap-block-main-title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-title:first-child {
  margin-top: 0;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group {
  margin-bottom: 48px;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group:last-child {
  margin-bottom: 64px;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group-title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 8px;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item {
  width: calc(50% - 4px);
  line-height: 1.25;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item .l-footer-wrap-block-main-group-list-item-link {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item .l-footer-wrap-block-main-group-list-item-link:active {
  text-decoration: underline;
  opacity: 0.7;
  transition: opacity 300ms;
}

.l-footer-wrap-block-sub-group-logo {
  margin-bottom: 40px;
  text-align: center;
}
.l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link:first-child {
  margin-bottom: 24px;
}
.l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link + .l-footer-wrap-block-sub-group-logo-link {
  margin-bottom: 40px;
}
.l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link {
  display: inline-block;
}
.l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link:active {
  opacity: 0.7;
  transition: opacity 300ms;
}

.l-footer-wrap-block-sub-group-link-corporate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item {
  position: relative;
  margin-bottom: 11px;
  line-height: 1.25;
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item:first-child {
  padding-right: 12px;
  padding-left: 0;
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item:not(:first-child, :last-child) {
  padding: 0 12px;
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item:last-child {
  padding-left: 12px;
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item:last-child::after {
  display: none;
}
.l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item-link {
  font-weight: 400;
  line-height: 1;
}

.l-footer-wrap-block-sub-group-link-share {
  text-align: center;
}

.l-footer-wrap-block-sub-group-link-share-link {
  position: relative;
  display: block;
  padding: 16px 32px 16px 16px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--Text-text_primary);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  transition: 300ms;
}
.l-footer-wrap-block-sub-group-link-share-link::before {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  aspect-ratio: 1;
  /* background: url("/parts2/img/icon/icon_arrow-right_circle_blue.svg") center center/contain no-repeat; */
  border-top: 2px solid #2f6db6;
  border-right: 2px solid #2f6db6;
  transform: translateY(-50%) rotate(45deg);
}
.l-footer-wrap-block-sub-group-link-share-link:active {
  color: var(--Text-text_blue);
  border-color: var(--Border-border_blue);
  opacity: 0.9;
  transition: 300ms;
}

.l-footer-wrap-block-sub-group-link-share-link-thumb {
  margin-bottom: 8px;
}
.l-footer-wrap-block-sub-group-link-share-link-thumb img {
  width: 100%;
  max-width: 220px;
  height: 100%;
  aspect-ratio: 55/8;
}

.l-footer-wrap-block-sub-group-link-share-link-text {
  text-align: center;
}
.l-footer-wrap-block-sub-group-link-share-list-item-link:active {
  opacity: 0.7;
  transition: opacity 300ms;
}

.l-footer-wrap-block-sub-group-link-share-list {
  display: inline-flex;
  justify-content: center;
  padding: 8px 16px 7px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: var(--Radius-radius_full);
}
.l-footer-wrap-block-sub-group-link-share-list .l-footer-wrap-block-sub-group-link-share-list-item {
  margin-right: 19px;
}
.l-footer-wrap-block-sub-group-link-share-list .l-footer-wrap-block-sub-group-link-share-list-item:last-child {
  margin-right: 0;
}

.l-footer-wrap-block-bottom {
  position: relative;
  padding-top: 32px;
  margin-top: 40px;
  text-align: center;
}
.l-footer-wrap-block-bottom::before {
  position: absolute;
  top: 0;
  left: -24px;
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.3;
}

.l-footer-wrap-block-bottom-group-link {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.l-footer-wrap-block-bottom-group-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
}
.l-footer-wrap-block-bottom-group-link-list .l-footer-wrap-block-bottom-group-link-list-item {
  margin-right: 0;
  margin-bottom: 16px;
  font-size: 1.2rem;
}
.l-footer-wrap-block-bottom-group-link-list .l-footer-wrap-block-bottom-group-link-list-item:not(:last-child) {
  margin-right: 24px;
}
.l-footer-wrap-block-bottom-group-link-list .l-footer-wrap-block-bottom-group-link-list-item:last-child {
  margin-right: 0;
}

.l-footer-wrap-block-bottom-group-link-list-item-link {
  font-size: 1.2rem;
  font-weight: 400;
}
.l-footer-wrap-block-bottom-group-link-list-item-link:active {
  text-decoration: underline;
  opacity: 0.7;
  transition: opacity 300ms;
}

.l-footer-wrap-block-bottom-group-copy-text {
  margin-right: -4px;
  margin-left: -4px;
  font-size: 1.2rem;
  opacity: 0.6;
}

.l-footer-return-top-btn {
  position: absolute;
  top: -22px;
  right: 12px;
  z-index: 95;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  aspect-ratio: 1/1;
  padding: 15px;
  background: var(--Fill-Blue-blue_05---bland, #2f6db6);
  border: 2px solid var(--Border-border_lightblue, #d6e9fd);
  border-radius: 999px;
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.25);
  transition: all 300ms;
}
.l-footer-return-top-btn:hover {
  background: var(--Fill-Blue-blue_04---hover, #5391d9);
}
.l-footer-return-top-btn::after {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  content: "";
  background: url("/parts2/img/icon/icon_arrow-top.svg") center center/contain no-repeat;
}

/* ナビゲーション */
:root {
  --l-gnav-sub-list-z-index: -2;
  --l-gnav-overlay-z-index: -3;
}

.l-gnav {
  position: absolute;
  top: var(--header-height);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  padding: 86px 20px 20px;
  overflow: auto;
  pointer-events: none;
  background-color: var(--Fill-Blue-blue_01);
  opacity: 0;
  transition: opacity 300ms;
}
.l-gnav.is-open {
  pointer-events: all;
  opacity: 1;
}
.l-gnav .link {
  color: var(--Text-text_secondary);
  text-decoration: none;
}

.l-gnav-hamburger-button {
  display: block;
  width: 40px;
  height: 100%;
  padding: var(--Spacing-Size-xxs);
}
.l-gnav-hamburger-button.is-active .l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line:nth-of-type(1) {
  transform: translateY(8px) rotate(315deg);
}
.l-gnav-hamburger-button.is-active .l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line:nth-of-type(2) {
  opacity: 0;
}
.l-gnav-hamburger-button.is-active .l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line:nth-of-type(3) {
  transform: translateY(-8px) rotate(-315deg);
}

.l-gnav-hamburger-button-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 18px;
}
.l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--Swiper-navigation-border);
  transition: transform 300ms, opacity 300ms;
}
.l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line:nth-of-type(1) {
  top: 0;
}
.l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line:nth-of-type(2) {
  top: 50%;
  translate: 0 -50%;
}
.l-gnav-hamburger-button-inner .l-gnav-hamburger-button-line:nth-of-type(3) {
  top: calc(100% - 2px);
}

.l-gnav-list {
  display: flex;
  flex-flow: column;
}

.l-gnav-list-item {
  position: relative;
  font-weight: 500;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_md);
}
.l-gnav-list-item [data-type="gnav-icon"] {
  height: 2.2rem;
  vertical-align: top;
  margin-top: .2rem;
  margin-right: .2rem;
}
@media only screen and (max-width: 768px) {
  .l-gnav-list-item [data-type="gnav-icon"] {
    height: 3.6rem;
    margin-right: 1rem;
  }
}
.l-gnav-list-item:active .l-gnav-list-item-title {
  color: var(--Text-text_blue);
  transition: color 300ms;
}
.l-gnav-list-item:nth-of-type(n + 2) {
  margin-top: 8px;
}
.l-gnav-list-item .icon-pulldown {
  display: none;
  width: 14px;
  min-width: 14px;
}

.l-gnav-list-item-title {
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding: 16px;
  padding-right: 40px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--blue-gray-06);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
a.l-gnav-list-item-title .icon-arrow {
  display: none;
}
@media only screen and (max-width: 768px) {
  a.l-gnav-list-item-title .icon-arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
  }
}
button.l-gnav-list-item-title::before,
button.l-gnav-list-item-title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  content: "";
  background-color: var(--Fill-Blue-blue_05---bland);
  transition: opacity 300ms, transform 300ms;
}
button.l-gnav-list-item-title::before {
  transform: translateY(-50%);
}
button.l-gnav-list-item-title::after {
  transform: translateY(-50%) rotate(90deg);
}
button.l-gnav-list-item-title.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
button.l-gnav-list-item-title.is-open::after {
  opacity: 0;
}
button.l-gnav-list-item-title.is-open + .l-gnav-accordion-body {
  grid-template-rows: 1fr;
}
button.l-gnav-list-item-title::before,
button.l-gnav-list-item-title::after {
  right: 18px;
}

.l-gnav-sub-list {
  display: grid;
  grid-template-rows: 0fr;
  padding-right: 16px;
  padding-left: 16px;
  transition: grid-template-rows 300ms;
}

.l-gnav-sub-list-inner {
  position: relative;
  overflow: hidden;
}

.l-gnav-sub-list-container {
  width: 100%;
  max-width: 1200px;
}
.l-gnav-sub-list-container.container-max-1400 {
  max-width: 1400px;
}

.l-gnav-sub-list-container-right {
  display: flex;
  flex-direction: column;
}
.l-gnav-sub-list-container-right > div:only-child .l-gnav-sub-list-lower-level:last-of-type {
  padding-bottom: 20px;
}

.l-gnav-sub-list-title {
  margin-left: 16px;
  border-bottom: 1px solid var(--Border-border_lightgray);
}
.l-gnav-sub-list-title span {
  width: 100%;
}

.l-gnav-sub-list-link,
.l-gnav-sub-list-text {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 16px 0;
  border-radius: var(--Radius-radius_md);
}
.l-gnav-sub-list-link .icon-arrow,
.l-gnav-sub-list-text .icon-arrow {
  width: 16px;
  min-width: 16px;
}
.l-gnav-sub-list-link.link-category-top img,
.l-gnav-sub-list-text.link-category-top img {
  display: none;
}
.l-gnav-sub-list-link.link-category-top .link-title,
.l-gnav-sub-list-text.link-category-top .link-title {
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  width: 100%;
  color: var(--bluegray-06);
}
.l-gnav-sub-list-link.link-category-top .link-title > span,
.l-gnav-sub-list-text.link-category-top .link-title > span {
  display: flex;
}
.l-gnav-sub-list-link.link-sub-category-top,
.l-gnav-sub-list-text.link-sub-category-top {
  position: relative;
}
.l-gnav-sub-list-link .link-title,
.l-gnav-sub-list-text .link-title {
  display: flex;
}
.l-gnav-sub-list-link .link-title-top,
.l-gnav-sub-list-text .link-title-top {
  width: auto;
}

.l-gnav-sub-list-link {
  transition: color 300ms, background-color 300ms;
}
.l-gnav-sub-list-link:active {
  color: var(--Text-text_blue);
  background-color: var(--Fill-Blue-blue_01);
  transition: color 300ms, background-color 300ms;
}
.l-gnav-sub-list-link.link-category-top:active {
  color: var(--Text-text_blue);
  background-color: transparent;
}
.l-gnav-sub-list-link.link-category-top:active .link-title {
  color: var(--Text-text_blue);
  transition: color 300ms;
}

.l-gnav-sub-list-lower-level {
  margin-left: 16px;
}
.l-gnav-sub-list-lower-level-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Border-border_lightgray);
}
.l-gnav-sub-list-lower-level-title::before, .l-gnav-sub-list-lower-level-title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 2px;
  content: "";
  background-color: var(--Fill-Blue-blue_05---bland);
  transition: opacity 300ms, transform 300ms;
}
.l-gnav-sub-list-lower-level-title::before {
  transform: translateY(-50%);
}
.l-gnav-sub-list-lower-level-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.l-gnav-sub-list-lower-level-title.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.l-gnav-sub-list-lower-level-title.is-open::after {
  opacity: 0;
}
.l-gnav-sub-list-lower-level-title.is-open + .l-gnav-accordion-body {
  grid-template-rows: 1fr;
}
.l-gnav-sub-list-lower-level-title::before, .l-gnav-sub-list-lower-level-title::after {
  right: 2px;
}
.l-gnav-sub-list-lower-level-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
}
.l-gnav-sub-list-lower-level .l-gnav-sub-list-title {
  margin-left: 20px;
  color: var(--Text-text_secondary);
}

.l-gnav-sub-list-lower-level.level-3 {
  margin-left: 20px;
}
.l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner .l-gnav-sub-list-title {
  margin-left: 14px;
  border-bottom: none;
}
.l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner .l-gnav-sub-list-link {
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner > .l-gnav-sub-list-title:first-of-type {
  margin-left: 0;
}
.l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner > .l-gnav-sub-list-title:first-of-type .l-gnav-sub-list-link {
  padding: 16px 0;
  font-size: 1.4rem;
  /*
  // TODO 第三階層リンクのトップに対して、アイコンを強制的に変更する。
  もし、リンクのトップ以外でアイコンを変える必要が出た場合は、astro側でアイコンを個別で指定できるようにする。
  */
}
.l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner > .l-gnav-sub-list-title:first-of-type .l-gnav-sub-list-link .icon-arrow {
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  color: transparent;
  background-image: url("../img/icon/icon_arrow-right_circle_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-image: unset;
          mask-image: unset;
}
.l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner > .l-gnav-sub-list-title:last-of-type {
  padding-bottom: 8px;
  padding-left: 14px;
  margin-left: 0;
  border-bottom: 1px solid var(--Border-border_lightgray);
}

.l-gnav-button-link-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-gnav-button-link-list span {
  border-bottom: 1px solid var(--Border-border_white);
}

.l-gnav-button-link-list .button-border-blue-medium,
.l-gnav-button-link-list .button-fill-medium {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 24px 10px 16px;
  font-size: 1.4rem;
}
.l-gnav-button-link-list .button-border-blue-medium:first-of-type,
.l-gnav-button-link-list .button-fill-medium:first-of-type {
  margin-top: 20px;
}

.l-gnav-under {
  padding-top: 20px;
}

.l-gnav-under-boxes {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.l-gnav-under-boxes > div {
  flex: 1;
  padding: 16px 6px 16px 12px;
  border-radius: var(--Radius-radius_md);
}
.l-gnav-under-boxes a {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.l-gnav-under-boxes span {
  display: block;
  width: 100%;
  font-size: 1.3rem;
}

.l-gnav-under-link-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  padding: 32px 4px 0;
  font-size: 1.3rem;
  line-height: 1.25;
  color: var(--Text-text_secondary);
}
.l-gnav-under-link-list li:first-of-type {
  padding-left: 0;
  border-left: none;
}
.l-gnav-under-link-list li:last-of-type {
  padding-right: 0;
}
.l-gnav-under-link-list li {
  padding-right: 12px;
  padding-left: 12px;
  border-left: 1px solid var(--Border-border_lightgray);
}

.l-gnav-under-lang {
  display: flex;
  justify-content: flex-end;
  padding: 24px 4px 44px;
}
.l-gnav-under-lang a {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  padding: 5px 14px 5px 10px;
  padding-right: 14px;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--Text-text_blue);
  text-decoration: none;
  border: 1px solid var(--Border-border_blue);
  border-radius: var(--Radius-radius_sm);
}
.l-gnav-under-lang .icon-language {
  width: 22px;
  min-width: 22px;
}

@keyframes l-gnav-overlay-fade-in {
  from {
    visibility: visible;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes l-gnav-overlay-fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
.l-gnav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--l-gnav-overlay-z-index);
  display: block;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  visibility: hidden;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 300ms;
}
.l-gnav-overlay::before {
  position: fixed;
  inset: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.2);
}
.l-gnav-overlay.is-closing {
  pointer-events: none;
  animation: l-gnav-overlay-fade-out 300ms forwards;
}

/* コンポーネント : パンクズ */
.main-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}
.main-container > * {
  width: 100%;
}

/* コンポーネント : アコーディオン */
.accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 500ms;
}
.accordion-body.is-open {
  grid-template-rows: 1fr;
}
.accordion-inner {
  overflow: hidden;
}

.default-accordion {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
}
.default-accordion .accordion-title {
  display: flex;
  flex-flow: row wrap-reverse;
  flex-wrap: nowrap;
  gap: 12px;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 300ms all;
}
.default-accordion .accordion-title:has(.l-moving-accordion-title) {
  padding-block: 12px;
}
.default-accordion .accordion-title:hover {
  color: var(--Text-text_blue);
}
.default-accordion .accordion-title .accordion-title-icon {
  width: 50px;
  height: 50px;
}
.default-accordion .accordion-title .open {
  display: none;
}
.default-accordion .accordion-title .close {
  display: block;
}
.default-accordion .accordion-title .icon {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.default-accordion .accordion-title .icon::before, .default-accordion .accordion-title .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  content: "";
  background: var(--Text-text_blue);
}
.default-accordion .accordion-title .icon::before {
  transform: translate(-50%, -50%);
}
.default-accordion .accordion-title .icon::after {
  transition: all 300ms;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.default-accordion .accordion-title.is-open .open {
  display: block;
}
.default-accordion .accordion-title.is-open .close {
  display: none;
}
.default-accordion .accordion-title.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.default-accordion .accordion-title .title-note {
  display: flex;
  padding-top: var(--Spacing-Size-xxxs);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
.default-accordion .accordion-title .title-note::before {
  flex-shrink: 0;
  content: "※";
}
.default-accordion .accordion-contents {
  padding: 0 16px 20px;
}

.accordion-title-sub_title {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.qa-accordion {
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
}
.qa-accordion .qa .qa-item {
  margin-bottom: 24px;
}
.qa-accordion .qa .qa-item:last-child {
  margin-bottom: 0;
}
.qa-accordion .qa-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
}
.qa-accordion .qa-item-question-text {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.qa-accordion .qa-item-answer {
  position: relative;
  padding-left: 40px;
}
.qa-accordion .qa-item-answer a {
  color: var(--Text-text_blue);
  text-decoration: underline;
}
.qa-accordion .qa-item-answer a:active {
  text-decoration: none;
}
.qa-accordion .qa-item-answer a.tel-link {
  color: var(--Text-text_primary);
  text-decoration: none;
}
.qa-accordion .qa-item-answer::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding-bottom: 1px;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--Text-text_orange);
  content: "A";
  background-color: var(--Fill-Orange-orange_01);
  border-radius: var(--Radius-radius_full);
}
.qa-accordion .qa-item-answer-text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
.qa-accordion .qa-item-question-text {
  display: flex;
  flex-flow: row wrap-reverse;
  flex-wrap: nowrap;
  gap: 12px;
  place-content: start space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  transition: 300ms all;
}
.qa-accordion .qa-item-question-text:hover {
  color: var(--Text-text_blue);
}
.qa-accordion .qa-item-question-text .accordion-title-icon {
  width: 50px;
  height: 50px;
}
.qa-accordion .qa-item-question-text .open {
  display: none;
}
.qa-accordion .qa-item-question-text .close {
  display: block;
}
.qa-accordion .qa-item-question-text .icon {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}
.qa-accordion .qa-item-question-text .icon::before, .qa-accordion .qa-item-question-text .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  content: "";
  background: var(--Text-text_blue);
}
.qa-accordion .qa-item-question-text .icon::before {
  transform: translate(-50%, -50%);
}
.qa-accordion .qa-item-question-text .icon::after {
  transition: all 300ms;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.qa-accordion .qa-item-question-text.is-open .open {
  display: block;
}
.qa-accordion .qa-item-question-text.is-open .close {
  display: none;
}
.qa-accordion .qa-item-question-text.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
.qa-accordion .accordion-contents {
  padding-top: 16px;
  margin: 0 16px 16px;
  border-top: 1px solid var(--Border-border_lightgray);
}
.qa-accordion .qa-item-question-title {
  display: flex;
  flex-flow: row wrap-reverse;
  flex-wrap: nowrap;
  place-content: center space-between;
  align-items: center;
}
.qa-accordion .icon-qa-item-question {
  position: relative;
  min-height: 28px;
  padding-left: 40px;
}
.qa-accordion .icon-qa-item-question::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding-bottom: 1px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  color: var(--Text-text_blue);
  content: "Q";
  background-color: var(--Fill-Blue-blue_02);
  border-radius: var(--Radius-radius_full);
}

/* コンポーネント : ボックス */
.box {
  display: block;
  border-radius: var(--Radius-radius_lg);
}
.box:has(.bubble) {
  position: relative;
}

.box-small {
  padding: 8px;
}

.box-medium {
  padding: 12px;
}

.box-large {
  padding: 16px;
}

.box-xlarge {
  padding: 8px;
}

.box-xxxlarge {
  padding: 20px;
}

.box-red {
  color: var(--Text-text_red);
  background-color: var(--Fill-Red-red_01);
}

.box-blue {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Blue-blue_02);
}

.box-light-blue {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Blue-blue_01);
}

.box-light-orange {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Orange-orange_01);
}

.box-white {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Bluegray-bluegray_00);
}

.box-gray {
  color: var(--Text-text_primary);
  background: var(--Fill-Bluegray-bluegray_01);
}

.box-light-green {
  color: var(--Text-text_primary);
  background: var(--Fill-Green-green_01);
}

.box-light-skyblue {
  color: var(--Text-text_primary);
  background: var(--Fill-skyblue-skyblue_01, );
}

.box-text-default {
  padding: 16px 20px;
  background: var(--Fill-Bluegray-bluegray_01);
  border-radius: var(--Radius-radius_md);
}
.box-text-solid {
  padding: 16px 20px;
  background: var(--Fill-Bluegray-bluegray_01);
  border-radius: var(--Radius-radius_md);
  border: 1px solid var(--Border-border_gray);
}
.box-text-solid-bg-white {
  padding: 16px 20px;
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_md);
  border: 1px solid var(--Border-border_gray);
}
.box-text-solid-red {
  padding: 16px 20px;
  background: var(--Fill-Red-red_01);
  border-radius: var(--Radius-radius_md);
  border: 1px solid var(--Border-border_red);
}
.box-text-solid-red-bg-white {
  padding: 16px 20px;
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_md);
  border: 1px solid var(--Border-border_red);
}
.box-text-small {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  background: var(--Fill-Bluegray-bluegray_01);
  border-radius: var(--Radius-radius_md);
}
.box-text-bg-gray {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  background: var(--Fill-Bluegray-bluegray_02);
  border-radius: var(--Radius-radius_md);
}
.box-text-bg-orange-small {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  background: var(--Fill-Orange-orange_01);
  border-radius: var(--Radius-radius_md);
}
.box-text-bg-blue-small {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
  background: var(--Fill-Blue-blue_02);
  border-radius: var(--Radius-radius_md);
}

.box-heading {
  padding: 4px;
  border-radius: var(--Radius-radius_lg) var(--Radius-radius_lg) 0 0;
}
.box-heading.bg-light_blue {
  background-color: var(--Fill-Blue-blue_02);
}
.box-heading.bg-dark_blue {
  color: var(--Text-text_white);
  background-color: var(--Fill-Blue-blue_05---bland);
}
.box-heading.bg-blue {
  color: var(--Text-text_white);
  background-color: var(--Fill-skyblue-skyblue_05);
}
.box-heading.bg-green {
  color: var(--Text-text_white);
  background-color: var(--Fill-Green-green_05);
}
.box-heading.bg-orange {
  color: var(--Text-text_white);
  background-color: var(--Fill-Orange-orange_05);
}
.box-heading.no_border {
  padding: 0;
  border: none;
}

.heading-center .box-heading-title .title-small {
  justify-content: center;
}

.box-border-small-dark_blue .box-heading {
  border-radius: var(--Radius-radius_lg) var(--Radius-radius_lg) 0 0;
}
.box-border-small-dark_blue .box-content {
  overflow: hidden;
  border: 2px solid var(--gas_blue-05---bland);
  border-radius: 0 0 var(--Radius-radius_lg) var(--Radius-radius_lg);
}
.box-border-small-dark_blue .box-heading-title {
  padding: 10px 16px;
}

.box-heading-title {
  padding: 16px 19px;
  font-weight: bold;
  text-align: center;
}
.box-heading-title .title-small {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 20px;
  font-size: 1.8rem;
}
.box-heading-title .title-small.sp-space-none {
  padding: 12px 20px;
}

.box-heading-content {
  padding: 24px 16px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 0 0 var(--Radius-radius_lg) var(--Radius-radius_lg);
}

.box-heading-content-small {
  padding: var(--Padding-Card-XS-top-bottom_sm) var(--Padding-Card-XS-side_sm);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 0 0 var(--Radius-radius_lg) var(--Radius-radius_lg);
}

.box-heading-content-separate {
  display: grid;
  align-items: center;
}
.box-heading-content-separate.sp-separate-space-medium .box-heading-content-separate-item {
  padding-bottom: 24px;
}
.box-heading-content-separate.sp-separate-space-medium .box-heading-content-separate-item:last-child {
  padding-bottom: 32px;
}
.box-heading-content-separate.separate-border-blue .box-heading-content-separate-item {
  border-bottom: 1px solid var(--Border-border_lightgray);
}
.box-heading-content-separate.separate-border-blue .box-heading-content-separate-item:last-child {
  border-right: none;
  border-bottom: none;
}
.box-heading-content-separate.separate-border-dark_blue .box-heading-content-separate-item {
  border-bottom: 1px solid var(--Fill-Blue-blue_04---bland);
}
.box-heading-content-separate.separate-border-dark_blue .box-heading-content-separate-item:last-child {
  padding-bottom: 0;
  border-right: none;
  border-bottom: none;
}
.box-heading-content-separate.separate-border-dark_blue.small .box-heading-content-separate-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.box-heading-content-separate.separate-border-dark_blue.small .box-heading-content-separate-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-right: none;
  border-bottom: none;
}
.box-heading-content-separate .box-heading-content-separate-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Border-border_gray);
}
.box-heading-content-separate .box-heading-content-separate-item:last-child {
  padding-bottom: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-right: none;
  border-bottom: none;
}

.box-heading-content-separate-item-separate-content .box-heading-content-separate-item-separate-content-title {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
}
.box-heading-content-separate-item-separate-content .box-heading-content-separate-item-separate-content-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}

.plan_layout .box-heading-title {
  width: 100%;
}
.plan_layout .box-heading-title img {
  width: 100%;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.plan_layout .box-heading-content {
  padding: 24px 16px;
}

.box-border-gray {
  padding: 12px;
  border: 1px solid var(--Fill-Bluegray-bluegray_02);
  border-radius: var(--Radius-radius_md);
}

.box-red-border {
  padding: 16px 20px;
  border: 1px solid var(--Border-border_red);
  border-radius: var(--Radius-radius_md);
}

/* コンポーネント : パンクズ */
.breadcrumbs {
  padding: 13px 16px 14px;
  overflow-x: auto;
  background-color: var(--bluegray-00);
  border-top: 1px solid var(--bluegray-01);
}

.breadcrumbs:has(.breadcrumbs-group-button) {
  padding: 5px 16px 6px;
}

.breadcrumbs-list {
  display: flex;
  gap: 4px;
  align-items: center;
}
.breadcrumbs-list .breadcrumbs-item:nth-child(n+4) {
  /* visibility: hidden; */
}
.breadcrumbs-list.is-ready .breadcrumbs-item:nth-child(n+4) {
  /* visibility: visible; */
}

.breadcrumbs-item {
  display: flex;
  flex-shrink: 0;
  gap: 4px;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}.breadcrumbs-item:last-child {
  padding-right: 16px;
}
.breadcrumbs-item span {
  color: var(--bluegray-06);
}
.breadcrumbs-item a {
  color: var(--gas_blue-05---bland);
}
.breadcrumbs-item:first-child {
  flex: 0 0 auto;
}
.breadcrumbs-item:nth-of-type(n + 2) {
  min-width: 52px;
}
.breadcrumbs-item:not(:first-child)::before {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  min-width: 16px;
  min-height: 16px;
  color: var(--bluegray-03);
  content: "";
  background: currentcolor;
  -webkit-mask: url("../img/icon/icon_link.svg") center center/contain no-repeat;
          mask: url("../img/icon/icon_link.svg") center center/contain no-repeat;
}
.breadcrumbs-item > span, .breadcrumbs-item > a {
  /* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  white-space: nowrap;
}
.breadcrumbs-item a {
  transition: all 300ms;
}
.breadcrumbs-item a:active {
  color: var(--Text-text_blue);
}

.breadcrumbs-group .breadcrumbs-item::before {
  content: none;
}

.breadcrumbs-group {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
}
.breadcrumbs-group::before {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  min-height: 16px;
  color: var(--bluegray-03);
  content: "";
  background: currentcolor;
  -webkit-mask: url("../img/icon/icon_link.svg") center center/contain no-repeat;
          mask: url("../img/icon/icon_link.svg") center center/contain no-repeat;
}

.breadcrumbs-group-button {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  overflow: clip;
  border-radius: var(--Radius-radius_sm);
}
.breadcrumbs-group-button::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--Fill-Blue-blue_02);
  opacity: 0;
  transition: opacity 300ms;
}
.breadcrumbs-group-button::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--gas_blue-05---bland);
  -webkit-mask: url("../img/icon/icon_breadcrumbs_nav.svg") center center/contain no-repeat;
          mask: url("../img/icon/icon_breadcrumbs_nav.svg") center center/contain no-repeat;
  transition: background-color 300ms;
}
.breadcrumbs-group-button:active::before {
  opacity: 1;
}
.breadcrumbs-group-button:active::after {
  background: var(--Text-text_blue);
}

.breadcrumbs-group-contents {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 252px;
  padding-block: 8px;
  pointer-events: none;
  background: #fff;
  border-radius: var(--Radius-radius_md);
  box-shadow: var(--theme-shadow-dark);
  opacity: 0;
  transition-duration: 500ms;
  transition-property: transform, opacity;
  transform: translateY(10px);
}
.breadcrumbs-group-contents.is-open {
  z-index: 99;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.breadcrumbs-group-contents .breadcrumbs-item a {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.3rem;
  color: var(--Text-text_primary);
}
.breadcrumbs-group-contents .breadcrumbs-item a:active {
  color: var(--Text-text_blue);
  background: var(--Fill-Blue-blue_01);
}

/* コンポーネント : 吹き出し */
:where(.bubble-blue) {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px 4px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--Text-text_white);
  background: var(--Fill-Blue-blue_05---bland);
  border-radius: 40px;
}
.bubble-blue:not(.bubble-not-arrow)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: var(--Fill-Blue-blue_05---bland);
  transform: translateX(-50%);
}
:where(.bubble-orange) {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px 4px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--Text-text_white);
  background: var(--Fill-Orange-orange_05);
  border-radius: 40px;
}
.bubble-orange:not(.bubble-not-arrow)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: var(--Fill-Orange-orange_05);
  transform: translateX(-50%);
}
:where(.bubble-tab-color) {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px 4px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--Text-text_white);
  background: var(--tab-color);
  border-radius: 40px;
}
.bubble-tab-color:not(.bubble-not-arrow)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: var(--tab-color);
  transform: translateX(-50%);
}
.bubble-static {
  position: relative;
  top: unset;
  left: unset;
}
.bubble-benefit {
  padding: 0 10px 1px 12px;
}
.bubble-full {
  width: 100%;
  padding: 8px 24px 12px;
  margin-bottom: 24px;
}
.bubble-full::before {
  border-block-width: 14px !important;
  border-inline-width: 10px !important;
}
.bubble-small {
  padding: 6px 24px 8px;
}
.bubble-medium {
  padding: 8px 24px 10px;
}
.bubble-large {
  padding: 3px 16px 4px 14px;
  font-size: 2.4rem;
}
:is(.card, .box):has(> .bubble-space) {
  margin-top: 14px;
}
.bubble-yellow {
  padding: 2px 16px 3px;
  font-size: 1.8rem;
  color: var(--Text-text_blue, #2f6db6);
}
:where(.bubble-yellow) {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 16px 4px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--Text-text_white);
  background: var(--Fill-Yellow-yellow_05);
  border-radius: 40px;
}
.bubble-yellow:not(.bubble-not-arrow)::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: var(--Fill-Yellow-yellow_05);
  transform: translateX(-50%);
}
.bubble-yellow.large {
  padding: 3px 16px 4px 14px;
  font-size: 2.4rem;
  font-weight: bold;
}

:is(.card, .box):has(.bubble):is(.column-4 > *) {
  --bubble-space: 23px;
  display: grid;
  gap: 12px;
  padding: 34px 16px 16px;
  margin-top: var(--bubble-space);
}
:is(.card, .box):has(.bubble):is(.column-4 > *) .bubble {
  top: calc(-1 * var(--bubble-space));
}

:is(.card-large, .box-large):has(.bubble):is(.column-2 > *) {
  --bubble-space: 19px;
  gap: 20px;
  padding: 64px 16px 24px;
}
:is(.card-large, .box-large):has(.bubble):is(.column-2 > *):has(.bubble-space) {
  margin-top: var(--bubble-space);
}
:is(.card-large, .box-large):has(.bubble):is(.column-2 > *) .bubble {
  top: calc(-1 * var(--bubble-space));
}

/* コンポーネント : ボタン */
.button-fill-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-small:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-small {
  padding: 10px 24px;
  padding-right: 32px;
  font-size: 1.4rem;
}

.button-fill-main_sub-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-main_sub-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-main_sub-small:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-main_sub-small .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-fill-main_sub-small .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-fill-main_sub-small {
  padding: 10px 24px;
  padding-right: 32px;
  font-size: 1.4rem;
}

.button-fill-orange-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-orange-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-orange-small:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-fill-orange-small {
  padding: 10px 24px;
  padding-right: 32px;
  font-size: 1.4rem;
}

.button-fill-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-medium:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-medium {
  padding: 12px 24px;
  padding-right: 32px;
  font-size: 1.6rem;
}

.button-fill-main_sub-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-main_sub-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-main_sub-medium:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-main_sub-medium .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-fill-main_sub-medium .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-fill-main_sub-medium {
  padding: 12px 24px;
  padding-right: 32px;
  font-size: 1.6rem;
}

.button-fill-orange-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-orange-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-orange-medium:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-fill-orange-medium {
  padding: 12px 24px;
  padding-right: 32px;
  font-size: 1.6rem;
}

.button-fill-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-large:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-large {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 1.8rem;
}

.button-fill-main_sub-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-main_sub-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-main_sub-large:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-main_sub-large .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-fill-main_sub-large .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-fill-main_sub-large {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 1.8rem;
}

.button-fill-orange-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-orange-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-orange-large:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-fill-orange-large {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 1.8rem;
}

.button-fill-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-xlarge:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-xlarge {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 2rem;
}

.button-fill-main_sub-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-main_sub-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-main_sub-xlarge:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-fill-main_sub-xlarge .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-fill-main_sub-xlarge .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-fill-main_sub-xlarge {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 2rem;
}

.button-fill-orange-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-fill-orange-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-fill-orange-xlarge:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-fill-orange-xlarge {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 2rem;
}

[class*=button-fill-main_sub] {
  min-width: 300px;
}

.button-anchor-link-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-small:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-small {
  padding: 10px 24px;
  padding-right: 32px;
  font-size: 1.4rem;
}

.button-anchor-link-main_sub-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-main_sub-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-main_sub-small:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-main_sub-small .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-anchor-link-main_sub-small .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-anchor-link-main_sub-small {
  padding: 10px 24px;
  padding-right: 32px;
  font-size: 1.4rem;
}

.button-anchor-link-orange-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-orange-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-orange-small:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-anchor-link-orange-small {
  padding: 10px 24px;
  padding-right: 32px;
  font-size: 1.4rem;
}

.button-anchor-link-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-medium:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-medium {
  padding: 12px 24px;
  padding-right: 32px;
  font-size: 1.6rem;
}

.button-anchor-link-main_sub-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-main_sub-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-main_sub-medium:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-main_sub-medium .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-anchor-link-main_sub-medium .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-anchor-link-main_sub-medium {
  padding: 12px 24px;
  padding-right: 32px;
  font-size: 1.6rem;
}

.button-anchor-link-orange-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-orange-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-orange-medium:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-anchor-link-orange-medium {
  padding: 12px 24px;
  padding-right: 32px;
  font-size: 1.6rem;
}

.button-anchor-link-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-large:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-large {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 1.8rem;
}

.button-anchor-link-main_sub-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-main_sub-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-main_sub-large:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-main_sub-large .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-anchor-link-main_sub-large .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-anchor-link-main_sub-large {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 1.8rem;
}

.button-anchor-link-orange-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-orange-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-orange-large:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-anchor-link-orange-large {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 1.8rem;
}

.button-anchor-link-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-xlarge:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-xlarge {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 2rem;
}

.button-anchor-link-main_sub-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-main_sub-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-main_sub-xlarge:active {
  background: var(--Fill-Blue-blue_04---hover);
}
.button-anchor-link-main_sub-xlarge .main-text {
  margin-bottom: 8px;
  font-size: 2rem;
}
.button-anchor-link-main_sub-xlarge .sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}
.button-anchor-link-main_sub-xlarge {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 2rem;
}

.button-anchor-link-orange-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_white);
  text-align: center;
  cursor: pointer;
  background: var(--Text-text_orange);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-anchor-link-orange-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
  transform: rotate(90deg);
}
.button-anchor-link-orange-xlarge:active {
  background: var(--Fill-Orange-orange_04---hover);
}
.button-anchor-link-orange-xlarge {
  padding: 16px 24px;
  padding-right: 32px;
  font-size: 2rem;
}

.button-border-blue-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_blue);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-blue-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-blue-small {
  padding: 8px 22px;
  padding-right: 30px;
  font-size: 1.4rem;
}
.button-border-blue-small:active {
  background: var(--Fill-Blue-blue_02);
}

.button-border-blue-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_blue);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-blue-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-blue-medium {
  padding: 10px 22px;
  padding-right: 30px;
  font-size: 1.6rem;
}
.button-border-blue-medium:active {
  background: var(--Fill-Blue-blue_02);
}

.button-border-blue-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_blue);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-blue-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-blue-large {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 1.8rem;
}
.button-border-blue-large:active {
  background: var(--Fill-Blue-blue_02);
}

.button-border-blue-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_blue);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-blue-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-blue-xlarge {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 2rem;
}
.button-border-blue-xlarge:active {
  background: var(--Fill-Blue-blue_02);
}

.button-border-light_blue-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-skyblue-skyblue_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-skyblue-skyblue_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-light_blue-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-light_blue-small {
  padding: 8px 22px;
  padding-right: 30px;
  font-size: 1.4rem;
}
.button-border-light_blue-small:active {
  background: var(--Fill-skyblue-skyblue_02);
}

.button-border-light_blue-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-skyblue-skyblue_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-skyblue-skyblue_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-light_blue-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-light_blue-medium {
  padding: 10px 22px;
  padding-right: 30px;
  font-size: 1.6rem;
}
.button-border-light_blue-medium:active {
  background: var(--Fill-skyblue-skyblue_02);
}

.button-border-light_blue-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-skyblue-skyblue_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-skyblue-skyblue_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-light_blue-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-light_blue-large {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 1.8rem;
}
.button-border-light_blue-large:active {
  background: var(--Fill-skyblue-skyblue_02);
}

.button-border-light_blue-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-skyblue-skyblue_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-skyblue-skyblue_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-light_blue-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-light_blue-xlarge {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 2rem;
}
.button-border-light_blue-xlarge:active {
  background: var(--Fill-skyblue-skyblue_02);
}

.button-border-green-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Green-green_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Green-green_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-green-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-green-small {
  padding: 8px 22px;
  padding-right: 30px;
  font-size: 1.4rem;
}
.button-border-green-small:active {
  background: var(--Fill-Green-green_02);
}

.button-border-green-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Green-green_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Green-green_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-green-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-green-medium {
  padding: 10px 22px;
  padding-right: 30px;
  font-size: 1.6rem;
}
.button-border-green-medium:active {
  background: var(--Fill-Green-green_02);
}

.button-border-green-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Green-green_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Green-green_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-green-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-green-large {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 1.8rem;
}
.button-border-green-large:active {
  background: var(--Fill-Green-green_02);
}

.button-border-green-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Green-green_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Green-green_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-green-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-green-xlarge {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 2rem;
}
.button-border-green-xlarge:active {
  background: var(--Fill-Green-green_02);
}

.button-border-orange-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Orange-orange_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Orange-orange_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-orange-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-orange-small {
  padding: 8px 22px;
  padding-right: 30px;
  font-size: 1.4rem;
}
.button-border-orange-small:active {
  background: var(--Fill-Orange-orange_02);
}

.button-border-orange-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Orange-orange_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Orange-orange_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-orange-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-orange-medium {
  padding: 10px 22px;
  padding-right: 30px;
  font-size: 1.6rem;
}
.button-border-orange-medium:active {
  background: var(--Fill-Orange-orange_02);
}

.button-border-orange-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Orange-orange_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Orange-orange_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-orange-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-orange-large {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 1.8rem;
}
.button-border-orange-large:active {
  background: var(--Fill-Orange-orange_02);
}

.button-border-orange-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Fill-Orange-orange_05);
  text-align: center;
  cursor: pointer;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Orange-orange_05);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-orange-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-orange-xlarge {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 2rem;
}
.button-border-orange-xlarge:active {
  background: var(--Fill-Orange-orange_02);
}

.button-border-white-small {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_white);
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-white-small i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-white-small {
  padding: 8px 22px;
  padding-right: 30px;
  font-size: 1.4rem;
}
.button-border-white-small:active {
  background: var(--Button-hover-white);
}

.button-border-white-medium {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_white);
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-white-medium i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-white-medium {
  padding: 10px 22px;
  padding-right: 30px;
  font-size: 1.6rem;
}
.button-border-white-medium:active {
  background: var(--Button-hover-white);
}

.button-border-white-large {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_white);
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-white-large i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-white-large {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 1.8rem;
}
.button-border-white-large:active {
  background: var(--Button-hover-white);
}

.button-border-white-xlarge {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Border-border_white);
  text-align: center;
  cursor: pointer;
  background: transparent;
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.button-border-white-xlarge i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 16px;
  aspect-ratio: auto;
}
.button-border-white-xlarge {
  padding: 14px 22px;
  padding-right: 30px;
  font-size: 2rem;
}
.button-border-white-xlarge:active {
  background: var(--Button-hover-white);
}

button.w-full {
  width: 100%;
}

a.w-full {
  width: 100%;
}

/* コンポーネント : カード */
.card {
  display: block;
  height: 100%;
  border-radius: var(--Radius-radius_lg);
}
.card:has(.bubble) {
  position: relative;
}
.card.bdr-sm {
  border-radius: var(--Radius-radius_sm);
}
.card.bdr-md {
  border-radius: var(--Radius-radius_md);
}
.card.bdr-lg {
  border-radius: var(--Radius-radius_lg);
}

.card-xxsmall {
  padding: var(--Padding-Card-XXS-top-bottom_xs) var(--Padding-Card-XXS-side_xs);
  border-radius: var(--Radius-radius_md);
}

.card-xsmall {
  padding: var(--Padding-Card-XS-top-bottom_sm) var(--Padding-Card-XS-side_sm);
}
.card-xsmall.top_bottom-medium {
  padding: var(--Padding-Card-XS-top-bottom_sm) var(--Padding-Card-XS-side_sm);
}
.card-xsmall.top-none {
  padding: 0 var(--Padding-Card-XS-side_sm) var(--Padding-Card-XS-top-bottom_sm);
}
.card-xsmall.top-none .card-small-offset_label-text, .card-xsmall.top-none .card-small-offset_label-text-xlarge, .card-xsmall.top-none .card-small-offset_label-text-large {
  top: calc(var(--half-height) * -1 - 0px);
}

.card-small {
  padding: var(--Padding-Card-S-top-bottom_sm) var(--Padding-Card-S-side_md);
}

.card-small-md {
  padding: var(--Padding-Card-S-top-bottom_sm) var(--Padding-Card-S-side_md);
}

.card-medium {
  padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
}

.card-medium-md {
  padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
}

.card-large {
  padding: var(--Padding-Card-L-top-bottom_lg) var(--Padding-Card-L-side_lg);
}

.card-large-md {
  padding: var(--Padding-Card-L-top-bottom_lg) var(--Padding-Card-L-side_lg);
}

.card-red {
  color: #d31733;
  background-color: #fceff1;
}

.card-blue {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Blue-blue_01);
}

.card-white {
  background-color: #fff;
}

.card-gray {
  background-color: var(--Fill-Bluegray-bluegray_01);
}

.card-light_blue {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Blue-blue_02);
}

.card-light_blue-01 {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Blue-blue_01);
}

.card-br-red {
  border: 2px solid var(--Border-border_red);
}

.card-br-gray {
  border: 1px solid var(--Border-border_lightgray);
  border-radius: var(--Radius-radius_md);
}

.card-br-blue {
  border: 2px solid var(--Border-border_blue);
}

.card-br-card-sky_blue {
  border: 2px solid var(--Border-border_skyblue);
}

.card-br-blue-lg {
  border: 3px solid var(--Border-border_blue);
}

.card-br-width-1 {
  border-width: 1px;
}

.card-2col {
  display: grid;
  grid-template-columns: 1fr;
}

.card-small-offset_label .card-small {
  padding-top: 0;
}
.card-small-offset_label .card-small .card-small-offset_label-text, .card-small-offset_label .card-small .card-small-offset_label-text-xlarge, .card-small-offset_label .card-small .card-small-offset_label-text-large {
  top: calc(var(--half-height) * -1 - 0px);
  margin-bottom: -10px;
}

.card-small-offset_label.column-gap-xsmall {
  gap: 40px;
}

.card-small-offset_label-text, .card-small-offset_label-text-xlarge, .card-small-offset_label-text-large {
  position: relative;
  top: calc(var(--half-height) * -1 - 16px);
  left: 50%;
  display: inline-block;
  padding: 4px 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--Text-text_white);
  background-color: var(--Fill-Orange-orange_05);
  border-radius: var(--Radius-radius_full);
  transform: translateX(-50%);
}
.card-small-offset_label-text::after, .card-small-offset_label-text-xlarge::after, .card-small-offset_label-text-large::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  border-color: var(--Fill-Orange-orange_05) transparent transparent transparent;
  border-style: solid;
  border-width: 8px 8px 0;
  transform: translateX(-50%);
}
.card-small-offset_label-text.color-blue, .color-blue.card-small-offset_label-text-xlarge, .color-blue.card-small-offset_label-text-large {
  padding: 8px 24px;
  color: var(--Text-text_white);
  background-color: var(--Fill-Blue-blue_05---bland);
}
.card-small-offset_label-text.bottom-arrow-none::after, .bottom-arrow-none.card-small-offset_label-text-xlarge::after, .bottom-arrow-none.card-small-offset_label-text-large::after {
  display: none;
}
.card-small-offset_label-text.card-label-padding-medium, .card-label-padding-medium.card-small-offset_label-text-xlarge, .card-label-padding-medium.card-small-offset_label-text-large {
  padding: 8px 16px 10px;
}
.card-small-offset_label-text.card-label-padding-large, .card-label-padding-large.card-small-offset_label-text-xlarge, .card-label-padding-large.card-small-offset_label-text-large {
  padding: 8px 24px;
}
.card-small-offset_label-text-large {
  font-size: 2.6rem;
}
.card-small-offset_label-text-xlarge {
  top: calc(var(--half-height) * -1 - 24px);
  font-size: 2.6rem;
}

.card-small-offset_label-icon {
  margin-top: -16px;
}
.card-small-offset_label-icon i {
  width: 100px;
}

.card-media {
  display: block;
  overflow: clip;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_lg);
  box-shadow: var(--theme-shadow-gray);
  transition: all 300ms;
}
.card-media:active {
  color: var(--Text-text_blue);
}
.card-media:active img {
  opacity: 0.7;
  transition: opacity 300ms;
}
.card-media-image {
  aspect-ratio: 16/9;
}
.card-media-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-media-contents {
  display: grid;
  gap: 24px;
  padding: 16px 20px;
}
.slider-contents .card-media-contents {
  grid-template-rows: min-content min-content 1fr;
  gap: 8px;
  min-height: 150px;
}
.card-media-inner {
  display: flex;
  gap: 0.5em;
  align-items: center;
  font-size: 1.4rem;
}
.card-media-inner i {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
.card-media-text {
  display: -webkit-box;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
}
.card-media-text i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.card-media-date {
  font-size: 1.3rem;
  line-height: 125%;
  color: var(--Text-text_secondary);
}

.card-media-flex {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}

.card-media-flex-card {
  overflow: clip;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_lg);
}

.card-media-flex-card-image {
  aspect-ratio: 2/1;
}
.card-media-flex-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-media-flex-card-contents {
  padding-top: 16px;
}
.card-media-flex-card-contents:not(:has(.card-media-flex-card-accordion-title-wrap)) {
  padding-bottom: 16px;
}

.card-media-flex-card-contents-inner {
  display: grid;
  gap: 8px;
}

.card-media-flex-card-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 6px 8px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  transition: all 300ms;
}
.card-media-flex-card-link i {
  flex: 0 0 auto;
  width: 20px;
}
.card-media-flex-card-link:active {
  color: var(--Text-text_blue);
}

.card-media-flex-card-links {
  display: grid;
  padding-inline: 20px;
}

.card-media-flex-card-links-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 4px 8px 8px;
  color: var(--Text-text_secondary);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.card-media-flex-card-links-link i {
  flex: 0 0 auto;
  width: 18px;
  margin-left: 8px;
}
.card-media-flex-card-links-link:active {
  color: var(--Text-text_blue);
  background: var(--Fill-Blue-blue_01);
}

.card-media-flex-card-accordion-title-wrap {
  padding: 8px 16px;
  margin-top: 8px;
  border-top: 1px solid #e2e4e9;
}

.card-media-flex-card-accordion-title {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--Text-text_blue);
  border-radius: var(--Radius-radius_md);
  transition: all 300ms;
}
.card-media-flex-card-accordion-title:active {
  background: var(--Fill-Blue-blue_01);
}
.card-media-flex-card-accordion-title .open {
  display: none;
}
.card-media-flex-card-accordion-title .close {
  display: block;
}
.card-media-flex-card-accordion-title .icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.card-media-flex-card-accordion-title .icon::before, .card-media-flex-card-accordion-title .icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 2px;
  content: "";
  background: var(--Text-text_blue);
}
.card-media-flex-card-accordion-title .icon::before {
  transform: translate(-50%, -50%);
}
.card-media-flex-card-accordion-title .icon::after {
  transition: all 300ms;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.card-media-flex-card-accordion-title.is-open .open {
  display: block;
}
.card-media-flex-card-accordion-title.is-open .close {
  display: none;
}
.card-media-flex-card-accordion-title.is-open .icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.card-link-flex-list {
  display: grid;
  gap: 12px;
}
.card-link-flex-list.column-2-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-link-flex-list.column-2-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-link-flex-list.column-3-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-link-flex-list.column-4-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-link-flex-list.column-2-3 {
  grid-template-columns: repeat(2, 1fr);
}
.card-link-flex-list.column-2-4 {
  grid-template-columns: repeat(2, 1fr);
}
.card-link-flex-list.gap-medium {
  gap: 4px;
}
.card-link-flex-list.gap-large {
  gap: 8px;
}
.card-link-flex-list.gap-sp_large-pc-large {
  gap: 12px;
}

.card-link-flex-list-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px 20px 20px;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_lg);
  box-shadow: var(--theme-shadow-gray);
  transition: all 300ms;
}
.card-link-flex-list-item-link.size-xlarge {
  gap: 12px;
  align-items: self-start;
  padding: 16px 32px 16px 16px;
}
.card-link-flex-list-item-link.size-xlarge::before {
  right: 8px;
}
.card-link-flex-list-item-link.size-xlarge i {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.card-link-flex-list-item-link.size-xlarge .card-link-flex-list-item-link-title {
  font-size: 1.8rem;
}
.card-link-flex-list-item-link.size-xlarge .card-link-flex-list-item-text {
  font-size: 1.2rem;
}
.card-link-flex-list-item-link.size-large {
  flex-direction: row;
  justify-content: start;
  padding: 16px 32px 16px 16px;
}
.card-link-flex-list-item-link.size-large::before {
  right: 8px;
}
.card-link-flex-list-item-link.size-large i {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.card-link-flex-list-item-link.size-large .card-link-flex-list-item-link-title {
  gap: 10px;
  align-items: flex-start;
  font-size: 1.8rem;
  text-align: left;
}
.card-link-flex-list-item-link.size-small {
  padding: 12px 8px 14px;
}
.card-link-flex-list-item-link.size-small i {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.card-link-flex-list-item-link::before {
  position: absolute;
  top: 50%;
  right: 4px;
  display: block;
  width: 16px;
  aspect-ratio: 1;
  content: "";
  background: url("/parts2/img/icon/icon_arrow-right_circle_blue.svg") center center/contain no-repeat;
  transform: translateY(-50%);
}
.card-link-flex-list-item-link:active {
  color: var(--Text-text_blue);
  border-color: var(--Border-border_blue);
}
.card-link-flex-list-item-link.row {
  flex-direction: row;
  justify-content: flex-start;
}
.card-link-flex-list-item-link.card-icon-jump::before {
  background: url("/parts2/img/icon/icon_blank.svg") center center/contain no-repeat;
}

.card-link-flex-list-item-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.card-link-flex-list-item-text {
  text-align: left;
}

.card-link-flex-list-item-link-title {
  display: grid;
  gap: 4px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
}
.card-link-flex-list-item-link-title .small {
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}

.card-anchor-link-flex-list {
  display: grid;
  gap: 12px;
}
.card-anchor-link-flex-list.column-2-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-anchor-link-flex-list.column-2-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-anchor-link-flex-list.column-3-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-anchor-link-flex-list.column-2-3 {
  grid-template-columns: repeat(2, 1fr);
}
.card-anchor-link-flex-list.column-2-4 {
  grid-template-columns: repeat(2, 1fr);
}
.card-anchor-link-flex-list.column-2-4 .card-link-flex-list-item-anchor-link {
  gap: 12px;
}
.card-anchor-link-flex-list.column-2-4 .card-link-flex-list-item-anchor-link-text {
  padding-bottom: 12px;
}
.card-anchor-link-flex-list.column-4-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-anchor-link-flex-list.gap-medium {
  gap: 4px;
}
.card-anchor-link-flex-list.gap-large {
  gap: 8px;
}
.card-anchor-link-flex-list.gap-sp_large-pc-large {
  gap: 12px;
}

.card-link-flex-list-item-anchor-link {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: self-start;
  align-self: stretch;
  justify-content: flex-start;
  height: 100%;
  padding: 16px 44px 16px 12px;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_lg);
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
  transition: all 300ms;
}
.card-link-flex-list-item-anchor-link::before {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 16px;
  aspect-ratio: 1;
  content: "";
  background: url("/parts2/img/icon/icon_arrow-down_circle_blue.svg") center center/contain no-repeat;
  transform: translateY(-50%);
}
.card-link-flex-list-item-anchor-link::after {
  position: absolute;
  top: 90%;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  content: "";
  background: none;
  transform: translateY(-50%);
}
.card-link-flex-list-item-anchor-link.flex-column {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px 44px 16px 12px;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_lg);
  transition: all 300ms;
  justify-content: center;
  text-align: center;
}
.card-link-flex-list-item-anchor-link.size-small-pc {
  gap: 8px;
}
.card-link-flex-list-item-anchor-link.size-small-pc .icon {
  width: 64px;
  height: 64px;
}
.card-link-flex-list-item-anchor-link.size-small {
  gap: 8px;
  padding: 12px 12px 36px;
}
.card-link-flex-list-item-anchor-link.size-small .icon {
  width: 90px;
  height: 90px;
}
.card-link-flex-list-item-anchor-link.size-small::before {
  background: none;
}
.card-link-flex-list-item-anchor-link.size-small::after {
  width: 16px;
  height: 16px;
  background: url("/parts2/img/icon/icon_arrow-down_circle_blue.svg") center center/contain no-repeat;
}
.card-link-flex-list-item-anchor-link:active {
  border-color: var(--Border-border_blue);
}
.card-link-flex-list-item-anchor-link:active .card-link-flex-list-item-anchor-link-title {
  color: var(--Text-text_blue);
}
.card-link-flex-list-item-anchor-link.row {
  flex-direction: row;
  justify-content: flex-start;
}
.card-link-flex-list-item-anchor-link a {
  display: inline-flex;
  align-items: center;
}
.card-link-flex-list-item-anchor-link .icon {
  align-self: center;
  width: 64px;
  height: 64px;
}
.card-link-flex-list-item-anchor-link .icon-arrow-down_circle_blue {
  width: 22px;
  height: 22px;
}

.card-link-flex-list-item-anchor-link-title {
  display: grid;
  padding-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
}
.card-link-flex-list-item-anchor-link-title.small {
  font-size: 1.8rem;
}

.card-link-flex-list-item-anchor-link-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--Text-text_secondary);
  text-align: left;
}
.card-link-flex-list-item-anchor-link-text .text-sp-sr {
  display: inline-block;
  margin-left: -2px;
  transform: scale(0.6);
}
.card-link-flex-list-item-anchor-link-text .text-note {
  padding-top: 8px;
}
.card-link-flex-list-item-anchor-link-text.small {
  font-size: 1.2rem;
}

.card-flex-list {
  display: grid;
  gap: 8px;
}
.card-flex-list.column-2-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-flex-list.column-2-2 {
  grid-template-columns: repeat(2, 1fr);
}
.card-flex-list.column-2-3 {
  grid-template-columns: repeat(2, 1fr);
}
.card-flex-list.column-3-1 {
  grid-template-columns: repeat(1, 1fr);
}
.card-flex-list.column-2-4 {
  grid-template-columns: repeat(2, 1fr);
}
.card-flex-list.gap-medium {
  gap: 4px;
}
.card-flex-list.gap-large {
  gap: 8px;
}
.card-flex-list.gap-sp_large-pc-large {
  gap: 12px;
}

.card-flex-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  height: 100%;
  padding: 14px 8px 16px;
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
  transition: all 300ms;
}
.card-flex-list-item.row {
  flex-direction: row;
  justify-content: flex-start;
}

.card-separate {
  align-items: center;
}
.card-separate.border-none .card-separate-item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.card-separate-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Border-border_gray);
}
.card-separate-item:last-child {
  padding-right: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-bottom: 0;
  border-right: none;
  border-bottom: none;
}

.l-campaign-blue-card {
  position: relative;
  z-index: 10;
  padding: 56px 20px;
  margin: auto;
  overflow: hidden;
  background: var(--Fill-Blue-blue_05---bland);
}

.l-campaign-blue-card::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: -1;
  width: 720px;
  height: 0;
  padding-bottom: 720px;
  content: "";
  background-image: url("/parts2/img/deco_dot_circle_large.svg");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  transform: translateY(-50%);
}

.l-campaign-light-blue-card {
  position: relative;
  z-index: 0;
  padding: 56px 20px;
  margin: auto;
  overflow: hidden;
  background: var(--Fill-Blue-blue_02);
}

.l-campaign-light-blue-card::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: -1;
  width: 720px;
  height: 0;
  padding-bottom: 720px;
  content: "";
  background-image: url("/parts2/img/deco_dot_circle_large.svg");
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: plus-lighter;
  opacity: 0.1;
  transform: translateY(-50%);
}

/* コンポーネント : カラム */
.column-2 {
  display: grid;
  grid-template-columns: 1fr;
}

.column-2-md {
  display: grid;
  grid-template-columns: 1fr;
}

.column-3 {
  display: grid;
  grid-template-columns: 1fr;
}

.column-3-md {
  display: grid;
  grid-template-columns: 1fr;
}

.column-4 {
  display: grid;
  grid-template-columns: 1fr;
}

.column-4-md {
  display: grid;
  grid-template-columns: 1fr;
}

.column-4-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.column-2-auto-1-sm {
  display: grid;
}

.column-3-1-auto-1-sm {
  display: grid;
}

.column-flow-grid {
  display: grid;
  grid-auto-flow: column;
  width: -moz-fit-content;
  width: fit-content;
}

.column-cr {
  place-items: center center;
}

.column-flex {
  display: flex;
  flex-wrap: wrap;
}
.column-flex.no-wrap {
  flex-wrap: nowrap;
}
.column-flex.no-wrap-pc {
  flex-wrap: wrap;
}
.column-flex-cr {
  align-items: center;
  justify-content: center;
}
.column-flex-a-cr {
  align-items: center;
}
.column-flex-gap-xs {
  gap: 12px;
}
.column-flex .column-flex-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column-flex .column-flex-item.self-start {
  align-items: flex-start;
}

.align-self-center {
  align-self: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.column-gap-xxxsmall {
  gap: 4px;
}

.column-gap-xxsmall {
  gap: 8px;
}

.column-gap-xsmall-sp_xxsmall {
  gap: 8px;
}

.column-gap-xsmall {
  gap: 8px;
}

.column-gap-xsmall-sp_sm {
  gap: 12px;
}

.column-gap-small-sp_sm {
  gap: 16px;
}

.column-gap-small {
  gap: 24px;
}

.column-gap-medium-small {
  gap: 32px;
}

.column-gap-medium {
  gap: 40px;
}

.column-gap-large {
  gap: 48px;
}

.column-gap-xlarge {
  gap: 56px;
}

.column-gap-large-sp_small {
  gap: 24px;
}

.gap-sp_large-pc-large {
  gap: 12px;
}

.column-align-end {
  align-items: end;
}

.s-gap-xxxxs {
  gap: var(--Spacing-Size-xxxxs);
}
.s-gap-xxxs {
  gap: var(--Spacing-Size-xxxs);
}
.s-gap-xxs {
  gap: var(--Spacing-Size-xxs);
}
.s-gap-xs {
  gap: var(--Spacing-Size-xs);
}
.s-gap-sm {
  gap: var(--Spacing-Size-sm);
}
.s-gap-md {
  gap: var(--Spacing-Size-md);
}
.s-gap-lg {
  gap: var(--Spacing-Size-lg);
}
.s-gap-xl {
  gap: var(--Spacing-Size-xl);
}
.s-gap-xxl {
  gap: var(--Spacing-Size-xxl);
}
.s-gap-xxxl {
  gap: var(--Spacing-Size-xxxl);
}
.gap-2 {
  gap: 2px;
}

.gap-3 {
  gap: 3px;
}

.gap-4 {
  gap: 4px;
}

.gap-5 {
  gap: 5px;
}

.gap-6 {
  gap: 6px;
}

.gap-7 {
  gap: 7px;
}

.gap-8 {
  gap: 8px;
}

.gap-9 {
  gap: 9px;
}

.gap-10 {
  gap: 10px;
}

.gap-11 {
  gap: 11px;
}

.gap-12 {
  gap: 12px;
}

.gap-13 {
  gap: 13px;
}

.gap-14 {
  gap: 14px;
}

.gap-15 {
  gap: 15px;
}

.gap-16 {
  gap: 16px;
}

.gap-17 {
  gap: 17px;
}

.gap-18 {
  gap: 18px;
}

.gap-19 {
  gap: 19px;
}

.gap-20 {
  gap: 20px;
}

.gap-21 {
  gap: 21px;
}

.gap-22 {
  gap: 22px;
}

.gap-23 {
  gap: 23px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-26 {
  gap: 26px;
}

.gap-27 {
  gap: 27px;
}

.gap-28 {
  gap: 28px;
}

.gap-29 {
  gap: 29px;
}

.gap-30 {
  gap: 30px;
}

.gap-31 {
  gap: 31px;
}

.gap-32 {
  gap: 32px;
}

.gap-33 {
  gap: 33px;
}

.gap-34 {
  gap: 34px;
}

.gap-35 {
  gap: 35px;
}

.gap-36 {
  gap: 36px;
}

.gap-37 {
  gap: 37px;
}

.gap-38 {
  gap: 38px;
}

.gap-39 {
  gap: 39px;
}

.gap-40 {
  gap: 40px;
}

.gap-41 {
  gap: 41px;
}

.gap-42 {
  gap: 42px;
}

.gap-43 {
  gap: 43px;
}

.gap-44 {
  gap: 44px;
}

.gap-45 {
  gap: 45px;
}

.gap-46 {
  gap: 46px;
}

.gap-47 {
  gap: 47px;
}

.gap-48 {
  gap: 48px;
}

.gap-49 {
  gap: 49px;
}

.gap-50 {
  gap: 50px;
}

.column-gap-2 {
  -moz-column-gap: 2px !important;
       column-gap: 2px !important;
}

.column-gap-3 {
  -moz-column-gap: 3px !important;
       column-gap: 3px !important;
}

.column-gap-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.column-gap-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.column-gap-6 {
  -moz-column-gap: 6px !important;
       column-gap: 6px !important;
}

.column-gap-7 {
  -moz-column-gap: 7px !important;
       column-gap: 7px !important;
}

.column-gap-8 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.column-gap-9 {
  -moz-column-gap: 9px !important;
       column-gap: 9px !important;
}

.column-gap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.column-gap-11 {
  -moz-column-gap: 11px !important;
       column-gap: 11px !important;
}

.column-gap-12 {
  -moz-column-gap: 12px !important;
       column-gap: 12px !important;
}

.column-gap-13 {
  -moz-column-gap: 13px !important;
       column-gap: 13px !important;
}

.column-gap-14 {
  -moz-column-gap: 14px !important;
       column-gap: 14px !important;
}

.column-gap-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.column-gap-16 {
  -moz-column-gap: 16px !important;
       column-gap: 16px !important;
}

.column-gap-17 {
  -moz-column-gap: 17px !important;
       column-gap: 17px !important;
}

.column-gap-18 {
  -moz-column-gap: 18px !important;
       column-gap: 18px !important;
}

.column-gap-19 {
  -moz-column-gap: 19px !important;
       column-gap: 19px !important;
}

.column-gap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.column-gap-21 {
  -moz-column-gap: 21px !important;
       column-gap: 21px !important;
}

.column-gap-22 {
  -moz-column-gap: 22px !important;
       column-gap: 22px !important;
}

.column-gap-23 {
  -moz-column-gap: 23px !important;
       column-gap: 23px !important;
}

.column-gap-24 {
  -moz-column-gap: 24px !important;
       column-gap: 24px !important;
}

.column-gap-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.column-gap-26 {
  -moz-column-gap: 26px !important;
       column-gap: 26px !important;
}

.column-gap-27 {
  -moz-column-gap: 27px !important;
       column-gap: 27px !important;
}

.column-gap-28 {
  -moz-column-gap: 28px !important;
       column-gap: 28px !important;
}

.column-gap-29 {
  -moz-column-gap: 29px !important;
       column-gap: 29px !important;
}

.column-gap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.column-gap-31 {
  -moz-column-gap: 31px !important;
       column-gap: 31px !important;
}

.column-gap-32 {
  -moz-column-gap: 32px !important;
       column-gap: 32px !important;
}

.column-gap-33 {
  -moz-column-gap: 33px !important;
       column-gap: 33px !important;
}

.column-gap-34 {
  -moz-column-gap: 34px !important;
       column-gap: 34px !important;
}

.column-gap-35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important;
}

.column-gap-36 {
  -moz-column-gap: 36px !important;
       column-gap: 36px !important;
}

.column-gap-37 {
  -moz-column-gap: 37px !important;
       column-gap: 37px !important;
}

.column-gap-38 {
  -moz-column-gap: 38px !important;
       column-gap: 38px !important;
}

.column-gap-39 {
  -moz-column-gap: 39px !important;
       column-gap: 39px !important;
}

.column-gap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.column-gap-41 {
  -moz-column-gap: 41px !important;
       column-gap: 41px !important;
}

.column-gap-42 {
  -moz-column-gap: 42px !important;
       column-gap: 42px !important;
}

.column-gap-43 {
  -moz-column-gap: 43px !important;
       column-gap: 43px !important;
}

.column-gap-44 {
  -moz-column-gap: 44px !important;
       column-gap: 44px !important;
}

.column-gap-45 {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important;
}

.column-gap-46 {
  -moz-column-gap: 46px !important;
       column-gap: 46px !important;
}

.column-gap-47 {
  -moz-column-gap: 47px !important;
       column-gap: 47px !important;
}

.column-gap-48 {
  -moz-column-gap: 48px !important;
       column-gap: 48px !important;
}

.column-gap-49 {
  -moz-column-gap: 49px !important;
       column-gap: 49px !important;
}

.column-gap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.row-gap-2 {
  row-gap: 2px !important;
}

.row-gap-3 {
  row-gap: 3px !important;
}

.row-gap-4 {
  row-gap: 4px !important;
}

.row-gap-5 {
  row-gap: 5px !important;
}

.row-gap-6 {
  row-gap: 6px !important;
}

.row-gap-7 {
  row-gap: 7px !important;
}

.row-gap-8 {
  row-gap: 8px !important;
}

.row-gap-9 {
  row-gap: 9px !important;
}

.row-gap-10 {
  row-gap: 10px !important;
}

.row-gap-11 {
  row-gap: 11px !important;
}

.row-gap-12 {
  row-gap: 12px !important;
}

.row-gap-13 {
  row-gap: 13px !important;
}

.row-gap-14 {
  row-gap: 14px !important;
}

.row-gap-15 {
  row-gap: 15px !important;
}

.row-gap-16 {
  row-gap: 16px !important;
}

.row-gap-17 {
  row-gap: 17px !important;
}

.row-gap-18 {
  row-gap: 18px !important;
}

.row-gap-19 {
  row-gap: 19px !important;
}

.row-gap-20 {
  row-gap: 20px !important;
}

.row-gap-21 {
  row-gap: 21px !important;
}

.row-gap-22 {
  row-gap: 22px !important;
}

.row-gap-23 {
  row-gap: 23px !important;
}

.row-gap-24 {
  row-gap: 24px !important;
}

.row-gap-25 {
  row-gap: 25px !important;
}

.row-gap-26 {
  row-gap: 26px !important;
}

.row-gap-27 {
  row-gap: 27px !important;
}

.row-gap-28 {
  row-gap: 28px !important;
}

.row-gap-29 {
  row-gap: 29px !important;
}

.row-gap-30 {
  row-gap: 30px !important;
}

.row-gap-31 {
  row-gap: 31px !important;
}

.row-gap-32 {
  row-gap: 32px !important;
}

.row-gap-33 {
  row-gap: 33px !important;
}

.row-gap-34 {
  row-gap: 34px !important;
}

.row-gap-35 {
  row-gap: 35px !important;
}

.row-gap-36 {
  row-gap: 36px !important;
}

.row-gap-37 {
  row-gap: 37px !important;
}

.row-gap-38 {
  row-gap: 38px !important;
}

.row-gap-39 {
  row-gap: 39px !important;
}

.row-gap-40 {
  row-gap: 40px !important;
}

.row-gap-41 {
  row-gap: 41px !important;
}

.row-gap-42 {
  row-gap: 42px !important;
}

.row-gap-43 {
  row-gap: 43px !important;
}

.row-gap-44 {
  row-gap: 44px !important;
}

.row-gap-45 {
  row-gap: 45px !important;
}

.row-gap-46 {
  row-gap: 46px !important;
}

.row-gap-47 {
  row-gap: 47px !important;
}

.row-gap-48 {
  row-gap: 48px !important;
}

.row-gap-49 {
  row-gap: 49px !important;
}

.row-gap-50 {
  row-gap: 50px !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* コンポーネント : 見出し */
.heading-2 + [class*=heading-3] {
  margin-top: 40px;
}

.heading-type1 {
  position: relative;
  margin-bottom: 56px;
}
.heading-type1 .heading-wrap {
  position: absolute;
  bottom: 12px;
  width: 100%;
  max-width: 1232px;
  padding: 0 16px;
}
.heading-type1 .heading-thumb-image {
  width: 100%;
  height: 100%;
  min-height: 220px;
  aspect-ratio: 75/44;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-type1 .heading-thumb-title {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--Text-text_white);
}
.heading-type1 .heading-thumb-title i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.heading-type2 {
  position: relative;
  min-height: 138px;
  margin-bottom: 56px;
  overflow: clip;
  background-color: var(--Fill-Blue-blue_05---bland);
}
.heading-type2 .heading-thumb-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 138px;
  -o-object-fit: cover;
     object-fit: cover;
}
.heading-type2 .heading-wrap {
  position: absolute;
  top: 50%;
  bottom: inherit;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}
.heading-type2 .heading-thumb-title {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--Text-text_white);
}
.heading-type2 .heading-thumb-title i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.heading-type3 {
  position: relative;
  margin-bottom: 56px;
  overflow: hidden;
  background-color: var(--Fill-Blue-blue_05---bland);
}
.heading-type3 .heading-wrap {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  max-width: 1200px;
  padding: 36px 20px;
  margin: 0 auto;
}
.heading-type3 .heading-thumb-title {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--Text-text_white);
}
.heading-type3 .heading-thumb-title i {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.heading-type3 .heading-thumb-title::before {
  position: absolute;
  top: 50%;
  right: -93px;
  z-index: -1;
  width: 314px;
  height: 313px;
  content: "";
  background: #4ea0e0;
  opacity: 0.6;
  -webkit-mask-image: url("/parts2/img/deco_dot_circle_medium.svg");
          mask-image: url("/parts2/img/deco_dot_circle_medium.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translate(0, -50%);
}
.heading-type3 .heading-thumb-title:has(.heading-thumb-subtitle) {
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
}
.heading-type3 .heading-thumb-subtitle {
  align-self: stretch;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2 {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 32px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}
.heading-2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 5px;
  content: "";
  background: var(--duo-tone-blue-orange);
}
.heading-2-white {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 32px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--Text-text_primary);
  color: var(--Text-text_white);
}
.heading-2-white::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 5px;
  content: "";
  background: var(--duo-tone-blue-orange);
}
.heading-2-white::after {
  background: var(--duo-tone-white-orange);
}
.heading-2-center {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 32px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--Text-text_primary);
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
}
.heading-2-center::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 5px;
  content: "";
  background: var(--duo-tone-blue-orange);
}
.heading-2-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.heading-2-center-white {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 32px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--Text-text_primary);
  color: var(--Text-text_white);
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
}
.heading-2-center-white::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 5px;
  content: "";
  background: var(--duo-tone-blue-orange);
}
.heading-2-center-white::after {
  background: var(--duo-tone-white-orange);
}
.heading-2-center-white::after {
  left: 50%;
  transform: translateX(-50%);
}
.heading-2 .sub-text-md {
  font-size: 2rem;
}
.heading-2 .sub-text {
  font-size: 2rem;
}

.heading-2_white_center {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 32px;
  font-size: 2.6rem;
  font-weight: bold;
  color: var(--Text-text_white);
  text-align: center;
}
.heading-2_white_center::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 5px;
  content: "";
  background: linear-gradient(to right, var(--Fill-Bluegray-bluegray_00) 50%, var(--Fill-Orange-orange_05) 50%);
  transform: translateX(-50%);
}

.heading-3 {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}
.heading-3-medium {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}
.list-news-card-section .heading-3-medium {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-news-card-section .heading-3-medium {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
}

.heading-3-small {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}

.heading-4 {
  position: relative;
  padding-left: 17px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}
.heading-4::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: var(--Fill-Blue-blue_05---bland);
}

.heading-4-small {
  position: relative;
  padding-left: 17px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}
.heading-4-small::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  content: "";
  background-color: var(--Fill-Blue-blue_05---bland);
}

.heading-5 {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}

/* コンポーネント : アイコン */
.icon-user-default {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-user-default {
  background-image: url("../img/icon/icon_user_default.svg");
}

.icon-user-white {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-user-white {
  background-image: url("../img/icon/icon_user_white.svg");
}

.icon-arrow-circle {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-arrow-circle {
  background-image: url("../img/icon/icon_arrow-right_circle_blue.svg");
}

.icon-arrow-circle-white {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-arrow-circle-white {
  background-image: url("../img/icon/icon_arrow-right_circle_white.svg");
}

.icon-arrow-circle-blue {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-arrow-circle-blue {
  background-image: url("../img/icon/icon_arrow-right_circle_blue.svg");
}

.icon-arrow-down_circle {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-arrow-down_circle {
  background-image: url("../img/icon/icon_arrow-down.svg");
}

.icon-arrow-down_circle_blue {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-arrow-down_circle_blue {
  background-image: url("../img/icon/icon_arrow-down_circle_blue.svg");
}

.icon-pdf {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-pdf {
  background-image: url("../img/icon/icon_pdf.svg");
}

.icon-pdf2 {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-pdf2 {
  background-image: url("../img/icon/icon_pdf2.svg");
}

.icon-blackout {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-blackout {
  background-image: url("../img/icon/icon_blackout.svg");
}

.icon-blank {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-blank {
  background-image: url("../img/icon/icon_blank.svg");
}
.icon-blank:is(.color-red > .icon-blank) {
  background: var(--Fill-Red-red_05);
  -webkit-mask-image: url("../img/icon/icon_blank.svg");
          mask-image: url("../img/icon/icon_blank.svg");
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 300ms;
}

.icon-blank_white {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-blank_white {
  background-image: url("../img/icon/icon_blank_white.svg");
}

.icon-plus {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
  background-color: var(--Fill-Bluegray-bluegray_06);
}
.icon-plus {
  -webkit-mask-image: url("../img/icon/icon_plus.svg");
          mask-image: url("../img/icon/icon_plus.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.icon-plus-x24 {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-plus-medium {
  display: inline-block;
  width: 19px;
  min-width: 19px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-plus-large {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-plus-xlarge {
  display: inline-block;
  width: 36px;
  min-width: 36px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}

.icon-polygon {
  display: inline-block;
  width: 84px;
  min-width: 84px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
  aspect-ratio: 116/31;
}
.icon-polygon {
  background-image: url("../img/icon/icon_polygon.svg");
}

.icon-or {
  display: inline-block;
  width: 41px;
  min-width: 41px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-or {
  background-image: url("../img/icon/icon_or.svg");
}

.icon-arrow {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 1;
  background: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 300ms;
}
.icon-arrow {
  -webkit-mask-image: url("../img/icon/icon_arrow-right.svg");
          mask-image: url("../img/icon/icon_arrow-right.svg");
}

.icon-pulldown {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 1;
  background: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 300ms;
}
.icon-pulldown {
  -webkit-mask-image: url("../img/icon/icon_pulldown.svg");
          mask-image: url("../img/icon/icon_pulldown.svg");
}

.icon-language {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 1;
  background: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 300ms;
}
.icon-language {
  -webkit-mask-image: url("../img/icon/icon_language.svg");
          mask-image: url("../img/icon/icon_language.svg");
}

.icon-search {
  display: inline-block;
  width: 18px;
  min-width: 18px;
  aspect-ratio: 1;
  background: currentcolor;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 300ms;
}
.icon-search {
  -webkit-mask-image: url("../img/icon/icon_search.svg");
          mask-image: url("../img/icon/icon_search.svg");
}

.icon-gas {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-gas_bold {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_bold::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_bold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-gas_x78 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_x78::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-gas_restart {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_restart::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_restart.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-track {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-track::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_track.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-moving {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-moving::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_moving.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-change_payment {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-change_payment::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_change_payment.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-apply {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-apply::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_apply.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-gas_ele {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_ele::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_ele.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-gas_ele_bold {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_ele_bold::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_ele_bold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-gas_ele_x78 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_ele_x78::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_ele_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-net {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-net::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_net.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-net_bold {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-net_bold::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_net_bold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-net_x78 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-net_x78::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_net_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-schedule {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-schedule::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_schedule.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-equipment_repair {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-equipment_repair::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_equipment_repair.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-equipment_repair_x78 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-equipment_repair_x78::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_equipment_repair_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-support {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-support::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_support.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-support_x24 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-support_x24::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_support_x24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-faq {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-faq::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_faq.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-faq_x24 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-faq_x24::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_faq_x24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-shop {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-shop::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_shop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-contact {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-contact::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_contact.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-service_of_living {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-service_of_living::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_service_of_living.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-service_of_living_x78 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-service_of_living_x78::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_service_of_living_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-procedure {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-procedure::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_procedure.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-ippanryokin {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ippanryokin::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ippanryokin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-par {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-par::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gastoku.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-otoku {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-otoku::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_otoku.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-anshin {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-anshin::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_anshin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-keiyaku {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-keiyaku::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_keiyaku.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-sp {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-sp::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_sp.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-180_thousand {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-180_thousand::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_180_thousand.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-plan_diagnose {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-plan_diagnose::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_plan_diagnose.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-explanation {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-explanation::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_explanation.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-quality {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-quality::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_quality.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-thermal_wind_solar {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-thermal_wind_solar::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_thermal_wind_solar.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-ryokin_simulation {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ryokin_simulation::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ryokin_simulation.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-mov_navi {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-mov_navi::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_mov_navi.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-mov_navi_x120 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-mov_navi_x120::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_mov_navi_x120.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-construction {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-construction::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_construction.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-calculation {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-calculation::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_calculation.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-calculation::before {
  position: relative;
  left: 4px;
}

.icon-step_gray {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-step_gray {
  background-image: url("../img/icon/icon_arrow_step.webp");
}

.icon-sns-line {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-sns-line {
  background-image: url("../img/icon/icon_sns-line.svg");
}

.icon-step_gray_x48 {
  display: inline-block;
  width: 48px;
  min-width: 48px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-step_gray_x48 {
  background-image: url("../img/icon/icon_arrow_step.webp");
}

.icon-step_blue {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-step_blue {
  background-image: url("../img/icon/icon_arrow_step_blue.webp");
}

.icon-plus-black {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-plus-black {
  background-image: url("../img/icon/icon-plus.svg");
}

.icon-step_blue_x48 {
  display: inline-block;
  width: 48px;
  min-width: 48px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-step_blue_x48 {
  background-image: url("../img/icon/icon_arrow_step_blue.webp");
}

.icon-circle-plus {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms;
}
.icon-circle-plus {
  background-image: url("../img/icon/icon_circle-plus.svg");
}

.icon-family_ouen_plan {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-family_ouen_plan::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_family_ouen_plan.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-family_ouen_plan_x120 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-family_ouen_plan_x120::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_family_ouen_plan_x120.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-shinseikatsu_ouen {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-shinseikatsu_ouen::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_shinseikatsu_ouen.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-icon_styleplan_s {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-icon_styleplan_s::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_s.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-icon_styleplan_p {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-icon_styleplan_p::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_p.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-icon_styleplan_d {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-icon_styleplan_d::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_d.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-shinseikatsu_ouen_x120 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-shinseikatsu_ouen_x120::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_shinseikatsu_ouen_x120.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-ele {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ele::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ele.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-ele.small {
  width: 32px;
  height: 32px;
}

.icon-ele_bold {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ele_bold::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ele_bold.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-ele_bold.small {
  width: 32px;
  height: 32px;
}

.icon-ele_x78 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ele_x78::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ele_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-kirikae {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-kirikae::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_kirikae.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-area {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-area::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_area.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-accident {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-accident::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_accident.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-baseplan_ag {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-baseplan_ag::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_baseplan_ag.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-baseplan_ab {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-baseplan_ab::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_baseplan_ab.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-power_generation {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-power_generation::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_power_generation.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_a {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_a::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_a.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_s {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_s::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_s.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_p {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_p::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_p.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_d {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_d::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_d.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_e {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_e::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_e.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-with_radiko {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-with_radiko::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_with_radiko.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-jo1 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-jo1::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_jo1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-baseplan_bg {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-baseplan_bg::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_baseplan_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-baseplan_b {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-baseplan_b::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_baseplan_b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-power {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-power::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_power.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-my_storage {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-my_storage::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_my_storage.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-my_ev {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-my_ev::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_my_ev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_db {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_db::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_db.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_e_zero_b {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_e_zero_b::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_e_zero_b.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-styleplan_e_zero_power {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-styleplan_e_zero_power::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_styleplan_e_zero_power.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-ryokin {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ryokin::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ryokin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-tasya_kirikae {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-tasya_kirikae::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_tasya_kirikae.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-ryokin_menu {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ryokin_menu::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ryokin_menu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-rea_check {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-rea_check::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_rea_check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-convenience {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-convenience::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_convenience.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-kaketsuke {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-kaketsuke::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_kaketsuke.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-kaketsuke_net {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-kaketsuke_net::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_kaketsuke_net.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-replacement {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-replacement::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_replacement.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-kurashi_ouen {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-kurashi_ouen::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_kurashi_ouen.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-chat_x24 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-chat_x24::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_chat_x24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-tel_x24 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-tel_x24::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_tel_x24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-shop_x24 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-shop_x24::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_shop_x24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-showroom_x24 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-showroom_x24::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_showroom_x24.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-shiharai-henkou {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-shiharai-henkou::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_shiharai-henkou.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-ele_blue {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-ele_blue::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_ele_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-ele_blue::before {
  background-image: url("../img/icon/icon_ele_blue.webp");
}

.icon-gas_blue {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-gas_blue::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_gas_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-gas_blue::before {
  background-image: url("../img/icon/icon_gas_blue.webp");
}

.icon-internet_blue {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-internet_blue::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_internet_blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-internet_blue::before {
  background-image: url("../img/icon/icon_internet_blue.webp");
}

.icon-meter_reading_slip {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-meter_reading_slip::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_meter_reading_slip.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-meter_reading_slip::before {
  background-image: url("../img/icon/icon_meter_reading_slip.webp");
}

.icon-anshin_01 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-anshin_01::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_anshin_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-anshin_01::before {
  background-image: url("../img/icon/icon_anshin_01.webp");
}

.icon-anshin_02 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-anshin_02::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_anshin_02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-anshin_02::before {
  background-image: url("../img/icon/icon_anshin_02.webp");
}

.icon-anshin_03 {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-anshin_03::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_anshin_03.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon-anshin_03::before {
  background-image: url("../img/icon/icon_anshin_03.webp");
}

.icon-shuri_hosho {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-shuri_hosho::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_shuri_hosho.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-rental_wifi {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-rental_wifi::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_rental_wifi.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-setting-support {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-setting-support::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_setting_support_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.icon-remote-support {
  display: inline-block;
  width: 70px;
  aspect-ratio: 1;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_full);
}
.icon-remote-support::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/icon/icon_remote_support_x78.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/* コンポーネント : リスト */
.fz-small {
  font-size: 1.2rem;
}

.fz-medium {
  font-size: 1.2rem;
}

.fz-large {
  font-size: 1.4rem;
}
.fz-large.small-pc {
  font-size: 1.4rem;
}

.fz-xlarge {
  font-size: 1.6rem;
}

.fz-xxlarge {
  font-size: 1.6rem;
}

.fz-xxxlarge {
  font-size: 2.2rem;
}

.list-center {
  justify-content: center;
}

[class*=list-news-] i[class*=icon-] {
  width: 16px;
  min-width: 16px;
  height: 16px;
}
[class*=list-news-] .button-border-blue-medium i[class*=icon-] {
  height: inherit;
}

.list-news-important-item {
  font-weight: 500;
  line-height: 1.5;
}
.list-news-important-item > [class*=status-] {
  transition: background-color 300ms;
}
.list-news-important-item:active > .status-normal {
  background-color: var(--Fill-Bluegray-bluegray_02);
}
.list-news-important-item:active > .status-significant {
  background-color: var(--Fill-Red-red_02);
}
.list-news-important-item:active > .status-important {
  background-color: var(--Fill-Red-red_04);
}
.list-news-important-item .wrap-content {
  padding-inline: 0;
}
.list-news-important-item i.icon-pdf2 {
  background-color: var(--Text-text_red);
}
.list-news-important-item i.icon-arrow-circle {
  background-color: var(--Text-text_blue);
}
.list-news-important-item i.icon-blank {
  background-color: var(--Text-text_blue);
}
.list-news-important-item .list-news-important-link {
  border-style: solid;
  border-bottom-width: 1px;
}
.list-news-important-item > .status-normal {
  color: var(--Text-text_primary);
  background-color: var(--Fill-Bluegray-bluegray_01);
}
.list-news-important-item > .status-normal .list-news-important-link {
  border-color: var(--Border-border_lightgray);
}
.list-news-important-item > .status-significant {
  color: var(--Text-text_red);
  background-color: var(--Fill-Red-red_01);
}
.list-news-important-item > .status-significant .list-news-important-link {
  border-color: var(--Fill-Red-red_02);
}
.list-news-important-item > .status-significant i[class*=icon-] {
  background-color: var(--Text-text_red);
}
.list-news-important-item > .status-important {
  color: var(--Text-text_white);
  background-color: var(--Fill-Red-red_05);
}
.list-news-important-item > .status-important .list-news-important-link {
  border-color: rgba(255, 255, 255, 0.3);
}
.list-news-important-item > .status-important i[class*=icon-] {
  background-color: var(--Text-text_white);
}
.list-news-important-item:last-of-type .list-news-important-link {
  border-bottom-width: 0;
}
.list-news-important-link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  transition: all 300ms;
}
.list-news-important-link i[class*=icon-] {
  background-image: none;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.list-news-important-link i.icon-arrow-circle {
  -webkit-mask-image: url("../img/icon/icon_arrow_circle-hollow.svg");
          mask-image: url("../img/icon/icon_arrow_circle-hollow.svg");
}
.list-news-important-link i.icon-pdf2 {
  -webkit-mask-image: url("../img/icon/icon_pdf2.svg");
          mask-image: url("../img/icon/icon_pdf2.svg");
}
.list-news-important-link i.icon-blank {
  -webkit-mask-image: url("../img/icon/icon_blank.svg");
          mask-image: url("../img/icon/icon_blank.svg");
}
.list-news-important-link:active i[class*=icon-] {
  transform: translateX(6px);
}

.list-news-default-item {
  border-bottom: 1px solid var(--Border-border_gray);
}
.list-news-default-item:first-child {
  border-top: 1px solid var(--Border-border_gray);
}
.list-news-default-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 24px 8px 24px 0;
  transition: all 300ms;
}
.list-news-default-link:active {
  color: var(--Text-text_blue);
  background: var(--Fill-Blue-blue_01);
}
.list-news-default-link:active i[class*=icon-] {
  transform: translateX(6px);
}
.list-news-default-link-inner {
  display: grid;
  gap: 10px;
}
.list-news-default-link-label {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}
.list-news-default-link-date {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--Text-text_secondary);
}
.list-news-default-link-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.list-news-default-link-tags li {
  display: flex;
}
.list-news-default-link-text {
  letter-spacing: 0.48px;
}

.list-news-card {
  display: grid;
  margin-bottom: -2px;
  overflow: clip;
  border-radius: var(--Radius-radius_lg);
}
.list-news-card-item {
  background: var(--Text-text_white);
  border-bottom: 2px solid var(--bluegray-01);
}
.list-news-card-item:nth-child(10n) {
  border-bottom: 0;
}
.list-news-card-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  transition: all 300ms;
}
.list-news-card-link:active {
  color: var(--Text-text_blue);
}
.list-news-card-link:active i[class*=icon-] {
  transform: translateX(6px);
}
.list-news-card-medium .list-news-card-link {
  gap: 16px;
  padding: 24px 16px;
}
.list-news-card-link-inner {
  display: grid;
  gap: 10px;
}
.list-news-card-link-label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
}
.list-news-card-link-date {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--Text-text_secondary);
}
.list-news-card-link-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.list-news-card-link-tags li {
  display: flex;
}
.list-news-card-link-text {
  letter-spacing: 0.48px;
}

.list-news-prominent {
  display: grid;
  overflow: clip;
  border-radius: var(--Radius-radius_lg);
}
.list-news-prominent-item {
  background: var(--Text-text_white);
}
.list-news-prominent-item:nth-child(n+2) {
  border-top: 2px solid var(--bluegray-01);
}
.list-news-prominent-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  padding-right: 8px;
  letter-spacing: 0.42px;
  transition: all 300ms;
}
.list-news-prominent-link:active {
  color: var(--Text-text_blue);
}
.list-news-prominent-link:active i[class*=icon-] {
  transform: translateX(6px);
}

.list-news-media-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.list-news-media-card .card-media-contents {
  gap: 12px;
}
.list-news-media-card .list-news-media-card-item {
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
}
.list-news-media-card .list-news-media-card-item {
  display: grid;
}
.list-news-media-card .card-media-date {
  display: block;
  margin-top: 8px;
}
.list-news-media-card .card-media {
  display: grid;
  grid-template-rows: auto 1fr;
}
.list-news-media-card .card-media.is-end .card-media-image {
  position: relative;
}
.list-news-media-card .card-media.is-end .card-media-image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 7px 16px 8px;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  color: var(--Text-text_white);
  content: "終了しました";
  background: var(--Fill-Bluegray-bluegray_06, #404144);
  border-radius: 0 0 var(--Radius-radius_lg);
}
.list-news-media-card .card-media.is-end .card-media-image::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.list-news-media-card .list-tag {
  margin-top: auto;
}

.list-news-media-card-text-wrapper {
  position: relative;
  display: flex;
}
.list-news-media-card-text-wrapper p {
  -webkit-line-clamp: none;
}
.list-news-media-card-text-wrapper i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card-media-image .list-tag {
  gap: 4px;
  margin-top: 4px;
}
.list-tag [class*=tag-] {
  display: block;
}

.list-dot-sp-medium-pc-small {
  font-size: 1.4rem;
}
.list-dot-sp-medium-pc-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-dot-sp-medium-pc-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-dot-sp-medium-pc-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-dot-sp-medium-pc-small > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-dot-sp-medium-pc-small > li::before {
  width: 20px;
  height: 1lh;
  background-image: url("../img/icon/icon_list-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 6px;
}
.list-dot-sp-medium-pc-small > * + * {
  margin-top: 8px;
}
.list-dot-sp-medium-pc-small.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-dot-sp-medium-pc-small > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.4rem + 4px);
}
.list-dot-sp-medium-pc-small > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot-medium {
  font-size: 1.4rem;
}
.list-dot-medium > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-dot-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-dot-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-dot-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-dot-medium > li::before {
  width: 20px;
  height: 1lh;
  background-image: url("../img/icon/icon_list-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 6px;
}
.list-dot-medium.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-dot-medium > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.4rem + 4px);
}
.list-dot-medium > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot-small {
  font-size: 1.2rem;
}
.list-dot-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-dot-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-dot-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-dot-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-dot-small > li::before {
  width: 20px;
  height: 1lh;
  background-image: url("../img/icon/icon_list-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 6px;
}
.list-dot-small.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-dot-small > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.2rem + 8px);
}
.list-dot-small > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot-xsmall {
  font-size: 1.1rem;
}
.list-dot-xsmall > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-dot-xsmall > li::before {
  flex-shrink: 0;
  content: "";
}
.list-dot-xsmall > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-dot-xsmall > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-dot-xsmall > li::before {
  width: 20px;
  height: 1lh;
  background-image: url("../img/icon/icon_list-dot.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px 6px;
}
.list-dot-xsmall.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-dot-xsmall > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.1rem + 8px);
}
.list-dot-xsmall > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-double_circle-medium {
  font-size: 1.4rem;
}
.list-double_circle-medium > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-double_circle-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-double_circle-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-double_circle-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-double_circle-medium > li::before {
  font-size: 1.4rem;
  content: "◎";
}
.list-double_circle-medium.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-double_circle-small {
  font-size: 1.2rem;
}
.list-double_circle-small > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-double_circle-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-double_circle-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-double_circle-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-double_circle-small > li::before {
  font-size: 1.2rem;
  content: "◎";
}
.list-double_circle-small.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-double_circle-small > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.2rem + 4px);
}
.list-double_circle-small > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-double_circle-xsmall {
  font-size: 1.1rem;
}
.list-double_circle-xsmall > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-double_circle-xsmall > li::before {
  flex-shrink: 0;
  content: "";
}
.list-double_circle-xsmall > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-double_circle-xsmall > * + * {
  margin-top: 8px;
}
.list-double_circle-xsmall > li::before {
  font-size: 1.1rem;
  content: "◎";
}
.list-double_circle-xsmall.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-double_circle-xsmall > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.1rem + 4px);
}
.list-double_circle-xsmall > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-ster-medium {
  font-size: 1.4rem;
}
.list-ster-medium > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-ster-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-ster-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-ster-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-ster-medium > li::before {
  font-size: 1.4rem;
  content: "★";
}
.list-ster-medium.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-ster-small {
  font-size: 1.2rem;
}
.list-ster-small > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-ster-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-ster-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-ster-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-ster-small > li::before {
  font-size: 1.2rem;
  content: "★";
}
.list-ster-small.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-ster-small > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.2rem + 4px);
}
.list-ster-small > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-black_circle-medium {
  font-size: 1.4rem;
}
.list-black_circle-medium > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-black_circle-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-black_circle-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-black_circle-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-black_circle-medium > li::before {
  font-size: 1.4rem;
  content: "●";
}
.list-black_circle-medium.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-black_circle-small {
  font-size: 1.2rem;
}
.list-black_circle-small > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-black_circle-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-black_circle-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-black_circle-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-black_circle-small > li::before {
  font-size: 1.2rem;
  content: "●";
}
.list-black_circle-small.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-black_circle-small > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.2rem + 4px);
}
.list-black_circle-small > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-black_circle-xsmall {
  font-size: 1.1rem;
}
.list-black_circle-xsmall > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-black_circle-xsmall > li::before {
  flex-shrink: 0;
  content: "";
}
.list-black_circle-xsmall > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-black_circle-xsmall > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-black_circle-xsmall > li::before {
  font-size: 1.1rem;
  content: "●";
}
.list-black_circle-xsmall.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-black_circle-xsmall > .item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.1rem + 4px);
}
.list-black_circle-xsmall > .item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-asterisk-medium {
  font-size: 1.4rem;
}
.list-asterisk-medium > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-asterisk-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-asterisk-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-asterisk-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-asterisk-medium > li::before {
  content: "＊";
}
.list-asterisk-medium.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-asterisk-medium.color-secondary > li::before {
  font-size: 1.4rem;
}
.list-asterisk-small {
  font-size: 1.2rem;
}
.list-asterisk-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-asterisk-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-asterisk-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-asterisk-small > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-asterisk-small > li::before {
  content: "＊";
}
.list-asterisk-small.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-asterisk-small.color-secondary > li::before {
  font-size: 1.2rem;
}
.list-asterisk-xsmall {
  font-size: 1.1rem;
}
.list-asterisk-xsmall > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-asterisk-xsmall > li::before {
  flex-shrink: 0;
  content: "";
}
.list-asterisk-xsmall > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-asterisk-xsmall > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-asterisk-xsmall > li::before {
  content: "＊";
}
.list-asterisk-xsmall > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-asterisk-xsmall.color-secondary > li {
  color: var(--Text-text_secondary);
}
.list-asterisk-xsmall.color-secondary > li::before {
  font-size: 1.1rem;
}

.list-number {
  counter-reset: list-number-counter;
  font-size: 1.1rem;
}
.list-number > li {
  counter-increment: list-number-counter;
}
.list-number > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number > li::before {
  flex-shrink: 0;
  content: counter(list-number-counter) ".";
}
.list-number > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number > * + * {
  margin-top: "0";
}
.list-number-medium {
  counter-reset: list-number-counter;
  font-size: 1.4rem;
}
.list-number-medium > li {
  counter-increment: list-number-counter;
}
.list-number-medium > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-medium > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-medium > li::before {
  flex-shrink: 0;
  content: counter(list-number-counter) ".";
}
.list-number-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-number-small {
  counter-reset: list-number-counter;
  font-size: 1.2rem;
}
.list-number-small > li {
  counter-increment: list-number-counter;
}
.list-number-small > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-small > li::before {
  flex-shrink: 0;
  content: counter(list-number-counter) ".";
}
.list-number-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-number-xsmall {
  counter-reset: list-number-counter;
  font-size: 1.1rem;
}
.list-number-xsmall > li {
  counter-increment: list-number-counter;
}
.list-number-xsmall > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-xsmall > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-xsmall > li::before {
  flex-shrink: 0;
  content: counter(list-number-counter) ".";
}
.list-number-xsmall > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-xsmall > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}

.list-number-circle {
  font-size: 1.1rem;
  counter-reset: list-number-counter;
}
.list-number-circle > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle > * + * {
  margin-top: "0";
}
.list-number-circle > li {
  counter-increment: list-number-counter;
}
.list-number-circle > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle > li {
  position: relative;
  padding-left: calc(1em + 4px);
}
.list-number-circle > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  content: counter(list-number-counter);
  border: 1px solid var(--list-text-color, var(--Text-text_primary));
  border-radius: var(--Radius-radius_full);
}
.list-number-circle _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle > li::before {
  top: 3px;
  padding-top: 1px;
  line-height: 1 !important;
}
.list-number-circle-medium {
  font-size: 1.4rem;
  counter-reset: list-number-counter;
}
.list-number-circle-medium > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-number-circle-medium > li {
  counter-increment: list-number-counter;
}
.list-number-circle-medium > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle-medium > li {
  position: relative;
  padding-left: calc(1em + 4px);
}
.list-number-circle-medium > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  content: counter(list-number-counter);
  border: 1px solid var(--list-text-color, var(--Text-text_primary));
  border-radius: var(--Radius-radius_full);
}
.list-number-circle-medium _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle-medium > li::before {
  top: 5px;
  padding-top: 1px;
  line-height: 1 !important;
}
.list-number-circle-small {
  font-size: 1.2rem;
  counter-reset: list-number-counter;
}
.list-number-circle-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-number-circle-small > li {
  counter-increment: list-number-counter;
}
.list-number-circle-small > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle-small > li {
  position: relative;
  padding-left: calc(1em + 4px);
}
.list-number-circle-small > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  content: counter(list-number-counter);
  border: 1px solid var(--list-text-color, var(--Text-text_primary));
  border-radius: var(--Radius-radius_full);
}
.list-number-circle-small _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle-small > li::before {
  top: 3px;
  padding-top: 1px;
  line-height: 1 !important;
}
.list-number-circle-xsmall {
  font-size: 1.1rem;
  counter-reset: list-number-counter;
}
.list-number-circle-xsmall > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle-xsmall > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle-xsmall > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle-xsmall > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-number-circle-xsmall > li {
  counter-increment: list-number-counter;
}
.list-number-circle-xsmall > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle-xsmall > li {
  position: relative;
  padding-left: calc(1em + 4px);
}
.list-number-circle-xsmall > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  content: counter(list-number-counter);
  border: 1px solid var(--list-text-color, var(--Text-text_primary));
  border-radius: var(--Radius-radius_full);
}
.list-number-circle-xsmall _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle-xsmall > li::before {
  top: 3px;
  padding-top: 1px;
  line-height: 1 !important;
}

.list-number-circle-blue {
  font-size: 1.1rem;
  counter-reset: list-number-counter;
}
.list-number-circle-blue > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle-blue > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle-blue > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle-blue > * + * {
  margin-top: "0";
}
.list-number-circle-blue > li {
  counter-increment: list-number-counter;
}
.list-number-circle-blue > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle-blue > li {
  position: relative;
  padding-left: calc(1em + 16px);
}
.list-number-circle-blue > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  font-family: sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--Text-text_white);
  text-align: center;
  content: counter(list-number-counter);
  background-color: var(--Fill-Blue-blue_05---bland);
  border-radius: var(--Radius-radius_full);
}
.list-number-circle-blue _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle-blue > li::before {
  top: 3px;
  padding-top: 5px;
  line-height: 1 !important;
}
.list-number-circle-blue-medium {
  font-size: 1.4rem;
  counter-reset: list-number-counter;
}
.list-number-circle-blue-medium > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle-blue-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle-blue-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle-blue-medium > * + * {
  margin-top: var(--Spacing-Size-xs);
}
.list-number-circle-blue-medium > li {
  counter-increment: list-number-counter;
}
.list-number-circle-blue-medium > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle-blue-medium > li {
  position: relative;
  padding-left: calc(1em + 16px);
}
.list-number-circle-blue-medium > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  font-family: sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--Text-text_white);
  text-align: center;
  content: counter(list-number-counter);
  background-color: var(--Fill-Blue-blue_05---bland);
  border-radius: var(--Radius-radius_full);
}
.list-number-circle-blue-medium _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle-blue-medium > li::before {
  top: 0;
  padding-top: 5px;
  line-height: 1 !important;
}
.list-number-circle-blue-small {
  font-size: 1.2rem;
  counter-reset: list-number-counter;
}
.list-number-circle-blue-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-number-circle-blue-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-number-circle-blue-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-number-circle-blue-small > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-number-circle-blue-small > li {
  counter-increment: list-number-counter;
}
.list-number-circle-blue-small > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-number-circle-blue-small > li {
  position: relative;
  padding-left: calc(1em + 16px);
}
.list-number-circle-blue-small > li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  font-family: sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--Text-text_white);
  text-align: center;
  content: counter(list-number-counter);
  background-color: var(--Fill-Blue-blue_05---bland);
  border-radius: var(--Radius-radius_full);
}
.list-number-circle-blue-small _:lang(x)::-internal-media-controls-overlay-cast-button, .list-number-circle-blue-small > li::before {
  top: 3px;
  padding-top: 5px;
  line-height: 1 !important;
}

.list-note {
  font-size: 1.1rem;
}
.list-note > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note > li::before {
  flex-shrink: 0;
  content: "※";
}
.list-note > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note > * + * {
  margin-top: "0";
}
.list-note > li {
  color: var(--Text-text_secondary);
}
.list-note-large {
  --list-text-color: var(--Text-text_secondary);
  font-size: 1.4rem;
}
.list-note-large > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-large > li::before {
  flex-shrink: 0;
  content: "※";
}
.list-note-large > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-large > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-note-medium {
  --list-text-color: var(--Text-text_secondary);
  font-size: 1.2rem;
}
.list-note-medium > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-medium > li::before {
  flex-shrink: 0;
  content: "※";
}
.list-note-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-medium > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-note-small {
  --list-text-color: var(--Text-text_secondary);
  font-size: 1.1rem;
}
.list-note-small > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-small > li::before {
  flex-shrink: 0;
  content: "※";
}
.list-note-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-small > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-note-small > .note-item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.1rem + 4px);
}
.list-note-small > .note-item-absolute::before {
  position: absolute;
  top: 0.5em;
  left: 0;
}
.list-note-small .ast::before {
  content: "＊";
}

.list-right > li {
  justify-content: flex-end;
}

.list-note-number {
  counter-reset: list-number-counter;
  font-size: 1.1rem;
}
.list-note-number > li {
  counter-increment: list-number-counter;
}
.list-note-number > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-note-number > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-number > li::before {
  flex-shrink: 0;
  content: "※" counter(list-number-counter);
}
.list-note-number > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-number > * + * {
  margin-top: "0";
}
.list-note-number-medium {
  --list-text-color: var(--Text-text_secondary);
  counter-reset: list-number-counter;
  font-size: 1.2rem;
}
.list-note-number-medium > li {
  counter-increment: list-number-counter;
}
.list-note-number-medium > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-note-number-medium > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-number-medium > li::before {
  flex-shrink: 0;
  content: "※" counter(list-number-counter);
}
.list-note-number-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-number-medium > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-note-number-medium > .note-item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.2rem + 12px);
}
.list-note-number-medium > .note-item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}
.list-note-number-small {
  --list-text-color: var(--Text-text_secondary);
  counter-reset: list-number-counter;
  font-size: 1.1rem;
}
.list-note-number-small > li {
  counter-increment: list-number-counter;
}
.list-note-number-small > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-note-number-small > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-number-small > li::before {
  flex-shrink: 0;
  content: "※" counter(list-number-counter);
}
.list-note-number-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-number-small > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-note-number-small > .note-item-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.1rem + 10px);
}
.list-note-number-small > .note-item-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}

.list-note-text-number {
  counter-reset: list-number-counter;
  font-size: 1.1rem;
}
.list-note-text-number > li {
  counter-increment: list-number-counter;
}
.list-note-text-number > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-note-text-number > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-text-number > li::before {
  flex-shrink: 0;
  content: "（注記" counter(list-number-counter) "）";
}
.list-note-text-number > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-text-number > * + * {
  margin-top: "0";
}
.list-note-text-number-medium {
  counter-reset: list-number-counter;
  font-size: 1.4rem;
}
.list-note-text-number-medium > li {
  counter-increment: list-number-counter;
}
.list-note-text-number-medium > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-note-text-number-medium > li {
  display: flex;
  gap: 4px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-text-number-medium > li::before {
  flex-shrink: 0;
  content: "（注記" counter(list-number-counter) "）";
}
.list-note-text-number-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-text-number-medium > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-note-text-number-small {
  counter-reset: list-number-counter;
  font-size: 1.2rem;
}
.list-note-text-number-small > li {
  counter-increment: list-number-counter;
}
.list-note-text-number-small > li::before {
  min-width: 1lh;
  text-align: right;
}
.list-note-text-number-small > li {
  display: flex;
  gap: 0;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-note-text-number-small > li::before {
  flex-shrink: 0;
  content: "（注記" counter(list-number-counter) "）";
}
.list-note-text-number-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-note-text-number-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}

.remarks-medium {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  font-size: 1.4rem;
}
.remarks-medium dt {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
  align-self: stretch;
  width: 64px;
  font-weight: 500;
}
.remarks-medium dd {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.remarks-medium dt {
  width: 74px;
}
.remarks-small {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  font-size: 1.2rem;
}
.remarks-small dt {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-end;
  align-self: stretch;
  width: 64px;
  font-weight: 500;
}
.remarks-small dd {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.remarks-small dt {
  width: 55px;
}

.list-custom-icon > li {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.list-custom-icon > li .icon {
  flex-shrink: 0;
}
.list-custom-icon > li:not(:first-child) {
  padding-top: 4px;
}

.list-link-medium {
  font-size: 1.4rem;
  --list-text-color: var(--gas_blue-05---bland);
  line-height: 1.8;
}
.list-link-medium > li {
  display: flex;
  gap: 8px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-link-medium > li::before {
  flex-shrink: 0;
  content: "";
}
.list-link-medium > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-link-medium > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-link-medium > li a {
  display: inline-block;
  color: currentcolor;
  text-decoration: underline;
}
.list-link-medium > li a i {
  margin-left: 2px;
}
.list-link-medium > li::before {
  width: 10px;
  height: 1lh;
  background-image: url("../img/icon/icon_link-list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.list-link-small {
  font-size: 1.2rem;
  --list-text-color: var(--gas_blue-05---bland);
  line-height: 1.8;
}
.list-link-small > li {
  display: flex;
  gap: 8px;
  color: var(--list-text-color, var(--Text-text_primary));
}
.list-link-small > li::before {
  flex-shrink: 0;
  content: "";
}
.list-link-small > li .link i {
  width: 1em;
  min-width: 1em;
  min-height: 1em;
}
.list-link-small > * + * {
  margin-top: var(--Spacing-Size-xxs);
}
.list-link-small > li a {
  display: inline-block;
  color: currentcolor;
  text-decoration: underline;
}
.list-link-small > li a i {
  margin-left: 2px;
}
.list-link-small > li::before {
  width: 10px;
  height: 1lh;
  background-image: url("../img/icon/icon_link-list.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}

.list_link > li .list_link-item-link {
  position: relative;
  display: block;
  padding: 24px 30px 24px 0;
  border-top: 1px solid var(--Border-border_gray);
  border-bottom: 1px solid var(--Border-border_gray);
}
.list_link > li .list_link-item-link::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 16px;
  aspect-ratio: 1;
  content: "";
  background: url("/parts2/img/icon/icon_arrow-right_circle_blue.svg") center center/contain no-repeat;
  transition: 300ms;
  transform: translateY(-50%);
}
.list_link > li .list_link-item-link:active {
  color: var(--Text-text_blue);
}
.list_link > li .list_link-item-link:active::after {
  transition: 300ms;
  transform: translate(6px, -50%);
}

.card-link-list {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-Size-xxxs);
  align-items: flex-start;
  align-self: stretch;
}
.card-link-list.column-2 {
  display: grid;
  align-items: center;
}
.card-link-list.column-3 {
  display: grid;
  align-items: center;
}
.card-link-list .card-link-list-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-self: stretch;
  padding: 12px 8px 12px 16px;
  font-size: 1.4rem;
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_md);
  box-shadow: var(--theme-shadow-gray);
}
.card-link-list .card-link-list-link:active {
  color: var(--Text-text_blue);
  outline: solid 2px var(--Border-border_blue);
}
.card-link-list .card-link-list-link i[class*=icon-] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: auto;
}

.card-anchor-link-list {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-Size-xxs);
  align-items: flex-start;
  align-self: stretch;
}
.card-anchor-link-list.column-2 {
  display: grid;
  align-items: center;
}
.card-anchor-link-list.column-3 {
  display: grid;
  align-items: center;
}
.card-anchor-link-list .card-link-list-link {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-self: stretch;
  padding: 14px 12px 14px 16px;
  font-size: 1.4rem;
  background: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Border-border_white);
  border-radius: var(--Radius-radius_md);
  box-shadow: var(--theme-shadow-gray);
  transition: all 300ms;
}
.card-anchor-link-list .card-link-list-link:active {
  color: var(--Text-text_blue);
  border-color: var(--Border-border_blue);
}
.card-anchor-link-list .card-link-list-link i[class*=icon-] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: auto;
}

.list-space-none > * + * {
  margin-top: 0;
}
.list-space-none > li:not(:first-child) {
  padding-top: 0 !important;
}

.list-space-xs > * + * {
  margin-top: var(--Spacing-Size-xs);
}

.list-space-xxs > * + * {
  margin-top: var(--Spacing-Size-xxs);
}

.list-space-xxxs > * + * {
  margin-top: var(--Spacing-Size-xxxs);
}

.list-space-xxxxs > * + * {
  margin-top: var(--Spacing-Size-xxxxs);
}

.list-space-xxxxs > li {
  margin-top: var(--Spacing-Size-xxxxs);
}
.list-space-xxxxs > li:first-child {
  margin-top: 0;
}

.list-space-xxxs > li {
  margin-top: var(--Spacing-Size-xxxs);
}
.list-space-xxxs > li:first-child {
  margin-top: 0;
}

.list-space-xxs > li {
  margin-top: var(--Spacing-Size-xxs);
}
.list-space-xxs > li:first-child {
  margin-top: 0;
}

.list-space-xs > li {
  margin-top: var(--Spacing-Size-xs);
}
.list-space-xs > li:first-child {
  margin-top: 0;
}

.list-indent {
  padding-left: 1.8em;
  text-indent: -1.6em;
}

/* コンポーネント : 区切り線 */
.section-line {
  border: none;
  border-bottom: 1px solid var(--Border-border_lightgray);
}

/* コンポーネント : モーダル */
.modal, .modal-small {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index-modal);
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0ms 300ms;
}
.modal::before, .modal-small::before {
  position: fixed;
  inset: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 300ms;
}
.modal.is-active, .is-active.modal-small {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0ms 0ms;
}
.modal.is-active::before, .is-active.modal-small::before {
  opacity: 1;
}
.modal.is-active .modal-overlay, .is-active.modal-small .modal-overlay {
  opacity: 1;
}
.modal.is-active .modal-contents, .is-active.modal-small .modal-contents {
  opacity: 1;
  transform: scale(1);
}

.modal-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 30px 16px;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
  opacity: 0;
}

.modal-contents {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 820px;
  max-height: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: all 300ms;
  transform: scale(0.95);
}

.modal-heading {
  padding: 24px 40px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background: #003789;
}

.modal-body {
  padding: 12px 10px 0;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-body .box {
  border-radius: 6px;
}
.modal-body .box p {
  font-size: 1.4rem;
}

.modal-scroll {
  max-height: 70vh;
  max-height: 70dvh;
  padding: 12px 10px 0;
  overflow-y: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}

.modal-content {
  padding-bottom: 32px;
}

.modal-footer {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding: 12px 20px;
  background: var(--Fill-Bluegray-bluegray_01);
  border-top: 1px solid var(--Border-border_lightgray);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal-footer button {
  width: 160px;
  padding-right: 24px;
}

.modal-small .modal-contents {
  max-width: 820px;
}
.modal-small .modal-content {
  padding-bottom: 32px;
}

/* コンポーネント : パーツ */
.parts-alert {
  display: grid;
  gap: 12px;
  padding: 16px 20px;
  color: var(--Text-text_red);
  background: var(--Fill-Red-red_01);
  border: 2px solid var(--Border-border_red);
  border-radius: var(--Radius-radius_lg);
}
.parts-alert-title {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
}
.parts-alert-title i {
  flex: 0 0 auto;
}
.parts-alert-contents {
  letter-spacing: 0.03em;
}
.parts-app-block.type-2 .parts-app-block-card {
  background-color: var(--Fill-Bluegray-bluegray_00);
}
.parts-app-block.type-2 + .parts-app-block-card-note-sp {
  text-align: left;
}

.parts-app-block-card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 24px 24px 0;
  overflow: hidden;
  background-color: var(--Fill-Blue-blue_02);
  border-radius: var(--Radius-radius_lg);
}

.parts-app-block-card-left {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.parts-app-block-card-left-button {
  width: 100%;
}

.parts-app-block-card-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: var(--Radius-radius_lg);
}

.parts-app-block-card-right-list {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  justify-content: center;
}

.parts-app-block-card-right-title {
  max-width: 380px;
  padding-bottom: 12px;
  margin: 0 auto;
  text-align: center;
}

.parts-app-block-card-right-list-item {
  text-align: center;
}

.parts-app-block-card-right-description {
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}

.parts-app-block-card-note-pc {
  display: none;
}

.parts-app-block-card-note-sp {
  right: 16px;
  bottom: 16px;
  margin-top: 12px;
  font-size: 1.1rem;
  color: var(--Text-text_secondary);
  text-align: right;
}
.parts-app-block-card-note-sp.mb-8 {
  margin-bottom: 8px;
}

ul.parts-app-block-note-list > * + * {
  margin-top: 8px;
}

.parts-price-plan {
  padding: 16px 0;
}
.parts-price-plan .parts-price-plan-note {
  padding-right: 20px;
  padding-left: 20px;
}

.parts-price-plan-list-link {
  position: relative;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item {
  position: absolute;
  width: 24.4776119403%;
  border-radius: var(--Radius-radius_md);
  box-shadow: var(--theme-shadow-dark);
}
.parts-price-plan-list-link .parts-price-plan-list-link-item:active {
  box-shadow: 4px 10px 24px 0 rgba(17, 48, 86, 0.4);
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-01 {
  top: 80%;
  left: 50%;
  z-index: 5;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-01::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/button_j_plan_320m_pc_hover.webp");
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-01:active::after {
  opacity: 1;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-02 {
  top: 58.5%;
  left: 50%;
  z-index: 5;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-02::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/button_j_plan_1g_pc_hover.webp");
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-02:active::after {
  opacity: 1;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-03 {
  top: 14.5%;
  left: 50%;
  z-index: 5;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-03::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/button_j_plan_10g_pc_hover.webp");
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-03:active::after {
  opacity: 1;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-04 {
  top: 37%;
  left: 75%;
  z-index: 10;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-04::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/button_s_plan_2g_pc_hover.webp");
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-04:active::after {
  opacity: 1;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-05 {
  top: 58.5%;
  left: 25%;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-05::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/button_n_plan_1g_pc_hover.webp");
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-05:active::after {
  opacity: 1;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-06 {
  top: 14.5%;
  left: 25%;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-06::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/button_n_plan_10g_pc_hover.webp");
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 300ms;
}
.parts-price-plan-list-link .parts-price-plan-list-link-item.link-06:active::after {
  opacity: 1;
  transition: all 300ms;
}

.parts-flex {
  display: flex;
  gap: 16px;
  align-items: center;
}

.parts-flex-left {
  flex-shrink: 0;
}

.moving-navi .box-large {
  padding: 20px;
}
.moving-navi .box-medium {
  padding: 12px;
}
.moving-navi .box-xsmall {
  padding: 16px;
}
.moving-navi:hover .moving-navi-card-link {
  background: var(--Fill-Blue-blue_04---hover);
}

.moving-navi-card {
  padding: 16px;
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
}
.moving-navi-card.box {
  border-radius: var(--Radius-radius_lg);
}
.moving-navi-card .icon-mov_navi_x120 {
  min-width: 90px;
}
.moving-navi-card .icon-mov_navi-w-99 {
  min-width: 90px;
}
.moving-navi-card .column-flex {
  gap: 16px;
  justify-content: center;
}
.moving-navi-card .column-flex-item {
  justify-content: center;
  width: 100%;
}
.moving-navi-card .column-flex-item:first-child {
  align-items: flex-start;
}
.moving-navi-card .moving-navi-card-text-item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.moving-navi-card .moving-navi-card-text {
  display: flex;
  flex: 1.3;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 125%;
  color: var(--Text-text_blue);
}
.moving-navi-card .sub-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--bluegray-05);
}
.moving-navi-card .moving-navi-card-link {
  padding: 12px 32px;
}

.moving-navi-card-link {
  width: 100%;
}
.gas-good-deal-image-option {
  display: block;
  width: 100%;
  max-width: 176px;
  margin-inline: auto;
}
.gas-good-deal-card {
  position: relative;
}
.gas-good-deal-card > .column-2 {
  gap: 12px;
}
.gas-good-deal-arrow {
  position: absolute;
  bottom: -40px;
  left: 50%;
  display: block;
  width: 109.59px;
  height: 55.41px;
  background-image: url("/energy/gas/price/p_07/assets/img/img_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
.gas-good-deal-text-image {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
.is-gas_004 .gas-good-deal-text-image {
  max-width: 412px;
}

/*
**試算イメージ
*/
.gas-estimation .column {
  display: grid;
  gap: 6px;
  align-items: center;
}
.gas-estimation .column .box {
  padding: 12px 20px;
  border-radius: var(--Radius-radius_md, 6px);
}
.gas-estimation .column .icon-plus {
  display: block;
  width: 20px;
  height: 20px;
  margin-inline: auto;
  content: "";
  background-image: url("/energy/gas/price/p_09/assets/img/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gas-estimation .box-heading-content-small {
  padding-inline: var(--Padding-Card-M-side_md);
  padding-top: 32px;
  padding-bottom: var(--Padding-Card-M-top-bottom_md);
}
.gas-estimation .box-heading-title {
  padding: 20px;
}
.gas-estimation .box-heading {
  position: relative;
}
.gas-estimation .box-heading::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--Fill-Blue-blue_02);
  border-left: 20px solid transparent;
  transform: translateX(-50%) rotate(180deg);
}
.gas-estimation-table :is(tr:first-child, tr:nth-child(2)) :is(td:nth-child(2), td:nth-child(3), td:nth-child(4)) {
  font-weight: bold;
}
.gas-estimation-table .text-sp-sr {
  font-size: 0.8rem;
}
.gas-estimation-image-otoku {
  margin-bottom: 32px;
}
.gas-estimation-image-otoku img {
  display: block;
  max-width: 273px;
  margin-inline: auto;
}
.gas-estimation-image-estimate {
  margin-bottom: 32px;
}
.gas-estimation-image-estimate img {
  display: block;
  max-width: 295px;
  margin-inline: auto;
}

.price-simulation-content .price-simulation-title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  align-self: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
.price-simulation-content .price-simulation-title i {
  width: 59px;
  height: 59px;
}
.price-simulation-content sup.sup-top {
  top: -1.35em;
}
.price-simulation-content .price-simulation-text {
  padding-top: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
}
.price-simulation-content .menu-link {
  padding-bottom: 16px;
}
.price-simulation-content .menu-link a {
  width: 100%;
  max-width: 680px;
  padding: 16px 32px;
  font-size: 1.8rem;
}

.energy-evaluation-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--Spacing-Size-md);
}
.energy-evaluation-group-item-text-title {
  margin-bottom: var(--Spacing-Size-xs);
}

.energy-evaluation-group-item-text-title-blue {
  font-size: 2rem;
  font-weight: bold;
  color: var(--Text-text_blue);
}

.energy-evaluation-group-item-text-title-orange {
  font-size: 2rem;
  font-weight: bold;
  color: var(--Text-text_orange);
}

.energy-evaluation-group-item-text-description {
  margin-bottom: var(--Spacing-Size-sm);
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--Text-text-primary);
}

.energy-evaluation-group-item-button {
  font-size: 1.6rem;
}

.electricity-plan-pricing-table :is(thead + * > *) td:first-child {
  border-bottom-left-radius: var(--Radius-radius_md) !important;
}
.electricity-plan-pricing-table thead tr:nth-child(2) th {
  font-weight: 400;
  background-color: var(--Fill-Bluegray-bluegray_00);
}
.electricity-plan-pricing-table tr td:nth-child(2) {
  text-align: left;
}
.electricity-plan-pricing-table-coupling tr:not(:is(:last-child, :nth-child(8))) td:nth-child(3) {
  text-align: left;
}
.electricity-plan-pricing-table-coupling tr:nth-child(2):is(thead > *) th:first-child {
  font-weight: bold;
  background: var(--Fill-Bluegray-bluegray_01);
}
.electricity-plan-pricing-table-coupling tr:first-child td:first-child {
  width: 38px;
}
.electricity-plan-pricing-table-coupling tr:first-child td:nth-child(2) {
  width: 73px;
}
.electricity-plan-pricing-table-coupling-note {
  display: inline-block;
  margin-top: 1px;
  font-size: 0.8rem;
  vertical-align: top;
}
.electricity-plan-recommend-person .card {
  padding: 32px 20px 20px;
}
.electricity-plan-recommend-person-img {
  width: 100%;
  border-radius: var(--Radius-radius_md);
}
.electricity-plan-recommend-person .column-2 {
  gap: 24px;
}
.electricity-plan-recommend-person .column-2 *:first-child {
  order: 2;
}
.electricity-plan-recommend-person .column-2 *:nth-child(2) {
  order: 1;
}

.electricity-plan-list-container {
  display: flex;
  flex-direction: column;
}

.electricity-plan-list-item {
  display: flex;
  gap: 8px;
}

.electricity-plan-list-container > * + * {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--Fill-Bluegray-bluegray_02);
}

.electricity-plan-list-number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding-bottom: 1px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--Text-text_white);
  background-color: var(--Text-text_blue);
  border-radius: 50%;
}

.electricity-plan-list-blue {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_blue);
}

.electricity-plan-list-orange {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_orange);
}

.electricity-plan-list-note {
  display: inline-block;
  margin-top: 1px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--Text-text_blue);
  vertical-align: text-top;
  vertical-align: top;
}

/*
 ** ガス料金について
*/
.gas-about-charge p {
  line-height: 1.8;
}
.gas-about-charge-link-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

/*
 ** お手続きの流れ
*/
.gas-procedure-flow .card:is(.card > .card) {
  padding: 16px 20px;
  border-radius: var(--Radius-radius_md);
}
.gas-procedure-flow-step-title {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-Size-xxs);
  justify-content: center;
}
.gas-procedure-flow-step-title-main {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.gas-procedure-flow-step-title-main small {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
}
.gas-procedure-flow-level-4 {
  display: flex;
  align-items: center;
}
.gas-procedure-flow-level-4::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  content: "";
  background-image: url("/parts2/img/icon/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.gas-inquiry-counter-head {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: var(--Spacing-Size-sm);
  font-size: 2.2rem;
  font-weight: bold;
}
.gas-inquiry-counter-head i {
  width: 24px;
  height: 24px;
}
.gas-inquiry-counter-column {
  display: grid;
  gap: var(--Spacing-2col_in-card-md);
  align-items: flex-start;
}
.gas-inquiry-counter-column > img {
  width: 100%;
  max-width: 480px;
}
.gas-inquiry-counter-card-enclosing {
  padding: 16px 20px;
  border: 1px solid var(--Border-border_gray);
  border-radius: 6px;
}
.gas-inquiry-counter-card-enclosing dl {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gas-inquiry-counter-card-enclosing dt {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--Text-text_secondary);
}
.gas-inquiry-counter-card-enclosing dd {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_primary);
}
.gas-inquiry-counter-card-image {
  overflow: clip;
  border-radius: var(--Radius-radius_md);
}
.gas-inquiry-counter-card-steps {
  display: grid;
  gap: var(--Spacing-Size-sm);
  align-items: center;
}
.box-medium:has(.gas-inquiry-counter-card-steps) {
  padding: 16px 20px;
  border-radius: 6px;
}
.gas-inquiry-counter-card-steps-image {
  display: grid;
  gap: 8px;
  place-items: center;
}
.gas-inquiry-counter-card-steps-image p {
  font-size: 1.3rem;
}
.gas-inquiry-counter-card-steps-image:not(:has(p)) img {
  width: 100%;
  max-width: 162px;
}
.gas-inquiry-counter-line-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  padding: 0 32px 0 24px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--Text-text_white);
  background: #00b900;
  border-radius: var(--Radius-radius_md, 6px);
}
.gas-inquiry-counter-card-cta {
  display: flex;
  flex-direction: column;
  gap: var(--Spacing-Size-xs);
  padding: 24px 20px;
}
.gas-inquiry-counter-card-cta h3 {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.gas-inquiry-counter-card-cta h3[data-icon=tel]::before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("/parts2/img/icon/icon_tel_x24.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gas-inquiry-counter-card-cta h3[data-icon=shop]::before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("/parts2/img/icon/icon_shop_x24.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.gas-inquiry-counter-card-cta h3[data-icon=showroom]::before {
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("/parts2/img/icon/icon_showroom_x24.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.parts-box-price-family-case {
  overflow: hidden;
  border: 1px solid var(--Border-border_lightgray);
  border-radius: var(--Radius-radius_lg);
}
.parts-box-price-family-case .parts-box-price-family-case-title {
  padding: 12px 20px;
  text-align: center;
  background-color: var(--Fill-Blue-blue_02);
}
.parts-box-price-family-case .parts-box-price-family-case-title-main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
  color: var(--Text-text_blue);
}
.parts-box-price-family-case .parts-box-price-family-case-title-sub {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--Text-text_secondary);
}
.parts-box-price-family-case .parts-box-price-family-case-main-wrap-content {
  padding: 24px 16px;
  text-align: center;
}
.parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group .parts-box-price-family-case-sub-wrap-group-item .parts-box-price-family-case-title {
  border-right: 1px solid var(--Border-border_white);
}
.parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group .parts-box-price-family-case-sub-wrap-group-item:last-child .parts-box-price-family-case-title,
.parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group .parts-box-price-family-case-sub-wrap-group-item:last-child .parts-box-price-family-case-sub-wrap-group-item-content {
  border-right: none;
}
.parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group .parts-box-price-family-case-sub-wrap-group-item-content {
  padding: 16px;
  border-right: 1px solid var(--Border-border_lightgray);
}

.parts-sumikata .card.card-white {
  padding: 24px 20px;
}

.parts-sumikata-group {
  display: flex;
  flex-direction: column;
}

.parts-sumikata-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--Spacing-Size-md);
}
.parts-sumikata-group-item-text {
  text-align: center;
}

.parts-sumikata-group-item-heading {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 150%;
}

.parts-sumikata-group-item-text-title {
  margin-bottom: var(--Spacing-Size-xs);
}

.parts-sumikata-group-item-text-title-blue {
  font-size: 2rem;
  font-weight: bold;
  color: var(--Text-text_blue);
}

.parts-sumikata-group-item-text-title-orange {
  font-size: 2rem;
  font-weight: bold;
  color: var(--Text-text_orange);
}

.parts-sumikata-group-item-text-description {
  margin-bottom: var(--Spacing-Size-sm);
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--Text-text-primary);
}

.parts-sumikata-group-item-button {
  font-size: 1.6rem;
}

.parts-movie-list {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}

.parts-movie-card {
  position: relative;
  overflow: clip;
  background: var(--Text-text_white);
  border-radius: var(--Radius-radius_lg);
}

.parts-movie-card-image {
  aspect-ratio: 2/1;
}
.parts-movie-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parts-movie-card-contents {
  padding: 24px 24px 69px;
}

.parts-movie-card-contents-inner {
  display: grid;
  gap: 8px;
}

.parts-movie-card-contents-inner-text {
  margin-bottom: 24px;
}

.parts-movie-card-contents-inner-title {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_blue);
}

.parts-movie-card-contents-inner-button {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.parts-housing-repair-card {
  display: grid;
}

.parts-housing-repair-card.card-image-contain .parts-housing-repair-card-item img {
  padding-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
}
.parts-housing-repair-card.card-image-contain .parts-housing-repair-card-item-title {
  font-size: 2rem;
}

.parts-housing-repair-card-item {
  display: grid;
  grid-template-rows: max-content auto;
  overflow: hidden;
  background: var(--Fill-Bluegray-bluegray_00);
}
.parts-housing-repair-card-item > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.parts-housing-repair-card-item-inner {
  display: grid;
  grid-template-rows: auto max-content;
  gap: 24px;
  padding: 24px 16px;
}

.parts-housing-repair-card-item-title {
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.parts-housing-repair-card-item-description {
  font-size: 1.4rem;
  line-height: 1.8;
}

.parts-housing-repair-card-item-button {
  padding: 10px 32px 10px 24px;
  font-size: 1.4rem;
}

.parts-housing-repair-contact {
  display: grid;
  gap: 20px;
}

.parts-housing-repair-contact-button-wrap {
  display: grid;
  gap: 16px;
}

.parts-housing-repair-contact-text {
  font-size: 1.3rem;
}

.parts-housing-repair-searvice-card {
  display: grid;
}
.parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-item {
  padding: 24px 16px;
}
.parts-housing-repair-searvice-card.column-3 .parts-housing-repair-searvice-card-item {
  padding: 24px 16px;
}

.parts-housing-repair-searvice-card-item {
  display: grid;
  grid-template-rows: max-content max-content auto max-content;
  gap: 12px;
  padding: 24px 16px;
  background: var(--Fill-Bluegray-bluegray_00);
}

.parts-housing-repair-searvice-card-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.parts-housing-repair-searvice-card-image {
  width: 100%;
  max-width: 303px;
  height: auto;
  margin-inline: auto;
}

.parts-housing-repair-searvice-card-description {
  margin-bottom: 4px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.parts-housing-repair-searvice-card-links {
  display: flex;
  gap: 16px;
}

.parts-housing-repair-searvice-card-button {
  padding: 10px 32px 10px 24px;
  font-size: 1.4rem;
}

.parts-card-archive.column-4 {
  gap: 12px;
}

.parts-card-archive-item {
  position: relative;
  padding: 16px 20px 54px;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: var(--Radius-radius_lg);
}

.parts-card-archive-item-pick_label {
  display: inline-block;
  padding: 2px 8px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 125%;
  color: var(--Text-text_white);
  text-align: center;
  background-color: var(--Fill-Orange-orange_05);
  border-radius: 100px;
}

.parts-card-archive-item-wrap-content {
  display: flex;
  gap: 8px;
  align-items: center;
}
.parts-card-archive-item-wrap-content-icon i {
  width: 80px;
  height: 80px;
}

.parts-card-archive-item-wrap-content-text-sub_title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 150%;
}

.parts-card-archive-item-wrap-content-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.parts-card-archive-item-wrap-content-text-main_title {
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
}

.parts-card-archive-item-wrap-button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.parts-tab-list {
  --side-space: 12px;
}
.parts-tab-list:not(:is(.parts-tab-container-child *)) {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  align-items: flex-end;
  padding-inline: var(--side-space);
}
.parts-tab-list:not(:is(.parts-tab-container-child *))::after, .parts-tab-list:not(:is(.parts-tab-container-child *))::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: var(--side-space);
  height: 2px;
  content: "";
  background-color: var(--tab-color);
}
.parts-tab-list:not(:is(.parts-tab-container-child *))::before {
  left: 0;
}
.parts-tab-list:not(:is(.parts-tab-container-child *))::after {
  right: 0;
}
.parts-tab-list:not(:is(.parts-tab-container-child *)):is(.parts-tab-panels .parts-tab-list) {
  --side-space: 16px;
}
.parts-tab-list:not(:is(.parts-tab-container-child *)):is(.parts-tab-container-column-3 *) {
  grid-template-columns: 1fr 12px 1fr 12px 1fr;
}

.parts-tab {
  position: relative;
  line-height: 1.25;
}
.parts-tab:not(:is(.parts-tab-container-child *)) {
  position: relative;
  padding: 12px 16px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Fill-Bluegray-bluegray_00);
  text-align: center;
  cursor: pointer;
  background-color: var(--tab-color);
  border: 1px solid transparent;
  border-radius: var(--Radius-radius_lg) var(--Radius-radius_lg) 0 0;
  transition: 200ms background;
}
.parts-tab:not(:is(.parts-tab-container-child *)):hover {
  background-color: var(--tab-hover-color);
}
.parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=true] {
  padding: 12px 10px 14px;
  font-size: 2.2rem;
  color: var(--tab-color);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-color: var(--tab-color);
  border-top: 2px solid var(--tab-color);
  border-right: 2px solid var(--tab-color);
  border-bottom: 0;
  border-left: 2px solid var(--tab-color);
}
.parts-tab .parts-tab-appeal {
  position: absolute;
  top: calc(-1.25em - 6px);
  right: 0;
  left: 0;
  line-height: 13px;
  color: var(--Text-text_blue);
}
.parts-tab .parts-tab-appeal-text {
  position: relative;
  display: inline-block;
  padding-inline: 3px;
  padding-bottom: 2px;
  font-size: 1.2rem;
}
.parts-tab:focus-visible {
  outline: 2px solid var(--bluegray-06, #404144);
  outline-offset: 2px;
}
.parts-typeMatome .parts-tab-container-child .parts-tab-list {
  margin-bottom: 24px;
}
.parts-typeMatome .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=true] {
  padding: 12px 8px;
  font-size: 1.7rem;
  background: var(--Fill-Blue-blue_01);
  background-color: var(--Fill-Blue-blue_01);
}
.parts-typeMatome .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=true] .parts-tab-appeal.pickup .parts-tab-appeal-text::before {
  position: absolute;
  bottom: 3px;
  left: calc(-1em - 2px);
  width: 13px;
  height: 22px;
  content: "";
  background-image: url("/parts2/img/icon/icon-tab-decoration-left.svg");
  background-repeat: no-repeat;
}
.parts-typeMatome .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=true] .parts-tab-appeal.pickup .parts-tab-appeal-text::after {
  position: absolute;
  right: calc(-1em - 2px);
  bottom: 3px;
  width: 13px;
  height: 22px;
  content: "";
  background-image: url("/parts2/img/icon/icon-tab-decoration-right.svg");
  background-repeat: no-repeat;
}
.parts-typeMatome .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=false] {
  padding: 9px 8px;
  font-size: 1.4rem;
}
.parts-typeMatome .parts-tab-list:is(.parts-tab-container-column-3 *) {
  grid-template-columns: 1fr 12px 1fr 12px 1fr;
}

.parts-tab-line {
  width: 12px;
  height: 2px;
  background-color: var(--tab-color);
}

.parts-tab-panels .parts-tab-panel {
  max-width: 1200px;
  padding: 32px 16px 24px;
  background: var(--Fill-Bluegray-bluegray_00);
  border-radius: 0 0 var(--Radius-radius_lg, 14px) var(--Radius-radius_lg, 14px);
}
.parts-tab-panels .parts-tab-panel:is(.parts-typeMatome .parts-tab-panels .parts-tab-panel) {
  background: var(--Fill-Blue-blue_01);
}
.parts-tab-panels .parts-tab-panel:is(.parts-tab-panels .parts-tab-panels .parts-tab-panel) {
  padding: 28px 16px 20px;
}
.parts-tab-panels .default-accordion .accordion-title .icon::before,
.parts-tab-panels .default-accordion .accordion-title .icon::after {
  background: var(--tab-color);
}
.parts-tab-panels .box-heading-content-small {
  padding: 20px 16px;
}
.parts-tab-panels .list-note-number-small li.number-seven::before {
  content: "※7";
}
.parts-tab-panels .list-note-number-small li.number-eight::before {
  content: "※8";
}
.parts-tab-panels .list-note-number-small li.number-nine::before {
  content: "※9";
}
.parts-tab-panels .list-note-number-small li.number-ten::before {
  content: "※10";
}
.parts-tab-panels .list-note-number-small li.number-eleven::before {
  content: "※11";
}
.parts-tab-panels .list-note-number-small li.number-twelve::before {
  content: "※12";
}
.parts-tab-panels .list-note-number-small li.number-thirteen::before {
  content: "※13";
}
.parts-tab-panels .list-note-number-small li.number-fourteen::before {
  content: "※14";
}

.parts-tab-card-inner-list-double-circle {
  padding-top: var(--Spacing-Size-md);
  border-top: 1px solid var(--Border-border_lightgray);
}
.parts-tab-card-inner-list-double-circle:is(*.space_lg + *) {
  padding-top: var(--Spacing-Size-lg);
}

.parts-tab-container-child .parts-tab-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}
.parts-tab-container-child .parts-tab-list:is(.parts-tab-container-column-3 > *) {
  grid-template-columns: repeat(3, 1fr);
}

.parts-tab-container-child-tab {
  display: grid;
  gap: 2px;
  align-items: center;
  font-weight: bold;
}
.parts-tab:has(.parts-tab-container-child-tab) {
  padding-inline: 4px;
  padding-bottom: 16px;
  margin-top: auto;
  font-size: 1.6rem;
  color: var(--Text-text_light, #c9ccd5);
  text-align: center;
  border-bottom: 2px solid var(--Border-border_lightgray);
  transition: color 300ms;
}
.parts-tab:has(.parts-tab-container-child-tab)[aria-selected=true] {
  color: var(--tab-color);
  border-bottom: 2px solid var(--tab-color);
}
.parts-tab-container-child-tab dt {
  font-size: 1.1rem;
}
.parts-tab-container-child-tab dd {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-wrap: balance;
  word-break: auto-phrase;
}
.parts-tab-container-child-tab dd.fz-13 {
  font-size: 1.3rem;
}
[aria-selected=true] .parts-tab-container-child-tab dd {
  font-size: 1.8rem;
}
.parts-tab-container-child-tab .parts-tab-container-child-tab-label {
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 2px 6px 3px 8px;
  font-size: 1.3rem;
  color: var(--Text-text_white);
  background: var(--Text-text_light, #c9ccd5);
  border-radius: var(--Radius-radius_full, 999px);
  transition: color 300ms;
}
[aria-selected=true] .parts-tab-container-child-tab .parts-tab-container-child-tab-label {
  background: var(--tab-color);
}

/* =========================
   タイプごとの色分け
   ========================= */
.parts-typeJ {
  --tab-color: var(--Fill-Green-green_05);
  --tab-hover-color: var(--green-04, #20ab6d);
}
.parts-typeJ.nested-tab {
  --tab-inner-color: var(--Fill-Green-green_01);
}

.parts-typeS {
  --tab-color: var(--Fill-Orange-orange_05);
  --tab-hover-color: var(--Fill-Orange-orange_04---hover, #f09557);
}
.parts-typeS.nested-tab {
  --tab-inner-color: var(--Fill-Orange-orange_01);
}

.parts-typeN {
  --tab-hover-color: var(--Fill-skyblue-skyblue_04, #3dc7f4);
  --tab-color: var(--Fill-skyblue-skyblue_05);
}
.parts-typeN.nested-tab {
  --tab-inner-color: var(--Fill-skyblue-skyblue_01);
}

.parts-typeMatome {
  --tab-color: var(--Fill-Blue-blue_05---bland);
  --tab-hover-color: var(--Fill-Blue-blue_04---hover);
}

.parts-typeN .parts-tab-label-large {
  gap: 12px;
}
.parts-typeN .parts-tab-label-large-item {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  padding: 6px 16px 8px;
  line-height: 1.25;
  color: var(--tab-color);
  text-align: center;
  background: var(--Fill-skyblue-skyblue_01);
  border: 2px solid var(--tab-color);
  border-radius: var(--Radius-radius_full);
}
.parts-typeN .parts-card-solid-gray {
  position: relative;
  display: grid;
  flex-direction: column;
  gap: var(--Spacing-Size-md, 32px);
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  padding: 48px 16px 16px;
  border: 2px solid var(--Border-border_lightgray, #e2e4e9);
  border-radius: var(--Radius-radius_lg, 14px);
}
.parts-typeN .parts-card-solid-gray-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.parts-typeN .parts-card-solid-gray-column h3 {
  color: var(--tab-color);
}
.parts-typeN .parts-tab-card-inner-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
.parts-typeN :is(.box-heading:has(.parts-tab-card-inner-head), .box-heading-title:has(.parts-tab-card-inner-head)) {
  padding: 0;
}

.parts-typeJ .parts-tab-card-inner-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.parts-typeJ :is(.box-heading:has(.parts-tab-card-inner-head), .box-heading-title:has(.parts-tab-card-inner-head)) {
  padding: 0;
}
.parts-typeJ .parts-tab-card-inner-head-number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 2.2rem;
  color: var(--tab-color);
  background: var(--Fill-Bluegray-bluegray_00, #fff);
  border-radius: var(--Radius-radius_full, 999px);
}
.parts-typeJ .parts-tab-card-inner-icon-with-line {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 46px;
}
.parts-typeJ .parts-tab-card-inner-line {
  grid-area: 1/1;
  width: 100%;
  height: 2px;
  background: var(--Fill-Bluegray-bluegray_02);
}
.parts-typeJ .parts-tab-card-inner-icon {
  position: relative;
  z-index: 1;
  grid-area: 1/1;
  width: 32px;
  height: 32px;
  background-image: url("/parts2/img/icon/icon_circle-plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.parts-typeJ .parts-tab-inner-list-free > * + * {
  margin-top: 24px;
}
.parts-typeJ .parts-tab-inner-list-free li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.parts-typeJ .parts-tab-inner-list-free li span {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 7px 2px;
  border-radius: var(--Radius-radius_full, 999px);
}
.parts-typeJ .parts-tab-card-inner-accordion-inner .list-black_circle-small .color-red,
.parts-typeJ .parts-tab-card-inner-accordion-inner .list-double_circle-small .color-red {
  color: var(--Text-text_red);
}
.parts-typeJ .parts-tab-card-inner-accordion-inner:not(:first-child) {
  padding-top: var(--Spacing-Size-sm);
  margin-top: var(--Spacing-Size-sm);
  border-top: 1px solid var(--Border-border_lightgray);
}
.parts-typeJ .parts-tab-card-inner-accordion-inner ul > * + * {
  margin-top: 8px;
}
.parts-typeJ .parts-tab-card-inner-accordion-inner li {
  font-size: 1.1rem;
}
.parts-typeJ .parts-tab-card-inner-accordion-inner .parts-tab-card-inner-list-space_small li {
  font-size: 1.1rem;
}
.parts-typeJ .parts-tab-card-inner-accordion-inner .parts-tab-card-inner-list-space_small > * + * {
  margin-top: 4px;
}
.parts-typeJ .accordion-contents:has(.parts-tab-card-inner-accordion-inner) {
  padding: 4px 16px 20px;
}
.parts-typeJ .list-double_circle-small li:has(> ol, > ul)::before {
  padding-left: 20px;
  content: "";
}
.parts-typeJ .list-double_circle-small li:has(> ol, > ul) ol > * + *,
.parts-typeJ .list-double_circle-small li:has(> ol, > ul) ul > * + * {
  margin-top: 4px;
}
.parts-typeJ .list-double_circle-small li:has(> ol, > ul) ol li,
.parts-typeJ .list-double_circle-small li:has(> ol, > ul) ul li {
  gap: 4px;
  padding-left: 0;
}
.parts-typeJ .list-double_circle-small li:has(> ol, > ul) ol li::before,
.parts-typeJ .list-double_circle-small li:has(> ol, > ul) ul li::before {
  position: static;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 1rem;
  line-height: 1;
}
.parts-typeJ .parts-tab-card-inner-with-head .box-heading-content-small .card-xxsmall {
  padding: 16px;
}

.parts-typeS .parts-tab-card-inner-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
}
.parts-typeS :is(.box-heading:has(.parts-tab-card-inner-head), .box-heading-title:has(.parts-tab-card-inner-head)) {
  padding: 0;
}
.parts-typeS .accordion-contents:has(.parts-tab-card-inner-accordion-inner) {
  padding: 8px 16px 20px;
}
.parts-typeS .parts-tab-card-inner-accordion-inner:not(:first-child) {
  padding-top: var(--Spacing-Size-sm);
  margin-top: var(--Spacing-Size-sm);
  border-top: 1px solid var(--Border-border_gray);
}
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul)::before {
  padding-left: 20px;
  content: "";
}
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul) ol > * + *,
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul) ul > * + * {
  margin-top: 4px;
}
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul) ol li,
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul) ul li {
  gap: 4px;
  padding-left: 0;
}
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul) ol li::before,
.parts-typeS .parts-tab-card-inner-accordion-inner .list-double_circle-small li:has(> ol, > ul) ul li::before {
  position: static;
}
.parts-typeS .parts-tab-discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  text-align: center;
  border-radius: var(--Radius-radius_md);
}
.parts-typeS .parts-tab-discount-title {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 4px;
  font-size: 1.6rem;
  color: var(--Text-text_orange);
}
.parts-typeS .parts-tab-discount-title::before, .parts-typeS .parts-tab-discount-title::after {
  display: block;
  width: 20px;
  height: 34px;
  content: "";
  background: url("/parts2/img/img_deco_dot_left_pc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.parts-typeS .parts-tab-discount-title::after {
  background: url("/parts2/img/img_deco_dot_right.svg");
}
.parts-typeS .parts-tab-discount-subtitle {
  margin-bottom: 12px;
  font-size: 2.8rem;
  color: var(--Text-text_orange);
}
.parts-typeS .parts-tab-discount-note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3px 16px 4px;
  font-size: 1.5rem;
  color: var(--Text-text_white);
  background-color: var(--Fill-Orange-orange_05);
  border-radius: var(--Radius-radius_full, 999px);
}
.parts-typeS .parts-tab-promotion {
  overflow: hidden;
  text-align: center;
  border: 2px solid var(--Border-border_lightgray, #e2e4e9);
  border-radius: 14px;
}
.parts-typeS .parts-tab-promotion-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--Text-text_orange);
  background-color: var(--Fill-Orange-orange_01);
}
.parts-typeS .parts-tab-promotion-title-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px 4px;
  font-size: 1.2rem;
  color: var(--Text-text_white);
  text-align: center;
  background: var(--Fill-Orange-orange_05, #ec711e);
  border-radius: var(--Radius-radius_sm, 4px);
}
.parts-typeS .parts-tab-promotion-sub-title {
  font-size: 2rem;
  font-weight: bold;
}
.parts-typeS .parts-tab-promotion-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
  padding: var(--Padding-Card-XS-top-bottom_xs, 16px) var(--Padding-Card-XS-side_xs, 20px);
}
.parts-typeS .parts-tab-promotion-content :is(h3:not(.parts-tab-promotion-sub-title), li) {
  color: var(--Text-text_secondary);
}
.parts-typeS .parts-tab-promotion-note {
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--Text-text_black);
}

.parts-box-set_plan .parts-box-set_plan-item {
  position: relative;
  padding: 32px 16px;
  text-align: center;
}
.parts-box-set_plan .parts-box-set_plan-item::before {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("../img/icon/icon_circle-plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.parts-box-set_plan .parts-box-set_plan-item:last-child::before {
  display: none;
}

.parts-box-set_plan-md .parts-box-set_plan-item {
  position: relative;
  padding: 32px 16px;
  text-align: center;
}
.parts-box-set_plan-md .parts-box-set_plan-item::before {
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("../img/icon/icon_circle-plus.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
.parts-box-set_plan-md .parts-box-set_plan-item:last-child::before {
  display: none;
}

.parts-box-heading.card {
  padding: 14px 3px 3px;
}
.parts-box-heading .parts-box-heading-title_center {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding-bottom: 14px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 125%;
  color: var(--Text-text_blue);
}
.parts-box-heading .parts-box-heading-title_center i {
  width: 36px;
}
.parts-box-heading .parts-box-heading-content {
  padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-radius: 0 0 12px 12px;
}
.parts-box-heading .parts-box-heading-content.parts-card-small-sp {
  padding: 24px 12px 32px;
}
.parts-box-heading .parts-box-heading-content.top-large {
  padding-top: calc(40px + 2em);
}
.parts-box-heading .parts-box-heading-content.top-large .parts-tab-appeal {
  top: -35px;
  pointer-events: none;
}
.parts-box-heading .parts-box-heading-content.top-large .parts-tab-appeal.top-large {
  top: -47px;
}
.parts-box-heading .parts-box-heading-content.top-xlarge {
  padding-top: calc(40px + 3em);
}

.parts-table-blue.table-two-way .table-container .table {
  width: min(200%, 728px);
}
.parts-table-blue.table-two-way .table {
  overflow: hidden;
  border-radius: var(--Radius-radius_md);
}
.parts-table-blue.table-two-way .table th,
.parts-table-blue.table-two-way .table td {
  text-align: center;
}
.parts-table-blue.table-two-way .table .table-header-top > th {
  border-top: none;
  border-bottom: 1px solid var(--Fill-Bluegray-bluegray_00);
}
.parts-table-blue.table-two-way .table .table-header-top > th:first-child {
  width: 19%;
  border-left: none;
}
.parts-table-blue.table-two-way .table .table-header-top > th:nth-of-type(n + 2) {
  border-left: 1px solid var(--Fill-Bluegray-bluegray_00);
}
.parts-table-blue.table-two-way .table .table-header-top > th:last-child {
  border-right: none;
}
.parts-table-blue.table-two-way .table tbody > tr:first-child th, .parts-table-blue.table-two-way .table tbody > tr:first-child td {
  border-top: none;
}
.parts-table-blue.table-two-way .table tbody > tr th {
  border-bottom: 1px solid var(--Fill-Bluegray-bluegray_00);
  border-left: none;
}
.parts-table-blue.table-two-way .table tbody > tr td {
  border-bottom: 1px solid var(--bluegray-02);
}
.parts-table-blue.table-two-way .table tbody > tr td:nth-of-type(1) {
  border-left: none;
}
.parts-table-blue.table-two-way .table tbody > tr td:nth-of-type(n + 2) {
  border-left: 1px solid var(--bluegray-02);
}
.parts-table-blue.table-two-way .table tbody > tr td:last-of-type {
  border-right: none;
}
.parts-table-blue.table-two-way .table tbody > tr:last-child th, .parts-table-blue.table-two-way .table tbody > tr:last-child td {
  border-bottom: none;
}

.parts-net-guarantee-card .card-large {
  padding: var(--Padding-Card-L-top-bottom_lg) var(--Padding-Card-L-side_lg);
}
.parts-net-guarantee-card .guarantee-description {
  margin-top: -20px;
}
.parts-net-guarantee-card .guarantee-icon {
  text-align: center;
}
.parts-net-guarantee-card .guarantee-icon img {
  width: 70px;
  height: 70px;
}

.parts-gas-latest-pricing-link {
  display: grid;
  place-items: center;
}
.parts-gas-latest-pricing-link .button-fill-main_sub-large {
  width: 100%;
  max-width: 440px;
}

/* コンポーネント : スライダー */
:root {
  --swiper-bullet-color: rgb(64 65 68 / 20%);
  --swiper-bullet-color-active: var(--Fill-Blue-blue_05---bland);
  --swiper-navigation-border: var(--Swiper-navigation-border);
  --swiper-navigation-border-width: 2px;
  --slider-campaign-margin: 10.818%;
}

/* キャンペーン */
.slider-campaign {
  --swiper-bullet-color: var(--Text-text_white);
  --swiper-bullet-color-active: var(--Fill-Orange-orange_04---hover);
  --swiper-navigation-border: var(--Text-text_white);
  --swiper-navigation-border-width: 1px;
  padding-inline: 8px;
}
.slider-campaign .slider-list-cr {
  gap: 24px;
  justify-content: center;
}
.slider-campaign .slider-list-cr .slider-item {
  margin-right: 0 !important;
}
.slider-campaign .slider-pagination {
  margin-inline: -8px;
}

.slider-pagination-blue {
  --swiper-bullet-color-active: var(--Fill-Blue-blue_05---bland);
  --swiper-navigation-border: var(--Swiper-navigation-border);
  --swiper-bullet-color: rgb(64 65 68 / 20%);
}

/* おすすめ */
.slider-recommend {
  padding-inline: 15%;
  margin-inline: -16px;
  overflow: hidden;
}
.slider-recommend .swiper {
  overflow: visible;
}
.slider-recommend .slider-navigation {
  pointer-events: auto;
  visibility: visible;
}

.slider-recommend-type2 {
  padding-inline: 15%;
  margin-inline: -16px;
  overflow: hidden;
}
.slider-recommend-type2 .swiper {
  overflow: visible;
}
.slider-recommend-type2 .slider-navigation {
  pointer-events: none;
  visibility: hidden;
}
.slider-recommend-type2 .slider-pagination {
  --swiper-bullet-color: var(--Text-text_white);
  --swiper-bullet-color-active: var(--Fill-Orange-orange_02);
  --swiper-navigation-border: var(--Text-text_white);
  --swiper-navigation-border-width: 1px;
}
.slider .swiper .swiper-slide {
  height: auto;
}
.slider .swiper .swiper-slide-item {
  height: 100%;
}

.slider-inner {
  position: relative;
  filter: var(--Filter-dropShadow);
}

.wrap-content:is(.l-campaign-blue-card > *, .l-campaign-light-blue-card > *) {
  padding-inline: 0;
}

.slider-contents {
  display: grid;
  height: 100%;
}
.slider-contents a {
  position: relative;
}
.slider-contents a::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0);
  transition: 300ms;
}

.swiper-slide-active .slider-contents::after {
  display: none;
}

.pickup-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
}
.pickup-banner img {
  max-width: 335px;
}
.pickup-banner .pickup-banner-list {
  display: flex;
  gap: 32px;
}

.slider-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.slider-pagination .swiper-pagination-bullet {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin: 0 !important;
  cursor: pointer;
  background: var(--swiper-bullet-color);
  border-radius: var(--Radius-radius_full);
  opacity: 1;
  transition: all 300ms;
  transform: scale(0.6);
}
.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-bullet-color-active);
  transform: scale(1);
}

.slider-navigation {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 32px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: var(--swiper-navigation-border-width) solid var(--swiper-navigation-border);
  border-radius: var(--Radius-radius_full);
}
.slider-navigation.prev {
  left: 0;
  transform: translate(-50%, -50%) scale(-1);
}
.slider-navigation.next {
  right: 0;
  transform: translate(50%, -50%);
}
.slider-navigation::before {
  display: block;
  width: 20px;
  aspect-ratio: 1;
  content: "";
  background: url("../img/icon/icon_arrow-right.svg") center center/contain no-repeat;
}

@keyframes pickup-slide-fade-in-white {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pickup-slide-fade-out-white {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pickup-slide-shrink {
  0% {
    width: 120%;
  }
  100% {
    width: 100%;
  }
}
@keyframes pickup-slide-shrink-md {
  0% {
    width: 131%;
  }
  100% {
    width: 100%;
  }
}
@keyframes pickup-slide-zoom {
  0% {
    width: 100%;
  }
  100% {
    width: 120%;
  }
}
@keyframes pickup-slide-zoom-md {
  0% {
    width: 100%;
  }
  100% {
    width: 131%;
  }
}
.l-pickup-slider {
  position: relative;
  left: 50%;
  display: grid;
  width: 100%;
  padding-inline: 20%;
  overflow: hidden;
  translate: -50% 0;
}
.l-pickup-slider::before {
  display: block;
  grid-area: 1/1;
  width: 120%;
  aspect-ratio: 16/9;
  content: "";
}
.l-pickup-slider.slider {
  gap: 0;
}
.l-pickup-slider .swiper-slide-active .slider-contents a {
  z-index: 99;
}
.l-pickup-slider .slider-inner {
  grid-area: 1/1;
}
.l-pickup-slider .swiper {
  height: 100%;
  overflow: visible;
  transform: translateX(-10%);
}
.l-pickup-slider .slider-contents {
  position: relative;
}
.l-pickup-slider .slider-contents::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: var(--Radius-radius_lg);
  animation: pickup-slide-fade-in-white 300ms forwards;
}
.l-pickup-slider .swiper-slide-active .slider-contents::after {
  display: block;
}
.l-pickup-slider .swiper-wrapper {
  align-items: center;
}
.l-pickup-slider .swiper-slide {
  will-change: width;
}
.l-pickup-slider .swiper-slide.is-view-slide {
  position: relative;
  transition: all 300ms;
  animation: pickup-slide-zoom 300ms forwards;
}
.l-pickup-slider .swiper-slide.is-view-slide .slider-contents::after {
  animation: pickup-slide-fade-out-white 300ms forwards;
}
.l-pickup-slider .swiper-slide.is-previous-slide {
  animation: pickup-slide-shrink 300ms forwards;
}
.l-pickup-slider .slider-navigation.prev {
  left: -10.4%;
}
.l-pickup-slider .slider-navigation.next {
  right: -10%;
}

/* コンポーネント : タグ */
.tag-blue {
  --tag-color: var(--Text-text_white);
  --tag-bg: var(--Fill-Blue-blue_05---bland);
  display: inline-block;
  padding: 2px 6px 3px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--tag-color);
  background: var(--tag-bg);
  border-radius: var(--Radius-radius_sm);
}

.tag-light_blue {
  --tag-color: var(--Text-text_blue);
  --tag-bg: var(--Fill-Blue-blue_02);
  display: inline-block;
  padding: 2px 6px 3px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--tag-color);
  background: var(--tag-bg);
  border-radius: var(--Radius-radius_sm);
}

.tag-red {
  --tag-color: var(--Text-text_white);
  --tag-bg: var(--Fill-Red-red_05);
  display: inline-block;
  padding: 2px 6px 3px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.25;
  color: var(--tag-color);
  background: var(--tag-bg);
  border-radius: var(--Radius-radius_sm);
}

.wrap-content {
  width: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin: 0 auto;
}

/* コンポーネント : 絞り込み */
.refinement {
  margin-bottom: var(--Spacing-Size-lg);
}

.refinement-title {
  margin-bottom: var(--Spacing-Size-xs);
  font-size: 2rem;
  font-weight: 700;
}

.refinement-content {
  padding: 16px 24px;
  background: var(--Fill-Blue-blue_02);
  border-radius: var(--Radius-radius_lg);
}

.refinement-checkbox-input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.refinement-checkbox-text {
  position: relative;
  display: inline-block;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.48px;
}

.refinement-checkbox .refinement-checkbox-icon {
  position: relative;
}
.refinement-checkbox .refinement-checkbox-icon::before {
  top: 8px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--bluegray-00);
  border: 2px solid var(--bluegray-03);
  border-radius: var(--Radius-radius_sm);
  transition: all 300ms;
}
.refinement-checkbox .refinement-checkbox-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 8px;
  content: "";
  background-color: #fff;
  opacity: 0;
  -webkit-mask-image: url("/parts2/img/icon/icon_check-arrow.svg");
          mask-image: url("/parts2/img/icon/icon_check-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  transition: all 300ms;
  transform: translate(-50%, -50%);
}

.refinement-checkbox .refinement-checkbox-input:focus + .refinement-checkbox-text .refinement-checkbox-icon::before {
  box-shadow: 0 0 2px var(--Fill-Blue-blue_01);
}

.refinement-checkbox .refinement-checkbox-input:checked + .refinement-checkbox-text {
  color: var(--bluegray-06);
}
.refinement-checkbox .refinement-checkbox-input:checked + .refinement-checkbox-text .refinement-checkbox-icon::before {
  background-color: var(--gas_blue-05---bland);
  border-color: var(--gas_blue-05---bland);
}

.refinement-checkbox .refinement-checkbox-input:checked + .refinement-checkbox-text .refinement-checkbox-icon::after {
  background-color: var(--Fill-Blue-blue_01);
  opacity: 1;
}

.refinement-content-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.refinement-content-item:not(:first-child) {
  margin-top: 24px;
}

.refinement-content-item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.refinement-content-item-title {
  min-width: 80px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--Text-text_blue);
}

.search-box-pc-wrap {
  width: 206px;
  height: 32px;
  margin-right: 16px;
}

@keyframes search-box-pc-inner-position-switch {
  0% {
    position: relative;
  }
  99% {
    position: relative;
  }
  100% {
    position: absolute;
  }
}
.search-box-pc {
  height: 30px;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.5, 1, 0.89, 1);
}

.search-box-pc-inner {
  position: absolute;
  display: flex;
  gap: 0 4px;
  align-items: center;
  width: 206px;
  overflow: hidden;
  background-color: var(--Fill-Blue-blue_04---bland);
  border-radius: var(--Radius-radius_sm);
  animation: search-box-pc-inner-position-switch 300ms forwards;
}
.search-box-pc-inner form {
  display: flex;
  flex-direction: column;
}
.search-box-pc-inner .icon-search {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  transition: opacity 300ms;
}
.search-box-pc-inner .icon-search:active {
  opacity: 0.7;
  transition: opacity 300ms;
}
.search-box-pc-inner .SS_suggest {
  background-color: var(--Fill-Bluegray-bluegray_00);
}
.search-box-pc-inner .SS_suggest div {
  color: var(--Text-text_secondary);
}

.search-box-pc-input {
  min-width: 156px;
  padding: 6px 38px 6px 12px;
  font-size: 1.3rem;
}
.search-box-pc-input::-moz-placeholder {
  color: #a9c8ec;
}
.search-box-pc-input::placeholder {
  color: #a9c8ec;
}
.search-box-pc-input:focus {
  outline: 1px solid var(--Border-border_white);
}

.search-box-pc-icon {
  position: absolute;
  top: 0;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-box-sp {
  position: absolute;
  top: 20px;
  display: flex;
  gap: 0 4px;
  align-items: center;
  width: calc(100% - 40px);
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: 1px solid var(--Border-border_gray);
  border-radius: var(--Radius-radius_md);
  transition: border 300ms, box-shadow 300ms;
}
.search-box-sp:focus-within {
  border: 1px solid var(--Border-border_blue);
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.25);
}
.search-box-sp form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 30px;
}
.search-box-sp .SS_suggest {
  background-color: var(--Fill-Bluegray-bluegray_01);
}
.search-box-sp .SS_suggest div {
  border-top: 1px solid var(--Border-border_lightgray);
}

.search-box-sp-input {
  width: 100%;
  min-height: 30px;
  padding: 12px 44px 12px 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}
.search-box-sp-input:focus {
  outline: none;
}
.search-box-sp-input::-moz-placeholder {
  color: var(--Text-text_light);
}
.search-box-sp-input::placeholder {
  color: var(--Text-text_light);
}

.search-box-sp-icon {
  position: absolute;
  top: 8px;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  margin-left: 8px;
  background-color: var(--Fill-Blue-blue_05---bland);
  border-radius: var(--Radius-radius_md);
}

[class*=search-box-] .SS_suggest {
  max-height: 50vh;
  max-height: 50dvh;
  overflow-y: auto;
}
[class*=search-box-] .SS_suggest div {
  padding: 10px 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  transition: color 300ms;
}
[class*=search-box-] .SS_suggest div:active {
  color: var(--Text-text_blue);
}

/* コンポーネント : リンク */
.link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.link-list a {
  display: inline;
  font-weight: 400;
}
.link-list a i {
  position: relative;
  top: 2px;
  margin-left: 2px;
}
.link-list-center {
  justify-content: center;
}

.tel-pc-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

/* コンポーネント : 固定ナビ */
.fixed_navi {
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 90;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 500ms;
}
.fixed_navi.show {
  bottom: 0;
  transition: 500ms;
}

.fixed_navi-inner {
  width: 100%;
  max-width: 1248px;
  padding: 12px;
  margin: auto;
}

.fixed_navi-inner-gap {
  display: flex;
  gap: 4px;
  align-items: stretch;
  justify-content: center;
}

.fixed_navi-column > li {
  width: 100%;
}
.fixed_navi-column > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 8px;
}
.fixed_navi-column > li a i {
  position: relative;
  right: 0;
  aspect-ratio: 1/1;
  width: 12px;
  min-width: 12px;
}

.fixed_navi-size-small li > a {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 1.1rem;
}
.fixed_navi-size-medium li > a {
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 1.2rem;
}

.fixed_navi-column > .width-sp-5 {
  width: 5%;
}

.fixed_navi-column > .max-width-sp-100 {
  max-width: 100px;
}

.fixed_navi-column > .width-sp-10 {
  width: 10%;
}

.fixed_navi-column > .max-width-sp-200 {
  max-width: 200px;
}

.fixed_navi-column > .width-sp-15 {
  width: 15%;
}

.fixed_navi-column > .max-width-sp-300 {
  max-width: 300px;
}

.fixed_navi-column > .width-sp-20 {
  width: 20%;
}

.fixed_navi-column > .max-width-sp-400 {
  max-width: 400px;
}

.fixed_navi-column > .width-sp-25 {
  width: 25%;
}

.fixed_navi-column > .max-width-sp-500 {
  max-width: 500px;
}

.fixed_navi-column > .width-sp-30 {
  width: 30%;
}

.fixed_navi-column > .width-sp-35 {
  width: 35%;
}

.fixed_navi-column > .width-sp-40 {
  width: 40%;
}

.fixed_navi-column > .width-sp-45 {
  width: 45%;
}

.fixed_navi-column > .width-sp-50 {
  width: 50%;
}

.fixed_navi-column > .width-sp-55 {
  width: 55%;
}

.fixed_navi-column > .width-sp-60 {
  width: 60%;
}

.fixed_navi-column > .width-sp-65 {
  width: 65%;
}

.fixed_navi-column > .width-sp-70 {
  width: 70%;
}

.fixed_navi-column > .width-sp-75 {
  width: 75%;
}

.fixed_navi-column > .width-sp-80 {
  width: 80%;
}

.fixed_navi-column > .width-sp-85 {
  width: 85%;
}

.fixed_navi-column > .width-sp-90 {
  width: 90%;
}

.fixed_navi-column > .width-sp-95 {
  width: 95%;
}

.fixed_navi-column > .width-sp-100 {
  width: 100%;
}

.fixed_navi-column > .width-sp-reset {
  width: 100%;
}

.side-menu-nav {
  background-color: var(--Fill-Blue-blue_01);
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
}
.is-open + * .side-menu-nav {
  grid-template-rows: 1fr;
}
.side-menu-nav li {
  margin-right: 16px;
  margin-left: 28px;
  font-size: 1.3rem;
}
.side-menu-nav li:first-child {
  font-weight: 700;
  border-top: 1px solid var(--Border-border_lightgray);
}
.side-menu-nav li:not(:first-child).is-current a::after {
  background-color: var(--Fill-Bluegray-bluegray_03);
}
.side-menu-nav li.is-current {
  color: var(--Text-text_blue);
}
.side-menu-nav li a {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  transition: color 300ms, background-color 300ms;
}
.side-menu-nav li a:active {
  color: var(--gas_blue-05---bland);
  background-color: var(--gas_blue-01);
  transition: color 300ms, background-color 300ms;
}
.side-menu-nav li a::after {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  content: "";
  background-image: url("../img/icon/icon_arrow-right_circle_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.side-menu-nav li a:hover:active {
  color: var(--Text-text_blue);
  transition: color 300ms;
}
.side-menu-nav li:not(:first-child) a::after {
  background: var(--Fill-Blue-blue_05---bland);
  -webkit-mask-image: url("../img/icon/icon_arrow-right.svg");
          mask-image: url("../img/icon/icon_arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.side-menu-nav-inner {
  overflow: hidden;
}

.side-menu-title-wrapper {
  display: none;
  background-color: var(--Fill-Blue-blue_01);
}

.side-menu-title-inner {
  border-bottom: 1px solid var(--bluegray-02);
}
.side-menu-title:active {
  color: var(--gas_blue-05---bland);
  transition: color 300ms;
}

.side-menu-close {
  display: none;
}
.side-menu-close:active {
  background-color: var(--gas_blue-01);
  transition: background-color 300ms;
}

.side-menu-close-icon {
  display: none;
}

.side-menu-button {
  position: relative;
  width: 100%;
  padding: 16px;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: var(--Fill-Blue-blue_01);
  transition: background-color 300ms;
  position: relative;
  display: flex;
  align-items: center;
}
.side-menu-button::before, .side-menu-button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 2px;
  content: "";
  background-color: var(--Fill-Blue-blue_05---bland);
  transition: opacity 300ms, transform 300ms;
}
.side-menu-button::before {
  transform: translateY(-50%);
}
.side-menu-button::after {
  transform: translateY(-50%) rotate(90deg);
}
.side-menu-button.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.side-menu-button.is-open::after {
  opacity: 0;
}
.side-menu-button.is-open + .l-gnav-accordion-body {
  grid-template-rows: 1fr;
}
.side-menu-button:active {
  background-color: var(--Fill-Blue-blue_02);
  transition: background-color 300ms;
}
.side-menu-button:active > span {
  color: var(--Text-text_blue);
  transition: color 300ms;
}
.side-menu-button .ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* コンポーネント : CTA */
.cta .box.box-blue {
  padding: 24px 16px;
}
.cta .box.box-blue .cta-inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
.cta .card {
  padding: 20px 16px;
}
.cta .cta-title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--Text-text-primary);
  text-align: center;
}
.cta.cta-ele_b .cta-title, .cta.cta-ele_c .cta-title, .cta.cta-ele_d .cta-title {
  margin-bottom: 24px;
}
.cta .box-blue {
  position: relative;
  z-index: 1;
  padding: 24px 16px;
  overflow: hidden;
}
.cta .box-blue::before, .cta .box-blue::after {
  position: absolute;
  z-index: -1;
  width: 256px;
  height: 256px;
  content: "";
  background-image: url("/parts2/img/deco_dot_circle_small.svg");
  background-repeat: no-repeat;
  background-position: -128px -128px;
  background-size: contain;
  mix-blend-mode: plus-lighter;
  opacity: 0.1;
}
.cta .box-blue::before {
  top: 0;
  left: 0;
}
.cta .box-blue::after {
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(180deg);
}
.cta .icon-plan_diagnose,
.cta .icon-calculation {
  width: 40px;
  height: 40px;
}
.cta .card-small {
  padding-inline: 16px;
}

.l-cta-time {
  font-size: 1.4rem;
}

.cta-description {
  font-size: 1.3rem;
  text-align: center;
}
.cta-description .cta-description-sub {
  font-size: 1.2rem;
}

.cta-cp_a .sasuga-net-items {
  gap: 12px;
}
.cta-cp_a .sasuga-net-button {
  padding: 16px 32px 16px 24px;
}
.cta-cp_a .ele-items .ele-link {
  min-height: 0;
}
.cta-cp_a-text {
  font-size: 1.3rem;
}
.cta-net_a .card-link-flex-list-item-link {
  padding: 8px 32px 8px 16px;
}
.cta-net_a .card-link-flex-list-item-link i {
  width: 50px;
  height: 50px;
}
.cta-net_a .card-link-flex-list-item-link-title {
  font-size: 1.6rem;
}

.cta-net_a-conversion-button {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Border-border_gray);
}

.cta-net_a-speedcheck {
  margin-bottom: 32px;
}

.cta-call-number {
  transition: 300ms;
}
.cta-call-number:active {
  opacity: 0.8;
  transition: 300ms;
}

.cta-net_a-speedcheck-link {
  position: relative;
  display: inline-block;
}
.cta-net_a-speedcheck-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/parts2/img/cta/bnr_speedcheck_pc_hover.webp");
  background-position: center;
  background-size: cover;
  border-radius: var(--Radius-radius_lg);
  box-shadow: var(--theme-shadow-gray);
  opacity: 0;
  transition: all 300ms;
}
.cta-net_a-speedcheck-link:active::after {
  box-shadow: var(--theme-shadow-dark);
  opacity: 1;
  transition: all 300ms;
}
.cta-net_a-speedcheck-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/104;
  transition: all 300ms;
}

.cta-net_a-speedcheck-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--Text-text_blue);
  text-align: center;
}

.l-cta-appbutton-flex {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 10px;
}
.l-cta-appbutton-flex-item-qr img {
  display: none;
}
.l-cta-appbutton-flex-item-qr .l-cta-appbutton-flex-item-qr-image {
  width: 100px;
}
.l-cta-appbutton-flex-item-qr .l-cta-appbutton-flex-item-qr-title {
  flex: 1;
}
.l-cta-appbutton-flex-item-qr .l-cta-appbutton-flex-item-qr-title-main {
  font-size: 1.5rem;
}
.l-cta-appbutton-flex-item-qr .l-cta-appbutton-flex-item-qr-title-sub {
  font-size: 1.3rem;
}

.l-cta-appbutton-call {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-cta-appbutton-call-text {
  font-size: 1.2rem;
}

.cta-ele-type_d .menu-link {
  padding-bottom: 0;
}
.cta-ele-type_d .box-blue::before, .cta-ele-type_d .box-blue::after {
  width: 128px;
  height: 128px;
  content: "";
}

/* コンポーネント : PLAN */
.matome-plan-appeal .matome-plan-appeal-title {
  margin-bottom: 16px;
  text-align: center;
}
.matome-plan-appeal .matome-plan-price-card {
  margin-bottom: 16px;
  text-align: center;
}
.matome-plan-appeal .matome-plan-price-card.mb-small {
  margin-bottom: 16px;
}
.matome-plan-appeal .matome-plan-price-card.mb-medium {
  margin-bottom: 24px;
}
.matome-plan-appeal .matome-plan-link {
  border-radius: 10px;
}

.matome-plan-typeB-head {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 16px 20px 14px;
  margin-inline: auto;
}
.matome-plan-typeB-inner {
  padding: 3px;
}
.matome-plan-typeB-box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.matome-plan-typeB-column-item:first-child {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--Fill-Bluegray-bluegray_02);
}
.matome-plan-typeB-column-item-inner {
  position: relative;
  display: grid;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.matome-plan-typeB-column-item-inner-wrap {
  gap: 8px;
}
.matome-plan-typeB-column-item-icon-flow {
  position: absolute;
  top: 50%;
  right: -2px;
  z-index: 1;
  width: 44px;
  height: 42px;
  transform: translateY(-50%);
}
.matome-plan-typeB-column-item-list {
  gap: 16px;
  margin-top: 24px;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--Text-text_primary);
}
.matome-plan-typeB-column-item-list li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.matome-plan-typeB-column-item-list li::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
  content: "";
  background-image: url("/parts2/img/icon/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.matome-plan-typeB-column-item-list li::after {
  display: block;
  grid-column: 1/3;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  content: "";
  background-image: url("/energy/electricity/price/plan_family/assets/img/line_dot.webp");
  background-repeat: repeat-x;
  background-size: contain;
}
.matome-plan-typeB-column .bubble {
  width: 100%;
  text-align: center;
}
.matome-plan-typeB .button-fill-large {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 342px;
  margin-inline: auto;
  margin-top: 24px;
}
.matome-plan-typeB .list-note-small {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/* その他のおすすめ電気料金プラン */
.recommend-chargeplan .button-fill-medium {
  margin-top: 4px;
  font-size: 1.4rem;
}
.recommend-chargeplan .button-border-blue-large {
  width: 100%;
  max-width: 420px;
}

/* コンポーネント : ページネーション */
.pagination {
  margin-top: var(--Spacing-Size-xl);
}

.pagination-list {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.pagination-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 12px 8px;
  cursor: pointer;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--Text-text_blue);
  text-align: center;
  background: var(--Border-border_white);
  box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
}
.pagination-button.is-active {
  color: var(--Text-text_white);
  background: var(--Fill-Blue-blue_05---bland);
}
.pagination-button .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pagination-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 12px 8px;
  cursor: pointer;
  border-radius: 30px;
}
.pagination-button-prev::after,
.pagination-button-next::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--Fill-Blue-blue_05---bland);
  -webkit-mask-image: url("../img/icon/icon_arrow-right.svg");
          mask-image: url("../img/icon/icon_arrow-right.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.pagination-button-prev::after {
  transform: rotate(180deg);
}

/* コンポーネント : マーカー */
.marker-yellow {
  position: relative;
  z-index: 1;
  padding-inline: 2px;
}
.marker-yellow::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10px;
  content: "";
}

.marker-yellow::after {
  content: "";
  background-color: var(--Border-border_yellow);
}

/* コンポーネント : ラベル */
.label-orange_white-circle, .label-blue-circle, .label-orange, .label-orange-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
  border-radius: var(--Radius-radius_full);
}

.label-orange-circle {
  color: var(--Text-text_white);
  background-color: var(--Fill-Orange-orange_05);
}

.label-orange {
  position: relative;
  width: auto;
  height: auto;
  padding-right: 30px;
  padding-left: 12px;
  margin-right: 0;
  font-size: 1.6rem;
  color: var(--Text-text_white);
  background-color: var(--Fill-Orange-orange_05);
}
.label-orange.label-number-after::before, .label-orange.label-number-after::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.label-orange.label-number-after::after {
  right: 17%;
  font-size: 1.4rem;
  color: var(--Text-text_orange);
  content: attr(data-label-number);
}
.label-orange.label-number-after::before {
  right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background-color: var(--Text-text_white);
  border-radius: 50%;
}

.label-blue-circle {
  color: var(--Text-text_blue);
  border: 2px solid var(--Text-text_blue);
}
.label-blue-circle.small {
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  font-size: 1.6rem;
}
.label-blue-circle.medium {
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  font-size: 1.6rem;
}

.label-blue-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--Text-text_primary);
}
.label-blue-step .step-label {
  padding: 0 10px 2px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--Text-text_white);
  background: var(--Fill-Blue-blue_05---bland);
  border-radius: var(--Radius-radius_full);
}
.label-blue-step.step-small {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.label-blue-step.step-small .step-label {
  padding: 2px 10px;
  font-size: 1.4rem;
}

.label-orange_white-circle {
  color: var(--Text-text_orange);
  background-color: var(--Text-text_white);
}
.label-orange_white-circle.xsmall {
  position: relative;
  bottom: 3px;
  width: 19px;
  height: 19px;
  padding-bottom: 2px;
  margin-right: 0;
  margin-left: 2px;
  font-size: 1.2rem;
}
.label-orange_white-circle.small {
  width: 24px;
  height: 24px;
  font-size: 1.6rem;
}
.label-orange_white-circle.medium {
  width: 24px;
  height: 24px;
  padding-bottom: 2px;
  font-size: 1.6rem;
}

.label-blue_border-small {
  padding: 4px 12px 6px;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--Text-text_blue);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Text-text_blue);
  border-radius: 100px;
}

.label-light_blue_border-small {
  padding: 4px 12px 6px;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--Text-text_skyblue);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-skyblue-skyblue_05);
  border-radius: 100px;
}

.label-green_border-small {
  padding: 4px 12px 6px;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--Text-text_green);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Green-green_05);
  border-radius: 100px;
}

.label-orange_border-small {
  padding: 4px 12px 6px;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--Text-text_orange);
  background-color: var(--Fill-Bluegray-bluegray_00);
  border: 2px solid var(--Fill-Orange-orange_05);
  border-radius: 100px;
}

.label-sausage-blue {
  display: inline-block;
  text-align: center;
  border-radius: var(--Radius-radius_full);
}
.size-small.label-sausage-blue {
  padding: 4px 16px;
}
.size-medium.label-sausage-blue {
  padding: 6px 16px;
}
.size-large.label-sausage-blue {
  padding: 8px 16px;
}
.font-small.label-sausage-blue {
  font-size: 1.4rem;
}
.font-medium.label-sausage-blue {
  font-size: 1.6rem;
}
.font-large.label-sausage-blue {
  font-size: 1.8rem;
}

.label-sausage-blue {
  color: var(--Text-text_white);
  background-color: var(--Fill-Blue-blue_05---bland);
}

.label-sausage-border-dot, .label-sausage-border-dot-pc {
  position: relative;
  z-index: 1;
}
.label-sausage-border-dot-pc::before {
  display: none;
}
.label-sausage-border-dot::before, .label-sausage-border-dot-pc::before {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 5px;
  content: "";
  border-bottom: dotted 5px;
  transform: translateY(-50%);
}
.label-sausage-border-dot .label-sausage-blue, .label-sausage-border-dot-pc .label-sausage-blue {
  margin-left: 50%;
  transform: translateX(-50%);
}

.check-label {
  display: flex;
  flex-wrap: nowrap;
}
.check-label::before {
  display: inline-flex;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 4px;
  margin-right: 4px;
  content: "";
  background-image: url("/parts2/img/icon/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.check-label.check-absolute {
  position: relative;
  display: inline-block;
  padding-left: calc(1.4rem + 4px);
}
.check-label.check-absolute::before {
  position: absolute;
  top: 0;
  left: 0;
}

.label-sausage-type2 {
  display: inline-block;
  padding: 0 14px 2px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 150%;
  border-radius: var(--Radius-radius_lg) var(--Radius-radius_lg) var(--Radius-radius_lg) 0;
}
.label-sausage-type2.orange {
  color: var(--Text-text_white);
  background-color: var(--Fill-Orange-orange_05);
}

.label-side-dots-text {
  position: relative;
  display: inline-block;
  padding-inline: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--Text-text_blue);
}
.label-side-dots-text::before {
  position: absolute;
  bottom: 3px;
  left: calc(-1em - 2px);
  width: 25px;
  height: 41px;
  content: "";
  background-image: url("/parts2/img/icon/icon_dots-deco-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.label-side-dots-text::after {
  position: absolute;
  right: calc(-1em - 2px);
  bottom: 3px;
  width: 25px;
  height: 41px;
  content: "";
  background-image: url("/parts2/img/icon/icon_dots-deco-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.teiden-contents {
  margin-top: 32px;
}

/* コンポーネント : 余白 */
.mb-xxxxs {
  margin-bottom: var(--Spacing-Size-xxxxs) !important;
}
.mb-xxxs {
  margin-bottom: var(--Spacing-Size-xxxs) !important;
}
.mb-xxs {
  margin-bottom: var(--Spacing-Size-xxs) !important;
}
.mb-xs {
  margin-bottom: var(--Spacing-Size-xs) !important;
}
.mb-sm {
  margin-bottom: var(--Spacing-Size-sm) !important;
}
.mb-md {
  margin-bottom: var(--Spacing-Size-md) !important;
}
.mb-lg {
  margin-bottom: var(--Spacing-Size-lg) !important;
}
.mb-xl {
  margin-bottom: var(--Spacing-Size-xl) !important;
}
.mb-xxl {
  margin-bottom: var(--Spacing-Size-xxl) !important;
}
.mb-xxxl {
  margin-bottom: var(--Spacing-Size-xxxl) !important;
}
.space_none {
  margin-bottom: 0 !important;
}

.space_xxxxs {
  margin-bottom: 4px !important;
}

.space_xxxs {
  margin-bottom: 4px !important;
}

.space_xxs {
  margin-bottom: 8px !important;
}

.space_xs {
  margin-bottom: 12px !important;
}

.space_sm {
  margin-bottom: 16px !important;
}

.space_md {
  margin-bottom: 24px !important;
}

.space_lg {
  margin-bottom: 32px !important;
}

.space_xl {
  margin-bottom: 40px !important;
}

.space_xxl {
  margin-bottom: 48px !important;
}

.space_xxxl {
  margin-bottom: 56px !important;
}

.space_none-pc {
  margin-bottom: 0;
}

.space_xxxxs-pc {
  margin-bottom: 0;
}

.space_xxxs-pc {
  margin-bottom: 0;
}

.space_xxs-pc {
  margin-bottom: 0;
}

.space_xs-pc {
  margin-bottom: 0;
}

.space_sm-pc {
  margin-bottom: 0;
}

.space_md-pc {
  margin-bottom: 0;
}

.space_lg-pc {
  margin-bottom: 0;
}

.space_xl-pc {
  margin-bottom: 0;
}

.space_xxl-pc {
  margin-bottom: 0;
}

.space_xxxl-pc {
  margin-bottom: 0;
}

.space_none-sp {
  margin-bottom: 0 !important;
}

.space_xxxxs-sp {
  margin-bottom: 4px !important;
}

.space_xxxs-sp {
  margin-bottom: 4px !important;
}

.space_xxs-sp {
  margin-bottom: 8px !important;
}

.space_xs-sp {
  margin-bottom: 12px !important;
}

.space_sm-sp {
  margin-bottom: 16px !important;
}

.space_md-sp {
  margin-bottom: 24px !important;
}

.space_lg-sp {
  margin-bottom: 32px !important;
}

.space_xl-sp {
  margin-bottom: 40px !important;
}

.space_xxl-sp {
  margin-bottom: 48px !important;
}

.space_xxxl-sp {
  margin-bottom: 56px !important;
}

.mb-section_none {
  margin-bottom: var(--Spacing-Section-section_none) !important;
}
.mb-section_sm {
  margin-bottom: var(--Spacing-Section-section_sm) !important;
}
.mb-section_md {
  margin-bottom: var(--Spacing-Section-section_md) !important;
}
.mb-section_lg {
  margin-bottom: var(--Spacing-Section-section_lg) !important;
}
.mb-none-sp {
  margin-bottom: 0;
}

.mb-none {
  margin-bottom: 0 !important;
}

.m-a {
  margin: auto;
}

.m-t-a {
  margin-top: auto;
}

.m-a-i {
  margin-inline: auto;
}

.mr-none {
  margin-right: 0 !important;
}

.ml-none {
  margin-left: 0 !important;
}

.offset-bottom-10 {
  margin-bottom: -10px;
}

.pl-1em {
  padding-left: 1em;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-97 {
  margin-top: 97px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.mt-99 {
  margin-top: 99px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-81 {
  margin-right: 81px !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.mr-83 {
  margin-right: 83px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.mr-87 {
  margin-right: 87px !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mr-89 {
  margin-right: 89px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-91 {
  margin-right: 91px !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.mr-93 {
  margin-right: 93px !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mr-97 {
  margin-right: 97px !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.mr-99 {
  margin-right: 99px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.py-0 {
  padding-block: 0px !important;
}

.px-0 {
  padding-inline: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.py-1 {
  padding-block: 1px !important;
}

.px-1 {
  padding-inline: 1px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.py-2 {
  padding-block: 2px !important;
}

.px-2 {
  padding-inline: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.py-3 {
  padding-block: 3px !important;
}

.px-3 {
  padding-inline: 3px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.py-4 {
  padding-block: 4px !important;
}

.px-4 {
  padding-inline: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.py-5 {
  padding-block: 5px !important;
}

.px-5 {
  padding-inline: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.py-6 {
  padding-block: 6px !important;
}

.px-6 {
  padding-inline: 6px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.py-7 {
  padding-block: 7px !important;
}

.px-7 {
  padding-inline: 7px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.py-8 {
  padding-block: 8px !important;
}

.px-8 {
  padding-inline: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.py-9 {
  padding-block: 9px !important;
}

.px-9 {
  padding-inline: 9px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.py-10 {
  padding-block: 10px !important;
}

.px-10 {
  padding-inline: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.py-11 {
  padding-block: 11px !important;
}

.px-11 {
  padding-inline: 11px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.py-12 {
  padding-block: 12px !important;
}

.px-12 {
  padding-inline: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.py-13 {
  padding-block: 13px !important;
}

.px-13 {
  padding-inline: 13px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.py-14 {
  padding-block: 14px !important;
}

.px-14 {
  padding-inline: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.py-15 {
  padding-block: 15px !important;
}

.px-15 {
  padding-inline: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.py-16 {
  padding-block: 16px !important;
}

.px-16 {
  padding-inline: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.py-17 {
  padding-block: 17px !important;
}

.px-17 {
  padding-inline: 17px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.py-18 {
  padding-block: 18px !important;
}

.px-18 {
  padding-inline: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.py-19 {
  padding-block: 19px !important;
}

.px-19 {
  padding-inline: 19px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.py-20 {
  padding-block: 20px !important;
}

.px-20 {
  padding-inline: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.py-21 {
  padding-block: 21px !important;
}

.px-21 {
  padding-inline: 21px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.pl-21 {
  padding-left: 21px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.py-22 {
  padding-block: 22px !important;
}

.px-22 {
  padding-inline: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.py-23 {
  padding-block: 23px !important;
}

.px-23 {
  padding-inline: 23px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.pl-23 {
  padding-left: 23px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.py-24 {
  padding-block: 24px !important;
}

.px-24 {
  padding-inline: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.py-25 {
  padding-block: 25px !important;
}

.px-25 {
  padding-inline: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.py-26 {
  padding-block: 26px !important;
}

.px-26 {
  padding-inline: 26px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.py-27 {
  padding-block: 27px !important;
}

.px-27 {
  padding-inline: 27px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.py-28 {
  padding-block: 28px !important;
}

.px-28 {
  padding-inline: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.py-29 {
  padding-block: 29px !important;
}

.px-29 {
  padding-inline: 29px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.py-30 {
  padding-block: 30px !important;
}

.px-30 {
  padding-inline: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.py-31 {
  padding-block: 31px !important;
}

.px-31 {
  padding-inline: 31px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.pl-31 {
  padding-left: 31px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.py-32 {
  padding-block: 32px !important;
}

.px-32 {
  padding-inline: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.py-33 {
  padding-block: 33px !important;
}

.px-33 {
  padding-inline: 33px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.py-34 {
  padding-block: 34px !important;
}

.px-34 {
  padding-inline: 34px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.py-35 {
  padding-block: 35px !important;
}

.px-35 {
  padding-inline: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.py-36 {
  padding-block: 36px !important;
}

.px-36 {
  padding-inline: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.py-37 {
  padding-block: 37px !important;
}

.px-37 {
  padding-inline: 37px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.pl-37 {
  padding-left: 37px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.py-38 {
  padding-block: 38px !important;
}

.px-38 {
  padding-inline: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.py-39 {
  padding-block: 39px !important;
}

.px-39 {
  padding-inline: 39px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.pl-39 {
  padding-left: 39px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.py-40 {
  padding-block: 40px !important;
}

.px-40 {
  padding-inline: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-41 {
  padding-top: 41px !important;
}

.py-41 {
  padding-block: 41px !important;
}

.px-41 {
  padding-inline: 41px !important;
}

.pr-41 {
  padding-right: 41px !important;
}

.pl-41 {
  padding-left: 41px !important;
}

.pb-41 {
  padding-bottom: 41px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.py-42 {
  padding-block: 42px !important;
}

.px-42 {
  padding-inline: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.pt-43 {
  padding-top: 43px !important;
}

.py-43 {
  padding-block: 43px !important;
}

.px-43 {
  padding-inline: 43px !important;
}

.pr-43 {
  padding-right: 43px !important;
}

.pl-43 {
  padding-left: 43px !important;
}

.pb-43 {
  padding-bottom: 43px !important;
}

.pt-44 {
  padding-top: 44px !important;
}

.py-44 {
  padding-block: 44px !important;
}

.px-44 {
  padding-inline: 44px !important;
}

.pr-44 {
  padding-right: 44px !important;
}

.pl-44 {
  padding-left: 44px !important;
}

.pb-44 {
  padding-bottom: 44px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.py-45 {
  padding-block: 45px !important;
}

.px-45 {
  padding-inline: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-46 {
  padding-top: 46px !important;
}

.py-46 {
  padding-block: 46px !important;
}

.px-46 {
  padding-inline: 46px !important;
}

.pr-46 {
  padding-right: 46px !important;
}

.pl-46 {
  padding-left: 46px !important;
}

.pb-46 {
  padding-bottom: 46px !important;
}

.pt-47 {
  padding-top: 47px !important;
}

.py-47 {
  padding-block: 47px !important;
}

.px-47 {
  padding-inline: 47px !important;
}

.pr-47 {
  padding-right: 47px !important;
}

.pl-47 {
  padding-left: 47px !important;
}

.pb-47 {
  padding-bottom: 47px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.py-48 {
  padding-block: 48px !important;
}

.px-48 {
  padding-inline: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pt-49 {
  padding-top: 49px !important;
}

.py-49 {
  padding-block: 49px !important;
}

.px-49 {
  padding-inline: 49px !important;
}

.pr-49 {
  padding-right: 49px !important;
}

.pl-49 {
  padding-left: 49px !important;
}

.pb-49 {
  padding-bottom: 49px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.py-50 {
  padding-block: 50px !important;
}

.px-50 {
  padding-inline: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-51 {
  padding-top: 51px !important;
}

.py-51 {
  padding-block: 51px !important;
}

.px-51 {
  padding-inline: 51px !important;
}

.pr-51 {
  padding-right: 51px !important;
}

.pl-51 {
  padding-left: 51px !important;
}

.pb-51 {
  padding-bottom: 51px !important;
}

.pt-52 {
  padding-top: 52px !important;
}

.py-52 {
  padding-block: 52px !important;
}

.px-52 {
  padding-inline: 52px !important;
}

.pr-52 {
  padding-right: 52px !important;
}

.pl-52 {
  padding-left: 52px !important;
}

.pb-52 {
  padding-bottom: 52px !important;
}

.pt-53 {
  padding-top: 53px !important;
}

.py-53 {
  padding-block: 53px !important;
}

.px-53 {
  padding-inline: 53px !important;
}

.pr-53 {
  padding-right: 53px !important;
}

.pl-53 {
  padding-left: 53px !important;
}

.pb-53 {
  padding-bottom: 53px !important;
}

.pt-54 {
  padding-top: 54px !important;
}

.py-54 {
  padding-block: 54px !important;
}

.px-54 {
  padding-inline: 54px !important;
}

.pr-54 {
  padding-right: 54px !important;
}

.pl-54 {
  padding-left: 54px !important;
}

.pb-54 {
  padding-bottom: 54px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.py-55 {
  padding-block: 55px !important;
}

.px-55 {
  padding-inline: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.py-56 {
  padding-block: 56px !important;
}

.px-56 {
  padding-inline: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pt-57 {
  padding-top: 57px !important;
}

.py-57 {
  padding-block: 57px !important;
}

.px-57 {
  padding-inline: 57px !important;
}

.pr-57 {
  padding-right: 57px !important;
}

.pl-57 {
  padding-left: 57px !important;
}

.pb-57 {
  padding-bottom: 57px !important;
}

.pt-58 {
  padding-top: 58px !important;
}

.py-58 {
  padding-block: 58px !important;
}

.px-58 {
  padding-inline: 58px !important;
}

.pr-58 {
  padding-right: 58px !important;
}

.pl-58 {
  padding-left: 58px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pt-59 {
  padding-top: 59px !important;
}

.py-59 {
  padding-block: 59px !important;
}

.px-59 {
  padding-inline: 59px !important;
}

.pr-59 {
  padding-right: 59px !important;
}

.pl-59 {
  padding-left: 59px !important;
}

.pb-59 {
  padding-bottom: 59px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.py-60 {
  padding-block: 60px !important;
}

.px-60 {
  padding-inline: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pt-61 {
  padding-top: 61px !important;
}

.py-61 {
  padding-block: 61px !important;
}

.px-61 {
  padding-inline: 61px !important;
}

.pr-61 {
  padding-right: 61px !important;
}

.pl-61 {
  padding-left: 61px !important;
}

.pb-61 {
  padding-bottom: 61px !important;
}

.pt-62 {
  padding-top: 62px !important;
}

.py-62 {
  padding-block: 62px !important;
}

.px-62 {
  padding-inline: 62px !important;
}

.pr-62 {
  padding-right: 62px !important;
}

.pl-62 {
  padding-left: 62px !important;
}

.pb-62 {
  padding-bottom: 62px !important;
}

.pt-63 {
  padding-top: 63px !important;
}

.py-63 {
  padding-block: 63px !important;
}

.px-63 {
  padding-inline: 63px !important;
}

.pr-63 {
  padding-right: 63px !important;
}

.pl-63 {
  padding-left: 63px !important;
}

.pb-63 {
  padding-bottom: 63px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.py-64 {
  padding-block: 64px !important;
}

.px-64 {
  padding-inline: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.py-65 {
  padding-block: 65px !important;
}

.px-65 {
  padding-inline: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pt-66 {
  padding-top: 66px !important;
}

.py-66 {
  padding-block: 66px !important;
}

.px-66 {
  padding-inline: 66px !important;
}

.pr-66 {
  padding-right: 66px !important;
}

.pl-66 {
  padding-left: 66px !important;
}

.pb-66 {
  padding-bottom: 66px !important;
}

.pt-67 {
  padding-top: 67px !important;
}

.py-67 {
  padding-block: 67px !important;
}

.px-67 {
  padding-inline: 67px !important;
}

.pr-67 {
  padding-right: 67px !important;
}

.pl-67 {
  padding-left: 67px !important;
}

.pb-67 {
  padding-bottom: 67px !important;
}

.pt-68 {
  padding-top: 68px !important;
}

.py-68 {
  padding-block: 68px !important;
}

.px-68 {
  padding-inline: 68px !important;
}

.pr-68 {
  padding-right: 68px !important;
}

.pl-68 {
  padding-left: 68px !important;
}

.pb-68 {
  padding-bottom: 68px !important;
}

.pt-69 {
  padding-top: 69px !important;
}

.py-69 {
  padding-block: 69px !important;
}

.px-69 {
  padding-inline: 69px !important;
}

.pr-69 {
  padding-right: 69px !important;
}

.pl-69 {
  padding-left: 69px !important;
}

.pb-69 {
  padding-bottom: 69px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.py-70 {
  padding-block: 70px !important;
}

.px-70 {
  padding-inline: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-71 {
  padding-top: 71px !important;
}

.py-71 {
  padding-block: 71px !important;
}

.px-71 {
  padding-inline: 71px !important;
}

.pr-71 {
  padding-right: 71px !important;
}

.pl-71 {
  padding-left: 71px !important;
}

.pb-71 {
  padding-bottom: 71px !important;
}

.pt-72 {
  padding-top: 72px !important;
}

.py-72 {
  padding-block: 72px !important;
}

.px-72 {
  padding-inline: 72px !important;
}

.pr-72 {
  padding-right: 72px !important;
}

.pl-72 {
  padding-left: 72px !important;
}

.pb-72 {
  padding-bottom: 72px !important;
}

.pt-73 {
  padding-top: 73px !important;
}

.py-73 {
  padding-block: 73px !important;
}

.px-73 {
  padding-inline: 73px !important;
}

.pr-73 {
  padding-right: 73px !important;
}

.pl-73 {
  padding-left: 73px !important;
}

.pb-73 {
  padding-bottom: 73px !important;
}

.pt-74 {
  padding-top: 74px !important;
}

.py-74 {
  padding-block: 74px !important;
}

.px-74 {
  padding-inline: 74px !important;
}

.pr-74 {
  padding-right: 74px !important;
}

.pl-74 {
  padding-left: 74px !important;
}

.pb-74 {
  padding-bottom: 74px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.py-75 {
  padding-block: 75px !important;
}

.px-75 {
  padding-inline: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pt-76 {
  padding-top: 76px !important;
}

.py-76 {
  padding-block: 76px !important;
}

.px-76 {
  padding-inline: 76px !important;
}

.pr-76 {
  padding-right: 76px !important;
}

.pl-76 {
  padding-left: 76px !important;
}

.pb-76 {
  padding-bottom: 76px !important;
}

.pt-77 {
  padding-top: 77px !important;
}

.py-77 {
  padding-block: 77px !important;
}

.px-77 {
  padding-inline: 77px !important;
}

.pr-77 {
  padding-right: 77px !important;
}

.pl-77 {
  padding-left: 77px !important;
}

.pb-77 {
  padding-bottom: 77px !important;
}

.pt-78 {
  padding-top: 78px !important;
}

.py-78 {
  padding-block: 78px !important;
}

.px-78 {
  padding-inline: 78px !important;
}

.pr-78 {
  padding-right: 78px !important;
}

.pl-78 {
  padding-left: 78px !important;
}

.pb-78 {
  padding-bottom: 78px !important;
}

.pt-79 {
  padding-top: 79px !important;
}

.py-79 {
  padding-block: 79px !important;
}

.px-79 {
  padding-inline: 79px !important;
}

.pr-79 {
  padding-right: 79px !important;
}

.pl-79 {
  padding-left: 79px !important;
}

.pb-79 {
  padding-bottom: 79px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.py-80 {
  padding-block: 80px !important;
}

.px-80 {
  padding-inline: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pt-81 {
  padding-top: 81px !important;
}

.py-81 {
  padding-block: 81px !important;
}

.px-81 {
  padding-inline: 81px !important;
}

.pr-81 {
  padding-right: 81px !important;
}

.pl-81 {
  padding-left: 81px !important;
}

.pb-81 {
  padding-bottom: 81px !important;
}

.pt-82 {
  padding-top: 82px !important;
}

.py-82 {
  padding-block: 82px !important;
}

.px-82 {
  padding-inline: 82px !important;
}

.pr-82 {
  padding-right: 82px !important;
}

.pl-82 {
  padding-left: 82px !important;
}

.pb-82 {
  padding-bottom: 82px !important;
}

.pt-83 {
  padding-top: 83px !important;
}

.py-83 {
  padding-block: 83px !important;
}

.px-83 {
  padding-inline: 83px !important;
}

.pr-83 {
  padding-right: 83px !important;
}

.pl-83 {
  padding-left: 83px !important;
}

.pb-83 {
  padding-bottom: 83px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.py-84 {
  padding-block: 84px !important;
}

.px-84 {
  padding-inline: 84px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.py-85 {
  padding-block: 85px !important;
}

.px-85 {
  padding-inline: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pt-86 {
  padding-top: 86px !important;
}

.py-86 {
  padding-block: 86px !important;
}

.px-86 {
  padding-inline: 86px !important;
}

.pr-86 {
  padding-right: 86px !important;
}

.pl-86 {
  padding-left: 86px !important;
}

.pb-86 {
  padding-bottom: 86px !important;
}

.pt-87 {
  padding-top: 87px !important;
}

.py-87 {
  padding-block: 87px !important;
}

.px-87 {
  padding-inline: 87px !important;
}

.pr-87 {
  padding-right: 87px !important;
}

.pl-87 {
  padding-left: 87px !important;
}

.pb-87 {
  padding-bottom: 87px !important;
}

.pt-88 {
  padding-top: 88px !important;
}

.py-88 {
  padding-block: 88px !important;
}

.px-88 {
  padding-inline: 88px !important;
}

.pr-88 {
  padding-right: 88px !important;
}

.pl-88 {
  padding-left: 88px !important;
}

.pb-88 {
  padding-bottom: 88px !important;
}

.pt-89 {
  padding-top: 89px !important;
}

.py-89 {
  padding-block: 89px !important;
}

.px-89 {
  padding-inline: 89px !important;
}

.pr-89 {
  padding-right: 89px !important;
}

.pl-89 {
  padding-left: 89px !important;
}

.pb-89 {
  padding-bottom: 89px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.py-90 {
  padding-block: 90px !important;
}

.px-90 {
  padding-inline: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pt-91 {
  padding-top: 91px !important;
}

.py-91 {
  padding-block: 91px !important;
}

.px-91 {
  padding-inline: 91px !important;
}

.pr-91 {
  padding-right: 91px !important;
}

.pl-91 {
  padding-left: 91px !important;
}

.pb-91 {
  padding-bottom: 91px !important;
}

.pt-92 {
  padding-top: 92px !important;
}

.py-92 {
  padding-block: 92px !important;
}

.px-92 {
  padding-inline: 92px !important;
}

.pr-92 {
  padding-right: 92px !important;
}

.pl-92 {
  padding-left: 92px !important;
}

.pb-92 {
  padding-bottom: 92px !important;
}

.pt-93 {
  padding-top: 93px !important;
}

.py-93 {
  padding-block: 93px !important;
}

.px-93 {
  padding-inline: 93px !important;
}

.pr-93 {
  padding-right: 93px !important;
}

.pl-93 {
  padding-left: 93px !important;
}

.pb-93 {
  padding-bottom: 93px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.py-94 {
  padding-block: 94px !important;
}

.px-94 {
  padding-inline: 94px !important;
}

.pr-94 {
  padding-right: 94px !important;
}

.pl-94 {
  padding-left: 94px !important;
}

.pb-94 {
  padding-bottom: 94px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.py-95 {
  padding-block: 95px !important;
}

.px-95 {
  padding-inline: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pt-96 {
  padding-top: 96px !important;
}

.py-96 {
  padding-block: 96px !important;
}

.px-96 {
  padding-inline: 96px !important;
}

.pr-96 {
  padding-right: 96px !important;
}

.pl-96 {
  padding-left: 96px !important;
}

.pb-96 {
  padding-bottom: 96px !important;
}

.pt-97 {
  padding-top: 97px !important;
}

.py-97 {
  padding-block: 97px !important;
}

.px-97 {
  padding-inline: 97px !important;
}

.pr-97 {
  padding-right: 97px !important;
}

.pl-97 {
  padding-left: 97px !important;
}

.pb-97 {
  padding-bottom: 97px !important;
}

.pt-98 {
  padding-top: 98px !important;
}

.py-98 {
  padding-block: 98px !important;
}

.px-98 {
  padding-inline: 98px !important;
}

.pr-98 {
  padding-right: 98px !important;
}

.pl-98 {
  padding-left: 98px !important;
}

.pb-98 {
  padding-bottom: 98px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.py-99 {
  padding-block: 99px !important;
}

.px-99 {
  padding-inline: 99px !important;
}

.pr-99 {
  padding-right: 99px !important;
}

.pl-99 {
  padding-left: 99px !important;
}

.pb-99 {
  padding-bottom: 99px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.py-100 {
  padding-block: 100px !important;
}

.px-100 {
  padding-inline: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* コンポーネント : テーブル */
.table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: var(--Radius-radius_md);
}
.table :where(th, td) {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
  background-color: var(--Fill-Bluegray-bluegray_00);
  border-bottom: 1px solid var(--Border-border_gray);
  border-left: 1px solid var(--Border-border_gray);
}
.table :where(th, td).text-s {
  font-size: 1.2rem;
}
.table :where(th, td).text-s-sp_xxs {
  font-size: 1.1rem;
}
.table :where(th, td):first-child {
  border-left: 1px solid var(--Border-border_gray);
}
.table :where(th, td):last-child {
  border-right: 1px solid var(--Border-border_gray);
}
.table :where(th, td).text-center {
  text-align: center !important;
}
.table :where(th, td).text-right {
  text-align: right;
}
.table tr:first-child:is(thead *) td,
.table tr:first-child:is(thead *) th {
  border-bottom: 0;
}
.table tr:first-child td,
.table tr:first-child th {
  border-top: 1px solid var(--Border-border_gray);
}
.table tr:first-child td:first-child,
.table tr:first-child th:first-child {
  border-top-left-radius: var(--Radius-radius_md);
}
.table tr:first-child td:last-child,
.table tr:first-child th:last-child {
  border-top-right-radius: var(--Radius-radius_md);
}
.table tr:not(:is(thead *)):last-child td:first-child,
.table tr:not(:is(thead *)):last-child th:first-child {
  border-bottom-left-radius: var(--Radius-radius_md);
}
.table tr:not(:is(thead *)):last-child td:last-child,
.table tr:not(:is(thead *)):last-child th:last-child {
  border-bottom-right-radius: var(--Radius-radius_md);
}
.table tr:first-child:is(thead + * > *) td:first-child,
.table tr:first-child:is(thead + * > *) th:first-child {
  border-top-left-radius: 0;
}
.table tr:first-child:is(thead + * > *) td:last-child,
.table tr:first-child:is(thead + * > *) th:last-child {
  border-top-right-radius: 0;
}
.table .table-rounded-b-l {
  border-bottom-left-radius: var(--Radius-radius_md) !important;
}
.table .table-rounded-b-r {
  border-bottom-right-radius: var(--Radius-radius_md) !important;
}
.table .table-rounded-t-l {
  border-top-left-radius: var(--Radius-radius_md) !important;
}
.table .table-rounded-t-r {
  border-top-right-radius: var(--Radius-radius_md) !important;
}
.table.table-space-xs th,
.table.table-space-xs td {
  padding: 10px 8px;
}
.table.table-space-sm th,
.table.table-space-sm td {
  padding: 12px 8px;
}
.table.table-space-md th,
.table.table-space-md td {
  padding: 12px 16px;
}
.table :where(th) {
  font-weight: 700;
  background-color: var(--Fill-Bluegray-bluegray_01);
}
.table :where(th).font-medium {
  font-weight: 500;
}
.table-container {
  position: relative;
  padding: 1px 0;
  overflow: auto clip;
}
.table-container .table {
  width: min(180%, 750px);
}
.table-container .table-min-large {
  width: max(1120px, 100%);
}
.table-scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  color: #fff;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transform: translate(-50%, -50%);
}
.table-scroll-hint.is-active {
  visibility: visible;
  opacity: 1;
}
.table-scroll-hint-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.table-scroll-hint-icon-arrow {
  width: 33px;
  height: 12px;
  background-image: url("../img/icon/icon_arrow-both-sides.svg");
  opacity: 0;
}
.table-scroll-hint.is-active .table-scroll-hint-icon-arrow {
  animation: arrow-fade-in 500ms forwards ease-in-out 2000ms;
}
.table-scroll-hint-icon-finger {
  width: 26px;
  height: 31px;
  margin-top: 2px;
  background-image: url("../img/icon/icon_finger.svg");
}
.table-scroll-hint.is-active .table-scroll-hint-icon-finger {
  animation: finger-move 1000ms infinite ease-in-out;
  animation-iteration-count: 2;
}
.table-scroll-hint p {
  margin-top: 8px;
  font-size: 1.1rem;
}
.table .table-header-blue {
  background-color: var(--Fill-Blue-blue_02);
}
.table .bt {
  border-top: 1px solid var(--Border-border_gray);
}
.table .bb {
  border-bottom: 1px solid var(--Border-border_gray);
}
.table .br {
  border-right: 1px solid var(--Border-border_gray);
}
.table .bl {
  border-left: 1px solid var(--Border-border_gray);
}
.table .bt-n {
  border-top: none;
}
.table .bb-n {
  border-bottom: none;
}
.table .br-n {
  border-right: none;
}
.table .bl-n {
  border-left: none;
}
.table.table-l-a {
  table-layout: auto;
}
.table .col-1 {
  width: 8.3333333333%;
}
.table .col-2 {
  width: 16.6666666667%;
}
.table .col-3 {
  width: 25%;
}
.table .col-4 {
  width: 33.3333333333%;
}
.table .col-5 {
  width: 41.6666666667%;
}
.table .col-6 {
  width: 50%;
}
.table .col-7 {
  width: 58.3333333333%;
}
.table .col-8 {
  width: 66.6666666667%;
}
.table .col-9 {
  width: 75%;
}
.table .col-10 {
  width: 83.3333333333%;
}
.table .col-11 {
  width: 91.6666666667%;
}
.table .col-auto {
  width: auto;
}

/*
** テーブルヒント 指のアニメーション
*/
@keyframes finger-move {
  0% {
    opacity: 0;
    transform: translateX(-150%);
  }
  100% {
    opacity: 1;
    transform: translateX(150%);
  }
}
/*
** テーブルヒント 矢印のアニメーション
*/
@keyframes arrow-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * テーブル立て並び
*/

.table-cell-fixed {
  width: 105px;
}

.btl {
  border-top-left-radius: var(--Radius-radius_md) !important;
}

.btr {
  border-top-right-radius: var(--Radius-radius_md) !important;
}

.bbl {
  border-bottom-left-radius: var(--Radius-radius_md) !important;
}

.bbr {
  border-bottom-right-radius: var(--Radius-radius_md) !important;
}

.btl-n {
  border-top-left-radius: 0 !important;
}

.btr-n {
  border-top-right-radius: 0 !important;
}

.bbl-n {
  border-bottom-left-radius: 0 !important;
}

.bbr-n {
  border-bottom-right-radius: 0 !important;
}

.table-bb-gray {
  border-bottom: 1px solid var(--Border-border_gray);
}

.table-bt-gray {
  border-top: 1px solid var(--Border-border_gray);
}

.d-b {
  display: block;
}

.d-n {
  display: none;
}

.d-ib {
  display: inline-block;
}

.d-i {
  display: inline;
}

.d-tc {
  display: table-cell;
}

.d-g {
  display: grid;
}
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}
.maw-50 {
  width: 100%;
  max-width: 50px;
}
.maw-58 {
  width: 100%;
  max-width: 58px;
}
.maw-60 {
  width: 100%;
  max-width: 60px;
}
.maw-70 {
  width: 100%;
  max-width: 70px;
}
.maw-80 {
  width: 100%;
  max-width: 80px;
}
.maw-90 {
  width: 100%;
  max-width: 90px;
}
.maw-100 {
  width: 100%;
  max-width: 100px;
}
.maw-104 {
  width: 100%;
  max-width: 104px;
}
.maw-140 {
  width: 100%;
  max-width: 140px;
}
.maw-170 {
  width: 100%;
  max-width: 170px;
}
.maw-175 {
  width: 100%;
  max-width: 175px;
}
.maw-176 {
  width: 100%;
  max-width: 176px;
}
.maw-180 {
  width: 100%;
  max-width: 180px;
}
.maw-208 {
  width: 100%;
  max-width: 208px;
}
.maw-210 {
  width: 100%;
  max-width: 210px;
}
.maw-220 {
  width: 100%;
  max-width: 220px;
}
.maw-225 {
  width: 100%;
  max-width: 225px;
}
.maw-230 {
  width: 100%;
  max-width: 230px;
}
.maw-240 {
  width: 100%;
  max-width: 240px;
}
.maw-250 {
  width: 100%;
  max-width: 250px;
}
.maw-260 {
  width: 100%;
  max-width: 260px;
}
.maw-270 {
  width: 100%;
  max-width: 270px;
}
.maw-280 {
  width: 100%;
  max-width: 280px;
}
.maw-300 {
  width: 100%;
  max-width: 300px;
}
.maw-310 {
  width: 100%;
  max-width: 310px;
}
.maw-320 {
  width: 100%;
  max-width: 320px;
}
.maw-330 {
  width: 100%;
  max-width: 330px;
}
.maw-340 {
  width: 100%;
  max-width: 340px;
}
.maw-360 {
  width: 100%;
  max-width: 360px;
}
.maw-380 {
  width: 100%;
  max-width: 380px;
}
.maw-400 {
  width: 100%;
  max-width: 400px;
}
.maw-420 {
  width: 100%;
  max-width: 420px;
}
.maw-424 {
  width: 100%;
  max-width: 424px;
}
.maw-432 {
  width: 100%;
  max-width: 432px;
}
.maw-440 {
  width: 100%;
  max-width: 440px;
}
.maw-450 {
  width: 100%;
  max-width: 450px;
}
.maw-454 {
  width: 100%;
  max-width: 454px;
}
.maw-474 {
  width: 100%;
  max-width: 474px;
}
.maw-480 {
  width: 100%;
  max-width: 480px;
}
.maw-490 {
  width: 100%;
  max-width: 490px;
}
.maw-540 {
  width: 100%;
  max-width: 540px;
}
.maw-544 {
  width: 100%;
  max-width: 544px;
}
.maw-590 {
  width: 100%;
  max-width: 590px;
}
.maw-600 {
  width: 100%;
  max-width: 600px;
}
.maw-650 {
  width: 100%;
  max-width: 650px;
}
.maw-660 {
  width: 100%;
  max-width: 660px;
}
.maw-680 {
  width: 100%;
  max-width: 680px;
}
.maw-700 {
  width: 100%;
  max-width: 700px;
}
.maw-707 {
  width: 100%;
  max-width: 707px;
}
.maw-710 {
  width: 100%;
  max-width: 710px;
}
.maw-715 {
  width: 100%;
  max-width: 715px;
}
.maw-730 {
  width: 100%;
  max-width: 730px;
}
.maw-740 {
  width: 100%;
  max-width: 740px;
}
.maw-750 {
  width: 100%;
  max-width: 750px;
}
.maw-770 {
  width: 100%;
  max-width: 770px;
}
.maw-790 {
  width: 100%;
  max-width: 790px;
}
.maw-810 {
  width: 100%;
  max-width: 810px;
}
.maw-840 {
  width: 100%;
  max-width: 840px;
}
.maw-880 {
  width: 100%;
  max-width: 880px;
}
.maw-870 {
  width: 100%;
  max-width: 870px;
}
.maw-888 {
  width: 100%;
  max-width: 888px;
}
.maw-1000 {
  width: 100%;
  max-width: 1000px;
}
.maw-1040 {
  width: 100%;
  max-width: 1040px;
}

.w-1per {
  width: 1%;
}

.w-2per {
  width: 2%;
}

.w-3per {
  width: 3%;
}

.w-4per {
  width: 4%;
}

.w-5per {
  width: 5%;
}

.w-6per {
  width: 6%;
}

.w-7per {
  width: 7%;
}

.w-8per {
  width: 8%;
}

.w-9per {
  width: 9%;
}

.w-10per {
  width: 10%;
}

.w-11per {
  width: 11%;
}

.w-12per {
  width: 12%;
}

.w-13per {
  width: 13%;
}

.w-14per {
  width: 14%;
}

.w-15per {
  width: 15%;
}

.w-16per {
  width: 16%;
}

.w-17per {
  width: 17%;
}

.w-18per {
  width: 18%;
}

.w-19per {
  width: 19%;
}

.w-20per {
  width: 20%;
}

.w-21per {
  width: 21%;
}

.w-22per {
  width: 22%;
}

.w-23per {
  width: 23%;
}

.w-24per {
  width: 24%;
}

.w-25per {
  width: 25%;
}

.w-26per {
  width: 26%;
}

.w-27per {
  width: 27%;
}

.w-28per {
  width: 28%;
}

.w-29per {
  width: 29%;
}

.w-30per {
  width: 30%;
}

.w-31per {
  width: 31%;
}

.w-32per {
  width: 32%;
}

.w-33per {
  width: 33%;
}

.w-34per {
  width: 34%;
}

.w-35per {
  width: 35%;
}

.w-36per {
  width: 36%;
}

.w-37per {
  width: 37%;
}

.w-38per {
  width: 38%;
}

.w-39per {
  width: 39%;
}

.w-40per {
  width: 40%;
}

.w-41per {
  width: 41%;
}

.w-42per {
  width: 42%;
}

.w-43per {
  width: 43%;
}

.w-44per {
  width: 44%;
}

.w-45per {
  width: 45%;
}

.w-46per {
  width: 46%;
}

.w-47per {
  width: 47%;
}

.w-48per {
  width: 48%;
}

.w-49per {
  width: 49%;
}

.w-50per {
  width: 50%;
}

.w-9_5per-sm {
  width: 9.5%;
}

.w-10_5per-sm {
  width: 10.5%;
}

.w-92px-sm {
  width: 92px;
}

.w-100per {
  width: 100%;
}

.h-a {
  height: auto;
}

.h-100per {
  height: 100%;
}

.mah-70 {
  max-height: 70px !important;
}

.d-i-f {
  display: inline-flex;
}

.d-f {
  display: flex;
}

.fd-r {
  flex-direction: row;
}

.fd-c {
  flex-direction: column;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.ai-c {
  align-items: center;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.ai-st {
  align-items: stretch;
}

.f-1 {
  flex: 1;
}

.fs-0 {
  flex-shrink: 0;
}

.f-n {
  flex: none;
}

.fw-w {
  flex-wrap: wrap;
}

.p-c-center {
  place-content: center;
}

/* コンポーネント : カラー */
.bg-white {
  background: var(--Fill-Bluegray-bluegray_00);
}

.bg-gray {
  background: var(--Fill-Bluegray-bluegray_01);
}

.bg-bluegray-02 {
  background-color: var(--Fill-Bluegray-bluegray_02);
}

.bg-bluegray-03 {
  background-color: var(--Fill-Bluegray-bluegray_03);
}

.bg-blue {
  background-color: var(--Text-text_blue);
}

.bg-skyblue {
  background-color: var(--Fill-skyblue-skyblue_05);
}

.bg-light-skyblue {
  background-color: var(--Fill-skyblue-skyblue_01);
}

.bg-blue-1 {
  background-color: var(--gas_blue-01);
}

.bg-green {
  background-color: var(--Fill-Green-green_05);
}

.bg-orange {
  background-color: var(--Fill-Orange-orange_05);
}

.bg-light-orange {
  background-color: var(--Fill-Orange-orange_01);
}

.bg-light-green {
  background-color: var(--Fill-Green-green_01);
}

.bg-transparent {
  background-color: transparent;
}

.color-white {
  color: var(--Text-text_white);
}

.color-gray-05 {
  color: var(--bluegray-05);
}

.color-blue {
  color: var(--Text-text_blue);
}

.color-red {
  color: var(--Text-text_red);
}

.color-orange {
  color: var(--Text-text_orange);
}

.color-yellow {
  color: var(--Text-text_yellow);
}

.color-skyblue {
  color: var(--Text-text_skyblue);
}

.color-green {
  color: var(--Text-text_green);
}

.color-primary {
  color: var(--Text-text_primary);
}

.color-secondary {
  color: var(--Text-text_secondary);
}

.color-blue-bland {
  color: var(--gas_blue-05---bland);
}

.color-light {
  color: var(--Text-text_light);
}

@media (min-width: 768px){
  .fz-10-sm {
    font-size: 1rem !important;
  }
  .fz-11-sm {
    font-size: 1.1rem !important;
  }
  .fz-12-sm {
    font-size: 1.2rem !important;
  }
  .fz-13-sm {
    font-size: 1.3rem !important;
  }
  .fz-14-sm {
    font-size: 1.4rem !important;
  }
  .fz-15-sm {
    font-size: 1.5rem !important;
  }
  .fz-16-sm {
    font-size: 1.6rem !important;
  }
  .fz-17-sm {
    font-size: 1.7rem !important;
  }
  .fz-18-sm {
    font-size: 1.8rem !important;
  }
  .fz-19-sm {
    font-size: 1.9rem !important;
  }
  .fz-20-sm {
    font-size: 2rem !important;
  }
  .fz-21-sm {
    font-size: 2.1rem !important;
  }
  .fz-22-sm {
    font-size: 2.2rem !important;
  }
  .fz-23-sm {
    font-size: 2.3rem !important;
  }
  .fz-24-sm {
    font-size: 2.4rem !important;
  }
  .fz-25-sm {
    font-size: 2.5rem !important;
  }
  .fz-26-sm {
    font-size: 2.6rem !important;
  }
  .fz-27-sm {
    font-size: 2.7rem !important;
  }
  .fz-28-sm {
    font-size: 2.8rem !important;
  }
  .fz-29-sm {
    font-size: 2.9rem !important;
  }
  .fz-30-sm {
    font-size: 3rem !important;
  }
  .fz-31-sm {
    font-size: 3.1rem !important;
  }
  .fz-32-sm {
    font-size: 3.2rem !important;
  }
  .fz-33-sm {
    font-size: 3.3rem !important;
  }
  .fz-34-sm {
    font-size: 3.4rem !important;
  }
  .fz-35-sm {
    font-size: 3.5rem !important;
  }
  .fz-36-sm {
    font-size: 3.6rem !important;
  }
  .fz-37-sm {
    font-size: 3.7rem !important;
  }
  .fz-38-sm {
    font-size: 3.8rem !important;
  }
  .fz-39-sm {
    font-size: 3.9rem !important;
  }
  .fz-40-sm {
    font-size: 4rem !important;
  }
  .fz-41-sm {
    font-size: 4.1rem !important;
  }
  .fz-42-sm {
    font-size: 4.2rem !important;
  }
  .fz-43-sm {
    font-size: 4.3rem !important;
  }
  .fz-44-sm {
    font-size: 4.4rem !important;
  }
  .fz-45-sm {
    font-size: 4.5rem !important;
  }
  .fz-46-sm {
    font-size: 4.6rem !important;
  }
  .fz-47-sm {
    font-size: 4.7rem !important;
  }
  .fz-48-sm {
    font-size: 4.8rem !important;
  }
  .fz-49-sm {
    font-size: 4.9rem !important;
  }
  .fz-50-sm {
    font-size: 5rem !important;
  }
  .lh-0em-sm {
    line-height: 0 !important;
  }
  .lh-1em-sm {
    line-height: 1 !important;
  }
  .lh-1_25em-sm {
    line-height: 1.25 !important;
  }
  .lh-1_5em-sm {
    line-height: 1.5 !important;
  }
  .lh-1_75em-sm {
    line-height: 1.75 !important;
  }
  .lh-1_8em-sm {
    line-height: 1.8 !important;
  }
  .lh-2em-sm {
    line-height: 2 !important;
  }
  .lh-2-8em-sm {
    line-height: 2.8 !important;
  }
  .wm-tb-sm {
    writing-mode: horizontal-tb;
  }
  .wm-tb-sm .rotate {
    display: inline;
    transform: none;
  }
  .wm-rl-sm {
    white-space: pre;
    writing-mode: vertical-rl;
  }
  .l-header-logo {
    margin-right: 0;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item .l-footer-wrap-block-main-group-list-item-link {
    font-size: 1.5rem;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link:first-child {
    margin-bottom: 0;
  }
  .l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link + .l-footer-wrap-block-sub-group-logo-link {
    margin-bottom: 32px;
    margin-left: 48px;
  }
  .l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link {
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-link-corporate-list {
    justify-content: center;
    width: inherit;
  }
  .l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item:last-child {
    padding-right: 0;
  }
  .l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item-link {
    font-size: 1.4rem;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-link-share {
    display: flex;
    justify-content: center;
  }
  .l-footer-wrap-block-sub-group-link-share-link {
    padding: 20px 52px 20px 40px;
    font-size: 1.3rem;
  }
  .l-footer-wrap-block-sub-group-link-share-list-item-link {
    font-size: 1.4rem;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-link-share-list {
    justify-content: inherit;
    padding: 8px 24px 7px;
    margin-right: 0;
    margin-left: 0;
  }
  .l-footer-wrap-block-bottom {
    margin-top: 64px;
  }
  .l-footer-wrap-block-bottom::before {
    left: 50%;
    width: calc(100vw + 24px);
    transform: translateX(-50%);
  }
  .l-footer-wrap-block-bottom-group {
    display: flex;
    justify-content: space-between;
  }
  .l-footer-wrap-block-bottom-group-link-list {
    flex-wrap: nowrap;
    width: inherit;
  }
  .l-footer-wrap-block-bottom-group-link-list .l-footer-wrap-block-bottom-group-link-list-item {
    margin-right: 24px;
    margin-bottom: 0;
  }
  .l-footer-wrap-block-bottom-group-link-list .l-footer-wrap-block-bottom-group-link-list-item:last-child {
    margin-right: 0;
  }
  .l-footer-wrap-block-bottom-group-link-list-item-link {
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-bottom-group-copy-text {
    font-size: 1rem;
  }
  .l-footer-return-top-btn {
    top: -28px;
    right: 30px;
    width: 56px;
    height: 56px;
  }
  .l-footer-return-top-btn::after {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }
  .l-gnav-sub-list-container [class*=column-] {
    grid-template-columns: 1fr;
  }
  .default-accordion .accordion-title:has(.l-moving-accordion-title) {
    padding-block: 20px;
  }
  .qa-accordion .qa-item {
    gap: 24px;
    padding: 40px;
  }
  .qa-accordion .qa-item-question-text {
    font-size: 1.8rem;
  }
  .qa-accordion .qa-item-answer {
    padding-left: 56px;
    font-size: 1.6rem;
  }
  .qa-accordion .qa-item-answer::before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
  .qa-accordion .qa-item-answer-text {
    font-size: 1.6rem;
  }
  .qa-accordion .icon-qa-item-question {
    min-height: 40px;
    padding-left: 56px;
  }
  .qa-accordion .icon-qa-item-question::before {
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
  }
  .box-small {
    padding: 16px;
  }
  .box-medium {
    padding: 24px;
  }
  .box-large {
    padding: 32px;
  }
  .box-xlarge {
    padding: 48px;
  }
  .box-xxxlarge {
    padding: 80px;
  }
  .box-text-default {
    padding: 32px 40px;
  }
  .box-text-solid {
    padding: 32px 40px;
  }
  .box-text-solid-bg-white {
    padding: 32px 40px;
  }
  .box-text-solid-red {
    padding: 32px 40px;
  }
  .box-text-solid-red-bg-white {
    padding: 32px 40px;
  }
  .box-text-small {
    padding: 8px 24px;
  }
  .box-text-bg-gray {
    padding: 8px 24px;
  }
  .box-text-bg-orange-small {
    padding: 8px 24px;
  }
  .box-text-bg-blue-small {
    padding: 8px 24px;
  }
  .box-heading {
    padding: 8px;
  }
  .box-border-small-dark_blue .box-heading-title {
    padding: 0 16px;
  }
  .box-heading-title {
    padding: 0 16px 8px;
  }
  .box-heading-title .title-small {
    gap: 16px;
    padding: 8px 24px;
    font-size: 2.2rem;
  }
  .box-heading-title .title-small.sp-space-none {
    padding: 10px 16px 8px;
  }
  .box-heading-content {
    padding: 40px 32px 32px;
  }
  .box-heading-content.bottom_small {
    padding-bottom: 24px;
  }
  .box-heading-content-separate.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-heading-content-separate.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .box-heading-content-separate.separate-border-blue .box-heading-content-separate-item {
    border-right: 1px solid var(--Border-border_lightgray);
    border-bottom: none;
  }
  .box-heading-content-separate.separate-border-dark_blue .box-heading-content-separate-item {
    border-right: 1px solid var(--Fill-Blue-blue_04---bland);
    border-bottom: none;
  }
  .box-heading-content-separate.separate-border-dark_blue.small .box-heading-content-separate-item {
    padding-bottom: 32px;
    margin-bottom: 20px;
  }
  .box-heading-content-separate .box-heading-content-separate-item {
    padding-inline: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 2px solid var(--Border-border_gray);
    border-bottom: none;
  }
  .box-heading-content-separate .box-heading-content-separate-item:not(:first-child) {
    padding-left: 24px;
  }
  .box-heading-content-separate-item-separate-content .box-heading-content-separate-item-separate-content-title {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  .box-heading-content-separate-item-separate-content .box-heading-content-separate-item-separate-content-text {
    font-size: 1.4rem;
  }
  .plan_layout .box-heading-title img {
    max-width: inherit;
  }
  .box-border-gray {
    padding: 16px;
  }
  .box-red-border {
    padding: 20px 24px;
  }
  .breadcrumbs {
    padding: 13px 32px 14px;
  }
  .breadcrumbs:has(.breadcrumbs-group-button) {
    padding: 5px 32px 6px;
  }
  :where(.bubble-blue) {
    top: -22px;
    padding: 4px 32px 6px;
    font-size: 2.4rem;
  }
  :where(.bubble-orange) {
    top: -22px;
    padding: 4px 32px 6px;
    font-size: 2.4rem;
  }
  :where(.bubble-tab-color) {
    top: -22px;
    padding: 4px 32px 6px;
    font-size: 2.4rem;
  }
  .bubble-benefit {
    padding: 0 12px 1px 16px;
  }
  .bubble-small {
    padding: 6px 24px 8px;
  }
  .bubble-medium {
    padding: 8px 24px 10px;
  }
  .bubble-large {
    padding: 4px 20px 6px 18px;
    font-size: 3rem;
  }
  :is(.card, .box):has(> .bubble-space) {
    margin-top: 22px;
  }
  :where(.bubble-yellow) {
    top: -22px;
    padding: 4px 32px 6px;
    font-size: 2.4rem;
  }
  .bubble-yellow {
    padding: 4px 16px 5px;
    font-size: 2rem;
  }
  .bubble-yellow.large {
    padding: 4px 20px 6px 18px;
    font-size: 3rem;
  }
  :is(.card, .box):has(.bubble):is(.column-4 > *) {
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 20px;
    padding: 48px 28px 28px;
    --bubble-space: 28px;
  }
  :is(.card-large, .box-large):has(.bubble):is(.column-2 > *) {
    padding: 56px 32px 40px;
  }
  .card-xxsmall {
    padding: var(--Padding-Card-XXS-top-bottom_xs) var(--Padding-Card-XXS-side_xs);
  }
  .card-xsmall {
    padding: var(--Padding-Card-XS-top-bottom_sm) var(--Padding-Card-XS-side_sm);
  }
  .card-xsmall.top_bottom-medium {
    padding: 40px;
  }
  .card-xsmall.bottom-large {
    padding: 32px 40px 48px;
  }
  .card-xsmall.top-none {
    padding: 0 var(--Padding-Card-XXS-side_xs) var(--Padding-Card-XS-top-bottom_sm);
  }
  .card-small {
    padding: var(--Padding-Card-S-top-bottom_sm) var(--Padding-Card-S-side_sm);
  }
  .card-medium {
    padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
  }
  .card-large {
    padding: var(--Padding-Card-L-top-bottom_lg) var(--Padding-Card-L-side_lg);
  }
  .card-2col {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--Spacing-2col_in-card-md);
  }
  .card-small-offset_label .card-small {
    padding-top: 8px;
  }
  .card-small-offset_label .card-small .card-small-offset_label-text, .card-small-offset_label .card-small .card-small-offset_label-text-xlarge, .card-small-offset_label .card-small .card-small-offset_label-text-large {
    top: calc(var(--half-height) * -1 - 8px);
    margin-bottom: inherit;
  }
  .card-small-offset_label.column-gap-xsmall {
    gap: 16px;
  }
  .card-small-offset_label-text, .card-small-offset_label-text-xlarge, .card-small-offset_label-text-large {
    top: calc(var(--half-height) * -1 - 24px);
    padding: 6px 24px;
    font-size: 2rem;
  }
  .card-small-offset_label-text.card-label-padding-large, .card-label-padding-large.card-small-offset_label-text-xlarge, .card-label-padding-large.card-small-offset_label-text-large {
    padding: 10px 48px;
  }
  .card-small-offset_label-text-large {
    font-size: 3.2rem;
  }
  .card-small-offset_label-text-xlarge {
    top: calc(var(--half-height) * -1 - 80px);
    font-size: 3.2rem;
  }
  .card-small-offset_label-icon {
    margin-top: -24px;
  }
  .card-small-offset_label-icon i {
    width: 144px;
  }
  .card-media-flex {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
  .card-media-flex-card-links {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .card-media-flex-card-links .w-full {
    grid-column: span 2;
  }
  .card-link-flex-list-item-link.size-xlarge {
    gap: 16px;
    align-items: center;
    padding: 32px 40px;
  }
  .card-link-flex-list-item-link.size-xlarge i {
    width: 100%;
    max-width: 64px;
    height: 64px;
  }
  .card-link-flex-list-item-link.size-large {
    flex-direction: column;
    justify-content: center;
    padding: 32px 40px;
  }
  .card-link-flex-list-item-link.size-large i {
    width: 100%;
    max-width: 80px;
    height: 80px;
  }
  .card-link-flex-list-item-link.size-small {
    padding: 14px 8px 16px;
  }
  .card-link-flex-list-item-link.size-small i {
    width: 100%;
    max-width: 60px;
    height: 60px;
  }
  .card-link-flex-list-item-text {
    text-align: center;
  }
  .card-separate.column-2 {
    display: flex;
  }
  .card-separate.border-none .card-separate-item {
    border-right: none;
  }
  .card-separate-item {
    padding-right: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-right: 1px solid var(--Border-border_gray);
    border-bottom: none;
  }
  .card-separate-item:not(:first-child) {
    padding-left: 40px;
  }
  .w-5-pc {
    width: 5%;
  }
  .w-10-pc {
    width: 10%;
  }
  .w-15-pc {
    width: 15%;
  }
  .w-20-pc {
    width: 20%;
  }
  .w-25-pc {
    width: 25%;
  }
  .w-30-pc {
    width: 30%;
  }
  .w-35-pc {
    width: 35%;
  }
  .w-40-pc {
    width: 40%;
  }
  .w-45-pc {
    width: 45%;
  }
  .w-50-pc {
    width: 50%;
  }
  .w-55-pc {
    width: 55%;
  }
  .w-60-pc {
    width: 60%;
  }
  .w-65-pc {
    width: 65%;
  }
  .w-70-pc {
    width: 70%;
  }
  .w-75-pc {
    width: 75%;
  }
  .w-80-pc {
    width: 80%;
  }
  .w-85-pc {
    width: 85%;
  }
  .w-90-pc {
    width: 90%;
  }
  .w-95-pc {
    width: 95%;
  }
  .l-campaign-blue-card {
    padding: 96px 48px;
  }
  .l-campaign-blue-card::before {
    width: 1080px;
    padding-bottom: 1080px;
  }
  .l-campaign-light-blue-card {
    padding: 96px 48px;
  }
  .l-campaign-light-blue-card::before {
    width: 1080px;
    padding-bottom: 1080px;
  }
  .column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .column-4-2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .column-2-auto-1-sm {
    grid-template-columns: auto 1fr;
  }
  .column-3-1-auto-1-sm {
    grid-template-columns: 1fr auto 1fr;
  }
  :where(.column-sub-2) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
  :where(.column-sub-3) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
  :where(.column-sub-4) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
  }
  .s-gap-xxxxs-sm {
    gap: var(--Spacing-Size-xxxxs);
  }
  .s-gap-xxxs-sm {
    gap: var(--Spacing-Size-xxxs);
  }
  .s-gap-xxs-sm {
    gap: var(--Spacing-Size-xxs);
  }
  .s-gap-xs-sm {
    gap: var(--Spacing-Size-xs);
  }
  .s-gap-sm-sm {
    gap: var(--Spacing-Size-sm);
  }
  .s-gap-md-sm {
    gap: var(--Spacing-Size-md);
  }
  .s-gap-lg-sm {
    gap: var(--Spacing-Size-lg);
  }
  .s-gap-xl-sm {
    gap: var(--Spacing-Size-xl);
  }
  .s-gap-xxl-sm {
    gap: var(--Spacing-Size-xxl);
  }
  .s-gap-xxxl-sm {
    gap: var(--Spacing-Size-xxxl);
  }
  .gap-2-sm {
    gap: 2px;
  }
  .gap-3-sm {
    gap: 3px;
  }
  .gap-4-sm {
    gap: 4px;
  }
  .gap-5-sm {
    gap: 5px;
  }
  .gap-6-sm {
    gap: 6px;
  }
  .gap-7-sm {
    gap: 7px;
  }
  .gap-8-sm {
    gap: 8px;
  }
  .gap-9-sm {
    gap: 9px;
  }
  .gap-10-sm {
    gap: 10px;
  }
  .gap-11-sm {
    gap: 11px;
  }
  .gap-12-sm {
    gap: 12px;
  }
  .gap-13-sm {
    gap: 13px;
  }
  .gap-14-sm {
    gap: 14px;
  }
  .gap-15-sm {
    gap: 15px;
  }
  .gap-16-sm {
    gap: 16px;
  }
  .gap-17-sm {
    gap: 17px;
  }
  .gap-18-sm {
    gap: 18px;
  }
  .gap-19-sm {
    gap: 19px;
  }
  .gap-20-sm {
    gap: 20px;
  }
  .gap-21-sm {
    gap: 21px;
  }
  .gap-22-sm {
    gap: 22px;
  }
  .gap-23-sm {
    gap: 23px;
  }
  .gap-24-sm {
    gap: 24px;
  }
  .gap-25-sm {
    gap: 25px;
  }
  .gap-26-sm {
    gap: 26px;
  }
  .gap-27-sm {
    gap: 27px;
  }
  .gap-28-sm {
    gap: 28px;
  }
  .gap-29-sm {
    gap: 29px;
  }
  .gap-30-sm {
    gap: 30px;
  }
  .gap-31-sm {
    gap: 31px;
  }
  .gap-32-sm {
    gap: 32px;
  }
  .gap-33-sm {
    gap: 33px;
  }
  .gap-34-sm {
    gap: 34px;
  }
  .gap-35-sm {
    gap: 35px;
  }
  .gap-36-sm {
    gap: 36px;
  }
  .gap-37-sm {
    gap: 37px;
  }
  .gap-38-sm {
    gap: 38px;
  }
  .gap-39-sm {
    gap: 39px;
  }
  .gap-40-sm {
    gap: 40px;
  }
  .gap-41-sm {
    gap: 41px;
  }
  .gap-42-sm {
    gap: 42px;
  }
  .gap-43-sm {
    gap: 43px;
  }
  .gap-44-sm {
    gap: 44px;
  }
  .gap-45-sm {
    gap: 45px;
  }
  .gap-46-sm {
    gap: 46px;
  }
  .gap-47-sm {
    gap: 47px;
  }
  .gap-48-sm {
    gap: 48px;
  }
  .gap-49-sm {
    gap: 49px;
  }
  .gap-50-sm {
    gap: 50px;
  }
  .column-gap-2-sm {
    -moz-column-gap: 2px !important;
         column-gap: 2px !important;
  }
  .column-gap-3-sm {
    -moz-column-gap: 3px !important;
         column-gap: 3px !important;
  }
  .column-gap-4-sm {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  .column-gap-5-sm {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  .column-gap-6-sm {
    -moz-column-gap: 6px !important;
         column-gap: 6px !important;
  }
  .column-gap-7-sm {
    -moz-column-gap: 7px !important;
         column-gap: 7px !important;
  }
  .column-gap-8-sm {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  .column-gap-9-sm {
    -moz-column-gap: 9px !important;
         column-gap: 9px !important;
  }
  .column-gap-10-sm {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-11-sm {
    -moz-column-gap: 11px !important;
         column-gap: 11px !important;
  }
  .column-gap-12-sm {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
  .column-gap-13-sm {
    -moz-column-gap: 13px !important;
         column-gap: 13px !important;
  }
  .column-gap-14-sm {
    -moz-column-gap: 14px !important;
         column-gap: 14px !important;
  }
  .column-gap-15-sm {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .column-gap-16-sm {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  .column-gap-17-sm {
    -moz-column-gap: 17px !important;
         column-gap: 17px !important;
  }
  .column-gap-18-sm {
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
  }
  .column-gap-19-sm {
    -moz-column-gap: 19px !important;
         column-gap: 19px !important;
  }
  .column-gap-20-sm {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-21-sm {
    -moz-column-gap: 21px !important;
         column-gap: 21px !important;
  }
  .column-gap-22-sm {
    -moz-column-gap: 22px !important;
         column-gap: 22px !important;
  }
  .column-gap-23-sm {
    -moz-column-gap: 23px !important;
         column-gap: 23px !important;
  }
  .column-gap-24-sm {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  .column-gap-25-sm {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .column-gap-26-sm {
    -moz-column-gap: 26px !important;
         column-gap: 26px !important;
  }
  .column-gap-27-sm {
    -moz-column-gap: 27px !important;
         column-gap: 27px !important;
  }
  .column-gap-28-sm {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
  .column-gap-29-sm {
    -moz-column-gap: 29px !important;
         column-gap: 29px !important;
  }
  .column-gap-30-sm {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .column-gap-31-sm {
    -moz-column-gap: 31px !important;
         column-gap: 31px !important;
  }
  .column-gap-32-sm {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
  .column-gap-33-sm {
    -moz-column-gap: 33px !important;
         column-gap: 33px !important;
  }
  .column-gap-34-sm {
    -moz-column-gap: 34px !important;
         column-gap: 34px !important;
  }
  .column-gap-35-sm {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .column-gap-36-sm {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
  .column-gap-37-sm {
    -moz-column-gap: 37px !important;
         column-gap: 37px !important;
  }
  .column-gap-38-sm {
    -moz-column-gap: 38px !important;
         column-gap: 38px !important;
  }
  .column-gap-39-sm {
    -moz-column-gap: 39px !important;
         column-gap: 39px !important;
  }
  .column-gap-40-sm {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-41-sm {
    -moz-column-gap: 41px !important;
         column-gap: 41px !important;
  }
  .column-gap-42-sm {
    -moz-column-gap: 42px !important;
         column-gap: 42px !important;
  }
  .column-gap-43-sm {
    -moz-column-gap: 43px !important;
         column-gap: 43px !important;
  }
  .column-gap-44-sm {
    -moz-column-gap: 44px !important;
         column-gap: 44px !important;
  }
  .column-gap-45-sm {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .column-gap-46-sm {
    -moz-column-gap: 46px !important;
         column-gap: 46px !important;
  }
  .column-gap-47-sm {
    -moz-column-gap: 47px !important;
         column-gap: 47px !important;
  }
  .column-gap-48-sm {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  .column-gap-49-sm {
    -moz-column-gap: 49px !important;
         column-gap: 49px !important;
  }
  .column-gap-50-sm {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
  .row-gap-2-sm {
    row-gap: 2px !important;
  }
  .row-gap-3-sm {
    row-gap: 3px !important;
  }
  .row-gap-4-sm {
    row-gap: 4px !important;
  }
  .row-gap-5-sm {
    row-gap: 5px !important;
  }
  .row-gap-6-sm {
    row-gap: 6px !important;
  }
  .row-gap-7-sm {
    row-gap: 7px !important;
  }
  .row-gap-8-sm {
    row-gap: 8px !important;
  }
  .row-gap-9-sm {
    row-gap: 9px !important;
  }
  .row-gap-10-sm {
    row-gap: 10px !important;
  }
  .row-gap-11-sm {
    row-gap: 11px !important;
  }
  .row-gap-12-sm {
    row-gap: 12px !important;
  }
  .row-gap-13-sm {
    row-gap: 13px !important;
  }
  .row-gap-14-sm {
    row-gap: 14px !important;
  }
  .row-gap-15-sm {
    row-gap: 15px !important;
  }
  .row-gap-16-sm {
    row-gap: 16px !important;
  }
  .row-gap-17-sm {
    row-gap: 17px !important;
  }
  .row-gap-18-sm {
    row-gap: 18px !important;
  }
  .row-gap-19-sm {
    row-gap: 19px !important;
  }
  .row-gap-20-sm {
    row-gap: 20px !important;
  }
  .row-gap-21-sm {
    row-gap: 21px !important;
  }
  .row-gap-22-sm {
    row-gap: 22px !important;
  }
  .row-gap-23-sm {
    row-gap: 23px !important;
  }
  .row-gap-24-sm {
    row-gap: 24px !important;
  }
  .row-gap-25-sm {
    row-gap: 25px !important;
  }
  .row-gap-26-sm {
    row-gap: 26px !important;
  }
  .row-gap-27-sm {
    row-gap: 27px !important;
  }
  .row-gap-28-sm {
    row-gap: 28px !important;
  }
  .row-gap-29-sm {
    row-gap: 29px !important;
  }
  .row-gap-30-sm {
    row-gap: 30px !important;
  }
  .row-gap-31-sm {
    row-gap: 31px !important;
  }
  .row-gap-32-sm {
    row-gap: 32px !important;
  }
  .row-gap-33-sm {
    row-gap: 33px !important;
  }
  .row-gap-34-sm {
    row-gap: 34px !important;
  }
  .row-gap-35-sm {
    row-gap: 35px !important;
  }
  .row-gap-36-sm {
    row-gap: 36px !important;
  }
  .row-gap-37-sm {
    row-gap: 37px !important;
  }
  .row-gap-38-sm {
    row-gap: 38px !important;
  }
  .row-gap-39-sm {
    row-gap: 39px !important;
  }
  .row-gap-40-sm {
    row-gap: 40px !important;
  }
  .row-gap-41-sm {
    row-gap: 41px !important;
  }
  .row-gap-42-sm {
    row-gap: 42px !important;
  }
  .row-gap-43-sm {
    row-gap: 43px !important;
  }
  .row-gap-44-sm {
    row-gap: 44px !important;
  }
  .row-gap-45-sm {
    row-gap: 45px !important;
  }
  .row-gap-46-sm {
    row-gap: 46px !important;
  }
  .row-gap-47-sm {
    row-gap: 47px !important;
  }
  .row-gap-48-sm {
    row-gap: 48px !important;
  }
  .row-gap-49-sm {
    row-gap: 49px !important;
  }
  .row-gap-50-sm {
    row-gap: 50px !important;
  }
  .heading-2 + [class*=heading-3] {
    margin-top: 48px;
  }
  .heading-type1 {
    margin-bottom: 96px;
  }
  .heading-type1 .heading-wrap {
    top: 50%;
    bottom: inherit;
    margin-left: 50%;
    transform: translate(-50%, -50%);
  }
  .heading-type1 .heading-thumb-image {
    min-height: 380px;
    aspect-ratio: 96/19;
  }
  .heading-type1 .heading-thumb-title i {
    width: 78px;
    height: 78px;
  }
  .heading-type2 {
    min-height: 280px;
    margin-bottom: 96px;
  }
  .heading-type2::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: calc(50vw + 130px);
    max-width: 1064px;
    height: 100%;
    min-height: 280px;
    content: "";
    background: #4ea0e0;
    -webkit-mask-image: url("/parts2/top/img/img_head-layer-dot.webp");
            mask-image: url("/parts2/top/img/img_head-layer-dot.webp");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    transform: translate(0, -50%);
  }
  .heading-type2 .heading-thumb-image {
    position: absolute;
    right: 0;
    width: 50vw;
    max-width: 930px;
    -webkit-mask-image: url("/parts2/top/img/img_header-layer.webp");
            mask-image: url("/parts2/top/img/img_header-layer.webp");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .heading-type2 .heading-thumb-title i {
    width: 78px;
    height: 78px;
  }
  .heading-type3 .heading-thumb-title i {
    width: 78px;
    height: 78px;
  }
  .heading-type3 .heading-thumb-title::before {
    right: 0;
    width: 468px;
    height: 468px;
  }
  .heading-2 {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .heading-2-white {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .heading-2-center {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .heading-2-center {
    font-size: 3.4rem;
  }
  .heading-2-center-white {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .heading-2-center-white {
    font-size: 3.4rem;
  }
  .heading-2 .sub-text-md {
    font-size: 2.8rem;
  }
  .heading-2_white_center {
    margin-bottom: 40px;
    font-size: 3.4rem;
  }
  .heading-3 {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
  .heading-3-medium {
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
  .heading-3-small {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .heading-4 {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
  .heading-4-small {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .heading-5 {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .list-center-pc {
    justify-content: center;
  }
  .list-dot-sp-medium-pc-small > * + * {
    margin-top: 12px;
  }
  .list-right-pc > li {
    justify-content: flex-end;
  }
  .list_link > li .list_link-item-link {
    padding: 24px 40px 24px 0;
  }
  .card-link-list.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-link-list.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-anchor-link-list.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-anchor-link-list.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .parts-app-block.type-2 {
    margin-bottom: 16px;
  }
  .parts-app-block.type-2 .parts-app-block-card {
    gap: 56px;
  }
  .parts-app-block.type-2 .parts-app-block-card-right {
    max-width: 47.8%;
  }
  .parts-app-block-card {
    flex-direction: row;
    gap: 32px;
    padding: 16px 56px 24px 40px;
  }
  .parts-app-block-card-left {
    width: auto;
  }
  .parts-app-block-card-left-thumbnail {
    position: relative;
    bottom: -24px;
  }
  .parts-app-block-card-left-button {
    margin-bottom: 16px;
  }
  .parts-app-block-card-right {
    max-width: 360px;
    padding: 16px;
    margin-bottom: 0;
  }
  .parts-app-block-card-right-list {
    gap: 16px;
  }
  .parts-app-block-card-right-title {
    max-width: inherit;
    padding-bottom: 0;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: auto;
  }
  .parts-app-block-card-right-description {
    margin-bottom: 20px;
  }
  .parts-app-block-card-note-pc {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: block;
    font-size: 1.1rem;
  }
  .parts-app-block-card-note-sp {
    display: none;
  }
  ul.parts-app-block-note-list .d-n-sm {
    display: none;
  }
  .parts-price-plan {
    padding: 32px;
  }
  .parts-price-plan .parts-price-plan-note {
    padding-right: 0;
    padding-left: 0;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item {
    width: 16.7844522968%;
    transition: 300ms;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-01 {
    top: 55.7%;
    left: 78.5%;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-02 {
    top: 55.7%;
    left: 58%;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-03 {
    top: 55.7%;
    left: 16%;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-04 {
    top: 77.6%;
    left: 36.5%;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-05 {
    top: 33.9%;
    left: 58%;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-06 {
    top: 33.9%;
    left: 16%;
  }
  .parts-flex.pc-row {
    flex-direction: column;
    gap: 0;
  }
  .moving-navi-card .column-flex-item:first-child {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .moving-navi-card .column-flex-item:last-child {
    flex: 1;
    min-width: 240px;
  }
  .gas-good-deal .card-large:first-child {
    padding: 80px;
  }
  .gas-good-deal-image-option {
    max-width: 875px;
  }
  .gas-good-deal-card > .column-2 {
    grid-template-columns: minmax(0, 512px) auto;
    gap: 16px;
  }
  .gas-estimation .column {
    grid-template-columns: 1fr fit-content(100%) 1fr fit-content(100%) 1fr;
    gap: 8px;
  }
  .gas-estimation .column .box {
    padding: 20px 24px;
  }
  .gas-estimation .box-heading-content-small {
    padding-top: 48px;
  }
  .gas-estimation .box-heading-title {
    padding: 24px 40px;
  }
  .gas-estimation .box-heading::after {
    bottom: -26px;
    border-right: 24px solid transparent;
    border-bottom: 26px solid var(--Fill-Blue-blue_02);
    border-left: 24px solid transparent;
  }
  .gas-estimation-image-otoku img {
    max-width: 682px;
  }
  .gas-estimation-image-estimate img {
    max-width: 500px;
  }
  .is-gas_004 .gas-estimation-image-estimate img {
    max-width: 570px;
  }
  .energy-evaluation-group-item {
    margin-right: 16px;
    margin-bottom: var(--Spacing-Size-none);
  }
  .electricity-plan-pricing-table-coupling {
    table-layout: auto;
  }
  .electricity-plan-pricing-table-coupling tr:nth-child(2):is(thead > *) th {
    width: 83px;
  }
  .electricity-plan-pricing-table-coupling tr:first-child td:first-child {
    width: 120px;
    white-space: nowrap;
  }
  .electricity-plan-pricing-table-coupling tr:first-child td:nth-child(2) {
    width: 133px;
    white-space: nowrap;
  }
  .electricity-plan-pricing-table-coupling-note {
    font-size: 1rem;
  }
  .electricity-plan-recommend-person .card {
    padding: 64px 80px 56px;
  }
  .electricity-plan-recommend-person .column-2 {
    gap: 56px;
  }
  .electricity-plan-recommend-person .column-2 *:first-child {
    order: 1;
  }
  .electricity-plan-recommend-person .column-2 *:nth-child(2) {
    order: 2;
  }
  .electricity-plan-list-item {
    gap: 10px;
  }
  .electricity-plan-list-container > * + * {
    padding-top: 24px;
    margin-top: 24px;
  }
  .electricity-plan-list-number {
    width: 26px;
    height: 26px;
    padding-bottom: 2px;
    margin-top: 3px;
    font-size: 1.6rem;
  }
  .electricity-plan-list-blue {
    font-size: 2.2rem;
  }
  .electricity-plan-list-orange {
    font-size: 2.2rem;
  }
  .electricity-plan-list-note {
    font-size: 1.4rem;
  }
  .gas-about-charge-link-wrap {
    gap: 24px;
    justify-content: center;
  }
  .gas-procedure-flow-step-title-main {
    font-size: 2.4rem;
  }
  .gas-procedure-flow-step-title-main small {
    font-size: 1.4rem;
  }
  .gas-inquiry-counter-head {
    font-size: 2.6rem;
  }
  .gas-inquiry-counter-head i {
    width: 32px;
    height: 32px;
  }
  .gas-inquiry-counter-column {
    grid-template-columns: auto minmax(0, 480px);
  }
  .gas-inquiry-counter-card-enclosing {
    padding: 20px 24px;
  }
  .gas-inquiry-counter-card-enclosing dl {
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }
  .gas-inquiry-counter-card-enclosing dt {
    font-size: 1.4rem;
  }
  .gas-inquiry-counter-card-enclosing dd {
    font-size: 2rem;
  }
  .gas-inquiry-counter-card-steps {
    grid-template-columns: repeat(2, fit-content(100%));
    justify-content: center;
  }
  .gas-inquiry-counter-line-box {
    display: none;
  }
  .gas-inquiry-counter-card-cta {
    padding: 28px 32px;
  }
  .gas-inquiry-counter-card-cta h3 {
    font-size: 1.8rem;
  }
  .parts-box-price-family-case .parts-box-price-family-case-title {
    padding: 16px 24px;
  }
  .parts-box-price-family-case .parts-box-price-family-case-title-main {
    font-size: 2.4rem;
  }
  .parts-box-price-family-case .parts-box-price-family-case-title-sub {
    font-size: 1.4rem;
  }
  .parts-box-price-family-case .parts-box-price-family-case-main-wrap-content {
    padding: 48px 24px;
  }
  .parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .parts-box-price-family-case .parts-box-price-family-case-sub-wrap-group .parts-box-price-family-case-sub-wrap-group-item-content {
    padding: 24px;
  }
  .parts-sumikata .card.card-white {
    padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
  }
  .parts-sumikata-group {
    flex-direction: row;
    gap: 80px;
    margin-left: 4%;
  }
  .parts-sumikata-group-item {
    margin-bottom: 0;
  }
  .parts-sumikata-group-item-text {
    flex: 1;
  }
  .parts-sumikata-group-item-heading {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .parts-movie-list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 80px;
  }
  .parts-movie-card {
    height: 100%;
    border-radius: var(--Radius-radius_lg);
  }
  .parts-movie-card-contents {
    padding: 32px 32px 87px;
  }
  .parts-movie-card-contents-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .parts-movie-card-contents-inner-text {
    flex-grow: 1;
  }
  .parts-movie-card-contents-inner-title {
    margin-bottom: 16px;
    font-size: 2rem;
  }
  .parts-movie-card-contents-inner-button {
    right: 32px;
    bottom: 32px;
    left: 32px;
  }
  .parts-card-archive.column-4 {
    gap: 16px;
  }
  .parts-card-archive-item {
    padding: 24px 24px 64px;
  }
  .parts-card-archive-item-pick_label {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 1.4rem;
  }
  .parts-card-archive-item-wrap-content {
    display: inherit;
    margin-bottom: 20px;
  }
  .parts-card-archive-item-wrap-content-icon {
    margin-bottom: 12px;
    text-align: center;
  }
  .parts-card-archive-item-wrap-content-icon i {
    width: 100px;
    height: 100px;
  }
  .parts-card-archive-item-wrap-content-text-sub_title {
    font-size: 1.4rem;
    text-align: center;
  }
  .parts-card-archive-item-wrap-content-text {
    gap: 8px;
  }
  .parts-card-archive-item-wrap-content-text-main_title {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
  }
  .parts-card-archive-item-wrap-button {
    right: 24px;
    bottom: 20px;
    left: 24px;
  }
  .parts-tab-list {
    --side-space: 32px;
  }
  .parts-tab:not(:is(.parts-tab-container-child *)) {
    padding: 16px;
    font-size: 2.8rem;
  }
  .parts-tab-panels .parts-tab-panel {
    padding: 64px 80px;
  }
  .parts-tab-panels .parts-tab-panel:is(.parts-tab-panels .parts-tab-panels .parts-tab-panel) {
    padding: 40px 32px;
  }
  .parts-tab-panels .default-accordion .accordion-title {
    padding: 20px 32px;
  }
  .parts-tab-panels .box-heading-content-small {
    padding: 32px 40px;
  }
  .parts-tab-container-child-tab {
    gap: 4px;
  }
  .parts-typeJ .parts-tab-container-child-tab dt {
    font-size: 1.4rem;
  }
  .parts-typeJ .parts-tab-container-child-tab dt:is([aria-selected=true] .parts-tab-container-child-tab > dt) {
    font-size: 1.6rem;
  }
  .parts-typeJ .parts-tab-card-inner-head-number {
    width: 30px;
    height: 30px;
    font-size: 2.4rem;
  }
  .parts-typeJ .parts-tab-card-inner-icon-with-line {
    width: 34px;
    height: 100%;
  }
  .parts-typeJ .parts-tab-card-inner-line {
    width: 2px;
    height: 100%;
  }
  .parts-typeJ .parts-tab-inner-list-free li {
    flex-direction: row;
    gap: 12px;
  }
  .parts-typeJ .parts-tab-inner-list-free li span {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 8px 2px;
  }
  .parts-typeJ .parts-tab-card-inner-accordion-inner li {
    font-size: 1.2rem;
  }
  .parts-typeJ .accordion-contents:has(.parts-tab-card-inner-accordion-inner) {
    padding: var(--Spacing-Size-sm) 32px 32px 32px;
  }
  .parts-typeJ .parts-tab-card-inner-with-head .box-heading-content-small .card-xxsmall {
    padding: 16px 24px;
  }
  .parts-typeS .parts-tab-card-inner-head {
    padding: 8px 12px;
  }
  .parts-typeS .accordion-contents:has(.parts-tab-card-inner-accordion-inner) {
    padding: 12px 32px 32px;
  }
  .parts-typeS .parts-tab-discount-title {
    font-size: 2.4rem;
  }
  .parts-typeS .parts-tab-discount-subtitle {
    font-size: 4.4rem;
  }
  .parts-typeS .parts-tab-discount-note {
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 16px 4px;
    font-size: 2rem;
  }
  .parts-typeS .parts-tab-promotion-title {
    font-size: 2.2rem;
  }
  .parts-typeS .parts-tab-promotion-content {
    padding: var(--Padding-Card-XS-top-bottom_xs, 32px) var(--Padding-Card-XS-side_xs, 40px);
  }
  .parts-typeS .parts-tab-container-child-tab dt {
    font-size: 1.4rem;
  }
  .parts-typeS .parts-tab-container-child-tab dt:is([aria-selected=true] .parts-tab-container-child-tab > dt) {
    font-size: 1.6rem;
  }
  .parts-box-set_plan .parts-box-set_plan-item {
    padding: 32px;
  }
  .parts-box-set_plan .parts-box-set_plan-item::before {
    top: 50%;
    right: -28px;
    bottom: inherit;
    left: inherit;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .parts-box-heading.card {
    padding: 20px 4px 4px;
  }
  .parts-box-heading .parts-box-heading-title_center {
    gap: 12px;
    padding-bottom: 20px;
    font-size: 4.2rem;
  }
  .parts-box-heading .parts-box-heading-title_center i {
    width: 56px;
  }
  .parts-box-heading .parts-box-heading-content {
    padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
  }
  .parts-box-heading .parts-box-heading-content.parts-card-small-sp {
    padding: 56px 64px 48px;
  }
  .parts-box-heading .parts-box-heading-content.top-large {
    padding-top: calc(64px + 1.75em);
  }
  .parts-box-heading .parts-box-heading-content.top-xlarge {
    padding-top: calc(64px + 1.75em);
  }
  .parts-table-blue.table-two-way .table-container .table {
    width: 100%;
  }
  .parts-table-blue.table-two-way .table .table-header-top > th:first-child {
    width: 25%;
    max-width: 178px;
  }
  .parts-net-guarantee-card .card-large {
    padding-top: 80px;
  }
  .parts-net-guarantee-card .guarantee-description {
    margin-top: -70px;
  }
  .parts-net-guarantee-card .box-heading-content-separate .box-heading-content-separate-item {
    height: 100%;
    padding-bottom: 0;
  }
  .parts-net-guarantee-card .box-heading-content-separate .box-heading-content-separate-item:last-child {
    padding-bottom: 0;
  }
  .parts-net-guarantee-card .box-heading-content-separate.separate-border-dark_blue .box-heading-content-separate-item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .parts-net-guarantee-card .guarantee-icon img {
    width: 90px;
    height: 90px;
  }
  .slider-recommend {
    padding-inline: 0;
    margin-inline: 0;
    overflow: visible;
  }
  .slider-recommend .swiper {
    overflow: hidden;
  }
  .slider-recommend-type2 {
    padding-inline: 0;
    margin-inline: 0;
    overflow: visible;
  }
  .slider-recommend-type2 .swiper {
    overflow: hidden;
  }
  .slider-recommend-type2 .slider-navigation {
    pointer-events: auto;
    visibility: visible;
  }
  .link-list {
    flex-flow: row wrap;
    gap: 16px 24px;
  }
  .fixed_navi-inner {
    padding: 16px 24px;
  }
  .fixed_navi-inner-gap {
    gap: 16px;
  }
  .fixed_navi-column > li a {
    padding: 16px 32px;
  }
  .fixed_navi-column > li a i {
    position: absolute;
    right: 10px;
    aspect-ratio: auto;
    width: 16px;
    min-width: 16px;
  }
  .fixed_navi-size-small li > a {
    font-size: 1.6rem;
  }
  .fixed_navi-size-medium li > a {
    font-size: 1.6rem;
  }
  .fixed_navi-column > .width-pc-5 {
    width: 5%;
  }
  .fixed_navi-column > .max-width-pc-100 {
    max-width: 100px;
  }
  .fixed_navi-column > .width-pc-10 {
    width: 10%;
  }
  .fixed_navi-column > .max-width-pc-200 {
    max-width: 200px;
  }
  .fixed_navi-column > .width-pc-15 {
    width: 15%;
  }
  .fixed_navi-column > .max-width-pc-300 {
    max-width: 300px;
  }
  .fixed_navi-column > .width-pc-20 {
    width: 20%;
  }
  .fixed_navi-column > .max-width-pc-400 {
    max-width: 400px;
  }
  .fixed_navi-column > .width-pc-25 {
    width: 25%;
  }
  .fixed_navi-column > .max-width-pc-500 {
    max-width: 500px;
  }
  .fixed_navi-column > .width-pc-30 {
    width: 30%;
  }
  .fixed_navi-column > .width-pc-35 {
    width: 35%;
  }
  .fixed_navi-column > .width-pc-40 {
    width: 40%;
  }
  .fixed_navi-column > .width-pc-45 {
    width: 45%;
  }
  .fixed_navi-column > .width-pc-50 {
    width: 50%;
  }
  .fixed_navi-column > .width-pc-55 {
    width: 55%;
  }
  .fixed_navi-column > .width-pc-60 {
    width: 60%;
  }
  .fixed_navi-column > .width-pc-65 {
    width: 65%;
  }
  .fixed_navi-column > .width-pc-70 {
    width: 70%;
  }
  .fixed_navi-column > .width-pc-75 {
    width: 75%;
  }
  .fixed_navi-column > .width-pc-80 {
    width: 80%;
  }
  .fixed_navi-column > .width-pc-85 {
    width: 85%;
  }
  .fixed_navi-column > .width-pc-90 {
    width: 90%;
  }
  .fixed_navi-column > .width-pc-95 {
    width: 95%;
  }
  .fixed_navi-column > .width-pc-100 {
    width: 100%;
  }
  .fixed_navi-column > .width-pc-reset {
    width: 100%;
  }
  .cta .icon-plan_diagnose,
  .cta .icon-calculation {
    width: 60px;
    height: 60px;
  }
  .cta .card-small {
    padding-inline: 40px;
  }
  .cta-description {
    font-size: 1.5rem;
  }
  .cta-description .cta-description-sub {
    font-size: 1.3rem;
  }
  .cta-cp_a .sasuga-net-items {
    gap: 40px;
  }
  .cta-cp_a .sasuga-net-button {
    padding: 20px 40px 20px 32px;
  }
  .cta-cp_a .ele-items .ele-link {
    min-height: 90px;
  }
  .cta-net_a .card-small {
    padding-block: 40px;
  }
  .cta-net_a .card-link-flex-list-item-link {
    padding: 20px 72px 20px 40px;
  }
  .cta-net_a .card-link-flex-list-item-link i {
    width: 60px;
    height: 60px;
  }
  .cta-net_a .card-link-flex-list-item-link-title {
    font-size: 2rem;
  }
  .cta-net_a-conversion-button {
    padding-bottom: 0;
    margin-bottom: 40px;
    border-bottom: none;
  }
  .cta-net_a-speedcheck {
    margin-bottom: 48px;
  }
  .cta-net_a-speedcheck-link img {
    max-width: 720px;
    aspect-ratio: 36/7;
  }
  .cta-net_a-speedcheck-title {
    margin-inline: 12px;
    font-size: 3.2rem;
  }
  .l-cta-appbutton-flex {
    flex-direction: column;
    margin-bottom: 14px;
  }
  .l-cta-appbutton-flex-item-qr {
    display: flex;
    gap: 16px;
  }
  .l-cta-appbutton-flex-item-qr img {
    display: block;
  }
  .l-cta-appbutton-flex-item-qr .l-cta-appbutton-flex-item-qr-title-main {
    font-size: 1.6rem;
  }
  .l-cta-appbutton-flex-item-qr .l-cta-appbutton-flex-item-qr-title-sub {
    font-size: 1.4rem;
  }
  .l-cta-appbutton-call-text {
    font-size: 1.3rem;
  }
  .cta-ele-type_d .box-blue::before, .cta-ele-type_d .box-blue::after {
    width: 240px;
    height: 240px;
  }
  .matome-plan-appeal .matome-plan-appeal-title {
    margin-bottom: 40px;
  }
  .matome-plan-appeal .matome-plan-price-card {
    margin-bottom: 40px;
  }
  .matome-plan-appeal .matome-plan-price-card.mb-small {
    margin-bottom: 24px;
  }
  .matome-plan-appeal .matome-plan-price-card.mb-medium {
    margin-bottom: 32px;
  }
  .matome-plan-typeB-head {
    max-width: min(64.7887323944vw, 920px);
    padding: 0;
    margin-bottom: 10px;
  }
  .matome-plan-typeB-inner {
    padding: 8px;
  }
  .matome-plan-typeB-box {
    padding: 0 0 24px;
  }
  .matome-plan-typeB-column {
    gap: 32px;
    padding: 40px;
  }
  .matome-plan-typeB-column-item:first-child {
    padding-right: 32px;
    margin-bottom: 0;
    border-right: 2px solid var(--Fill-Bluegray-bluegray_02);
    border-bottom: 0;
  }
  .matome-plan-typeB-column-item-inner {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .matome-plan-typeB-column-item-list li::before {
    margin-right: 16px;
  }
  .matome-plan-typeB .button-fill-large {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .matome-plan-typeB .list-note-small {
    margin-bottom: 0;
  }
  .recommend-chargeplan .button-fill-medium {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .label-orange_white-circle, .label-blue-circle, .label-orange, .label-orange-circle {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    font-size: 2.2rem;
  }
  .label-orange {
    width: auto;
    height: auto;
    padding-right: 40px;
    padding-left: 16px;
    margin-right: 0;
    font-size: 2.2rem;
  }
  .label-orange.label-number-after::after {
    top: calc(50% - 1px);
    right: 19%;
    font-size: 1.6rem;
  }
  .label-orange.label-number-after::before {
    right: 12px;
    width: 24px;
    height: 24px;
  }
  .label-blue-circle.small {
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
  .label-blue-circle.medium {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
  }
  .label-orange_white-circle.xsmall {
    bottom: 2px;
    padding-bottom: 1px;
    padding-left: 1px;
    margin-right: 0;
    font-size: 1.6rem;
  }
  .label-orange_white-circle.small {
    width: 24px;
    height: 24px;
    font-size: 1.6rem;
  }
  .label-orange_white-circle.medium {
    width: 24px;
    height: 24px;
    font-size: 1.8rem;
  }
  .label-blue_border-small {
    padding: 4px 16px 6px;
    font-size: 1.4rem;
  }
  .label-light_blue_border-small {
    padding: 4px 16px 6px;
    font-size: 1.4rem;
  }
  .label-green_border-small {
    padding: 4px 16px 6px;
    font-size: 1.4rem;
  }
  .label-orange_border-small {
    padding: 4px 16px 6px;
    font-size: 1.4rem;
  }
  .size-small.label-sausage-blue {
    padding: 4px 24px;
  }
  .size-medium.label-sausage-blue {
    padding: 6px 24px;
  }
  .size-large.label-sausage-blue {
    padding: 8px 24px;
  }
  .font-small.label-sausage-blue {
    font-size: 1.6rem;
  }
  .font-medium.label-sausage-blue {
    font-size: 2rem;
  }
  .font-large.label-sausage-blue {
    font-size: 2.4rem;
  }
  .label-sausage-border-dot-pc::before {
    display: block;
  }
  .label-side-dots-text {
    padding-inline: 4px;
    font-size: 1.8rem;
  }
  .label-side-dots-text::before {
    width: 13px;
    height: 22px;
    background-image: url("/parts2/img/icon/icon-tab-decoration-left.svg");
  }
  .label-side-dots-text::after {
    width: 13px;
    height: 22px;
    background-image: url("/parts2/img/icon/icon-tab-decoration-right.svg");
  }
  .mb-xxxxs-sm {
    margin-bottom: var(--Spacing-Size-xxxxs) !important;
  }
  .mb-xxxs-sm {
    margin-bottom: var(--Spacing-Size-xxxs) !important;
  }
  .mb-xxs-sm {
    margin-bottom: var(--Spacing-Size-xxs) !important;
  }
  .mb-xs-sm {
    margin-bottom: var(--Spacing-Size-xs) !important;
  }
  .mb-sm-sm {
    margin-bottom: var(--Spacing-Size-sm) !important;
  }
  .mb-md-sm {
    margin-bottom: var(--Spacing-Size-md) !important;
  }
  .mb-lg-sm {
    margin-bottom: var(--Spacing-Size-lg) !important;
  }
  .mb-xl-sm {
    margin-bottom: var(--Spacing-Size-xl) !important;
  }
  .mb-xxl-sm {
    margin-bottom: var(--Spacing-Size-xxl) !important;
  }
  .mb-xxxl-sm {
    margin-bottom: var(--Spacing-Size-xxxl) !important;
  }
  .mb-section_none-sm {
    margin-bottom: var(--Spacing-Section-section_none) !important;
  }
  .mb-section_sm-sm {
    margin-bottom: var(--Spacing-Section-section_sm) !important;
  }
  .mb-section_md-sm {
    margin-bottom: var(--Spacing-Section-section_md) !important;
  }
  .mb-section_lg-sm {
    margin-bottom: var(--Spacing-Section-section_lg) !important;
  }
  .mb-none-pc {
    margin-bottom: 0;
  }
  .m-a-sm {
    margin: auto;
  }
  .m-l-i-sm {
    margin-left: inherit;
  }
  .m-r-sm {
    margin-right: auto;
  }
  .offset-bottom-10-sm {
    margin-bottom: -10px;
  }
  .pl-0-sm {
    padding-left: 0;
  }
  .mb-0-sm {
    margin-bottom: 0px !important;
  }
  .mb-1-sm {
    margin-bottom: 1px !important;
  }
  .mb-2-sm {
    margin-bottom: 2px !important;
  }
  .mb-3-sm {
    margin-bottom: 3px !important;
  }
  .mb-4-sm {
    margin-bottom: 4px !important;
  }
  .mb-5-sm {
    margin-bottom: 5px !important;
  }
  .mb-6-sm {
    margin-bottom: 6px !important;
  }
  .mb-7-sm {
    margin-bottom: 7px !important;
  }
  .mb-8-sm {
    margin-bottom: 8px !important;
  }
  .mb-9-sm {
    margin-bottom: 9px !important;
  }
  .mb-10-sm {
    margin-bottom: 10px !important;
  }
  .mb-11-sm {
    margin-bottom: 11px !important;
  }
  .mb-12-sm {
    margin-bottom: 12px !important;
  }
  .mb-13-sm {
    margin-bottom: 13px !important;
  }
  .mb-14-sm {
    margin-bottom: 14px !important;
  }
  .mb-15-sm {
    margin-bottom: 15px !important;
  }
  .mb-16-sm {
    margin-bottom: 16px !important;
  }
  .mb-17-sm {
    margin-bottom: 17px !important;
  }
  .mb-18-sm {
    margin-bottom: 18px !important;
  }
  .mb-19-sm {
    margin-bottom: 19px !important;
  }
  .mb-20-sm {
    margin-bottom: 20px !important;
  }
  .mb-21-sm {
    margin-bottom: 21px !important;
  }
  .mb-22-sm {
    margin-bottom: 22px !important;
  }
  .mb-23-sm {
    margin-bottom: 23px !important;
  }
  .mb-24-sm {
    margin-bottom: 24px !important;
  }
  .mb-25-sm {
    margin-bottom: 25px !important;
  }
  .mb-26-sm {
    margin-bottom: 26px !important;
  }
  .mb-27-sm {
    margin-bottom: 27px !important;
  }
  .mb-28-sm {
    margin-bottom: 28px !important;
  }
  .mb-29-sm {
    margin-bottom: 29px !important;
  }
  .mb-30-sm {
    margin-bottom: 30px !important;
  }
  .mb-31-sm {
    margin-bottom: 31px !important;
  }
  .mb-32-sm {
    margin-bottom: 32px !important;
  }
  .mb-33-sm {
    margin-bottom: 33px !important;
  }
  .mb-34-sm {
    margin-bottom: 34px !important;
  }
  .mb-35-sm {
    margin-bottom: 35px !important;
  }
  .mb-36-sm {
    margin-bottom: 36px !important;
  }
  .mb-37-sm {
    margin-bottom: 37px !important;
  }
  .mb-38-sm {
    margin-bottom: 38px !important;
  }
  .mb-39-sm {
    margin-bottom: 39px !important;
  }
  .mb-40-sm {
    margin-bottom: 40px !important;
  }
  .mb-41-sm {
    margin-bottom: 41px !important;
  }
  .mb-42-sm {
    margin-bottom: 42px !important;
  }
  .mb-43-sm {
    margin-bottom: 43px !important;
  }
  .mb-44-sm {
    margin-bottom: 44px !important;
  }
  .mb-45-sm {
    margin-bottom: 45px !important;
  }
  .mb-46-sm {
    margin-bottom: 46px !important;
  }
  .mb-47-sm {
    margin-bottom: 47px !important;
  }
  .mb-48-sm {
    margin-bottom: 48px !important;
  }
  .mb-49-sm {
    margin-bottom: 49px !important;
  }
  .mb-50-sm {
    margin-bottom: 50px !important;
  }
  .mb-51-sm {
    margin-bottom: 51px !important;
  }
  .mb-52-sm {
    margin-bottom: 52px !important;
  }
  .mb-53-sm {
    margin-bottom: 53px !important;
  }
  .mb-54-sm {
    margin-bottom: 54px !important;
  }
  .mb-55-sm {
    margin-bottom: 55px !important;
  }
  .mb-56-sm {
    margin-bottom: 56px !important;
  }
  .mb-57-sm {
    margin-bottom: 57px !important;
  }
  .mb-58-sm {
    margin-bottom: 58px !important;
  }
  .mb-59-sm {
    margin-bottom: 59px !important;
  }
  .mb-60-sm {
    margin-bottom: 60px !important;
  }
  .mb-61-sm {
    margin-bottom: 61px !important;
  }
  .mb-62-sm {
    margin-bottom: 62px !important;
  }
  .mb-63-sm {
    margin-bottom: 63px !important;
  }
  .mb-64-sm {
    margin-bottom: 64px !important;
  }
  .mb-65-sm {
    margin-bottom: 65px !important;
  }
  .mb-66-sm {
    margin-bottom: 66px !important;
  }
  .mb-67-sm {
    margin-bottom: 67px !important;
  }
  .mb-68-sm {
    margin-bottom: 68px !important;
  }
  .mb-69-sm {
    margin-bottom: 69px !important;
  }
  .mb-70-sm {
    margin-bottom: 70px !important;
  }
  .mb-71-sm {
    margin-bottom: 71px !important;
  }
  .mb-72-sm {
    margin-bottom: 72px !important;
  }
  .mb-73-sm {
    margin-bottom: 73px !important;
  }
  .mb-74-sm {
    margin-bottom: 74px !important;
  }
  .mb-75-sm {
    margin-bottom: 75px !important;
  }
  .mb-76-sm {
    margin-bottom: 76px !important;
  }
  .mb-77-sm {
    margin-bottom: 77px !important;
  }
  .mb-78-sm {
    margin-bottom: 78px !important;
  }
  .mb-79-sm {
    margin-bottom: 79px !important;
  }
  .mb-80-sm {
    margin-bottom: 80px !important;
  }
  .mb-81-sm {
    margin-bottom: 81px !important;
  }
  .mb-82-sm {
    margin-bottom: 82px !important;
  }
  .mb-83-sm {
    margin-bottom: 83px !important;
  }
  .mb-84-sm {
    margin-bottom: 84px !important;
  }
  .mb-85-sm {
    margin-bottom: 85px !important;
  }
  .mb-86-sm {
    margin-bottom: 86px !important;
  }
  .mb-87-sm {
    margin-bottom: 87px !important;
  }
  .mb-88-sm {
    margin-bottom: 88px !important;
  }
  .mb-89-sm {
    margin-bottom: 89px !important;
  }
  .mb-90-sm {
    margin-bottom: 90px !important;
  }
  .mb-91-sm {
    margin-bottom: 91px !important;
  }
  .mb-92-sm {
    margin-bottom: 92px !important;
  }
  .mb-93-sm {
    margin-bottom: 93px !important;
  }
  .mb-94-sm {
    margin-bottom: 94px !important;
  }
  .mb-95-sm {
    margin-bottom: 95px !important;
  }
  .mb-96-sm {
    margin-bottom: 96px !important;
  }
  .mb-97-sm {
    margin-bottom: 97px !important;
  }
  .mb-98-sm {
    margin-bottom: 98px !important;
  }
  .mb-99-sm {
    margin-bottom: 99px !important;
  }
  .mb-100-sm {
    margin-bottom: 100px !important;
  }
  .mt-0-sm {
    margin-top: 0px !important;
  }
  .mt-1-sm {
    margin-top: 1px !important;
  }
  .mt-2-sm {
    margin-top: 2px !important;
  }
  .mt-3-sm {
    margin-top: 3px !important;
  }
  .mt-4-sm {
    margin-top: 4px !important;
  }
  .mt-5-sm {
    margin-top: 5px !important;
  }
  .mt-6-sm {
    margin-top: 6px !important;
  }
  .mt-7-sm {
    margin-top: 7px !important;
  }
  .mt-8-sm {
    margin-top: 8px !important;
  }
  .mt-9-sm {
    margin-top: 9px !important;
  }
  .mt-10-sm {
    margin-top: 10px !important;
  }
  .mt-11-sm {
    margin-top: 11px !important;
  }
  .mt-12-sm {
    margin-top: 12px !important;
  }
  .mt-13-sm {
    margin-top: 13px !important;
  }
  .mt-14-sm {
    margin-top: 14px !important;
  }
  .mt-15-sm {
    margin-top: 15px !important;
  }
  .mt-16-sm {
    margin-top: 16px !important;
  }
  .mt-17-sm {
    margin-top: 17px !important;
  }
  .mt-18-sm {
    margin-top: 18px !important;
  }
  .mt-19-sm {
    margin-top: 19px !important;
  }
  .mt-20-sm {
    margin-top: 20px !important;
  }
  .mt-21-sm {
    margin-top: 21px !important;
  }
  .mt-22-sm {
    margin-top: 22px !important;
  }
  .mt-23-sm {
    margin-top: 23px !important;
  }
  .mt-24-sm {
    margin-top: 24px !important;
  }
  .mt-25-sm {
    margin-top: 25px !important;
  }
  .mt-26-sm {
    margin-top: 26px !important;
  }
  .mt-27-sm {
    margin-top: 27px !important;
  }
  .mt-28-sm {
    margin-top: 28px !important;
  }
  .mt-29-sm {
    margin-top: 29px !important;
  }
  .mt-30-sm {
    margin-top: 30px !important;
  }
  .mt-31-sm {
    margin-top: 31px !important;
  }
  .mt-32-sm {
    margin-top: 32px !important;
  }
  .mt-33-sm {
    margin-top: 33px !important;
  }
  .mt-34-sm {
    margin-top: 34px !important;
  }
  .mt-35-sm {
    margin-top: 35px !important;
  }
  .mt-36-sm {
    margin-top: 36px !important;
  }
  .mt-37-sm {
    margin-top: 37px !important;
  }
  .mt-38-sm {
    margin-top: 38px !important;
  }
  .mt-39-sm {
    margin-top: 39px !important;
  }
  .mt-40-sm {
    margin-top: 40px !important;
  }
  .mt-41-sm {
    margin-top: 41px !important;
  }
  .mt-42-sm {
    margin-top: 42px !important;
  }
  .mt-43-sm {
    margin-top: 43px !important;
  }
  .mt-44-sm {
    margin-top: 44px !important;
  }
  .mt-45-sm {
    margin-top: 45px !important;
  }
  .mt-46-sm {
    margin-top: 46px !important;
  }
  .mt-47-sm {
    margin-top: 47px !important;
  }
  .mt-48-sm {
    margin-top: 48px !important;
  }
  .mt-49-sm {
    margin-top: 49px !important;
  }
  .mt-50-sm {
    margin-top: 50px !important;
  }
  .mt-51-sm {
    margin-top: 51px !important;
  }
  .mt-52-sm {
    margin-top: 52px !important;
  }
  .mt-53-sm {
    margin-top: 53px !important;
  }
  .mt-54-sm {
    margin-top: 54px !important;
  }
  .mt-55-sm {
    margin-top: 55px !important;
  }
  .mt-56-sm {
    margin-top: 56px !important;
  }
  .mt-57-sm {
    margin-top: 57px !important;
  }
  .mt-58-sm {
    margin-top: 58px !important;
  }
  .mt-59-sm {
    margin-top: 59px !important;
  }
  .mt-60-sm {
    margin-top: 60px !important;
  }
  .mt-61-sm {
    margin-top: 61px !important;
  }
  .mt-62-sm {
    margin-top: 62px !important;
  }
  .mt-63-sm {
    margin-top: 63px !important;
  }
  .mt-64-sm {
    margin-top: 64px !important;
  }
  .mt-65-sm {
    margin-top: 65px !important;
  }
  .mt-66-sm {
    margin-top: 66px !important;
  }
  .mt-67-sm {
    margin-top: 67px !important;
  }
  .mt-68-sm {
    margin-top: 68px !important;
  }
  .mt-69-sm {
    margin-top: 69px !important;
  }
  .mt-70-sm {
    margin-top: 70px !important;
  }
  .mt-71-sm {
    margin-top: 71px !important;
  }
  .mt-72-sm {
    margin-top: 72px !important;
  }
  .mt-73-sm {
    margin-top: 73px !important;
  }
  .mt-74-sm {
    margin-top: 74px !important;
  }
  .mt-75-sm {
    margin-top: 75px !important;
  }
  .mt-76-sm {
    margin-top: 76px !important;
  }
  .mt-77-sm {
    margin-top: 77px !important;
  }
  .mt-78-sm {
    margin-top: 78px !important;
  }
  .mt-79-sm {
    margin-top: 79px !important;
  }
  .mt-80-sm {
    margin-top: 80px !important;
  }
  .mt-81-sm {
    margin-top: 81px !important;
  }
  .mt-82-sm {
    margin-top: 82px !important;
  }
  .mt-83-sm {
    margin-top: 83px !important;
  }
  .mt-84-sm {
    margin-top: 84px !important;
  }
  .mt-85-sm {
    margin-top: 85px !important;
  }
  .mt-86-sm {
    margin-top: 86px !important;
  }
  .mt-87-sm {
    margin-top: 87px !important;
  }
  .mt-88-sm {
    margin-top: 88px !important;
  }
  .mt-89-sm {
    margin-top: 89px !important;
  }
  .mt-90-sm {
    margin-top: 90px !important;
  }
  .mt-91-sm {
    margin-top: 91px !important;
  }
  .mt-92-sm {
    margin-top: 92px !important;
  }
  .mt-93-sm {
    margin-top: 93px !important;
  }
  .mt-94-sm {
    margin-top: 94px !important;
  }
  .mt-95-sm {
    margin-top: 95px !important;
  }
  .mt-96-sm {
    margin-top: 96px !important;
  }
  .mt-97-sm {
    margin-top: 97px !important;
  }
  .mt-98-sm {
    margin-top: 98px !important;
  }
  .mt-99-sm {
    margin-top: 99px !important;
  }
  .mt-100-sm {
    margin-top: 100px !important;
  }
  .mr-0-sm {
    margin-right: 0px !important;
  }
  .mr-1-sm {
    margin-right: 1px !important;
  }
  .mr-2-sm {
    margin-right: 2px !important;
  }
  .mr-3-sm {
    margin-right: 3px !important;
  }
  .mr-4-sm {
    margin-right: 4px !important;
  }
  .mr-5-sm {
    margin-right: 5px !important;
  }
  .mr-6-sm {
    margin-right: 6px !important;
  }
  .mr-7-sm {
    margin-right: 7px !important;
  }
  .mr-8-sm {
    margin-right: 8px !important;
  }
  .mr-9-sm {
    margin-right: 9px !important;
  }
  .mr-10-sm {
    margin-right: 10px !important;
  }
  .mr-11-sm {
    margin-right: 11px !important;
  }
  .mr-12-sm {
    margin-right: 12px !important;
  }
  .mr-13-sm {
    margin-right: 13px !important;
  }
  .mr-14-sm {
    margin-right: 14px !important;
  }
  .mr-15-sm {
    margin-right: 15px !important;
  }
  .mr-16-sm {
    margin-right: 16px !important;
  }
  .mr-17-sm {
    margin-right: 17px !important;
  }
  .mr-18-sm {
    margin-right: 18px !important;
  }
  .mr-19-sm {
    margin-right: 19px !important;
  }
  .mr-20-sm {
    margin-right: 20px !important;
  }
  .mr-21-sm {
    margin-right: 21px !important;
  }
  .mr-22-sm {
    margin-right: 22px !important;
  }
  .mr-23-sm {
    margin-right: 23px !important;
  }
  .mr-24-sm {
    margin-right: 24px !important;
  }
  .mr-25-sm {
    margin-right: 25px !important;
  }
  .mr-26-sm {
    margin-right: 26px !important;
  }
  .mr-27-sm {
    margin-right: 27px !important;
  }
  .mr-28-sm {
    margin-right: 28px !important;
  }
  .mr-29-sm {
    margin-right: 29px !important;
  }
  .mr-30-sm {
    margin-right: 30px !important;
  }
  .mr-31-sm {
    margin-right: 31px !important;
  }
  .mr-32-sm {
    margin-right: 32px !important;
  }
  .mr-33-sm {
    margin-right: 33px !important;
  }
  .mr-34-sm {
    margin-right: 34px !important;
  }
  .mr-35-sm {
    margin-right: 35px !important;
  }
  .mr-36-sm {
    margin-right: 36px !important;
  }
  .mr-37-sm {
    margin-right: 37px !important;
  }
  .mr-38-sm {
    margin-right: 38px !important;
  }
  .mr-39-sm {
    margin-right: 39px !important;
  }
  .mr-40-sm {
    margin-right: 40px !important;
  }
  .mr-41-sm {
    margin-right: 41px !important;
  }
  .mr-42-sm {
    margin-right: 42px !important;
  }
  .mr-43-sm {
    margin-right: 43px !important;
  }
  .mr-44-sm {
    margin-right: 44px !important;
  }
  .mr-45-sm {
    margin-right: 45px !important;
  }
  .mr-46-sm {
    margin-right: 46px !important;
  }
  .mr-47-sm {
    margin-right: 47px !important;
  }
  .mr-48-sm {
    margin-right: 48px !important;
  }
  .mr-49-sm {
    margin-right: 49px !important;
  }
  .mr-50-sm {
    margin-right: 50px !important;
  }
  .mr-51-sm {
    margin-right: 51px !important;
  }
  .mr-52-sm {
    margin-right: 52px !important;
  }
  .mr-53-sm {
    margin-right: 53px !important;
  }
  .mr-54-sm {
    margin-right: 54px !important;
  }
  .mr-55-sm {
    margin-right: 55px !important;
  }
  .mr-56-sm {
    margin-right: 56px !important;
  }
  .mr-57-sm {
    margin-right: 57px !important;
  }
  .mr-58-sm {
    margin-right: 58px !important;
  }
  .mr-59-sm {
    margin-right: 59px !important;
  }
  .mr-60-sm {
    margin-right: 60px !important;
  }
  .mr-61-sm {
    margin-right: 61px !important;
  }
  .mr-62-sm {
    margin-right: 62px !important;
  }
  .mr-63-sm {
    margin-right: 63px !important;
  }
  .mr-64-sm {
    margin-right: 64px !important;
  }
  .mr-65-sm {
    margin-right: 65px !important;
  }
  .mr-66-sm {
    margin-right: 66px !important;
  }
  .mr-67-sm {
    margin-right: 67px !important;
  }
  .mr-68-sm {
    margin-right: 68px !important;
  }
  .mr-69-sm {
    margin-right: 69px !important;
  }
  .mr-70-sm {
    margin-right: 70px !important;
  }
  .mr-71-sm {
    margin-right: 71px !important;
  }
  .mr-72-sm {
    margin-right: 72px !important;
  }
  .mr-73-sm {
    margin-right: 73px !important;
  }
  .mr-74-sm {
    margin-right: 74px !important;
  }
  .mr-75-sm {
    margin-right: 75px !important;
  }
  .mr-76-sm {
    margin-right: 76px !important;
  }
  .mr-77-sm {
    margin-right: 77px !important;
  }
  .mr-78-sm {
    margin-right: 78px !important;
  }
  .mr-79-sm {
    margin-right: 79px !important;
  }
  .mr-80-sm {
    margin-right: 80px !important;
  }
  .mr-81-sm {
    margin-right: 81px !important;
  }
  .mr-82-sm {
    margin-right: 82px !important;
  }
  .mr-83-sm {
    margin-right: 83px !important;
  }
  .mr-84-sm {
    margin-right: 84px !important;
  }
  .mr-85-sm {
    margin-right: 85px !important;
  }
  .mr-86-sm {
    margin-right: 86px !important;
  }
  .mr-87-sm {
    margin-right: 87px !important;
  }
  .mr-88-sm {
    margin-right: 88px !important;
  }
  .mr-89-sm {
    margin-right: 89px !important;
  }
  .mr-90-sm {
    margin-right: 90px !important;
  }
  .mr-91-sm {
    margin-right: 91px !important;
  }
  .mr-92-sm {
    margin-right: 92px !important;
  }
  .mr-93-sm {
    margin-right: 93px !important;
  }
  .mr-94-sm {
    margin-right: 94px !important;
  }
  .mr-95-sm {
    margin-right: 95px !important;
  }
  .mr-96-sm {
    margin-right: 96px !important;
  }
  .mr-97-sm {
    margin-right: 97px !important;
  }
  .mr-98-sm {
    margin-right: 98px !important;
  }
  .mr-99-sm {
    margin-right: 99px !important;
  }
  .mr-100-sm {
    margin-right: 100px !important;
  }
  .pt-0-sm {
    padding-top: 0px !important;
  }
  .py-0-sm {
    padding-block: 0px !important;
  }
  .px-0-sm {
    padding-inline: 0px !important;
  }
  .pr-0-sm {
    padding-right: 0px !important;
  }
  .pl-0-sm {
    padding-left: 0px !important;
  }
  .pb-0-sm {
    padding-bottom: 0px !important;
  }
  .pt-1-sm {
    padding-top: 1px !important;
  }
  .py-1-sm {
    padding-block: 1px !important;
  }
  .px-1-sm {
    padding-inline: 1px !important;
  }
  .pr-1-sm {
    padding-right: 1px !important;
  }
  .pl-1-sm {
    padding-left: 1px !important;
  }
  .pb-1-sm {
    padding-bottom: 1px !important;
  }
  .pt-2-sm {
    padding-top: 2px !important;
  }
  .py-2-sm {
    padding-block: 2px !important;
  }
  .px-2-sm {
    padding-inline: 2px !important;
  }
  .pr-2-sm {
    padding-right: 2px !important;
  }
  .pl-2-sm {
    padding-left: 2px !important;
  }
  .pb-2-sm {
    padding-bottom: 2px !important;
  }
  .pt-3-sm {
    padding-top: 3px !important;
  }
  .py-3-sm {
    padding-block: 3px !important;
  }
  .px-3-sm {
    padding-inline: 3px !important;
  }
  .pr-3-sm {
    padding-right: 3px !important;
  }
  .pl-3-sm {
    padding-left: 3px !important;
  }
  .pb-3-sm {
    padding-bottom: 3px !important;
  }
  .pt-4-sm {
    padding-top: 4px !important;
  }
  .py-4-sm {
    padding-block: 4px !important;
  }
  .px-4-sm {
    padding-inline: 4px !important;
  }
  .pr-4-sm {
    padding-right: 4px !important;
  }
  .pl-4-sm {
    padding-left: 4px !important;
  }
  .pb-4-sm {
    padding-bottom: 4px !important;
  }
  .pt-5-sm {
    padding-top: 5px !important;
  }
  .py-5-sm {
    padding-block: 5px !important;
  }
  .px-5-sm {
    padding-inline: 5px !important;
  }
  .pr-5-sm {
    padding-right: 5px !important;
  }
  .pl-5-sm {
    padding-left: 5px !important;
  }
  .pb-5-sm {
    padding-bottom: 5px !important;
  }
  .pt-6-sm {
    padding-top: 6px !important;
  }
  .py-6-sm {
    padding-block: 6px !important;
  }
  .px-6-sm {
    padding-inline: 6px !important;
  }
  .pr-6-sm {
    padding-right: 6px !important;
  }
  .pl-6-sm {
    padding-left: 6px !important;
  }
  .pb-6-sm {
    padding-bottom: 6px !important;
  }
  .pt-7-sm {
    padding-top: 7px !important;
  }
  .py-7-sm {
    padding-block: 7px !important;
  }
  .px-7-sm {
    padding-inline: 7px !important;
  }
  .pr-7-sm {
    padding-right: 7px !important;
  }
  .pl-7-sm {
    padding-left: 7px !important;
  }
  .pb-7-sm {
    padding-bottom: 7px !important;
  }
  .pt-8-sm {
    padding-top: 8px !important;
  }
  .py-8-sm {
    padding-block: 8px !important;
  }
  .px-8-sm {
    padding-inline: 8px !important;
  }
  .pr-8-sm {
    padding-right: 8px !important;
  }
  .pl-8-sm {
    padding-left: 8px !important;
  }
  .pb-8-sm {
    padding-bottom: 8px !important;
  }
  .pt-9-sm {
    padding-top: 9px !important;
  }
  .py-9-sm {
    padding-block: 9px !important;
  }
  .px-9-sm {
    padding-inline: 9px !important;
  }
  .pr-9-sm {
    padding-right: 9px !important;
  }
  .pl-9-sm {
    padding-left: 9px !important;
  }
  .pb-9-sm {
    padding-bottom: 9px !important;
  }
  .pt-10-sm {
    padding-top: 10px !important;
  }
  .py-10-sm {
    padding-block: 10px !important;
  }
  .px-10-sm {
    padding-inline: 10px !important;
  }
  .pr-10-sm {
    padding-right: 10px !important;
  }
  .pl-10-sm {
    padding-left: 10px !important;
  }
  .pb-10-sm {
    padding-bottom: 10px !important;
  }
  .pt-11-sm {
    padding-top: 11px !important;
  }
  .py-11-sm {
    padding-block: 11px !important;
  }
  .px-11-sm {
    padding-inline: 11px !important;
  }
  .pr-11-sm {
    padding-right: 11px !important;
  }
  .pl-11-sm {
    padding-left: 11px !important;
  }
  .pb-11-sm {
    padding-bottom: 11px !important;
  }
  .pt-12-sm {
    padding-top: 12px !important;
  }
  .py-12-sm {
    padding-block: 12px !important;
  }
  .px-12-sm {
    padding-inline: 12px !important;
  }
  .pr-12-sm {
    padding-right: 12px !important;
  }
  .pl-12-sm {
    padding-left: 12px !important;
  }
  .pb-12-sm {
    padding-bottom: 12px !important;
  }
  .pt-13-sm {
    padding-top: 13px !important;
  }
  .py-13-sm {
    padding-block: 13px !important;
  }
  .px-13-sm {
    padding-inline: 13px !important;
  }
  .pr-13-sm {
    padding-right: 13px !important;
  }
  .pl-13-sm {
    padding-left: 13px !important;
  }
  .pb-13-sm {
    padding-bottom: 13px !important;
  }
  .pt-14-sm {
    padding-top: 14px !important;
  }
  .py-14-sm {
    padding-block: 14px !important;
  }
  .px-14-sm {
    padding-inline: 14px !important;
  }
  .pr-14-sm {
    padding-right: 14px !important;
  }
  .pl-14-sm {
    padding-left: 14px !important;
  }
  .pb-14-sm {
    padding-bottom: 14px !important;
  }
  .pt-15-sm {
    padding-top: 15px !important;
  }
  .py-15-sm {
    padding-block: 15px !important;
  }
  .px-15-sm {
    padding-inline: 15px !important;
  }
  .pr-15-sm {
    padding-right: 15px !important;
  }
  .pl-15-sm {
    padding-left: 15px !important;
  }
  .pb-15-sm {
    padding-bottom: 15px !important;
  }
  .pt-16-sm {
    padding-top: 16px !important;
  }
  .py-16-sm {
    padding-block: 16px !important;
  }
  .px-16-sm {
    padding-inline: 16px !important;
  }
  .pr-16-sm {
    padding-right: 16px !important;
  }
  .pl-16-sm {
    padding-left: 16px !important;
  }
  .pb-16-sm {
    padding-bottom: 16px !important;
  }
  .pt-17-sm {
    padding-top: 17px !important;
  }
  .py-17-sm {
    padding-block: 17px !important;
  }
  .px-17-sm {
    padding-inline: 17px !important;
  }
  .pr-17-sm {
    padding-right: 17px !important;
  }
  .pl-17-sm {
    padding-left: 17px !important;
  }
  .pb-17-sm {
    padding-bottom: 17px !important;
  }
  .pt-18-sm {
    padding-top: 18px !important;
  }
  .py-18-sm {
    padding-block: 18px !important;
  }
  .px-18-sm {
    padding-inline: 18px !important;
  }
  .pr-18-sm {
    padding-right: 18px !important;
  }
  .pl-18-sm {
    padding-left: 18px !important;
  }
  .pb-18-sm {
    padding-bottom: 18px !important;
  }
  .pt-19-sm {
    padding-top: 19px !important;
  }
  .py-19-sm {
    padding-block: 19px !important;
  }
  .px-19-sm {
    padding-inline: 19px !important;
  }
  .pr-19-sm {
    padding-right: 19px !important;
  }
  .pl-19-sm {
    padding-left: 19px !important;
  }
  .pb-19-sm {
    padding-bottom: 19px !important;
  }
  .pt-20-sm {
    padding-top: 20px !important;
  }
  .py-20-sm {
    padding-block: 20px !important;
  }
  .px-20-sm {
    padding-inline: 20px !important;
  }
  .pr-20-sm {
    padding-right: 20px !important;
  }
  .pl-20-sm {
    padding-left: 20px !important;
  }
  .pb-20-sm {
    padding-bottom: 20px !important;
  }
  .pt-21-sm {
    padding-top: 21px !important;
  }
  .py-21-sm {
    padding-block: 21px !important;
  }
  .px-21-sm {
    padding-inline: 21px !important;
  }
  .pr-21-sm {
    padding-right: 21px !important;
  }
  .pl-21-sm {
    padding-left: 21px !important;
  }
  .pb-21-sm {
    padding-bottom: 21px !important;
  }
  .pt-22-sm {
    padding-top: 22px !important;
  }
  .py-22-sm {
    padding-block: 22px !important;
  }
  .px-22-sm {
    padding-inline: 22px !important;
  }
  .pr-22-sm {
    padding-right: 22px !important;
  }
  .pl-22-sm {
    padding-left: 22px !important;
  }
  .pb-22-sm {
    padding-bottom: 22px !important;
  }
  .pt-23-sm {
    padding-top: 23px !important;
  }
  .py-23-sm {
    padding-block: 23px !important;
  }
  .px-23-sm {
    padding-inline: 23px !important;
  }
  .pr-23-sm {
    padding-right: 23px !important;
  }
  .pl-23-sm {
    padding-left: 23px !important;
  }
  .pb-23-sm {
    padding-bottom: 23px !important;
  }
  .pt-24-sm {
    padding-top: 24px !important;
  }
  .py-24-sm {
    padding-block: 24px !important;
  }
  .px-24-sm {
    padding-inline: 24px !important;
  }
  .pr-24-sm {
    padding-right: 24px !important;
  }
  .pl-24-sm {
    padding-left: 24px !important;
  }
  .pb-24-sm {
    padding-bottom: 24px !important;
  }
  .pt-25-sm {
    padding-top: 25px !important;
  }
  .py-25-sm {
    padding-block: 25px !important;
  }
  .px-25-sm {
    padding-inline: 25px !important;
  }
  .pr-25-sm {
    padding-right: 25px !important;
  }
  .pl-25-sm {
    padding-left: 25px !important;
  }
  .pb-25-sm {
    padding-bottom: 25px !important;
  }
  .pt-26-sm {
    padding-top: 26px !important;
  }
  .py-26-sm {
    padding-block: 26px !important;
  }
  .px-26-sm {
    padding-inline: 26px !important;
  }
  .pr-26-sm {
    padding-right: 26px !important;
  }
  .pl-26-sm {
    padding-left: 26px !important;
  }
  .pb-26-sm {
    padding-bottom: 26px !important;
  }
  .pt-27-sm {
    padding-top: 27px !important;
  }
  .py-27-sm {
    padding-block: 27px !important;
  }
  .px-27-sm {
    padding-inline: 27px !important;
  }
  .pr-27-sm {
    padding-right: 27px !important;
  }
  .pl-27-sm {
    padding-left: 27px !important;
  }
  .pb-27-sm {
    padding-bottom: 27px !important;
  }
  .pt-28-sm {
    padding-top: 28px !important;
  }
  .py-28-sm {
    padding-block: 28px !important;
  }
  .px-28-sm {
    padding-inline: 28px !important;
  }
  .pr-28-sm {
    padding-right: 28px !important;
  }
  .pl-28-sm {
    padding-left: 28px !important;
  }
  .pb-28-sm {
    padding-bottom: 28px !important;
  }
  .pt-29-sm {
    padding-top: 29px !important;
  }
  .py-29-sm {
    padding-block: 29px !important;
  }
  .px-29-sm {
    padding-inline: 29px !important;
  }
  .pr-29-sm {
    padding-right: 29px !important;
  }
  .pl-29-sm {
    padding-left: 29px !important;
  }
  .pb-29-sm {
    padding-bottom: 29px !important;
  }
  .pt-30-sm {
    padding-top: 30px !important;
  }
  .py-30-sm {
    padding-block: 30px !important;
  }
  .px-30-sm {
    padding-inline: 30px !important;
  }
  .pr-30-sm {
    padding-right: 30px !important;
  }
  .pl-30-sm {
    padding-left: 30px !important;
  }
  .pb-30-sm {
    padding-bottom: 30px !important;
  }
  .pt-31-sm {
    padding-top: 31px !important;
  }
  .py-31-sm {
    padding-block: 31px !important;
  }
  .px-31-sm {
    padding-inline: 31px !important;
  }
  .pr-31-sm {
    padding-right: 31px !important;
  }
  .pl-31-sm {
    padding-left: 31px !important;
  }
  .pb-31-sm {
    padding-bottom: 31px !important;
  }
  .pt-32-sm {
    padding-top: 32px !important;
  }
  .py-32-sm {
    padding-block: 32px !important;
  }
  .px-32-sm {
    padding-inline: 32px !important;
  }
  .pr-32-sm {
    padding-right: 32px !important;
  }
  .pl-32-sm {
    padding-left: 32px !important;
  }
  .pb-32-sm {
    padding-bottom: 32px !important;
  }
  .pt-33-sm {
    padding-top: 33px !important;
  }
  .py-33-sm {
    padding-block: 33px !important;
  }
  .px-33-sm {
    padding-inline: 33px !important;
  }
  .pr-33-sm {
    padding-right: 33px !important;
  }
  .pl-33-sm {
    padding-left: 33px !important;
  }
  .pb-33-sm {
    padding-bottom: 33px !important;
  }
  .pt-34-sm {
    padding-top: 34px !important;
  }
  .py-34-sm {
    padding-block: 34px !important;
  }
  .px-34-sm {
    padding-inline: 34px !important;
  }
  .pr-34-sm {
    padding-right: 34px !important;
  }
  .pl-34-sm {
    padding-left: 34px !important;
  }
  .pb-34-sm {
    padding-bottom: 34px !important;
  }
  .pt-35-sm {
    padding-top: 35px !important;
  }
  .py-35-sm {
    padding-block: 35px !important;
  }
  .px-35-sm {
    padding-inline: 35px !important;
  }
  .pr-35-sm {
    padding-right: 35px !important;
  }
  .pl-35-sm {
    padding-left: 35px !important;
  }
  .pb-35-sm {
    padding-bottom: 35px !important;
  }
  .pt-36-sm {
    padding-top: 36px !important;
  }
  .py-36-sm {
    padding-block: 36px !important;
  }
  .px-36-sm {
    padding-inline: 36px !important;
  }
  .pr-36-sm {
    padding-right: 36px !important;
  }
  .pl-36-sm {
    padding-left: 36px !important;
  }
  .pb-36-sm {
    padding-bottom: 36px !important;
  }
  .pt-37-sm {
    padding-top: 37px !important;
  }
  .py-37-sm {
    padding-block: 37px !important;
  }
  .px-37-sm {
    padding-inline: 37px !important;
  }
  .pr-37-sm {
    padding-right: 37px !important;
  }
  .pl-37-sm {
    padding-left: 37px !important;
  }
  .pb-37-sm {
    padding-bottom: 37px !important;
  }
  .pt-38-sm {
    padding-top: 38px !important;
  }
  .py-38-sm {
    padding-block: 38px !important;
  }
  .px-38-sm {
    padding-inline: 38px !important;
  }
  .pr-38-sm {
    padding-right: 38px !important;
  }
  .pl-38-sm {
    padding-left: 38px !important;
  }
  .pb-38-sm {
    padding-bottom: 38px !important;
  }
  .pt-39-sm {
    padding-top: 39px !important;
  }
  .py-39-sm {
    padding-block: 39px !important;
  }
  .px-39-sm {
    padding-inline: 39px !important;
  }
  .pr-39-sm {
    padding-right: 39px !important;
  }
  .pl-39-sm {
    padding-left: 39px !important;
  }
  .pb-39-sm {
    padding-bottom: 39px !important;
  }
  .pt-40-sm {
    padding-top: 40px !important;
  }
  .py-40-sm {
    padding-block: 40px !important;
  }
  .px-40-sm {
    padding-inline: 40px !important;
  }
  .pr-40-sm {
    padding-right: 40px !important;
  }
  .pl-40-sm {
    padding-left: 40px !important;
  }
  .pb-40-sm {
    padding-bottom: 40px !important;
  }
  .pt-41-sm {
    padding-top: 41px !important;
  }
  .py-41-sm {
    padding-block: 41px !important;
  }
  .px-41-sm {
    padding-inline: 41px !important;
  }
  .pr-41-sm {
    padding-right: 41px !important;
  }
  .pl-41-sm {
    padding-left: 41px !important;
  }
  .pb-41-sm {
    padding-bottom: 41px !important;
  }
  .pt-42-sm {
    padding-top: 42px !important;
  }
  .py-42-sm {
    padding-block: 42px !important;
  }
  .px-42-sm {
    padding-inline: 42px !important;
  }
  .pr-42-sm {
    padding-right: 42px !important;
  }
  .pl-42-sm {
    padding-left: 42px !important;
  }
  .pb-42-sm {
    padding-bottom: 42px !important;
  }
  .pt-43-sm {
    padding-top: 43px !important;
  }
  .py-43-sm {
    padding-block: 43px !important;
  }
  .px-43-sm {
    padding-inline: 43px !important;
  }
  .pr-43-sm {
    padding-right: 43px !important;
  }
  .pl-43-sm {
    padding-left: 43px !important;
  }
  .pb-43-sm {
    padding-bottom: 43px !important;
  }
  .pt-44-sm {
    padding-top: 44px !important;
  }
  .py-44-sm {
    padding-block: 44px !important;
  }
  .px-44-sm {
    padding-inline: 44px !important;
  }
  .pr-44-sm {
    padding-right: 44px !important;
  }
  .pl-44-sm {
    padding-left: 44px !important;
  }
  .pb-44-sm {
    padding-bottom: 44px !important;
  }
  .pt-45-sm {
    padding-top: 45px !important;
  }
  .py-45-sm {
    padding-block: 45px !important;
  }
  .px-45-sm {
    padding-inline: 45px !important;
  }
  .pr-45-sm {
    padding-right: 45px !important;
  }
  .pl-45-sm {
    padding-left: 45px !important;
  }
  .pb-45-sm {
    padding-bottom: 45px !important;
  }
  .pt-46-sm {
    padding-top: 46px !important;
  }
  .py-46-sm {
    padding-block: 46px !important;
  }
  .px-46-sm {
    padding-inline: 46px !important;
  }
  .pr-46-sm {
    padding-right: 46px !important;
  }
  .pl-46-sm {
    padding-left: 46px !important;
  }
  .pb-46-sm {
    padding-bottom: 46px !important;
  }
  .pt-47-sm {
    padding-top: 47px !important;
  }
  .py-47-sm {
    padding-block: 47px !important;
  }
  .px-47-sm {
    padding-inline: 47px !important;
  }
  .pr-47-sm {
    padding-right: 47px !important;
  }
  .pl-47-sm {
    padding-left: 47px !important;
  }
  .pb-47-sm {
    padding-bottom: 47px !important;
  }
  .pt-48-sm {
    padding-top: 48px !important;
  }
  .py-48-sm {
    padding-block: 48px !important;
  }
  .px-48-sm {
    padding-inline: 48px !important;
  }
  .pr-48-sm {
    padding-right: 48px !important;
  }
  .pl-48-sm {
    padding-left: 48px !important;
  }
  .pb-48-sm {
    padding-bottom: 48px !important;
  }
  .pt-49-sm {
    padding-top: 49px !important;
  }
  .py-49-sm {
    padding-block: 49px !important;
  }
  .px-49-sm {
    padding-inline: 49px !important;
  }
  .pr-49-sm {
    padding-right: 49px !important;
  }
  .pl-49-sm {
    padding-left: 49px !important;
  }
  .pb-49-sm {
    padding-bottom: 49px !important;
  }
  .pt-50-sm {
    padding-top: 50px !important;
  }
  .py-50-sm {
    padding-block: 50px !important;
  }
  .px-50-sm {
    padding-inline: 50px !important;
  }
  .pr-50-sm {
    padding-right: 50px !important;
  }
  .pl-50-sm {
    padding-left: 50px !important;
  }
  .pb-50-sm {
    padding-bottom: 50px !important;
  }
  .pt-51-sm {
    padding-top: 51px !important;
  }
  .py-51-sm {
    padding-block: 51px !important;
  }
  .px-51-sm {
    padding-inline: 51px !important;
  }
  .pr-51-sm {
    padding-right: 51px !important;
  }
  .pl-51-sm {
    padding-left: 51px !important;
  }
  .pb-51-sm {
    padding-bottom: 51px !important;
  }
  .pt-52-sm {
    padding-top: 52px !important;
  }
  .py-52-sm {
    padding-block: 52px !important;
  }
  .px-52-sm {
    padding-inline: 52px !important;
  }
  .pr-52-sm {
    padding-right: 52px !important;
  }
  .pl-52-sm {
    padding-left: 52px !important;
  }
  .pb-52-sm {
    padding-bottom: 52px !important;
  }
  .pt-53-sm {
    padding-top: 53px !important;
  }
  .py-53-sm {
    padding-block: 53px !important;
  }
  .px-53-sm {
    padding-inline: 53px !important;
  }
  .pr-53-sm {
    padding-right: 53px !important;
  }
  .pl-53-sm {
    padding-left: 53px !important;
  }
  .pb-53-sm {
    padding-bottom: 53px !important;
  }
  .pt-54-sm {
    padding-top: 54px !important;
  }
  .py-54-sm {
    padding-block: 54px !important;
  }
  .px-54-sm {
    padding-inline: 54px !important;
  }
  .pr-54-sm {
    padding-right: 54px !important;
  }
  .pl-54-sm {
    padding-left: 54px !important;
  }
  .pb-54-sm {
    padding-bottom: 54px !important;
  }
  .pt-55-sm {
    padding-top: 55px !important;
  }
  .py-55-sm {
    padding-block: 55px !important;
  }
  .px-55-sm {
    padding-inline: 55px !important;
  }
  .pr-55-sm {
    padding-right: 55px !important;
  }
  .pl-55-sm {
    padding-left: 55px !important;
  }
  .pb-55-sm {
    padding-bottom: 55px !important;
  }
  .pt-56-sm {
    padding-top: 56px !important;
  }
  .py-56-sm {
    padding-block: 56px !important;
  }
  .px-56-sm {
    padding-inline: 56px !important;
  }
  .pr-56-sm {
    padding-right: 56px !important;
  }
  .pl-56-sm {
    padding-left: 56px !important;
  }
  .pb-56-sm {
    padding-bottom: 56px !important;
  }
  .pt-57-sm {
    padding-top: 57px !important;
  }
  .py-57-sm {
    padding-block: 57px !important;
  }
  .px-57-sm {
    padding-inline: 57px !important;
  }
  .pr-57-sm {
    padding-right: 57px !important;
  }
  .pl-57-sm {
    padding-left: 57px !important;
  }
  .pb-57-sm {
    padding-bottom: 57px !important;
  }
  .pt-58-sm {
    padding-top: 58px !important;
  }
  .py-58-sm {
    padding-block: 58px !important;
  }
  .px-58-sm {
    padding-inline: 58px !important;
  }
  .pr-58-sm {
    padding-right: 58px !important;
  }
  .pl-58-sm {
    padding-left: 58px !important;
  }
  .pb-58-sm {
    padding-bottom: 58px !important;
  }
  .pt-59-sm {
    padding-top: 59px !important;
  }
  .py-59-sm {
    padding-block: 59px !important;
  }
  .px-59-sm {
    padding-inline: 59px !important;
  }
  .pr-59-sm {
    padding-right: 59px !important;
  }
  .pl-59-sm {
    padding-left: 59px !important;
  }
  .pb-59-sm {
    padding-bottom: 59px !important;
  }
  .pt-60-sm {
    padding-top: 60px !important;
  }
  .py-60-sm {
    padding-block: 60px !important;
  }
  .px-60-sm {
    padding-inline: 60px !important;
  }
  .pr-60-sm {
    padding-right: 60px !important;
  }
  .pl-60-sm {
    padding-left: 60px !important;
  }
  .pb-60-sm {
    padding-bottom: 60px !important;
  }
  .pt-61-sm {
    padding-top: 61px !important;
  }
  .py-61-sm {
    padding-block: 61px !important;
  }
  .px-61-sm {
    padding-inline: 61px !important;
  }
  .pr-61-sm {
    padding-right: 61px !important;
  }
  .pl-61-sm {
    padding-left: 61px !important;
  }
  .pb-61-sm {
    padding-bottom: 61px !important;
  }
  .pt-62-sm {
    padding-top: 62px !important;
  }
  .py-62-sm {
    padding-block: 62px !important;
  }
  .px-62-sm {
    padding-inline: 62px !important;
  }
  .pr-62-sm {
    padding-right: 62px !important;
  }
  .pl-62-sm {
    padding-left: 62px !important;
  }
  .pb-62-sm {
    padding-bottom: 62px !important;
  }
  .pt-63-sm {
    padding-top: 63px !important;
  }
  .py-63-sm {
    padding-block: 63px !important;
  }
  .px-63-sm {
    padding-inline: 63px !important;
  }
  .pr-63-sm {
    padding-right: 63px !important;
  }
  .pl-63-sm {
    padding-left: 63px !important;
  }
  .pb-63-sm {
    padding-bottom: 63px !important;
  }
  .pt-64-sm {
    padding-top: 64px !important;
  }
  .py-64-sm {
    padding-block: 64px !important;
  }
  .px-64-sm {
    padding-inline: 64px !important;
  }
  .pr-64-sm {
    padding-right: 64px !important;
  }
  .pl-64-sm {
    padding-left: 64px !important;
  }
  .pb-64-sm {
    padding-bottom: 64px !important;
  }
  .pt-65-sm {
    padding-top: 65px !important;
  }
  .py-65-sm {
    padding-block: 65px !important;
  }
  .px-65-sm {
    padding-inline: 65px !important;
  }
  .pr-65-sm {
    padding-right: 65px !important;
  }
  .pl-65-sm {
    padding-left: 65px !important;
  }
  .pb-65-sm {
    padding-bottom: 65px !important;
  }
  .pt-66-sm {
    padding-top: 66px !important;
  }
  .py-66-sm {
    padding-block: 66px !important;
  }
  .px-66-sm {
    padding-inline: 66px !important;
  }
  .pr-66-sm {
    padding-right: 66px !important;
  }
  .pl-66-sm {
    padding-left: 66px !important;
  }
  .pb-66-sm {
    padding-bottom: 66px !important;
  }
  .pt-67-sm {
    padding-top: 67px !important;
  }
  .py-67-sm {
    padding-block: 67px !important;
  }
  .px-67-sm {
    padding-inline: 67px !important;
  }
  .pr-67-sm {
    padding-right: 67px !important;
  }
  .pl-67-sm {
    padding-left: 67px !important;
  }
  .pb-67-sm {
    padding-bottom: 67px !important;
  }
  .pt-68-sm {
    padding-top: 68px !important;
  }
  .py-68-sm {
    padding-block: 68px !important;
  }
  .px-68-sm {
    padding-inline: 68px !important;
  }
  .pr-68-sm {
    padding-right: 68px !important;
  }
  .pl-68-sm {
    padding-left: 68px !important;
  }
  .pb-68-sm {
    padding-bottom: 68px !important;
  }
  .pt-69-sm {
    padding-top: 69px !important;
  }
  .py-69-sm {
    padding-block: 69px !important;
  }
  .px-69-sm {
    padding-inline: 69px !important;
  }
  .pr-69-sm {
    padding-right: 69px !important;
  }
  .pl-69-sm {
    padding-left: 69px !important;
  }
  .pb-69-sm {
    padding-bottom: 69px !important;
  }
  .pt-70-sm {
    padding-top: 70px !important;
  }
  .py-70-sm {
    padding-block: 70px !important;
  }
  .px-70-sm {
    padding-inline: 70px !important;
  }
  .pr-70-sm {
    padding-right: 70px !important;
  }
  .pl-70-sm {
    padding-left: 70px !important;
  }
  .pb-70-sm {
    padding-bottom: 70px !important;
  }
  .pt-71-sm {
    padding-top: 71px !important;
  }
  .py-71-sm {
    padding-block: 71px !important;
  }
  .px-71-sm {
    padding-inline: 71px !important;
  }
  .pr-71-sm {
    padding-right: 71px !important;
  }
  .pl-71-sm {
    padding-left: 71px !important;
  }
  .pb-71-sm {
    padding-bottom: 71px !important;
  }
  .pt-72-sm {
    padding-top: 72px !important;
  }
  .py-72-sm {
    padding-block: 72px !important;
  }
  .px-72-sm {
    padding-inline: 72px !important;
  }
  .pr-72-sm {
    padding-right: 72px !important;
  }
  .pl-72-sm {
    padding-left: 72px !important;
  }
  .pb-72-sm {
    padding-bottom: 72px !important;
  }
  .pt-73-sm {
    padding-top: 73px !important;
  }
  .py-73-sm {
    padding-block: 73px !important;
  }
  .px-73-sm {
    padding-inline: 73px !important;
  }
  .pr-73-sm {
    padding-right: 73px !important;
  }
  .pl-73-sm {
    padding-left: 73px !important;
  }
  .pb-73-sm {
    padding-bottom: 73px !important;
  }
  .pt-74-sm {
    padding-top: 74px !important;
  }
  .py-74-sm {
    padding-block: 74px !important;
  }
  .px-74-sm {
    padding-inline: 74px !important;
  }
  .pr-74-sm {
    padding-right: 74px !important;
  }
  .pl-74-sm {
    padding-left: 74px !important;
  }
  .pb-74-sm {
    padding-bottom: 74px !important;
  }
  .pt-75-sm {
    padding-top: 75px !important;
  }
  .py-75-sm {
    padding-block: 75px !important;
  }
  .px-75-sm {
    padding-inline: 75px !important;
  }
  .pr-75-sm {
    padding-right: 75px !important;
  }
  .pl-75-sm {
    padding-left: 75px !important;
  }
  .pb-75-sm {
    padding-bottom: 75px !important;
  }
  .pt-76-sm {
    padding-top: 76px !important;
  }
  .py-76-sm {
    padding-block: 76px !important;
  }
  .px-76-sm {
    padding-inline: 76px !important;
  }
  .pr-76-sm {
    padding-right: 76px !important;
  }
  .pl-76-sm {
    padding-left: 76px !important;
  }
  .pb-76-sm {
    padding-bottom: 76px !important;
  }
  .pt-77-sm {
    padding-top: 77px !important;
  }
  .py-77-sm {
    padding-block: 77px !important;
  }
  .px-77-sm {
    padding-inline: 77px !important;
  }
  .pr-77-sm {
    padding-right: 77px !important;
  }
  .pl-77-sm {
    padding-left: 77px !important;
  }
  .pb-77-sm {
    padding-bottom: 77px !important;
  }
  .pt-78-sm {
    padding-top: 78px !important;
  }
  .py-78-sm {
    padding-block: 78px !important;
  }
  .px-78-sm {
    padding-inline: 78px !important;
  }
  .pr-78-sm {
    padding-right: 78px !important;
  }
  .pl-78-sm {
    padding-left: 78px !important;
  }
  .pb-78-sm {
    padding-bottom: 78px !important;
  }
  .pt-79-sm {
    padding-top: 79px !important;
  }
  .py-79-sm {
    padding-block: 79px !important;
  }
  .px-79-sm {
    padding-inline: 79px !important;
  }
  .pr-79-sm {
    padding-right: 79px !important;
  }
  .pl-79-sm {
    padding-left: 79px !important;
  }
  .pb-79-sm {
    padding-bottom: 79px !important;
  }
  .pt-80-sm {
    padding-top: 80px !important;
  }
  .py-80-sm {
    padding-block: 80px !important;
  }
  .px-80-sm {
    padding-inline: 80px !important;
  }
  .pr-80-sm {
    padding-right: 80px !important;
  }
  .pl-80-sm {
    padding-left: 80px !important;
  }
  .pb-80-sm {
    padding-bottom: 80px !important;
  }
  .pt-81-sm {
    padding-top: 81px !important;
  }
  .py-81-sm {
    padding-block: 81px !important;
  }
  .px-81-sm {
    padding-inline: 81px !important;
  }
  .pr-81-sm {
    padding-right: 81px !important;
  }
  .pl-81-sm {
    padding-left: 81px !important;
  }
  .pb-81-sm {
    padding-bottom: 81px !important;
  }
  .pt-82-sm {
    padding-top: 82px !important;
  }
  .py-82-sm {
    padding-block: 82px !important;
  }
  .px-82-sm {
    padding-inline: 82px !important;
  }
  .pr-82-sm {
    padding-right: 82px !important;
  }
  .pl-82-sm {
    padding-left: 82px !important;
  }
  .pb-82-sm {
    padding-bottom: 82px !important;
  }
  .pt-83-sm {
    padding-top: 83px !important;
  }
  .py-83-sm {
    padding-block: 83px !important;
  }
  .px-83-sm {
    padding-inline: 83px !important;
  }
  .pr-83-sm {
    padding-right: 83px !important;
  }
  .pl-83-sm {
    padding-left: 83px !important;
  }
  .pb-83-sm {
    padding-bottom: 83px !important;
  }
  .pt-84-sm {
    padding-top: 84px !important;
  }
  .py-84-sm {
    padding-block: 84px !important;
  }
  .px-84-sm {
    padding-inline: 84px !important;
  }
  .pr-84-sm {
    padding-right: 84px !important;
  }
  .pl-84-sm {
    padding-left: 84px !important;
  }
  .pb-84-sm {
    padding-bottom: 84px !important;
  }
  .pt-85-sm {
    padding-top: 85px !important;
  }
  .py-85-sm {
    padding-block: 85px !important;
  }
  .px-85-sm {
    padding-inline: 85px !important;
  }
  .pr-85-sm {
    padding-right: 85px !important;
  }
  .pl-85-sm {
    padding-left: 85px !important;
  }
  .pb-85-sm {
    padding-bottom: 85px !important;
  }
  .pt-86-sm {
    padding-top: 86px !important;
  }
  .py-86-sm {
    padding-block: 86px !important;
  }
  .px-86-sm {
    padding-inline: 86px !important;
  }
  .pr-86-sm {
    padding-right: 86px !important;
  }
  .pl-86-sm {
    padding-left: 86px !important;
  }
  .pb-86-sm {
    padding-bottom: 86px !important;
  }
  .pt-87-sm {
    padding-top: 87px !important;
  }
  .py-87-sm {
    padding-block: 87px !important;
  }
  .px-87-sm {
    padding-inline: 87px !important;
  }
  .pr-87-sm {
    padding-right: 87px !important;
  }
  .pl-87-sm {
    padding-left: 87px !important;
  }
  .pb-87-sm {
    padding-bottom: 87px !important;
  }
  .pt-88-sm {
    padding-top: 88px !important;
  }
  .py-88-sm {
    padding-block: 88px !important;
  }
  .px-88-sm {
    padding-inline: 88px !important;
  }
  .pr-88-sm {
    padding-right: 88px !important;
  }
  .pl-88-sm {
    padding-left: 88px !important;
  }
  .pb-88-sm {
    padding-bottom: 88px !important;
  }
  .pt-89-sm {
    padding-top: 89px !important;
  }
  .py-89-sm {
    padding-block: 89px !important;
  }
  .px-89-sm {
    padding-inline: 89px !important;
  }
  .pr-89-sm {
    padding-right: 89px !important;
  }
  .pl-89-sm {
    padding-left: 89px !important;
  }
  .pb-89-sm {
    padding-bottom: 89px !important;
  }
  .pt-90-sm {
    padding-top: 90px !important;
  }
  .py-90-sm {
    padding-block: 90px !important;
  }
  .px-90-sm {
    padding-inline: 90px !important;
  }
  .pr-90-sm {
    padding-right: 90px !important;
  }
  .pl-90-sm {
    padding-left: 90px !important;
  }
  .pb-90-sm {
    padding-bottom: 90px !important;
  }
  .pt-91-sm {
    padding-top: 91px !important;
  }
  .py-91-sm {
    padding-block: 91px !important;
  }
  .px-91-sm {
    padding-inline: 91px !important;
  }
  .pr-91-sm {
    padding-right: 91px !important;
  }
  .pl-91-sm {
    padding-left: 91px !important;
  }
  .pb-91-sm {
    padding-bottom: 91px !important;
  }
  .pt-92-sm {
    padding-top: 92px !important;
  }
  .py-92-sm {
    padding-block: 92px !important;
  }
  .px-92-sm {
    padding-inline: 92px !important;
  }
  .pr-92-sm {
    padding-right: 92px !important;
  }
  .pl-92-sm {
    padding-left: 92px !important;
  }
  .pb-92-sm {
    padding-bottom: 92px !important;
  }
  .pt-93-sm {
    padding-top: 93px !important;
  }
  .py-93-sm {
    padding-block: 93px !important;
  }
  .px-93-sm {
    padding-inline: 93px !important;
  }
  .pr-93-sm {
    padding-right: 93px !important;
  }
  .pl-93-sm {
    padding-left: 93px !important;
  }
  .pb-93-sm {
    padding-bottom: 93px !important;
  }
  .pt-94-sm {
    padding-top: 94px !important;
  }
  .py-94-sm {
    padding-block: 94px !important;
  }
  .px-94-sm {
    padding-inline: 94px !important;
  }
  .pr-94-sm {
    padding-right: 94px !important;
  }
  .pl-94-sm {
    padding-left: 94px !important;
  }
  .pb-94-sm {
    padding-bottom: 94px !important;
  }
  .pt-95-sm {
    padding-top: 95px !important;
  }
  .py-95-sm {
    padding-block: 95px !important;
  }
  .px-95-sm {
    padding-inline: 95px !important;
  }
  .pr-95-sm {
    padding-right: 95px !important;
  }
  .pl-95-sm {
    padding-left: 95px !important;
  }
  .pb-95-sm {
    padding-bottom: 95px !important;
  }
  .pt-96-sm {
    padding-top: 96px !important;
  }
  .py-96-sm {
    padding-block: 96px !important;
  }
  .px-96-sm {
    padding-inline: 96px !important;
  }
  .pr-96-sm {
    padding-right: 96px !important;
  }
  .pl-96-sm {
    padding-left: 96px !important;
  }
  .pb-96-sm {
    padding-bottom: 96px !important;
  }
  .pt-97-sm {
    padding-top: 97px !important;
  }
  .py-97-sm {
    padding-block: 97px !important;
  }
  .px-97-sm {
    padding-inline: 97px !important;
  }
  .pr-97-sm {
    padding-right: 97px !important;
  }
  .pl-97-sm {
    padding-left: 97px !important;
  }
  .pb-97-sm {
    padding-bottom: 97px !important;
  }
  .pt-98-sm {
    padding-top: 98px !important;
  }
  .py-98-sm {
    padding-block: 98px !important;
  }
  .px-98-sm {
    padding-inline: 98px !important;
  }
  .pr-98-sm {
    padding-right: 98px !important;
  }
  .pl-98-sm {
    padding-left: 98px !important;
  }
  .pb-98-sm {
    padding-bottom: 98px !important;
  }
  .pt-99-sm {
    padding-top: 99px !important;
  }
  .py-99-sm {
    padding-block: 99px !important;
  }
  .px-99-sm {
    padding-inline: 99px !important;
  }
  .pr-99-sm {
    padding-right: 99px !important;
  }
  .pl-99-sm {
    padding-left: 99px !important;
  }
  .pb-99-sm {
    padding-bottom: 99px !important;
  }
  .pt-100-sm {
    padding-top: 100px !important;
  }
  .py-100-sm {
    padding-block: 100px !important;
  }
  .px-100-sm {
    padding-inline: 100px !important;
  }
  .pr-100-sm {
    padding-right: 100px !important;
  }
  .pl-100-sm {
    padding-left: 100px !important;
  }
  .pb-100-sm {
    padding-bottom: 100px !important;
  }
  .table :where(th, td).text-s {
    font-size: 1.4rem;
  }
  .table :where(th, td).text-s-sp_xxs {
    font-size: 1.4rem;
  }
  .table :where(th, td) {
    font-size: 1.6rem;
  }
  .table.table-space-sm th,
  .table.table-space-sm td {
    padding: 16px 20px;
  }
  .table.table-space-md th,
  .table.table-space-md td {
    padding: 16px 24px;
  }
  .table.table-space-md-pc th,
  .table.table-space-md-pc td {
    padding: 16px 24px;
  }
  .table-container {
    padding: 0;
  }
  .table-container .table {
    width: 100%;
  }
  .table-container .table-min-large {
    width: max(1120px, 100%);
  }
  .table .col-1-pc {
    width: 8.3333333333%;
  }
  .table .col-2-pc {
    width: 16.6666666667%;
  }
  .table .col-3-pc {
    width: 25%;
  }
  .table .col-4-pc {
    width: 33.3333333333%;
  }
  .table .col-5-pc {
    width: 41.6666666667%;
  }
  .table .col-6-pc {
    width: 50%;
  }
  .table .col-7-pc {
    width: 58.3333333333%;
  }
  .table .col-8-pc {
    width: 66.6666666667%;
  }
  .table .col-9-pc {
    width: 75%;
  }
  .table .col-10-pc {
    width: 83.3333333333%;
  }
  .table .col-11-pc {
    width: 91.6666666667%;
  }
  .table .col-auto-pc {
    width: auto;
  }
  .d-b-sm {
    display: block;
  }
  .d-n-sm {
    display: none;
  }
  .d-ib-sm {
    display: inline-block;
  }
  .d-i-sm {
    display: inline;
  }
  .d-tc-sm {
    display: table-cell;
  }
  .d-g-sm {
    display: grid;
  }
  .ta-c-sm {
    text-align: center;
  }
  .ta-l-sm {
    text-align: left;
  }
  .ta-r-sm {
    text-align: right;
  }
  .maw-50-sm {
    width: 100%;
    max-width: 50px;
  }
  .maw-58-sm {
    width: 100%;
    max-width: 58px;
  }
  .maw-60-sm {
    width: 100%;
    max-width: 60px;
  }
  .maw-70-sm {
    width: 100%;
    max-width: 70px;
  }
  .maw-80-sm {
    width: 100%;
    max-width: 80px;
  }
  .maw-90-sm {
    width: 100%;
    max-width: 90px;
  }
  .maw-100-sm {
    width: 100%;
    max-width: 100px;
  }
  .maw-104-sm {
    width: 100%;
    max-width: 104px;
  }
  .maw-140-sm {
    width: 100%;
    max-width: 140px;
  }
  .maw-170-sm {
    width: 100%;
    max-width: 170px;
  }
  .maw-175-sm {
    width: 100%;
    max-width: 175px;
  }
  .maw-176-sm {
    width: 100%;
    max-width: 176px;
  }
  .maw-180-sm {
    width: 100%;
    max-width: 180px;
  }
  .maw-208-sm {
    width: 100%;
    max-width: 208px;
  }
  .maw-210-sm {
    width: 100%;
    max-width: 210px;
  }
  .maw-220-sm {
    width: 100%;
    max-width: 220px;
  }
  .maw-225-sm {
    width: 100%;
    max-width: 225px;
  }
  .maw-230-sm {
    width: 100%;
    max-width: 230px;
  }
  .maw-240-sm {
    width: 100%;
    max-width: 240px;
  }
  .maw-250-sm {
    width: 100%;
    max-width: 250px;
  }
  .maw-260-sm {
    width: 100%;
    max-width: 260px;
  }
  .maw-270-sm {
    width: 100%;
    max-width: 270px;
  }
  .maw-280-sm {
    width: 100%;
    max-width: 280px;
  }
  .maw-300-sm {
    width: 100%;
    max-width: 300px;
  }
  .maw-310-sm {
    width: 100%;
    max-width: 310px;
  }
  .maw-320-sm {
    width: 100%;
    max-width: 320px;
  }
  .maw-330-sm {
    width: 100%;
    max-width: 330px;
  }
  .maw-340-sm {
    width: 100%;
    max-width: 340px;
  }
  .maw-360-sm {
    width: 100%;
    max-width: 360px;
  }
  .maw-380-sm {
    width: 100%;
    max-width: 380px;
  }
  .maw-400-sm {
    width: 100%;
    max-width: 400px;
  }
  .maw-420-sm {
    width: 100%;
    max-width: 420px;
  }
  .maw-424-sm {
    width: 100%;
    max-width: 424px;
  }
  .maw-432-sm {
    width: 100%;
    max-width: 432px;
  }
  .maw-440-sm {
    width: 100%;
    max-width: 440px;
  }
  .maw-450-sm {
    width: 100%;
    max-width: 450px;
  }
  .maw-454-sm {
    width: 100%;
    max-width: 454px;
  }
  .maw-474-sm {
    width: 100%;
    max-width: 474px;
  }
  .maw-480-sm {
    width: 100%;
    max-width: 480px;
  }
  .maw-490-sm {
    width: 100%;
    max-width: 490px;
  }
  .maw-540-sm {
    width: 100%;
    max-width: 540px;
  }
  .maw-544-sm {
    width: 100%;
    max-width: 544px;
  }
  .maw-590-sm {
    width: 100%;
    max-width: 590px;
  }
  .maw-600-sm {
    width: 100%;
    max-width: 600px;
  }
  .maw-650-sm {
    width: 100%;
    max-width: 650px;
  }
  .maw-660-sm {
    width: 100%;
    max-width: 660px;
  }
  .maw-680-sm {
    width: 100%;
    max-width: 680px;
  }
  .maw-700-sm {
    width: 100%;
    max-width: 700px;
  }
  .maw-707-sm {
    width: 100%;
    max-width: 707px;
  }
  .maw-710-sm {
    width: 100%;
    max-width: 710px;
  }
  .maw-715-sm {
    width: 100%;
    max-width: 715px;
  }
  .maw-730-sm {
    width: 100%;
    max-width: 730px;
  }
  .maw-740-sm {
    width: 100%;
    max-width: 740px;
  }
  .maw-750-sm {
    width: 100%;
    max-width: 750px;
  }
  .maw-770-sm {
    width: 100%;
    max-width: 770px;
  }
  .maw-790-sm {
    width: 100%;
    max-width: 790px;
  }
  .maw-810-sm {
    width: 100%;
    max-width: 810px;
  }
  .maw-840-sm {
    width: 100%;
    max-width: 840px;
  }
  .maw-880-sm {
    width: 100%;
    max-width: 880px;
  }
  .maw-870-sm {
    width: 100%;
    max-width: 870px;
  }
  .maw-888-sm {
    width: 100%;
    max-width: 888px;
  }
  .maw-1000-sm {
    width: 100%;
    max-width: 1000px;
  }
  .maw-1040-sm {
    width: 100%;
    max-width: 1040px;
  }
  .maw-a-sm {
    width: 100%;
    max-width: 100%;
  }
  .w-1per-sm {
    width: 1%;
  }
  .w-2per-sm {
    width: 2%;
  }
  .w-3per-sm {
    width: 3%;
  }
  .w-4per-sm {
    width: 4%;
  }
  .w-5per-sm {
    width: 5%;
  }
  .w-6per-sm {
    width: 6%;
  }
  .w-7per-sm {
    width: 7%;
  }
  .w-8per-sm {
    width: 8%;
  }
  .w-9per-sm {
    width: 9%;
  }
  .w-10per-sm {
    width: 10%;
  }
  .w-11per-sm {
    width: 11%;
  }
  .w-12per-sm {
    width: 12%;
  }
  .w-13per-sm {
    width: 13%;
  }
  .w-14per-sm {
    width: 14%;
  }
  .w-15per-sm {
    width: 15%;
  }
  .w-16per-sm {
    width: 16%;
  }
  .w-17per-sm {
    width: 17%;
  }
  .w-18per-sm {
    width: 18%;
  }
  .w-19per-sm {
    width: 19%;
  }
  .w-20per-sm {
    width: 20%;
  }
  .w-21per-sm {
    width: 21%;
  }
  .w-22per-sm {
    width: 22%;
  }
  .w-23per-sm {
    width: 23%;
  }
  .w-24per-sm {
    width: 24%;
  }
  .w-25per-sm {
    width: 25%;
  }
  .w-26per-sm {
    width: 26%;
  }
  .w-27per-sm {
    width: 27%;
  }
  .w-28per-sm {
    width: 28%;
  }
  .w-29per-sm {
    width: 29%;
  }
  .w-30per-sm {
    width: 30%;
  }
  .w-31per-sm {
    width: 31%;
  }
  .w-32per-sm {
    width: 32%;
  }
  .w-33per-sm {
    width: 33%;
  }
  .w-34per-sm {
    width: 34%;
  }
  .w-35per-sm {
    width: 35%;
  }
  .w-36per-sm {
    width: 36%;
  }
  .w-37per-sm {
    width: 37%;
  }
  .w-38per-sm {
    width: 38%;
  }
  .w-39per-sm {
    width: 39%;
  }
  .w-40per-sm {
    width: 40%;
  }
  .w-41per-sm {
    width: 41%;
  }
  .w-42per-sm {
    width: 42%;
  }
  .w-43per-sm {
    width: 43%;
  }
  .w-44per-sm {
    width: 44%;
  }
  .w-45per-sm {
    width: 45%;
  }
  .w-46per-sm {
    width: 46%;
  }
  .w-47per-sm {
    width: 47%;
  }
  .w-48per-sm {
    width: 48%;
  }
  .w-49per-sm {
    width: 49%;
  }
  .w-50per-sm {
    width: 50%;
  }
  .w-9_5per-sm {
    width: inherit;
  }
  .w-10_5per-sm {
    width: inherit;
  }
  .w-92px-sm {
    width: inherit;
  }
  .w-100per-sm {
    width: 100%;
  }
  .w-a-sm {
    width: auto;
  }
  .mah-90-sm {
    max-height: 90px !important;
  }
  .d-i-f-sm {
    display: inline-flex;
  }
  .d-f-sm {
    display: flex;
  }
  .fd-r-sm {
    flex-direction: row;
  }
  .fd-c-sm {
    flex-direction: column;
  }
  .jc-c-sm {
    justify-content: center;
  }
  .jc-sb-sm {
    justify-content: space-between;
  }
  .jc-fs-sm {
    justify-content: flex-start;
  }
  .jc-fe-sm {
    justify-content: flex-end;
  }
  .ai-c-sm {
    align-items: center;
  }
  .ai-fs-sm {
    align-items: flex-start;
  }
  .ai-fe-sm {
    align-items: flex-end;
  }
  .ai-st-sm {
    align-items: stretch;
  }
  .f-1-sm {
    flex: 1;
  }
  .f-n-sm {
    flex: none;
  }
  .fw-w-sm {
    flex-wrap: wrap;
  }
  .color-red-sm {
    color: var(--Text-text_red);
  }
}

@media not (min-width: 768px){
  .column-4:has(:is(.card, .box) .bubble) {
    gap: 24px;
  }
  .column-2:has(:is(.card-large, .box-large) .bubble):not(:has(.bubble-benefit)) {
    gap: 13px;
  }
  .electricity-plan-pricing-table {
    table-layout: auto;
  }
  .electricity-plan-pricing-table tr:first-child td:first-child {
    width: 42px;
  }
  .gas-procedure-flow .column-gap-xsmall {
    gap: 12px;
  }
  .parts-typeJ .parts-tab-container-child-tab dd {
    font-size: 1.3rem;
  }
  .parts-typeJ .parts-tab-container-child-tab dd:is([aria-selected=true] .parts-tab-container-child-tab > dd) {
    font-size: 1.6rem;
  }
  .parts-typeJ .parts-tab-card-inner-round-tablet-card {
    padding: 16px;
  }
  .parts-typeS .parts-tab-container-child-tab dd {
    font-size: 1.3rem;
  }
  .parts-typeS .parts-tab-container-child-tab dd:is([aria-selected=true] .parts-tab-container-child-tab > dd) {
    font-size: 1.6rem;
  }
  .matome-plan-typeB-column .bubble {
    height: 32px;
    padding: 4px 16px 6px;
  }
}

@media (min-width: 1025px){
  :root {
    --Spacing-Size-none: 0;
    --Spacing-Size-xxxxs: 4px;
    --Spacing-Size-xxxs: 8px;
    --Spacing-Size-xxs: 12px;
    --Spacing-Size-xs: 16px;
    --Spacing-Size-sm: 24px;
    --Spacing-Size-md: 32px;
    --Spacing-Size-lg: 40px;
    --Spacing-Size-xl: 48px;
    --Spacing-Size-xxl: 56px;
    --Spacing-Size-xxxl: 64px;
  }
  :root {
    --Spacing-2col_in-card-md: 56px;
  }
  :root {
    --Spacing-Section-section_sm: 64px;
    --Spacing-Section-section_md: 96px;
    --Spacing-Section-section_lg: 120px;
  }
  :root {
    --Spacing-Side-side: 48px;
  }
  :root {
    --Padding-Card-XXS-side_xs: 24px;
    --Padding-Card-XXS-top-bottom_xs: 20px;
  }
  :root {
    --Padding-Card-XS-side_sm: 40px;
    --Padding-Card-XS-top-bottom_sm: 32px;
  }
  :root {
    --Padding-Card-S-side_sm: 64px;
    --Padding-Card-S-top-bottom_sm: 48px;
  }
  :root {
    --Padding-Card-M-side_md: 80px;
    --Padding-Card-M-top-bottom_md: 64px;
  }
  :root {
    --Padding-Card-L-side_lg: 96px;
    --Padding-Card-L-top-bottom_lg: 80px;
  }
  :root {
    --Padding-Table-call_side: 24px;
    --Padding-Table-cell_top-bottom: 16px;
  }
  :root {
    --Radius-radius_sm: 4px;
    --Radius-radius_md: 6px;
    --Radius-radius_lg: 14px;
    --Radius-radius_full: 999px;
  }
  body {
    font-size: 1.6rem;
  }
  .link-orange i, .link-green i, .link-light_blue i, .link i {
    width: 16px;
    min-width: 16px;
  }
  .text-xs {
    font-size: 1.2rem;
  }
  .text-xs-s {
    font-size: 1.3rem;
  }
  .text-s {
    font-size: 1.4rem;
  }
  .text-m {
    font-size: 1.5rem;
  }
  .text-l {
    font-size: 1.6rem;
  }
  .text-lg {
    font-size: 1.8rem !important;
  }
  .text-s-sp_xxs {
    font-size: 1.4rem;
  }
  .text-lg-sp_xs {
    font-size: 1.8rem;
  }
  .text-lg-sp_sm {
    font-size: 1.8rem;
  }
  .text-xl {
    font-size: 2rem;
  }
  .text-xl-sp_s {
    font-size: 2rem;
  }
  .text-xl-sp_l {
    font-size: 2rem;
  }
  .text-xl-pc_l {
    font-size: 1.8rem;
  }
  .text-xl-pc_xxl {
    font-size: 2.4rem;
  }
  .text-xxl {
    font-size: 2.2rem;
  }
  .text-xxl-sp_xl {
    font-size: 2.2rem;
  }
  .text-pc_xxxl-sp-xxl {
    font-size: 2.4rem;
  }
  .text-pc_xxxl-sp-xl {
    font-size: 2.4rem;
  }
  .text-xxxl {
    font-size: 3.6rem;
  }
  .text-xxxxl {
    font-size: 4.8rem;
  }
  .fz-10-md {
    font-size: 1rem !important;
  }
  .fz-11-md {
    font-size: 1.1rem !important;
  }
  .fz-12-md {
    font-size: 1.2rem !important;
  }
  .fz-13-md {
    font-size: 1.3rem !important;
  }
  .fz-14-md {
    font-size: 1.4rem !important;
  }
  .fz-15-md {
    font-size: 1.5rem !important;
  }
  .fz-16-md {
    font-size: 1.6rem !important;
  }
  .fz-17-md {
    font-size: 1.7rem !important;
  }
  .fz-18-md {
    font-size: 1.8rem !important;
  }
  .fz-19-md {
    font-size: 1.9rem !important;
  }
  .fz-20-md {
    font-size: 2rem !important;
  }
  .fz-21-md {
    font-size: 2.1rem !important;
  }
  .fz-22-md {
    font-size: 2.2rem !important;
  }
  .fz-23-md {
    font-size: 2.3rem !important;
  }
  .fz-24-md {
    font-size: 2.4rem !important;
  }
  .fz-25-md {
    font-size: 2.5rem !important;
  }
  .fz-26-md {
    font-size: 2.6rem !important;
  }
  .fz-27-md {
    font-size: 2.7rem !important;
  }
  .fz-28-md {
    font-size: 2.8rem !important;
  }
  .fz-29-md {
    font-size: 2.9rem !important;
  }
  .fz-30-md {
    font-size: 3rem !important;
  }
  .fz-31-md {
    font-size: 3.1rem !important;
  }
  .fz-32-md {
    font-size: 3.2rem !important;
  }
  .fz-33-md {
    font-size: 3.3rem !important;
  }
  .fz-34-md {
    font-size: 3.4rem !important;
  }
  .fz-35-md {
    font-size: 3.5rem !important;
  }
  .fz-36-md {
    font-size: 3.6rem !important;
  }
  .fz-37-md {
    font-size: 3.7rem !important;
  }
  .fz-38-md {
    font-size: 3.8rem !important;
  }
  .fz-39-md {
    font-size: 3.9rem !important;
  }
  .fz-40-md {
    font-size: 4rem !important;
  }
  .fz-41-md {
    font-size: 4.1rem !important;
  }
  .fz-42-md {
    font-size: 4.2rem !important;
  }
  .fz-43-md {
    font-size: 4.3rem !important;
  }
  .fz-44-md {
    font-size: 4.4rem !important;
  }
  .fz-45-md {
    font-size: 4.5rem !important;
  }
  .fz-46-md {
    font-size: 4.6rem !important;
  }
  .fz-47-md {
    font-size: 4.7rem !important;
  }
  .fz-48-md {
    font-size: 4.8rem !important;
  }
  .fz-49-md {
    font-size: 4.9rem !important;
  }
  .fz-50-md {
    font-size: 5rem !important;
  }
  .lh-0em-md {
    line-height: 0 !important;
  }
  .lh-1em-md {
    line-height: 1 !important;
  }
  .lh-1_25em-md {
    line-height: 1.25 !important;
  }
  .lh-1_5em-md {
    line-height: 1.5 !important;
  }
  .lh-1_75em-md {
    line-height: 1.75 !important;
  }
  .lh-1_8em-md {
    line-height: 1.8 !important;
  }
  .lh-2em-md {
    line-height: 2 !important;
  }
  .lh-2-8em-md {
    line-height: 2.8 !important;
  }
  .wm-tb-md {
    writing-mode: horizontal-tb;
  }
  .wm-tb-md .rotate {
    display: inline;
    transform: none;
  }
  .wm-rl-md {
    white-space: pre;
    writing-mode: vertical-rl;
  }
  .l-header {
    border-top: none;
  }
  .l-header:focus .l-header-upper-list {
    height: var(--header-upper-list-height);
  }
  .l-header-upper-list {
    z-index: 1;
    display: block;
  }
  .l-header-upper-list-content li {
    transition: opacity 300ms;
  }
  .l-header-upper-lang a {
    transition: opacity 300ms;
  }
  .l-header-inner {
    align-items: stretch;
    padding: 0 24px;
  }
  .l-header-inner .l-header-user,
  .l-header-inner .l-header-logo,
  .l-header-inner .l-gnav-hamburger-button {
    order: unset;
  }
  .l-header-inner .l-header-logo span {
    margin-left: 30px;
  }
  .l-header-user {
    flex-direction: row;
    padding-right: 8px;
    padding-left: 16px;
    transition: color 300ms;
  }
  .l-header-user::before {
    display: block;
  }
  .l-header-user .icon-user-default {
    width: 22px;
    height: 22px;
  }
  .l-header-user span {
    font-size: 1.4rem;
    font-weight: 700;
    font-feature-settings: "palt" off;
  }
  .l-header-logo {
    width: 126px;
    padding: 20px 0;
    cursor: pointer;
    transition: opacity 300ms;
  }
  .l-footer-wrap {
    padding: 64px 48px 12px;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group {
    display: flex;
    margin-bottom: 28px;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group:last-child {
    margin-bottom: 80px;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-title {
    width: 14%;
    margin-bottom: 0;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list {
    flex: 1;
    gap: 4px 0;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item {
    width: inherit;
    padding: 0 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item:first-child .l-footer-wrap-block-main-group-list-item-link {
    padding-left: 0;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item:last-child {
    border-right: 0;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item:last-child .l-footer-wrap-block-main-group-list-item-link {
    padding-right: 0;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item .l-footer-wrap-block-main-group-list-item-link {
    font-size: 1.6rem;
  }
  .l-footer-wrap-block-sub-group {
    display: flex;
    justify-content: space-between;
  }
  .l-footer-wrap-block-sub-group-logo {
    margin-right: 16px;
    margin-bottom: 0;
    text-align: left;
  }
  .l-footer-wrap-block-sub-group-link {
    display: flex;
    flex-direction: column;
  }
  .l-footer-wrap-block-sub-group-link-corporate-list {
    justify-content: flex-start;
  }
  .l-footer-wrap-block-sub-group-link-share {
    justify-content: flex-end;
  }
  .l-footer-wrap-block-sub-group-link-share-link::before {
    width: 8px;
  }
  .l-footer-wrap-block-sub-group-link-share-link-thumb {
    margin-bottom: 12px;
  }
  .l-gnav {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    padding-right: 8px;
    margin-left: auto;
    overflow: visible;
    pointer-events: all;
    background-color: unset;
    opacity: 1;
    transition: unset;
  }
  .l-gnav {
    padding-right: 8px;
  }
  .l-gnav-hamburger-button {
    display: none;
  }
  .l-gnav-list {
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }
  .l-gnav-list-item {
    display: flex;
    padding: 0 8px 0 12px;
    overflow: hidden;
    border-radius: 0;
  }
  .l-gnav-list-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .l-gnav-list-item .icon-pulldown {
    display: inline-block;
  }
  .l-gnav-list-item-title {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    cursor: pointer;
    transition: color 300ms;
  }
  button.l-gnav-list-item-title::before,
  button.l-gnav-list-item-title::after {
    display: none;
  }
  button.l-gnav-list-item-title.is-open + .l-gnav-accordion-body::before {
    position: absolute;
    top: -50px;
    width: 100vw;
    height: 50px;
    content: "";
    background-color: var(--Fill-Bluegray-bluegray_00);
  }
  button.l-gnav-list-item-title::before {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 50%;
    display: block;
    width: calc(100% + 32px);
    height: 3px;
    transition: transform 300ms;
    transform: translateX(-100%);
    translate: -50% 0;
  }
  .l-gnav-list-item-title .icon-pulldown {
    transition: transform 300ms;
  }
  button.l-gnav-list-item-title.is-open {
    color: var(--Text-text_blue);
  }
  button.l-gnav-list-item-title.is-open .icon-pulldown {
    transform: rotate(-180deg);
  }
  button.l-gnav-list-item-title.is-open::before {
    transform: translateX(0);
  }
  .l-gnav-sub-list {
    position: fixed;
    top: var(--header-height);
    left: 0;
    z-index: var(--l-gnav-sub-list-z-index);
    display: block;
    grid-template-rows: 1fr;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: var(--Fill-Bluegray-bluegray_00);
    border-radius: 0 0 14px 14px;
    opacity: 0;
  }
  button.l-gnav-list-item-title.is-open + .l-gnav-sub-list {
    pointer-events: all;
    visibility: visible;
    opacity: 1;
  }
  button.l-gnav-list-item-title.is-open + .l-gnav-sub-list > .l-gnav-sub-list-inner::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--Border-border_lightgray);
  }
  .l-gnav-sub-list-container-wrapper {
    max-height: calc(100dvh - var(--header-height) - 60px);
    padding: 0 40px;
    overflow: auto;
    transform: translateY(30px);
  }
  button.l-gnav-list-item-title.is-open + .l-gnav-sub-list .l-gnav-sub-list-container-wrapper {
    transition: transform 300ms;
    transform: translateY(0);
  }
  .l-gnav-sub-list-container {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: center;
    padding: 64px 0;
    margin-inline: auto;
  }
  .l-gnav-sub-list-container.container-max-1400 {
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .l-gnav-sub-list-container > .l-gnav-sub-list-title {
    display: flex;
    flex: auto 0 0;
    align-items: center;
    padding-bottom: 40px;
    margin-left: 0;
    border-right: 1px solid var(--Border-border_lightgray);
  }
  .l-gnav-sub-list-container .column-1 {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .l-gnav-sub-list-container .column-1 .l-gnav-sub-list-title {
    width: calc(50% - 28px);
  }
  .l-gnav-sub-list-container .column-2 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .l-gnav-sub-list-container .column-3 {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .l-gnav-sub-list-container-right {
    flex: 1;
    row-gap: 32px;
  }
  .l-gnav-sub-list-container-right > div:only-child .l-gnav-sub-list-lower-level:last-of-type {
    padding-bottom: 0;
  }
  .l-gnav-sub-list-title-top {
    margin-bottom: 8px;
  }
  .l-gnav-sub-list-title {
    margin-left: 0;
    color: var(--Text-text_secondary);
    border-bottom: none;
  }
  .l-gnav-sub-list-link,
  .l-gnav-sub-list-text {
    padding: 8px 8px 8px 12px;
  }
  .l-gnav-sub-list-link .icon-arrow,
  .l-gnav-sub-list-text .icon-arrow {
    width: 18px;
    min-width: 18px;
  }
  .l-gnav-sub-list-link.link-category-top,
  .l-gnav-sub-list-text.link-category-top {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: center;
    padding: 0;
    margin-right: 48px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.25;
  }
  .l-gnav-sub-list-link.link-category-top img,
  .l-gnav-sub-list-text.link-category-top img {
    display: block;
    width: 100%;
    max-width: 100px;
  }
  .l-gnav-sub-list-link.link-category-top .link-title,
  .l-gnav-sub-list-text.link-category-top .link-title {
    -moz-column-gap: 8px;
         column-gap: 8px;
    width: unset;
  }
  .l-gnav-sub-list-link.link-category-top .icon-arrow-circle,
  .l-gnav-sub-list-text.link-category-top .icon-arrow-circle {
    width: 22px;
    min-width: 22px;
  }
  .l-gnav-sub-list-link.link-sub-category-top,
  .l-gnav-sub-list-text.link-sub-category-top {
    padding-bottom: 10px;
    margin-top: -8px;
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 700;
    color: var(--Text-text_primary);
  }
  .l-gnav-sub-list-link.link-sub-category-top::before,
  .l-gnav-sub-list-text.link-sub-category-top::before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--Border-border_lightgray);
  }
  .l-gnav-sub-list-link.link-sub-category-top .icon-arrow-circle,
  .l-gnav-sub-list-text.link-sub-category-top .icon-arrow-circle {
    width: 18px;
    min-width: 18px;
  }
  .l-gnav-sub-list-link.link-category-top .link-title {
    transition: color 300ms;
  }
  .l-gnav-sub-list-lower-level {
    margin-left: 0;
  }
  .l-gnav-sub-list-lower-level-title {
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 12px;
    margin-bottom: 16px;
    font-size: 2rem;
    cursor: auto;
    border-bottom: none;
  }
  .l-gnav-sub-list-lower-level-title::before {
    position: absolute;
    top: auto;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--Border-border_lightgray);
  }
  .l-gnav-sub-list-lower-level-title::before {
    transform: unset;
  }
  .l-gnav-sub-list-lower-level-title::after {
    display: none;
  }
  .l-gnav-sub-list-lower-level-title::before, .l-gnav-sub-list-lower-level-title::after {
    right: auto;
  }
  .l-gnav-sub-list-lower-level-body {
    grid-template-rows: 1fr;
  }
  .l-gnav-sub-list-lower-level .l-gnav-sub-list-inner {
    padding-top: 8px;
  }
  .l-gnav-sub-list-lower-level .l-gnav-sub-list-title {
    margin-bottom: 8px;
    margin-left: 0;
  }
  .l-gnav-sub-list-lower-level .l-gnav-sub-list-title.title-link {
    margin-bottom: 16px;
    cursor: pointer;
  }
  .l-gnav-sub-list-lower-level .l-gnav-sub-list-title.title-link + div {
    padding-top: 8px;
  }
  .l-gnav-sub-list-lower-level.level-3 {
    margin-left: 0;
  }
  .l-gnav-sub-list-lower-level.level-3 > .l-gnav-sub-list-lower-level-title {
    display: none;
  }
  .l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner {
    padding-top: 0;
  }
  .l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner .l-gnav-sub-list-title:nth-of-type(n + 2) {
    display: none;
  }
  .l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner .l-gnav-sub-list-link {
    font-size: 1.6rem;
  }
  .l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner > .l-gnav-sub-list-title:first-of-type .l-gnav-sub-list-link {
    padding: 8px 0 8px 12px;
    font-size: 1.6rem;
  }
  .l-gnav-sub-list-lower-level.level-3 .l-gnav-sub-list-inner > .l-gnav-sub-list-title:first-of-type .l-gnav-sub-list-link .icon-arrow {
    width: 18px;
    min-width: 18px;
    color: var(--Text-text_blue);
    background-image: unset;
    -webkit-mask-image: url("../img/icon/icon_arrow-right.svg");
            mask-image: url("../img/icon/icon_arrow-right.svg");
  }
  .l-gnav-button-link-list {
    flex-direction: row;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding-top: 32px;
    padding-bottom: 0;
    border-top: 1px solid var(--Border-border_lightgray);
  }
  .l-gnav-button-link-list .button-border-blue-medium,
  .l-gnav-button-link-list .button-fill-medium {
    flex: 1;
    padding: 10px 40px 10px 32px;
    font-size: 1.6rem;
  }
  .l-gnav-button-link-list .button-border-blue-medium:first-of-type,
  .l-gnav-button-link-list .button-fill-medium:first-of-type {
    margin-top: 0;
  }
  .l-gnav-under {
    display: none;
  }
  .l-gnav-overlay.is-open {
    pointer-events: all;
    animation: l-gnav-overlay-fade-in 300ms forwards;
  }
  .default-accordion .accordion-title {
    padding: 24px 40px;
    font-size: 2rem;
  }
  .default-accordion .accordion-title .icon {
    width: 18px;
    height: 18px;
  }
  .default-accordion .accordion-title .icon::before, .default-accordion .accordion-title .icon::after {
    width: 15px;
  }
  .default-accordion .accordion-title .title-note {
    font-size: 1.2rem;
  }
  .default-accordion .accordion-contents {
    padding: 0 40px 32px;
  }
  .accordion-title-sub_title {
    bottom: 1px;
    display: inline-block;
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .qa-accordion .qa-item-question-text {
    padding: 24px 32px;
  }
  .qa-accordion .qa-item-question-text .icon {
    width: 18px;
    height: 18px;
  }
  .qa-accordion .qa-item-question-text .icon::before, .qa-accordion .qa-item-question-text .icon::after {
    width: 15px;
  }
  .qa-accordion .accordion-contents {
    padding-top: 24px;
    margin: 0 32px 32px;
  }
  .box-heading-content-separate.column-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
  .box-heading-content-separate.column-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
  .breadcrumbs-list {
    gap: 8px;
  }
  .breadcrumbs-item {
    gap: 8px;
  }
  .breadcrumbs-group {
    gap: 8px;
  }
  .breadcrumbs-group-contents {
    padding-block: 12px;
  }
  .breadcrumbs-group-contents .breadcrumbs-item a {
    font-size: 1.4rem;
  }
  .button-fill-small i {
    right: 14px;
    width: 16px;
  }
  .button-fill-small {
    padding: 12px 32px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .button-fill-main_sub-small i {
    right: 14px;
    width: 16px;
  }
  .button-fill-main_sub-small .main-text {
    font-size: 2.4rem;
  }
  .button-fill-main_sub-small .sub-text {
    font-size: 1.3rem;
  }
  .button-fill-main_sub-small {
    padding: 12px 32px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .button-fill-orange-small i {
    right: 14px;
    width: 16px;
  }
  .button-fill-orange-small {
    padding: 12px 32px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .button-fill-medium i {
    right: 14px;
    width: 16px;
  }
  .button-fill-medium {
    padding: 16px 32px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
  .button-fill-main_sub-medium i {
    right: 14px;
    width: 16px;
  }
  .button-fill-main_sub-medium .main-text {
    font-size: 2.4rem;
  }
  .button-fill-main_sub-medium .sub-text {
    font-size: 1.3rem;
  }
  .button-fill-main_sub-medium {
    padding: 16px 32px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
  .button-fill-orange-medium i {
    right: 14px;
    width: 16px;
  }
  .button-fill-orange-medium {
    padding: 16px 32px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
  .button-fill-large i {
    right: 14px;
    width: 16px;
  }
  .button-fill-large {
    padding: 20px 32px;
    padding-right: 40px;
    font-size: 2rem;
  }
  .button-fill-main_sub-large i {
    right: 14px;
    width: 16px;
  }
  .button-fill-main_sub-large .main-text {
    font-size: 2.4rem;
  }
  .button-fill-main_sub-large .sub-text {
    font-size: 1.3rem;
  }
  .button-fill-main_sub-large {
    padding: 20px 32px;
    padding-right: 40px;
    font-size: 2rem;
  }
  .button-fill-orange-large i {
    right: 14px;
    width: 16px;
  }
  .button-fill-orange-large {
    padding: 20px 32px;
    padding-right: 40px;
    font-size: 2rem;
  }
  .button-fill-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-fill-xlarge {
    padding: 32px 32px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
  .button-fill-main_sub-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-fill-main_sub-xlarge .main-text {
    font-size: 2.4rem;
  }
  .button-fill-main_sub-xlarge .sub-text {
    font-size: 1.3rem;
  }
  .button-fill-main_sub-xlarge {
    padding: 32px 32px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
  .button-fill-orange-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-fill-orange-xlarge {
    padding: 32px 32px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
  [class*=button-fill-main_sub] {
    min-width: 440px;
  }
  .button-anchor-link-small i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-small {
    padding: 12px 32px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .button-anchor-link-main_sub-small i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-main_sub-small .main-text {
    font-size: 2.4rem;
  }
  .button-anchor-link-main_sub-small .sub-text {
    font-size: 1.3rem;
  }
  .button-anchor-link-main_sub-small {
    padding: 12px 32px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .button-anchor-link-orange-small i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-orange-small {
    padding: 12px 32px;
    padding-right: 40px;
    font-size: 1.6rem;
  }
  .button-anchor-link-medium i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-medium {
    padding: 16px 32px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
  .button-anchor-link-main_sub-medium i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-main_sub-medium .main-text {
    font-size: 2.4rem;
  }
  .button-anchor-link-main_sub-medium .sub-text {
    font-size: 1.3rem;
  }
  .button-anchor-link-main_sub-medium {
    padding: 16px 32px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
  .button-anchor-link-orange-medium i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-orange-medium {
    padding: 16px 32px;
    padding-right: 40px;
    font-size: 1.8rem;
  }
  .button-anchor-link-large i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-large {
    padding: 20px 32px;
    padding-right: 40px;
    font-size: 2rem;
  }
  .button-anchor-link-main_sub-large i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-main_sub-large .main-text {
    font-size: 2.4rem;
  }
  .button-anchor-link-main_sub-large .sub-text {
    font-size: 1.3rem;
  }
  .button-anchor-link-main_sub-large {
    padding: 20px 32px;
    padding-right: 40px;
    font-size: 2rem;
  }
  .button-anchor-link-orange-large i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-orange-large {
    padding: 20px 32px;
    padding-right: 40px;
    font-size: 2rem;
  }
  .button-anchor-link-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-xlarge {
    padding: 32px 32px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
  .button-anchor-link-main_sub-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-main_sub-xlarge .main-text {
    font-size: 2.4rem;
  }
  .button-anchor-link-main_sub-xlarge .sub-text {
    font-size: 1.3rem;
  }
  .button-anchor-link-main_sub-xlarge {
    padding: 32px 32px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
  .button-anchor-link-orange-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-anchor-link-orange-xlarge {
    padding: 32px 32px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
  .button-border-blue-small i {
    right: 14px;
    width: 16px;
  }
  .button-border-blue-small {
    padding: 10px 30px;
    padding-right: 38px;
    font-size: 1.6rem;
  }
  .button-border-blue-medium i {
    right: 14px;
    width: 16px;
  }
  .button-border-blue-medium {
    padding: 14px 30px;
    padding-right: 38px;
    font-size: 1.8rem;
  }
  .button-border-blue-large i {
    right: 14px;
    width: 16px;
  }
  .button-border-blue-large {
    padding: 18px 30px;
    padding-right: 38px;
    font-size: 2rem;
  }
  .button-border-blue-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-border-blue-xlarge {
    padding: 30px 30px;
    padding-right: 48px;
    font-size: 2.8rem;
  }
  .button-border-light_blue-small i {
    right: 14px;
    width: 16px;
  }
  .button-border-light_blue-small {
    padding: 10px 30px;
    padding-right: 38px;
    font-size: 1.6rem;
  }
  .button-border-light_blue-medium i {
    right: 14px;
    width: 16px;
  }
  .button-border-light_blue-medium {
    padding: 14px 30px;
    padding-right: 38px;
    font-size: 1.8rem;
  }
  .button-border-light_blue-large i {
    right: 14px;
    width: 16px;
  }
  .button-border-light_blue-large {
    padding: 18px 30px;
    padding-right: 38px;
    font-size: 2rem;
  }
  .button-border-light_blue-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-border-light_blue-xlarge {
    padding: 30px 30px;
    padding-right: 48px;
    font-size: 2.8rem;
  }
  .button-border-green-small i {
    right: 14px;
    width: 16px;
  }
  .button-border-green-small {
    padding: 10px 30px;
    padding-right: 38px;
    font-size: 1.6rem;
  }
  .button-border-green-medium i {
    right: 14px;
    width: 16px;
  }
  .button-border-green-medium {
    padding: 14px 30px;
    padding-right: 38px;
    font-size: 1.8rem;
  }
  .button-border-green-large i {
    right: 14px;
    width: 16px;
  }
  .button-border-green-large {
    padding: 18px 30px;
    padding-right: 38px;
    font-size: 2rem;
  }
  .button-border-green-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-border-green-xlarge {
    padding: 30px 30px;
    padding-right: 48px;
    font-size: 2.8rem;
  }
  .button-border-orange-small i {
    right: 14px;
    width: 16px;
  }
  .button-border-orange-small {
    padding: 10px 30px;
    padding-right: 38px;
    font-size: 1.6rem;
  }
  .button-border-orange-medium i {
    right: 14px;
    width: 16px;
  }
  .button-border-orange-medium {
    padding: 14px 30px;
    padding-right: 38px;
    font-size: 1.8rem;
  }
  .button-border-orange-large i {
    right: 14px;
    width: 16px;
  }
  .button-border-orange-large {
    padding: 18px 30px;
    padding-right: 38px;
    font-size: 2rem;
  }
  .button-border-orange-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-border-orange-xlarge {
    padding: 30px 30px;
    padding-right: 48px;
    font-size: 2.8rem;
  }
  .button-border-white-small i {
    right: 14px;
    width: 16px;
  }
  .button-border-white-small {
    padding: 10px 30px;
    padding-right: 38px;
    font-size: 1.6rem;
  }
  .button-border-white-medium i {
    right: 14px;
    width: 16px;
  }
  .button-border-white-medium {
    padding: 14px 30px;
    padding-right: 38px;
    font-size: 1.8rem;
  }
  .button-border-white-large i {
    right: 14px;
    width: 16px;
  }
  .button-border-white-large {
    padding: 18px 30px;
    padding-right: 38px;
    font-size: 2rem;
  }
  .button-border-white-xlarge i {
    right: 14px;
    width: 16px;
  }
  .button-border-white-xlarge {
    padding: 30px 30px;
    padding-right: 48px;
    font-size: 2.8rem;
  }
  .card-small-md {
    padding: var(--Padding-Card-S-top-bottom_sm) var(--Padding-Card-S-side_sm);
  }
  .card-medium-md {
    padding: var(--Padding-Card-M-top-bottom_md) var(--Padding-Card-M-side_md);
  }
  .card-large-md {
    padding: var(--Padding-Card-L-top-bottom_lg) var(--Padding-Card-L-side_lg);
  }
  .card-media-contents {
    gap: 8px;
    height: auto;
    padding: 20px 24px;
  }
  .card-media-text {
    font-size: 1.4rem;
  }
  .card-media-flex {
    gap: 32px;
  }
  .card-media-flex-card {
    border-radius: var(--Radius-radius_lg);
  }
  .card-media-flex-card-contents:not(:has(.card-media-flex-card-accordion-title-wrap)) {
    padding-bottom: 24px;
  }
  .card-media-flex-card-contents-inner {
    gap: 16px;
  }
  .card-media-flex-card-link {
    padding: 8px 12px;
    font-size: 2.2rem;
  }
  .card-media-flex-card-links-link {
    padding: 10px 8px 10px 12px;
  }
  .card-media-flex-card-accordion-title-wrap {
    padding: 12px 16px;
    margin-top: 16px;
  }
  .card-media-flex-card-accordion-title {
    padding: 12px;
    font-size: 1.6rem;
  }
  .card-media-flex-card-accordion-title .icon {
    width: 18px;
    height: 18px;
  }
  .card-media-flex-card-accordion-title .icon::before, .card-media-flex-card-accordion-title .icon::after {
    width: 15px;
  }
  .card-link-flex-list.column-2-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-link-flex-list.column-2-1.gap-medium {
    gap: 8px;
  }
  .card-link-flex-list.column-2-1.gap-large {
    gap: 16px;
  }
  .card-link-flex-list.column-3-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-link-flex-list.column-4-1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-link-flex-list.column-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-link-flex-list.column-2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-link-flex-list.gap-medium {
    gap: 8px;
  }
  .card-link-flex-list.gap-large {
    gap: 16px;
  }
  .card-link-flex-list.gap-sp_large-pc-large {
    gap: 16px;
  }
  .card-link-flex-list-item-link {
    gap: 16px;
    padding: 20px 16px 24px;
  }
  .card-link-flex-list-item-link.size-xlarge::before {
    right: 16px;
  }
  .card-link-flex-list-item-link.size-xlarge .card-link-flex-list-item-link-title {
    font-size: 2.4rem;
  }
  .card-link-flex-list-item-link.size-xlarge .card-link-flex-list-item-text {
    font-size: 1.4rem;
  }
  .card-link-flex-list-item-link.size-large::before {
    right: 16px;
  }
  .card-link-flex-list-item-link.size-large .card-link-flex-list-item-link-title {
    gap: 4px;
    font-size: 2rem;
    text-align: center;
  }
  .card-link-flex-list-item-link::before {
    right: 8px;
    width: 18px;
  }
  .card-link-flex-list-item-link.row {
    justify-content: center;
  }
  .card-link-flex-list-item-link-title {
    font-size: 2rem;
  }
  .card-link-flex-list-item-link-title .small {
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }
  .card-anchor-link-flex-list.column-2-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-anchor-link-flex-list.column-2-1.gap-medium {
    gap: 8px;
  }
  .card-anchor-link-flex-list.column-2-1.gap-large {
    gap: 16px;
  }
  .card-anchor-link-flex-list.column-3-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-anchor-link-flex-list.column-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-anchor-link-flex-list.column-2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-anchor-link-flex-list.column-2-4 .card-link-flex-list-item-anchor-link {
    gap: 12px;
  }
  .card-anchor-link-flex-list.column-2-4 .card-link-flex-list-item-anchor-link-text {
    padding-bottom: 0;
  }
  .card-anchor-link-flex-list.column-4-1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-anchor-link-flex-list.gap-medium {
    gap: 8px;
  }
  .card-anchor-link-flex-list.gap-large {
    gap: 16px;
  }
  .card-anchor-link-flex-list.gap-sp_large-pc-large {
    gap: 16px;
  }
  .card-link-flex-list-item-anchor-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 16px 44px 16px 12px;
    background: var(--Fill-Bluegray-bluegray_00);
    border: 2px solid var(--Border-border_white);
    border-radius: var(--Radius-radius_lg);
    transition: all 300ms;
    justify-content: flex-start;
    text-align: center;
  }
  .card-link-flex-list-item-anchor-link::before {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 18px;
    aspect-ratio: 1;
    content: "";
    background: none;
    transform: translateY(-50%);
  }
  .card-link-flex-list-item-anchor-link::after {
    width: 20px;
    height: 20px;
  }
  .card-link-flex-list-item-anchor-link::after {
    aspect-ratio: 1;
    content: "";
    background: url("/parts2/img/icon/icon_arrow-down_circle_blue.svg") center center/contain no-repeat;
    transform: translateY(-50%);
  }
  .card-link-flex-list-item-anchor-link.flex-column {
    gap: 16px;
    padding: 20px 32px 56px;
  }
  .card-link-flex-list-item-anchor-link.size-small-pc {
    gap: 12px;
    padding: 20px 24px 56px;
  }
  .card-link-flex-list-item-anchor-link.size-small-pc .icon {
    width: 90px;
    height: 90px;
  }
  .card-link-flex-list-item-anchor-link.size-small {
    gap: 12px;
    padding: 20px 24px 56px;
  }
  .card-link-flex-list-item-anchor-link.size-small::before {
    background: none;
  }
  .card-link-flex-list-item-anchor-link.size-small::after {
    width: 20px;
    height: 20px;
  }
  .card-link-flex-list-item-anchor-link.row {
    justify-content: center;
  }
  .card-link-flex-list-item-anchor-link .icon {
    width: 100px;
    height: 100px;
  }
  .card-link-flex-list-item-anchor-link-title {
    padding-bottom: 16px;
    font-size: 2.8rem;
    text-align: center;
  }
  .card-link-flex-list-item-anchor-link-title.small {
    padding-bottom: 16px;
    font-size: 2.4rem;
  }
  .card-link-flex-list-item-anchor-link-text {
    font-size: 1.6rem;
    text-align: center;
  }
  .card-link-flex-list-item-anchor-link-text.small {
    font-size: 1.4rem;
  }
  .card-flex-list.column-2-1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-flex-list.column-2-1.gap-medium {
    gap: 8px;
  }
  .card-flex-list.column-2-1.gap-large {
    gap: 16px;
  }
  .card-flex-list.column-2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-flex-list.column-3-1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-flex-list.column-2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-flex-list.gap-medium {
    gap: 8px;
  }
  .card-flex-list.gap-large {
    gap: 16px;
  }
  .card-flex-list.gap-sp_large-pc-large {
    gap: 16px;
  }
  .card-flex-list-item {
    gap: 16px;
    padding: 16px;
  }
  .card-flex-list-item.row {
    justify-content: center;
  }
  .l-campaign-blue-card::before {
    width: 1456px;
    padding-bottom: 1456px;
  }
  .l-campaign-light-blue-card::before {
    width: 1456px;
    padding-bottom: 1456px;
  }
  .column-2-md {
    grid-template-columns: repeat(2, 1fr);
  }
  .column-3-md {
    grid-template-columns: repeat(3, 1fr);
  }
  .column-4-md {
    grid-template-columns: repeat(4, 1fr);
  }
  .column-flex.no-wrap-pc {
    flex-wrap: nowrap;
  }
  .column-flex-gap-xs {
    gap: 16px;
  }
  .column-gap-xsmall-sp_xxsmall {
    gap: 12px;
  }
  .column-gap-xsmall {
    gap: 16px;
  }
  .column-gap-xsmall-sp_sm {
    gap: 16px;
  }
  .column-gap-small-sp_sm {
    gap: 24px;
  }
  .column-gap-small {
    gap: 32px;
  }
  .column-gap-medium-small {
    gap: 40px;
  }
  .column-gap-medium {
    gap: 48px;
  }
  .column-gap-large {
    gap: 56px;
  }
  .column-gap-xlarge {
    gap: 64px;
  }
  .column-gap-large-sp_small {
    gap: 56px;
  }
  .gap-sp_large-pc-large {
    gap: 16px;
  }
  .s-gap-xxxxs-md {
    gap: var(--Spacing-Size-xxxxs);
  }
  .s-gap-xxxs-md {
    gap: var(--Spacing-Size-xxxs);
  }
  .s-gap-xxs-md {
    gap: var(--Spacing-Size-xxs);
  }
  .s-gap-xs-md {
    gap: var(--Spacing-Size-xs);
  }
  .s-gap-sm-md {
    gap: var(--Spacing-Size-sm);
  }
  .s-gap-md-md {
    gap: var(--Spacing-Size-md);
  }
  .s-gap-lg-md {
    gap: var(--Spacing-Size-lg);
  }
  .s-gap-xl-md {
    gap: var(--Spacing-Size-xl);
  }
  .s-gap-xxl-md {
    gap: var(--Spacing-Size-xxl);
  }
  .s-gap-xxxl-md {
    gap: var(--Spacing-Size-xxxl);
  }
  .gap-2-md {
    gap: 2px;
  }
  .gap-3-md {
    gap: 3px;
  }
  .gap-4-md {
    gap: 4px;
  }
  .gap-5-md {
    gap: 5px;
  }
  .gap-6-md {
    gap: 6px;
  }
  .gap-7-md {
    gap: 7px;
  }
  .gap-8-md {
    gap: 8px;
  }
  .gap-9-md {
    gap: 9px;
  }
  .gap-10-md {
    gap: 10px;
  }
  .gap-11-md {
    gap: 11px;
  }
  .gap-12-md {
    gap: 12px;
  }
  .gap-13-md {
    gap: 13px;
  }
  .gap-14-md {
    gap: 14px;
  }
  .gap-15-md {
    gap: 15px;
  }
  .gap-16-md {
    gap: 16px;
  }
  .gap-17-md {
    gap: 17px;
  }
  .gap-18-md {
    gap: 18px;
  }
  .gap-19-md {
    gap: 19px;
  }
  .gap-20-md {
    gap: 20px;
  }
  .gap-21-md {
    gap: 21px;
  }
  .gap-22-md {
    gap: 22px;
  }
  .gap-23-md {
    gap: 23px;
  }
  .gap-24-md {
    gap: 24px;
  }
  .gap-25-md {
    gap: 25px;
  }
  .gap-26-md {
    gap: 26px;
  }
  .gap-27-md {
    gap: 27px;
  }
  .gap-28-md {
    gap: 28px;
  }
  .gap-29-md {
    gap: 29px;
  }
  .gap-30-md {
    gap: 30px;
  }
  .gap-31-md {
    gap: 31px;
  }
  .gap-32-md {
    gap: 32px;
  }
  .gap-33-md {
    gap: 33px;
  }
  .gap-34-md {
    gap: 34px;
  }
  .gap-35-md {
    gap: 35px;
  }
  .gap-36-md {
    gap: 36px;
  }
  .gap-37-md {
    gap: 37px;
  }
  .gap-38-md {
    gap: 38px;
  }
  .gap-39-md {
    gap: 39px;
  }
  .gap-40-md {
    gap: 40px;
  }
  .gap-41-md {
    gap: 41px;
  }
  .gap-42-md {
    gap: 42px;
  }
  .gap-43-md {
    gap: 43px;
  }
  .gap-44-md {
    gap: 44px;
  }
  .gap-45-md {
    gap: 45px;
  }
  .gap-46-md {
    gap: 46px;
  }
  .gap-47-md {
    gap: 47px;
  }
  .gap-48-md {
    gap: 48px;
  }
  .gap-49-md {
    gap: 49px;
  }
  .gap-50-md {
    gap: 50px;
  }
  .column-gap-2-md {
    -moz-column-gap: 2px !important;
         column-gap: 2px !important;
  }
  .column-gap-3-md {
    -moz-column-gap: 3px !important;
         column-gap: 3px !important;
  }
  .column-gap-4-md {
    -moz-column-gap: 4px !important;
         column-gap: 4px !important;
  }
  .column-gap-5-md {
    -moz-column-gap: 5px !important;
         column-gap: 5px !important;
  }
  .column-gap-6-md {
    -moz-column-gap: 6px !important;
         column-gap: 6px !important;
  }
  .column-gap-7-md {
    -moz-column-gap: 7px !important;
         column-gap: 7px !important;
  }
  .column-gap-8-md {
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
  }
  .column-gap-9-md {
    -moz-column-gap: 9px !important;
         column-gap: 9px !important;
  }
  .column-gap-10-md {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-11-md {
    -moz-column-gap: 11px !important;
         column-gap: 11px !important;
  }
  .column-gap-12-md {
    -moz-column-gap: 12px !important;
         column-gap: 12px !important;
  }
  .column-gap-13-md {
    -moz-column-gap: 13px !important;
         column-gap: 13px !important;
  }
  .column-gap-14-md {
    -moz-column-gap: 14px !important;
         column-gap: 14px !important;
  }
  .column-gap-15-md {
    -moz-column-gap: 15px !important;
         column-gap: 15px !important;
  }
  .column-gap-16-md {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }
  .column-gap-17-md {
    -moz-column-gap: 17px !important;
         column-gap: 17px !important;
  }
  .column-gap-18-md {
    -moz-column-gap: 18px !important;
         column-gap: 18px !important;
  }
  .column-gap-19-md {
    -moz-column-gap: 19px !important;
         column-gap: 19px !important;
  }
  .column-gap-20-md {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-21-md {
    -moz-column-gap: 21px !important;
         column-gap: 21px !important;
  }
  .column-gap-22-md {
    -moz-column-gap: 22px !important;
         column-gap: 22px !important;
  }
  .column-gap-23-md {
    -moz-column-gap: 23px !important;
         column-gap: 23px !important;
  }
  .column-gap-24-md {
    -moz-column-gap: 24px !important;
         column-gap: 24px !important;
  }
  .column-gap-25-md {
    -moz-column-gap: 25px !important;
         column-gap: 25px !important;
  }
  .column-gap-26-md {
    -moz-column-gap: 26px !important;
         column-gap: 26px !important;
  }
  .column-gap-27-md {
    -moz-column-gap: 27px !important;
         column-gap: 27px !important;
  }
  .column-gap-28-md {
    -moz-column-gap: 28px !important;
         column-gap: 28px !important;
  }
  .column-gap-29-md {
    -moz-column-gap: 29px !important;
         column-gap: 29px !important;
  }
  .column-gap-30-md {
    -moz-column-gap: 30px !important;
         column-gap: 30px !important;
  }
  .column-gap-31-md {
    -moz-column-gap: 31px !important;
         column-gap: 31px !important;
  }
  .column-gap-32-md {
    -moz-column-gap: 32px !important;
         column-gap: 32px !important;
  }
  .column-gap-33-md {
    -moz-column-gap: 33px !important;
         column-gap: 33px !important;
  }
  .column-gap-34-md {
    -moz-column-gap: 34px !important;
         column-gap: 34px !important;
  }
  .column-gap-35-md {
    -moz-column-gap: 35px !important;
         column-gap: 35px !important;
  }
  .column-gap-36-md {
    -moz-column-gap: 36px !important;
         column-gap: 36px !important;
  }
  .column-gap-37-md {
    -moz-column-gap: 37px !important;
         column-gap: 37px !important;
  }
  .column-gap-38-md {
    -moz-column-gap: 38px !important;
         column-gap: 38px !important;
  }
  .column-gap-39-md {
    -moz-column-gap: 39px !important;
         column-gap: 39px !important;
  }
  .column-gap-40-md {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-41-md {
    -moz-column-gap: 41px !important;
         column-gap: 41px !important;
  }
  .column-gap-42-md {
    -moz-column-gap: 42px !important;
         column-gap: 42px !important;
  }
  .column-gap-43-md {
    -moz-column-gap: 43px !important;
         column-gap: 43px !important;
  }
  .column-gap-44-md {
    -moz-column-gap: 44px !important;
         column-gap: 44px !important;
  }
  .column-gap-45-md {
    -moz-column-gap: 45px !important;
         column-gap: 45px !important;
  }
  .column-gap-46-md {
    -moz-column-gap: 46px !important;
         column-gap: 46px !important;
  }
  .column-gap-47-md {
    -moz-column-gap: 47px !important;
         column-gap: 47px !important;
  }
  .column-gap-48-md {
    -moz-column-gap: 48px !important;
         column-gap: 48px !important;
  }
  .column-gap-49-md {
    -moz-column-gap: 49px !important;
         column-gap: 49px !important;
  }
  .column-gap-50-md {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }
  .row-gap-2-md {
    row-gap: 2px !important;
  }
  .row-gap-3-md {
    row-gap: 3px !important;
  }
  .row-gap-4-md {
    row-gap: 4px !important;
  }
  .row-gap-5-md {
    row-gap: 5px !important;
  }
  .row-gap-6-md {
    row-gap: 6px !important;
  }
  .row-gap-7-md {
    row-gap: 7px !important;
  }
  .row-gap-8-md {
    row-gap: 8px !important;
  }
  .row-gap-9-md {
    row-gap: 9px !important;
  }
  .row-gap-10-md {
    row-gap: 10px !important;
  }
  .row-gap-11-md {
    row-gap: 11px !important;
  }
  .row-gap-12-md {
    row-gap: 12px !important;
  }
  .row-gap-13-md {
    row-gap: 13px !important;
  }
  .row-gap-14-md {
    row-gap: 14px !important;
  }
  .row-gap-15-md {
    row-gap: 15px !important;
  }
  .row-gap-16-md {
    row-gap: 16px !important;
  }
  .row-gap-17-md {
    row-gap: 17px !important;
  }
  .row-gap-18-md {
    row-gap: 18px !important;
  }
  .row-gap-19-md {
    row-gap: 19px !important;
  }
  .row-gap-20-md {
    row-gap: 20px !important;
  }
  .row-gap-21-md {
    row-gap: 21px !important;
  }
  .row-gap-22-md {
    row-gap: 22px !important;
  }
  .row-gap-23-md {
    row-gap: 23px !important;
  }
  .row-gap-24-md {
    row-gap: 24px !important;
  }
  .row-gap-25-md {
    row-gap: 25px !important;
  }
  .row-gap-26-md {
    row-gap: 26px !important;
  }
  .row-gap-27-md {
    row-gap: 27px !important;
  }
  .row-gap-28-md {
    row-gap: 28px !important;
  }
  .row-gap-29-md {
    row-gap: 29px !important;
  }
  .row-gap-30-md {
    row-gap: 30px !important;
  }
  .row-gap-31-md {
    row-gap: 31px !important;
  }
  .row-gap-32-md {
    row-gap: 32px !important;
  }
  .row-gap-33-md {
    row-gap: 33px !important;
  }
  .row-gap-34-md {
    row-gap: 34px !important;
  }
  .row-gap-35-md {
    row-gap: 35px !important;
  }
  .row-gap-36-md {
    row-gap: 36px !important;
  }
  .row-gap-37-md {
    row-gap: 37px !important;
  }
  .row-gap-38-md {
    row-gap: 38px !important;
  }
  .row-gap-39-md {
    row-gap: 39px !important;
  }
  .row-gap-40-md {
    row-gap: 40px !important;
  }
  .row-gap-41-md {
    row-gap: 41px !important;
  }
  .row-gap-42-md {
    row-gap: 42px !important;
  }
  .row-gap-43-md {
    row-gap: 43px !important;
  }
  .row-gap-44-md {
    row-gap: 44px !important;
  }
  .row-gap-45-md {
    row-gap: 45px !important;
  }
  .row-gap-46-md {
    row-gap: 46px !important;
  }
  .row-gap-47-md {
    row-gap: 47px !important;
  }
  .row-gap-48-md {
    row-gap: 48px !important;
  }
  .row-gap-49-md {
    row-gap: 49px !important;
  }
  .row-gap-50-md {
    row-gap: 50px !important;
  }
  .heading-type1 .heading-thumb-title {
    gap: 24px;
    font-size: 4rem;
  }
  .heading-type2 .heading-thumb-title {
    gap: 24px;
    font-size: 3.8rem;
  }
  .heading-type3 {
    margin-bottom: 96px;
  }
  .heading-type3 .heading-wrap {
    padding: 64px 48px;
  }
  .heading-type3 .heading-thumb-title {
    gap: 24px;
    font-size: 3.8rem;
  }
  .heading-type3 .heading-thumb-subtitle {
    font-size: 2rem;
  }
  .icon-user-default {
    width: 16px;
    min-width: 16px;
  }
  .icon-user-white {
    width: 16px;
    min-width: 16px;
  }
  .icon-arrow-circle {
    width: 18px;
    min-width: 18px;
  }
  .icon-arrow-circle-white {
    width: 18px;
    min-width: 18px;
  }
  .icon-arrow-circle-blue {
    width: 18px;
    min-width: 18px;
  }
  .icon-arrow-down_circle {
    width: 18px;
    min-width: 18px;
  }
  .icon-arrow-down_circle_blue {
    width: 18px;
    min-width: 18px;
  }
  .icon-pdf {
    width: 18px;
    min-width: 18px;
  }
  .icon-pdf2 {
    width: 18px;
    min-width: 18px;
  }
  .icon-blackout {
    width: 20px;
    min-width: 20px;
  }
  .icon-blank {
    width: 18px;
    min-width: 18px;
  }
  .icon-blank:is(.color-red > .icon-blank) {
    width: 18px;
    min-width: 18px;
  }
  .icon-blank_white {
    width: 18px;
    min-width: 18px;
  }
  .icon-plus {
    width: 18px;
    min-width: 18px;
  }
  .icon-plus-x24 {
    width: 24px;
    min-width: 24px;
  }
  .icon-plus-medium {
    width: 24px;
    min-width: 24px;
  }
  .icon-plus-large {
    width: 40px;
    min-width: 40px;
  }
  .icon-plus-xlarge {
    width: 48px;
    min-width: 48px;
  }
  .icon-polygon {
    width: 116px;
    min-width: 116px;
  }
  .icon-or {
    width: 60px;
    min-width: 60px;
  }
  .icon-arrow {
    width: 18px;
  }
  .icon-pulldown {
    width: 18px;
  }
  .icon-language {
    width: 18px;
  }
  .icon-search {
    width: 18px;
  }
  .icon-gas {
    width: 80px;
  }
  .icon-gas_bold {
    width: 80px;
  }
  .icon-gas_x78 {
    width: 80px;
  }
  .icon-gas_restart {
    width: 80px;
  }
  .icon-track {
    width: 80px;
  }
  .icon-moving {
    width: 80px;
  }
  .icon-change_payment {
    width: 80px;
  }
  .icon-apply {
    width: 80px;
  }
  .icon-gas_ele {
    width: 80px;
  }
  .icon-gas_ele_bold {
    width: 80px;
  }
  .icon-gas_ele_x78 {
    width: 80px;
  }
  .icon-net {
    width: 80px;
  }
  .icon-net_bold {
    width: 80px;
  }
  .icon-net_x78 {
    width: 80px;
  }
  .icon-schedule {
    width: 80px;
  }
  .icon-equipment_repair {
    width: 80px;
  }
  .icon-equipment_repair_x78 {
    width: 80px;
  }
  .icon-support {
    width: 80px;
  }
  .icon-support_x24 {
    width: 80px;
  }
  .icon-faq {
    width: 80px;
  }
  .icon-faq_x24 {
    width: 80px;
  }
  .icon-shop {
    width: 80px;
  }
  .icon-contact {
    width: 80px;
  }
  .icon-service_of_living {
    width: 80px;
  }
  .icon-service_of_living_x78 {
    width: 80px;
  }
  .icon-procedure {
    width: 80px;
  }
  .icon-ippanryokin {
    width: 80px;
  }
  .icon-par {
    width: 80px;
  }
  .icon-otoku {
    width: 80px;
  }
  .icon-anshin {
    width: 80px;
  }
  .icon-keiyaku {
    width: 80px;
  }
  .icon-sp {
    width: 80px;
  }
  .icon-180_thousand {
    width: 80px;
  }
  .icon-plan_diagnose {
    width: 80px;
  }
  .icon-explanation {
    width: 80px;
  }
  .icon-quality {
    width: 80px;
  }
  .icon-thermal_wind_solar {
    width: 80px;
  }
  .icon-ryokin_simulation {
    width: 80px;
  }
  .icon-mov_navi {
    width: 80px;
  }
  .icon-mov_navi_x120 {
    width: 80px;
  }
  .icon-construction {
    width: 80px;
  }
  .icon-calculation {
    width: 80px;
  }
  .icon-step_gray {
    width: 32px;
    min-width: 32px;
  }
  .icon-sns-line {
    width: 32px;
    min-width: 32px;
  }
  .icon-step_gray_x48 {
    width: 48px;
    min-width: 48px;
  }
  .icon-step_blue {
    width: 32px;
    min-width: 32px;
  }
  .icon-plus-black {
    width: 40px;
    min-width: 40px;
  }
  .icon-step_blue_x48 {
    width: 48px;
    min-width: 48px;
  }
  .icon-circle-plus {
    width: 20px;
    min-width: 20px;
  }
  .icon-family_ouen_plan {
    width: 80px;
  }
  .icon-family_ouen_plan_x120 {
    width: 80px;
  }
  .icon-shinseikatsu_ouen {
    width: 80px;
  }
  .icon-icon_styleplan_s {
    width: 80px;
  }
  .icon-icon_styleplan_p {
    width: 80px;
  }
  .icon-icon_styleplan_d {
    width: 80px;
  }
  .icon-shinseikatsu_ouen_x120 {
    width: 80px;
  }
  .icon-ele {
    width: 80px;
  }
  .icon-ele_bold {
    width: 80px;
  }
  .icon-ele_x78 {
    width: 80px;
  }
  .icon-kirikae {
    width: 80px;
  }
  .icon-area {
    width: 80px;
  }
  .icon-accident {
    width: 80px;
  }
  .icon-baseplan_ag {
    width: 80px;
  }
  .icon-baseplan_ab {
    width: 80px;
  }
  .icon-power_generation {
    width: 80px;
  }
  .icon-styleplan_a {
    width: 80px;
  }
  .icon-styleplan_s {
    width: 80px;
  }
  .icon-styleplan_p {
    width: 80px;
  }
  .icon-styleplan_d {
    width: 80px;
  }
  .icon-styleplan_e {
    width: 80px;
  }
  .icon-with_radiko {
    width: 80px;
  }
  .icon-jo1 {
    width: 80px;
  }
  .icon-baseplan_bg {
    width: 80px;
  }
  .icon-baseplan_b {
    width: 80px;
  }
  .icon-power {
    width: 80px;
  }
  .icon-my_storage {
    width: 80px;
  }
  .icon-my_ev {
    width: 80px;
  }
  .icon-styleplan_db {
    width: 80px;
  }
  .icon-styleplan_e_zero_b {
    width: 80px;
  }
  .icon-styleplan_e_zero_power {
    width: 80px;
  }
  .icon-ryokin {
    width: 80px;
  }
  .icon-tasya_kirikae {
    width: 80px;
  }
  .icon-ryokin_menu {
    width: 80px;
  }
  .icon-rea_check {
    width: 80px;
  }
  .icon-convenience {
    width: 80px;
  }
  .icon-kaketsuke {
    width: 80px;
  }
  .icon-kaketsuke_net {
    width: 80px;
  }
  .icon-replacement {
    width: 80px;
  }
  .icon-kurashi_ouen {
    width: 80px;
  }
  .icon-chat_x24 {
    width: 80px;
  }
  .icon-tel_x24 {
    width: 80px;
  }
  .icon-shop_x24 {
    width: 80px;
  }
  .icon-showroom_x24 {
    width: 80px;
  }
  .icon-shiharai-henkou {
    width: 80px;
  }
  .icon-ele_blue {
    width: 80px;
  }
  .icon-gas_blue {
    width: 80px;
  }
  .icon-internet_blue {
    width: 80px;
  }
  .icon-meter_reading_slip {
    width: 80px;
  }
  .icon-anshin_01 {
    width: 80px;
  }
  .icon-anshin_02 {
    width: 80px;
  }
  .icon-anshin_03 {
    width: 80px;
  }
  .icon-shuri_hosho {
    width: 80px;
  }
  .icon-rental_wifi {
    width: 80px;
  }
  .icon-setting-support {
    width: 80px;
  }
  .icon-remote-support {
    width: 80px;
  }
  .fz-small {
    font-size: 1.4rem;
  }
  .fz-medium {
    font-size: 1.6rem;
  }
  .fz-large {
    font-size: 1.8rem;
  }
  .fz-xlarge {
    font-size: 2rem;
  }
  .fz-xxlarge {
    font-size: 2.6rem;
  }
  .fz-xxxlarge {
    font-size: 2.8rem;
  }
  [class*=list-news-] i[class*=icon-] {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .list-news-important-item .wrap-content {
    padding-inline: 64px;
  }
  .list-news-important-link {
    padding: 20px 24px;
  }
  .list-news-default-link {
    gap: 12px;
    padding: 24px;
  }
  .list-news-card-link {
    gap: 16px;
    padding: 16px 24px;
  }
  .list-news-card-medium .list-news-card-link {
    gap: 22px;
    padding: 32px;
  }
  .list-news-prominent-link {
    padding: 20px 24px;
    letter-spacing: 0.48px;
  }
  .list-news-media-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .list-news-media-card .card-media.is-end .card-media-image::before {
    font-size: 1.4rem;
  }
  .card-media-image .list-tag {
    margin-top: 0;
  }
  .list-dot-sp-medium-pc-small {
    font-size: 1.4rem;
  }
  .list-dot-sp-medium-pc-small > .item-absolute {
    padding-left: calc(1.6rem + 4px);
  }
  .list-dot-medium {
    font-size: 1.6rem;
  }
  .list-dot-medium > .item-absolute {
    padding-left: calc(1.6rem + 4px);
  }
  .list-dot-small {
    font-size: 1.4rem;
  }
  .list-dot-small > .item-absolute {
    padding-left: calc(1.4rem + 8px);
  }
  .list-dot-xsmall {
    font-size: 1.2rem;
  }
  .list-dot-xsmall > .item-absolute {
    padding-left: calc(1.2rem + 8px);
  }
  .list-double_circle-medium {
    font-size: 1.6rem;
  }
  .list-double_circle-medium > li::before {
    font-size: 1.6rem;
  }
  .list-double_circle-small {
    font-size: 1.4rem;
  }
  .list-double_circle-small > li::before {
    font-size: 1.4rem;
  }
  .list-double_circle-small > .item-absolute {
    padding-left: calc(1.4rem + 4px);
  }
  .list-double_circle-xsmall {
    font-size: 1.2rem;
  }
  .list-double_circle-xsmall > li::before {
    font-size: 1.2rem;
  }
  .list-double_circle-xsmall > .item-absolute {
    padding-left: calc(1.2rem + 4px);
  }
  .list-ster-medium {
    font-size: 1.6rem;
  }
  .list-ster-medium > li::before {
    font-size: 1.6rem;
  }
  .list-ster-small {
    font-size: 1.4rem;
  }
  .list-ster-small > li::before {
    font-size: 1.4rem;
  }
  .list-ster-small > .item-absolute {
    padding-left: calc(1.4rem + 4px);
  }
  .list-black_circle-medium {
    font-size: 1.6rem;
  }
  .list-black_circle-medium > li::before {
    font-size: 1.6rem;
  }
  .list-black_circle-small {
    font-size: 1.4rem;
  }
  .list-black_circle-small > li::before {
    font-size: 1.4rem;
  }
  .list-black_circle-small > .item-absolute {
    padding-left: calc(1.4rem + 4px);
  }
  .list-black_circle-xsmall {
    font-size: 1.2rem;
  }
  .list-black_circle-xsmall > li::before {
    font-size: 1.2rem;
  }
  .list-black_circle-xsmall > .item-absolute {
    padding-left: calc(1.2rem + 4px);
  }
  .list-asterisk-medium {
    font-size: 1.6rem;
  }
  .list-asterisk-medium.color-secondary > li::before {
    font-size: 1.6rem;
  }
  .list-asterisk-small {
    font-size: 1.4rem;
  }
  .list-asterisk-small.color-secondary > li::before {
    font-size: 1.4rem;
  }
  .list-asterisk-xsmall {
    font-size: 1.2rem;
  }
  .list-asterisk-xsmall.color-secondary > li::before {
    font-size: 1.2rem;
  }
  .list-number {
    font-size: 1.1rem;
  }
  .list-number-medium {
    font-size: 1.6rem;
  }
  .list-number-small {
    font-size: 1.4rem;
  }
  .list-number-xsmall {
    font-size: 1.2rem;
  }
  .list-number-circle {
    font-size: 1.1rem;
  }
  .list-number-circle > li::before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .list-number-circle-medium {
    font-size: 1.6rem;
  }
  .list-number-circle-medium > li::before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .list-number-circle-small {
    font-size: 1.4rem;
  }
  .list-number-circle-small > li::before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .list-number-circle-xsmall {
    font-size: 1.2rem;
  }
  .list-number-circle-xsmall > li::before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .list-number-circle-xsmall > li::before {
    width: 14px;
    height: 14px;
    font-size: 1rem;
  }
  .list-number-circle-blue {
    font-size: 1.1rem;
  }
  .list-number-circle-blue > li::before {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .list-number-circle-blue-medium {
    font-size: 1.6rem;
  }
  .list-number-circle-blue-medium > li::before {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .list-number-circle-blue-small {
    font-size: 1.4rem;
  }
  .list-number-circle-blue-small > li::before {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .list-note {
    font-size: 1.1rem;
  }
  .list-note-large {
    font-size: 1.6rem;
  }
  .list-note-medium {
    font-size: 1.4rem;
  }
  .list-note-small {
    font-size: 1.2rem;
  }
  .list-note-small > .note-item-absolute {
    padding-left: calc(1.2rem + 4px);
  }
  .list-note-number {
    font-size: 1.1rem;
  }
  .list-note-number-medium {
    font-size: 1.4rem;
  }
  .list-note-number-medium > .note-item-absolute {
    padding-left: calc(1.4rem + 12px);
  }
  .list-note-number-small {
    font-size: 1.2rem;
  }
  .list-note-number-small > .note-item-absolute {
    padding-left: calc(1.2rem + 10px);
  }
  .list-note-text-number {
    font-size: 1.1rem;
  }
  .list-note-text-number-medium {
    font-size: 1.6rem;
  }
  .list-note-text-number-small {
    font-size: 1.4rem;
  }
  .remarks-medium {
    font-size: 1.6rem;
  }
  .remarks-small {
    font-size: 1.4rem;
  }
  .remarks-small dt {
    width: 64px;
  }
  .list-custom-icon > li {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
  .list-custom-icon > li:not(:first-child) {
    padding-top: 8px;
  }
  .list-link-medium {
    font-size: 1.6rem;
  }
  .list-link-small {
    font-size: 1.4rem;
  }
  .list_link > li .list_link-item-link::after {
    width: 18px;
  }
  .card-link-list .card-link-list-link {
    padding: 20px 24px;
    font-size: 1.6rem;
  }
  .card-link-list .card-link-list-link i[class*=icon-] {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .card-anchor-link-list .card-link-list-link {
    padding: 16px 20px 16px 24px;
    font-size: 1.6rem;
  }
  .card-anchor-link-list .card-link-list-link i[class*=icon-] {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
  .modal-inner {
    padding: 30px 40px;
  }
  .modal-heading {
    padding: 32px 40px;
    font-size: 3.2rem;
  }
  .modal-body {
    padding: 24px 32px 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .modal-body .box p {
    font-size: 1.4rem;
  }
  .modal-scroll {
    padding: 24px 32px 0;
  }
  .modal-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .modal-scroll::-webkit-scrollbar-thumb {
    background-color: var(--Fill-Bluegray-bluegray_04);
    border-radius: var(--Radius-radius_lg);
  }
  .modal-scroll::-webkit-scrollbar-track {
    margin-bottom: 16px;
    background-color: var(--Fill-Bluegray-bluegray_02);
    border-radius: var(--Radius-radius_full);
  }
  .modal-content {
    padding-bottom: 48px;
  }
  .modal-footer {
    padding: 16px 20px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .modal-footer button {
    width: 200px;
    padding-right: 32px;
  }
  .modal-small .modal-content {
    padding-bottom: 48px;
  }
  .parts-alert {
    gap: 16px;
    padding: 32px 40px;
    border-radius: var(--Radius-radius_lg);
  }
  .parts-alert-title {
    font-size: 2rem;
  }
  .parts-app-block-card-left-button .button-fill-medium {
    padding-right: 32px;
    padding-left: 16px;
    font-size: 1.6rem;
  }
  .moving-navi .box-large {
    padding: 48px 64px;
  }
  .moving-navi .box-medium {
    padding: 32px;
  }
  .moving-navi .box-xsmall {
    padding: 16px 40px 16px 32px;
  }
  .moving-navi-card {
    padding: 24px 56px 24px 40px;
  }
  .moving-navi-card .icon-mov_navi_x120 {
    flex: unset;
    width: 130px;
    min-width: 130px;
  }
  .moving-navi-card .icon-mov_navi-w-99 {
    flex: unset;
    width: 99px;
    min-width: 99px;
  }
  .moving-navi-card .column-flex {
    gap: 10px 40px;
    justify-content: space-between;
  }
  .moving-navi-card .column-flex-item {
    width: auto;
  }
  .moving-navi-card .moving-navi-card-text-item {
    gap: 24px;
  }
  .moving-navi-card .moving-navi-card-text {
    flex: unset;
    gap: 12px;
    font-size: 3.6rem;
  }
  .moving-navi-card .sub-text {
    font-size: 1.6rem;
  }
  .moving-navi-card .moving-navi-card-link {
    padding: 16px 40px;
  }
  .gas-good-deal-arrow {
    bottom: -64px;
    width: 178px;
    height: 91px;
  }
  .gas-estimation-table .text-sp-sr {
    font-size: 1rem;
  }
  .gas-estimation-image-otoku {
    margin-bottom: 48px;
  }
  .gas-estimation-image-estimate {
    margin-bottom: 48px;
  }
  .price-simulation-content .price-simulation-title {
    flex-direction: row;
    gap: 16px;
    font-size: 2.6rem;
  }
  .price-simulation-content .price-simulation-text {
    padding-top: 16px;
    font-size: 1.6rem;
  }
  .price-simulation-content .menu-link {
    padding-bottom: 24px;
  }
  .price-simulation-content .menu-link a {
    padding: 20px 40px;
    font-size: 2rem;
  }
  .energy-evaluation-group-item-text-title-blue {
    display: block;
    font-size: 3.2rem;
  }
  .energy-evaluation-group-item-text-title-orange {
    display: block;
    font-size: 3.2rem;
  }
  .gas-procedure-flow .card:is(.card > .card) {
    padding: 32px 40px;
  }
  .gas-procedure-flow-step-title {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .gas-procedure-flow-level-4::before {
    margin-right: 8px;
  }
  .box-medium:has(.gas-inquiry-counter-card-steps) {
    padding: 20px 24px;
  }
  .parts-sumikata-group-item-text-title-blue {
    display: block;
    font-size: 3.2rem;
  }
  .parts-sumikata-group-item-text-title-orange {
    display: block;
    font-size: 3.2rem;
  }
  .parts-movie-list {
    gap: 32px;
  }
  .parts-housing-repair-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .parts-housing-repair-card.column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .parts-housing-repair-card.column-1 .parts-housing-repair-card-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 56px;
    align-items: center;
    padding: 64px 80px;
  }
  .parts-housing-repair-card.column-1 .parts-housing-repair-card-item-inner {
    gap: 24px;
    padding: 0 36px;
  }
  .parts-housing-repair-card.column-1 .parts-housing-repair-card-item-title {
    margin-bottom: 16px;
    font-size: 2.8rem;
    text-align: left;
  }
  .parts-housing-repair-card.column-1 .parts-housing-repair-card-item-description {
    font-size: 1.6rem;
  }
  .parts-housing-repair-card.column-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .parts-housing-repair-card.card-image-contain .parts-housing-repair-card-item img {
    padding: 0;
  }
  .parts-housing-repair-card.card-image-contain .parts-housing-repair-card-item-title {
    font-size: 2.8rem;
  }
  .parts-housing-repair-card-item-inner {
    gap: var(--Spacing-Size-xs);
    padding: 24px;
  }
  .parts-housing-repair-card-item-button {
    padding: 12px 40px 12px 32px;
    font-size: 1.6rem;
  }
  .parts-housing-repair-contact {
    gap: var(--Spacing-Size-md);
  }
  .parts-housing-repair-contact-button-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .parts-housing-repair-contact-text {
    font-size: 1.5rem;
  }
  .parts-housing-repair-searvice-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .parts-housing-repair-searvice-card.column-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px 56px;
    padding: 64px 80px;
  }
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-title,
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-description,
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-button {
    margin-right: 36px;
    margin-left: 36px;
  }
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-image {
    grid-area: 1/1/4/2;
    align-self: center;
  }
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-title {
    grid-area: 1/2/2/3;
    font-size: 2.4rem;
    text-align: left;
  }
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-description {
    grid-area: 2/2/3/3;
    font-size: 1.6rem;
  }
  .parts-housing-repair-searvice-card.column-1 .parts-housing-repair-searvice-card-button {
    grid-area: 3/2/4/3;
    margin-top: 12px;
    margin-bottom: -12px;
  }
  .parts-housing-repair-searvice-card.column-1 img.image-rakutoku,
  .parts-housing-repair-searvice-card.column-1 img.image-sumikata {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .parts-housing-repair-searvice-card.column-1 img.image-rakutoku {
    height: 124px;
  }
  .parts-housing-repair-searvice-card.column-1 img.image-sumikata {
    height: 164px;
  }
  .parts-housing-repair-searvice-card.column-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .parts-housing-repair-searvice-card.column-3 .parts-housing-repair-searvice-card-item {
    padding: 32px;
  }
  .parts-housing-repair-searvice-card.column-3 .parts-housing-repair-searvice-card-item img {
    height: 106px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .parts-housing-repair-searvice-card.column-3 img.image-sumikata,
  .parts-housing-repair-searvice-card.column-3 img.image-mirupiko,
  .parts-housing-repair-searvice-card.column-3 img.image-rakutoku {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .parts-housing-repair-searvice-card-item {
    gap: var(--Spacing-Size-md);
    gap: 24px;
    padding: 32px 56px;
  }
  .parts-housing-repair-searvice-card-title {
    font-size: 1.8rem;
  }
  .parts-housing-repair-searvice-card-image {
    max-width: 420px;
  }
  .parts-housing-repair-searvice-card-description {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .parts-housing-repair-searvice-card-links {
    gap: 24px;
  }
  .parts-housing-repair-searvice-card-button {
    padding: 12px 40px 12px 32px;
    font-size: 1.6rem;
  }
  .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=true] {
    padding: 20px 16px 24px;
    font-size: 3.2rem;
  }
  .parts-tab .parts-tab-appeal {
    line-height: 1;
  }
  .parts-tab .parts-tab-appeal-text {
    padding-bottom: 4px;
    font-size: 1.6rem;
  }
  .parts-typeMatome .parts-tab-line {
    width: 16px;
  }
  .parts-typeMatome .parts-tab-panels .parts-tab-panel:is(.parts-tab-panels .parts-tab-panels .parts-tab-panel) {
    padding: 56px 64px 48px;
  }
  .parts-typeMatome .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=true] {
    padding: 16px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .parts-typeMatome .parts-tab:not(:is(.parts-tab-container-child *))[aria-selected=false] {
    padding: 12px 16px;
    font-size: 2.6rem;
  }
  .parts-tab:has(.parts-tab-container-child-tab) {
    padding-inline: 0;
    padding-bottom: 20px;
  }
  .parts-tab-container-child-tab dt {
    font-size: 1.4rem;
  }
  .parts-tab-container-child-tab dd.fz-13 {
    font-size: 2.4rem;
  }
  .parts-tab-container-child-tab dd {
    flex-direction: row;
    font-size: 2.4rem;
  }
  [aria-selected=true] .parts-tab-container-child-tab dd {
    font-size: 2.7rem;
  }
  .parts-tab-container-child-tab .parts-tab-container-child-tab-label {
    font-size: 1.4rem;
  }
  .parts-typeN .parts-tab-label-large {
    gap: 8px;
  }
  .parts-typeN .parts-tab-label-large-item {
    max-width: 280px;
    padding: 8px 16px;
  }
  .parts-typeN .parts-card-solid-gray {
    padding: 58px 40px 32px;
  }
  .parts-typeN .parts-card-solid-gray-column {
    flex-direction: row;
    gap: 32px;
  }
  .parts-typeS .parts-tab-promotion-title-label {
    position: absolute;
    right: 16px;
    padding: 3px 8px 4px;
    font-size: 1.4rem;
  }
  .parts-typeS .parts-tab-promotion-sub-title {
    font-size: 2.6rem;
  }
  .parts-box-set_plan-md .parts-box-set_plan-item {
    padding: 32px;
  }
  .parts-box-set_plan-md .parts-box-set_plan-item::before {
    top: 50%;
    right: -28px;
    bottom: inherit;
    left: inherit;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
  }
  .parts-box-heading .parts-box-heading-content.top-large .parts-tab-appeal {
    top: calc(-1.25em - 6px);
  }
  .parts-box-heading .parts-box-heading-content.top-large .parts-tab-appeal.top-large {
    top: calc(-1.25em - 6px);
  }
  .parts-table-blue.table-two-way .table .table-header-top > th:first-child {
    width: 15%;
  }
  .parts-net-guarantee-card .card-large {
    padding: var(--Padding-Card-L-top-bottom_lg) var(--Padding-Card-L-side_lg);
  }
  .slider-campaign {
    padding-inline: 0;
  }
  .slider-campaign .slider-pagination {
    margin-inline: 0;
  }
  .slider {
    gap: 24px;
  }
  .slider-inner:is(.l-campaign-blue-card *, .l-campaign-light-blue-card *) {
    max-width: 1056px;
    margin-inline: auto;
  }
  .slider-contents a:hover {
    transform: 300ms;
  }
  .slider-contents a:hover::before {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: var(--Radius-radius_lg);
  }
  .pickup-banner {
    padding-inline: 64px;
  }
  .pickup-banner img {
    max-width: 660px;
  }
  .slider-pagination {
    margin-top: 24px;
  }
  .slider-navigation {
    width: 40px;
  }
  .l-pickup-slider {
    width: 1920px;
    padding-inline: 710.4px;
  }
  .l-pickup-slider::before {
    width: 131%;
  }
  .l-pickup-slider .swiper {
    transform: translateX(-16%);
  }
  .l-pickup-slider .swiper-slide.is-view-slide {
    animation: pickup-slide-zoom-md 300ms forwards;
  }
  .l-pickup-slider .swiper-slide.is-previous-slide {
    animation: pickup-slide-shrink-md 300ms forwards;
  }
  .l-pickup-slider .slider-navigation.prev {
    left: -16.4%;
  }
  .l-pickup-slider .slider-navigation.next {
    right: -15.2%;
  }
  .tag-blue {
    padding: 2px 8px 3px;
    font-size: 1.2rem;
  }
  .tag-light_blue {
    padding: 2px 8px 3px;
    font-size: 1.2rem;
  }
  .tag-red {
    padding: 2px 8px 3px;
    font-size: 1.2rem;
  }
  .wrap-content {
    max-width: 1296px;
    padding-inline: 48px;
  }
  .refinement-content {
    padding: 24px 32px;
  }
  .refinement-checkbox-text {
    font-size: 1.6rem;
  }
  .refinement-checkbox .refinement-checkbox-icon::before {
    width: 20px;
    height: 20px;
  }
  .refinement-content-item {
    flex-direction: row;
    align-items: center;
  }
  .refinement-content-item-list {
    gap: 12px 20px;
  }
  .refinement-content-item-title {
    flex-basis: 80px;
    font-size: 1.4rem;
  }
  .search-box-sp {
    display: none;
  }
  .side-menu-wrapper {
    --side-menu-button-offset: calc(var(--heading-offset-bottom) - (var(--side-menu-button-height) / 2));
    position: fixed;
    top: 104px;
    left: 0;
    z-index: 9200;
    width: 350px;
    background: var(--Fill-Bluegray-bluegray_00);
    border-radius: 0 var(--Radius-radius_lg) var(--Radius-radius_lg) 0;
    box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
    transition: all 300ms ease-out;
    transform: translateX(-100%);
  }
  .side-menu-wrapper.is-active {
    visibility: visible;
    opacity: 1;
    transition: 300ms all ease-out;
    transform: translateX(0);
  }
  .side-menu-wrapper.is-scroll {
    top: 104px;
  }
  .side-menu-nav {
    display: block;
  }
  .side-menu-nav {
    max-width: calc(100% - 16px);
    padding-bottom: 16px;
    background-color: var(--Fill-Bluegray-bluegray_00);
  }
  .side-menu-nav li {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .side-menu-nav li:first-child {
    display: none;
    border-top: none;
  }
  .side-menu-nav li:first-child.is-current {
    display: none;
  }
  .side-menu-nav li.is-current {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 700;
  }
  .side-menu-nav li.is-current::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 6px;
    height: 6px;
    content: "";
    background-color: var(--Fill-Blue-blue_05---bland);
    -webkit-mask: url("../img/icon/icon_list-dot.svg") no-repeat center/contain;
            mask: url("../img/icon/icon_list-dot.svg") no-repeat center/contain;
    transform: translateY(-50%);
  }
  .side-menu-nav li a {
    display: block;
    padding: 10px 12px;
    border-radius: var(--Radius-radius_sm);
  }
  .side-menu-nav li a::after {
    content: none;
  }
  .side-menu-nav-inner {
    max-height: calc(var(--side-menu-height, 700px) - 71px - 24px);
    padding-inline: 24px 16px;
    overflow-y: auto;
    overscroll-behavior: none;
  }
  .side-menu-nav-inner::-webkit-scrollbar {
    width: 4px;
  }
  .side-menu-nav-inner::-webkit-scrollbar-thumb {
    background-color: var(--Fill-Bluegray-bluegray_04);
    border-radius: 2px;
  }
  .side-menu-nav-inner::-webkit-scrollbar-track {
    background-color: var(--Fill-Bluegray-bluegray_02);
  }
  .side-menu-title-wrapper {
    display: block;
    padding-inline: 20px 16px;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .side-menu-title-inner {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 16px 0 16px 4px;
  }
  .side-menu-title {
    width: 100%;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    transition: color 300ms;
  }
  .side-menu-close {
    display: inline-block;
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: background-color 300ms;
  }
  .side-menu-close-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-image: url("../img/icon/icon_close.svg");
    background-size: contain;
  }
  .side-menu-button::before, .side-menu-button::after {
    display: none;
  }
  .side-menu-button {
    --side-menu-button-offset: calc(var(--heading-offset-bottom) - (var(--side-menu-button-height) / 2));
    position: fixed;
    top: var(--side-menu-button-offset, 104px);
    left: 0;
    z-index: 90;
    display: inline-flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 240px;
    padding: 16px 24px;
    font-size: 1.4rem;
    background-color: var(--Fill-Bluegray-bluegray_00);
    border-radius: 0 calc(infinity * 1px) calc(infinity * 1px) 0;
    box-shadow: 4px 4px 14px 0 rgba(17, 48, 86, 0.06);
    opacity: 0;
    transition: 200ms all ease-out;
  }
  .side-menu-button.is-show {
    opacity: 1;
    transition: 300ms opacity ease-in-out 0ms, background-color 300ms;
  }
  .side-menu-button.is-active {
    opacity: 0;
    transition: 200ms all ease-out;
    transform: translateY(-20px);
  }
  .side-menu-button.is-scroll {
    top: 104px;
  }
  .side-menu-button .inner {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    transition: color 300ms;
  }
  .side-menu-button .inner::after {
    display: inline-block;
    flex: 0 0 auto;
    width: 20px;
    height: 16px;
    content: "";
    background-image: url("../img/icon/icon_menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9190;
    display: none;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
  }
  .side-menu-overlay.is-active {
    display: block;
  }
  .cta .box.box-blue {
    padding: 64px 40px;
  }
  .cta .card {
    padding: 32px 40px;
  }
  .cta .cta-title {
    margin-bottom: 32px;
    font-size: 2.8rem;
  }
  .cta.cta-ele_b .cta-title, .cta.cta-ele_c .cta-title, .cta.cta-ele_d .cta-title {
    margin-bottom: 56px;
  }
  .cta .box-blue {
    padding: 64px 80px;
  }
  .cta .box-blue::before, .cta .box-blue::after {
    width: 484px;
    height: 484px;
    background-position: -242px -242px;
  }
  .cta-cp_a-text {
    font-size: 1.4rem;
  }
  .cta-gas_a .cta-title {
    margin-bottom: 32px;
  }
  .cta-net_a-conversion-button {
    margin-bottom: 56px;
  }
  .cta-net_a-conversion-button .button-fill-xlarge {
    border-radius: 10px;
  }
  .cta-set_a .parts-housing-repair-contact-button-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-set_a .button-fill-medium {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 125%;
  }
  .matome-plan-typeB-column-item-list li::after {
    margin-top: 10px;
  }
  .pagination {
    margin-top: var(--Spacing-Size-xl);
  }
  .pagination-list {
    gap: 8px;
  }
  .pagination-button {
    width: 48px;
    height: 48px;
    padding: 12px 8px;
  }
  .pagination-button {
    font-size: 1.6rem;
    transition: 300ms;
  }
  .pagination-button:active {
    color: var(--Text-text_white);
    background: var(--Fill-Blue-blue_05---bland);
    transition: 300ms;
  }
  .pagination-ellipsis {
    width: 48px;
    height: 48px;
    padding: 12px 8px;
  }
  .pagination-button-prev,
  .pagination-button-next {
    transition: 300ms;
  }
  .pagination-button-prev:active,
  .pagination-button-next:active {
    color: var(--Text-text_white);
    transition: 300ms;
  }
  .pagination-button-prev:active::after,
  .pagination-button-next:active::after {
    background: #fff;
    -webkit-mask-image: url("../img/icon/icon_arrow-right.svg");
            mask-image: url("../img/icon/icon_arrow-right.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .marker-yellow::after {
    bottom: 4px;
  }
  .label-blue-step {
    gap: 12px;
    justify-content: flex-start;
    font-size: 3.2rem;
  }
  .label-blue-step .step-label {
    padding: 2px 10px 4px;
    font-size: 1.8rem;
  }
  .label-blue-step.step-small {
    font-size: 1.6rem;
  }
  .label-blue-step.step-small .step-label {
    padding: 2px 10px 4px;
    font-size: 1.6rem;
  }
  .check-label::before {
    margin-top: 4px;
    margin-right: 8px;
  }
  .check-label.check-absolute {
    padding-left: calc(1.6rem + 4px);
  }
  .label-sausage-type2 {
    padding-bottom: 0;
    font-size: 2rem;
  }
  .teiden-contents {
    margin-top: 40px;
  }
  .mb-xxxxs-md {
    margin-bottom: var(--Spacing-Size-xxxxs) !important;
  }
  .mb-xxxs-md {
    margin-bottom: var(--Spacing-Size-xxxs) !important;
  }
  .mb-xxs-md {
    margin-bottom: var(--Spacing-Size-xxs) !important;
  }
  .mb-xs-md {
    margin-bottom: var(--Spacing-Size-xs) !important;
  }
  .mb-sm-md {
    margin-bottom: var(--Spacing-Size-sm) !important;
  }
  .mb-md-md {
    margin-bottom: var(--Spacing-Size-md) !important;
  }
  .mb-lg-md {
    margin-bottom: var(--Spacing-Size-lg) !important;
  }
  .mb-xl-md {
    margin-bottom: var(--Spacing-Size-xl) !important;
  }
  .mb-xxl-md {
    margin-bottom: var(--Spacing-Size-xxl) !important;
  }
  .mb-xxxl-md {
    margin-bottom: var(--Spacing-Size-xxxl) !important;
  }
  .space_none {
    margin-bottom: 0 !important;
  }
  .space_xxxxs {
    margin-bottom: 4px !important;
  }
  .space_xxxs {
    margin-bottom: 8px !important;
  }
  .space_xxs {
    margin-bottom: 12px !important;
  }
  .space_xs {
    margin-bottom: 16px !important;
  }
  .space_sm {
    margin-bottom: 24px !important;
  }
  .space_md {
    margin-bottom: 32px !important;
  }
  .space_lg {
    margin-bottom: 40px !important;
  }
  .space_xl {
    margin-bottom: 48px !important;
  }
  .space_xxl {
    margin-bottom: 56px !important;
  }
  .space_xxxl {
    margin-bottom: 64px !important;
  }
  .space_none-pc {
    margin-bottom: 0 !important;
  }
  .space_xxxxs-pc {
    margin-bottom: 4px !important;
  }
  .space_xxxs-pc {
    margin-bottom: 8px !important;
  }
  .space_xxs-pc {
    margin-bottom: 12px !important;
  }
  .space_xs-pc {
    margin-bottom: 16px !important;
  }
  .space_sm-pc {
    margin-bottom: 24px !important;
  }
  .space_md-pc {
    margin-bottom: 32px !important;
  }
  .space_lg-pc {
    margin-bottom: 40px !important;
  }
  .space_xl-pc {
    margin-bottom: 48px !important;
  }
  .space_xxl-pc {
    margin-bottom: 56px !important;
  }
  .space_xxxl-pc {
    margin-bottom: 64px !important;
  }
  .space_none-sp {
    margin-bottom: 0;
  }
  .space_xxxxs-sp {
    margin-bottom: 0;
  }
  .space_xxxs-sp {
    margin-bottom: 0;
  }
  .space_xxs-sp {
    margin-bottom: 0;
  }
  .space_xs-sp {
    margin-bottom: 0;
  }
  .space_sm-sp {
    margin-bottom: 0;
  }
  .space_md-sp {
    margin-bottom: 0;
  }
  .space_lg-sp {
    margin-bottom: 0;
  }
  .space_xl-sp {
    margin-bottom: 0;
  }
  .space_xxl-sp {
    margin-bottom: 0;
  }
  .space_xxxl-sp {
    margin-bottom: 0;
  }
  .mb-section_none-md {
    margin-bottom: var(--Spacing-Section-section_none) !important;
  }
  .mb-section_sm-md {
    margin-bottom: var(--Spacing-Section-section_sm) !important;
  }
  .mb-section_md-md {
    margin-bottom: var(--Spacing-Section-section_md) !important;
  }
  .mb-section_lg-md {
    margin-bottom: var(--Spacing-Section-section_lg) !important;
  }
  .mb-0-md {
    margin-bottom: 0px !important;
  }
  .mb-1-md {
    margin-bottom: 1px !important;
  }
  .mb-2-md {
    margin-bottom: 2px !important;
  }
  .mb-3-md {
    margin-bottom: 3px !important;
  }
  .mb-4-md {
    margin-bottom: 4px !important;
  }
  .mb-5-md {
    margin-bottom: 5px !important;
  }
  .mb-6-md {
    margin-bottom: 6px !important;
  }
  .mb-7-md {
    margin-bottom: 7px !important;
  }
  .mb-8-md {
    margin-bottom: 8px !important;
  }
  .mb-9-md {
    margin-bottom: 9px !important;
  }
  .mb-10-md {
    margin-bottom: 10px !important;
  }
  .mb-11-md {
    margin-bottom: 11px !important;
  }
  .mb-12-md {
    margin-bottom: 12px !important;
  }
  .mb-13-md {
    margin-bottom: 13px !important;
  }
  .mb-14-md {
    margin-bottom: 14px !important;
  }
  .mb-15-md {
    margin-bottom: 15px !important;
  }
  .mb-16-md {
    margin-bottom: 16px !important;
  }
  .mb-17-md {
    margin-bottom: 17px !important;
  }
  .mb-18-md {
    margin-bottom: 18px !important;
  }
  .mb-19-md {
    margin-bottom: 19px !important;
  }
  .mb-20-md {
    margin-bottom: 20px !important;
  }
  .mb-21-md {
    margin-bottom: 21px !important;
  }
  .mb-22-md {
    margin-bottom: 22px !important;
  }
  .mb-23-md {
    margin-bottom: 23px !important;
  }
  .mb-24-md {
    margin-bottom: 24px !important;
  }
  .mb-25-md {
    margin-bottom: 25px !important;
  }
  .mb-26-md {
    margin-bottom: 26px !important;
  }
  .mb-27-md {
    margin-bottom: 27px !important;
  }
  .mb-28-md {
    margin-bottom: 28px !important;
  }
  .mb-29-md {
    margin-bottom: 29px !important;
  }
  .mb-30-md {
    margin-bottom: 30px !important;
  }
  .mb-31-md {
    margin-bottom: 31px !important;
  }
  .mb-32-md {
    margin-bottom: 32px !important;
  }
  .mb-33-md {
    margin-bottom: 33px !important;
  }
  .mb-34-md {
    margin-bottom: 34px !important;
  }
  .mb-35-md {
    margin-bottom: 35px !important;
  }
  .mb-36-md {
    margin-bottom: 36px !important;
  }
  .mb-37-md {
    margin-bottom: 37px !important;
  }
  .mb-38-md {
    margin-bottom: 38px !important;
  }
  .mb-39-md {
    margin-bottom: 39px !important;
  }
  .mb-40-md {
    margin-bottom: 40px !important;
  }
  .mb-41-md {
    margin-bottom: 41px !important;
  }
  .mb-42-md {
    margin-bottom: 42px !important;
  }
  .mb-43-md {
    margin-bottom: 43px !important;
  }
  .mb-44-md {
    margin-bottom: 44px !important;
  }
  .mb-45-md {
    margin-bottom: 45px !important;
  }
  .mb-46-md {
    margin-bottom: 46px !important;
  }
  .mb-47-md {
    margin-bottom: 47px !important;
  }
  .mb-48-md {
    margin-bottom: 48px !important;
  }
  .mb-49-md {
    margin-bottom: 49px !important;
  }
  .mb-50-md {
    margin-bottom: 50px !important;
  }
  .mb-51-md {
    margin-bottom: 51px !important;
  }
  .mb-52-md {
    margin-bottom: 52px !important;
  }
  .mb-53-md {
    margin-bottom: 53px !important;
  }
  .mb-54-md {
    margin-bottom: 54px !important;
  }
  .mb-55-md {
    margin-bottom: 55px !important;
  }
  .mb-56-md {
    margin-bottom: 56px !important;
  }
  .mb-57-md {
    margin-bottom: 57px !important;
  }
  .mb-58-md {
    margin-bottom: 58px !important;
  }
  .mb-59-md {
    margin-bottom: 59px !important;
  }
  .mb-60-md {
    margin-bottom: 60px !important;
  }
  .mb-61-md {
    margin-bottom: 61px !important;
  }
  .mb-62-md {
    margin-bottom: 62px !important;
  }
  .mb-63-md {
    margin-bottom: 63px !important;
  }
  .mb-64-md {
    margin-bottom: 64px !important;
  }
  .mb-65-md {
    margin-bottom: 65px !important;
  }
  .mb-66-md {
    margin-bottom: 66px !important;
  }
  .mb-67-md {
    margin-bottom: 67px !important;
  }
  .mb-68-md {
    margin-bottom: 68px !important;
  }
  .mb-69-md {
    margin-bottom: 69px !important;
  }
  .mb-70-md {
    margin-bottom: 70px !important;
  }
  .mb-71-md {
    margin-bottom: 71px !important;
  }
  .mb-72-md {
    margin-bottom: 72px !important;
  }
  .mb-73-md {
    margin-bottom: 73px !important;
  }
  .mb-74-md {
    margin-bottom: 74px !important;
  }
  .mb-75-md {
    margin-bottom: 75px !important;
  }
  .mb-76-md {
    margin-bottom: 76px !important;
  }
  .mb-77-md {
    margin-bottom: 77px !important;
  }
  .mb-78-md {
    margin-bottom: 78px !important;
  }
  .mb-79-md {
    margin-bottom: 79px !important;
  }
  .mb-80-md {
    margin-bottom: 80px !important;
  }
  .mb-81-md {
    margin-bottom: 81px !important;
  }
  .mb-82-md {
    margin-bottom: 82px !important;
  }
  .mb-83-md {
    margin-bottom: 83px !important;
  }
  .mb-84-md {
    margin-bottom: 84px !important;
  }
  .mb-85-md {
    margin-bottom: 85px !important;
  }
  .mb-86-md {
    margin-bottom: 86px !important;
  }
  .mb-87-md {
    margin-bottom: 87px !important;
  }
  .mb-88-md {
    margin-bottom: 88px !important;
  }
  .mb-89-md {
    margin-bottom: 89px !important;
  }
  .mb-90-md {
    margin-bottom: 90px !important;
  }
  .mb-91-md {
    margin-bottom: 91px !important;
  }
  .mb-92-md {
    margin-bottom: 92px !important;
  }
  .mb-93-md {
    margin-bottom: 93px !important;
  }
  .mb-94-md {
    margin-bottom: 94px !important;
  }
  .mb-95-md {
    margin-bottom: 95px !important;
  }
  .mb-96-md {
    margin-bottom: 96px !important;
  }
  .mb-97-md {
    margin-bottom: 97px !important;
  }
  .mb-98-md {
    margin-bottom: 98px !important;
  }
  .mb-99-md {
    margin-bottom: 99px !important;
  }
  .mb-100-md {
    margin-bottom: 100px !important;
  }
  .mt-0-md {
    margin-top: 0px !important;
  }
  .mt-1-md {
    margin-top: 1px !important;
  }
  .mt-2-md {
    margin-top: 2px !important;
  }
  .mt-3-md {
    margin-top: 3px !important;
  }
  .mt-4-md {
    margin-top: 4px !important;
  }
  .mt-5-md {
    margin-top: 5px !important;
  }
  .mt-6-md {
    margin-top: 6px !important;
  }
  .mt-7-md {
    margin-top: 7px !important;
  }
  .mt-8-md {
    margin-top: 8px !important;
  }
  .mt-9-md {
    margin-top: 9px !important;
  }
  .mt-10-md {
    margin-top: 10px !important;
  }
  .mt-11-md {
    margin-top: 11px !important;
  }
  .mt-12-md {
    margin-top: 12px !important;
  }
  .mt-13-md {
    margin-top: 13px !important;
  }
  .mt-14-md {
    margin-top: 14px !important;
  }
  .mt-15-md {
    margin-top: 15px !important;
  }
  .mt-16-md {
    margin-top: 16px !important;
  }
  .mt-17-md {
    margin-top: 17px !important;
  }
  .mt-18-md {
    margin-top: 18px !important;
  }
  .mt-19-md {
    margin-top: 19px !important;
  }
  .mt-20-md {
    margin-top: 20px !important;
  }
  .mt-21-md {
    margin-top: 21px !important;
  }
  .mt-22-md {
    margin-top: 22px !important;
  }
  .mt-23-md {
    margin-top: 23px !important;
  }
  .mt-24-md {
    margin-top: 24px !important;
  }
  .mt-25-md {
    margin-top: 25px !important;
  }
  .mt-26-md {
    margin-top: 26px !important;
  }
  .mt-27-md {
    margin-top: 27px !important;
  }
  .mt-28-md {
    margin-top: 28px !important;
  }
  .mt-29-md {
    margin-top: 29px !important;
  }
  .mt-30-md {
    margin-top: 30px !important;
  }
  .mt-31-md {
    margin-top: 31px !important;
  }
  .mt-32-md {
    margin-top: 32px !important;
  }
  .mt-33-md {
    margin-top: 33px !important;
  }
  .mt-34-md {
    margin-top: 34px !important;
  }
  .mt-35-md {
    margin-top: 35px !important;
  }
  .mt-36-md {
    margin-top: 36px !important;
  }
  .mt-37-md {
    margin-top: 37px !important;
  }
  .mt-38-md {
    margin-top: 38px !important;
  }
  .mt-39-md {
    margin-top: 39px !important;
  }
  .mt-40-md {
    margin-top: 40px !important;
  }
  .mt-41-md {
    margin-top: 41px !important;
  }
  .mt-42-md {
    margin-top: 42px !important;
  }
  .mt-43-md {
    margin-top: 43px !important;
  }
  .mt-44-md {
    margin-top: 44px !important;
  }
  .mt-45-md {
    margin-top: 45px !important;
  }
  .mt-46-md {
    margin-top: 46px !important;
  }
  .mt-47-md {
    margin-top: 47px !important;
  }
  .mt-48-md {
    margin-top: 48px !important;
  }
  .mt-49-md {
    margin-top: 49px !important;
  }
  .mt-50-md {
    margin-top: 50px !important;
  }
  .mt-51-md {
    margin-top: 51px !important;
  }
  .mt-52-md {
    margin-top: 52px !important;
  }
  .mt-53-md {
    margin-top: 53px !important;
  }
  .mt-54-md {
    margin-top: 54px !important;
  }
  .mt-55-md {
    margin-top: 55px !important;
  }
  .mt-56-md {
    margin-top: 56px !important;
  }
  .mt-57-md {
    margin-top: 57px !important;
  }
  .mt-58-md {
    margin-top: 58px !important;
  }
  .mt-59-md {
    margin-top: 59px !important;
  }
  .mt-60-md {
    margin-top: 60px !important;
  }
  .mt-61-md {
    margin-top: 61px !important;
  }
  .mt-62-md {
    margin-top: 62px !important;
  }
  .mt-63-md {
    margin-top: 63px !important;
  }
  .mt-64-md {
    margin-top: 64px !important;
  }
  .mt-65-md {
    margin-top: 65px !important;
  }
  .mt-66-md {
    margin-top: 66px !important;
  }
  .mt-67-md {
    margin-top: 67px !important;
  }
  .mt-68-md {
    margin-top: 68px !important;
  }
  .mt-69-md {
    margin-top: 69px !important;
  }
  .mt-70-md {
    margin-top: 70px !important;
  }
  .mt-71-md {
    margin-top: 71px !important;
  }
  .mt-72-md {
    margin-top: 72px !important;
  }
  .mt-73-md {
    margin-top: 73px !important;
  }
  .mt-74-md {
    margin-top: 74px !important;
  }
  .mt-75-md {
    margin-top: 75px !important;
  }
  .mt-76-md {
    margin-top: 76px !important;
  }
  .mt-77-md {
    margin-top: 77px !important;
  }
  .mt-78-md {
    margin-top: 78px !important;
  }
  .mt-79-md {
    margin-top: 79px !important;
  }
  .mt-80-md {
    margin-top: 80px !important;
  }
  .mt-81-md {
    margin-top: 81px !important;
  }
  .mt-82-md {
    margin-top: 82px !important;
  }
  .mt-83-md {
    margin-top: 83px !important;
  }
  .mt-84-md {
    margin-top: 84px !important;
  }
  .mt-85-md {
    margin-top: 85px !important;
  }
  .mt-86-md {
    margin-top: 86px !important;
  }
  .mt-87-md {
    margin-top: 87px !important;
  }
  .mt-88-md {
    margin-top: 88px !important;
  }
  .mt-89-md {
    margin-top: 89px !important;
  }
  .mt-90-md {
    margin-top: 90px !important;
  }
  .mt-91-md {
    margin-top: 91px !important;
  }
  .mt-92-md {
    margin-top: 92px !important;
  }
  .mt-93-md {
    margin-top: 93px !important;
  }
  .mt-94-md {
    margin-top: 94px !important;
  }
  .mt-95-md {
    margin-top: 95px !important;
  }
  .mt-96-md {
    margin-top: 96px !important;
  }
  .mt-97-md {
    margin-top: 97px !important;
  }
  .mt-98-md {
    margin-top: 98px !important;
  }
  .mt-99-md {
    margin-top: 99px !important;
  }
  .mt-100-md {
    margin-top: 100px !important;
  }
  .mr-0-md {
    margin-right: 0px !important;
  }
  .mr-1-md {
    margin-right: 1px !important;
  }
  .mr-2-md {
    margin-right: 2px !important;
  }
  .mr-3-md {
    margin-right: 3px !important;
  }
  .mr-4-md {
    margin-right: 4px !important;
  }
  .mr-5-md {
    margin-right: 5px !important;
  }
  .mr-6-md {
    margin-right: 6px !important;
  }
  .mr-7-md {
    margin-right: 7px !important;
  }
  .mr-8-md {
    margin-right: 8px !important;
  }
  .mr-9-md {
    margin-right: 9px !important;
  }
  .mr-10-md {
    margin-right: 10px !important;
  }
  .mr-11-md {
    margin-right: 11px !important;
  }
  .mr-12-md {
    margin-right: 12px !important;
  }
  .mr-13-md {
    margin-right: 13px !important;
  }
  .mr-14-md {
    margin-right: 14px !important;
  }
  .mr-15-md {
    margin-right: 15px !important;
  }
  .mr-16-md {
    margin-right: 16px !important;
  }
  .mr-17-md {
    margin-right: 17px !important;
  }
  .mr-18-md {
    margin-right: 18px !important;
  }
  .mr-19-md {
    margin-right: 19px !important;
  }
  .mr-20-md {
    margin-right: 20px !important;
  }
  .mr-21-md {
    margin-right: 21px !important;
  }
  .mr-22-md {
    margin-right: 22px !important;
  }
  .mr-23-md {
    margin-right: 23px !important;
  }
  .mr-24-md {
    margin-right: 24px !important;
  }
  .mr-25-md {
    margin-right: 25px !important;
  }
  .mr-26-md {
    margin-right: 26px !important;
  }
  .mr-27-md {
    margin-right: 27px !important;
  }
  .mr-28-md {
    margin-right: 28px !important;
  }
  .mr-29-md {
    margin-right: 29px !important;
  }
  .mr-30-md {
    margin-right: 30px !important;
  }
  .mr-31-md {
    margin-right: 31px !important;
  }
  .mr-32-md {
    margin-right: 32px !important;
  }
  .mr-33-md {
    margin-right: 33px !important;
  }
  .mr-34-md {
    margin-right: 34px !important;
  }
  .mr-35-md {
    margin-right: 35px !important;
  }
  .mr-36-md {
    margin-right: 36px !important;
  }
  .mr-37-md {
    margin-right: 37px !important;
  }
  .mr-38-md {
    margin-right: 38px !important;
  }
  .mr-39-md {
    margin-right: 39px !important;
  }
  .mr-40-md {
    margin-right: 40px !important;
  }
  .mr-41-md {
    margin-right: 41px !important;
  }
  .mr-42-md {
    margin-right: 42px !important;
  }
  .mr-43-md {
    margin-right: 43px !important;
  }
  .mr-44-md {
    margin-right: 44px !important;
  }
  .mr-45-md {
    margin-right: 45px !important;
  }
  .mr-46-md {
    margin-right: 46px !important;
  }
  .mr-47-md {
    margin-right: 47px !important;
  }
  .mr-48-md {
    margin-right: 48px !important;
  }
  .mr-49-md {
    margin-right: 49px !important;
  }
  .mr-50-md {
    margin-right: 50px !important;
  }
  .mr-51-md {
    margin-right: 51px !important;
  }
  .mr-52-md {
    margin-right: 52px !important;
  }
  .mr-53-md {
    margin-right: 53px !important;
  }
  .mr-54-md {
    margin-right: 54px !important;
  }
  .mr-55-md {
    margin-right: 55px !important;
  }
  .mr-56-md {
    margin-right: 56px !important;
  }
  .mr-57-md {
    margin-right: 57px !important;
  }
  .mr-58-md {
    margin-right: 58px !important;
  }
  .mr-59-md {
    margin-right: 59px !important;
  }
  .mr-60-md {
    margin-right: 60px !important;
  }
  .mr-61-md {
    margin-right: 61px !important;
  }
  .mr-62-md {
    margin-right: 62px !important;
  }
  .mr-63-md {
    margin-right: 63px !important;
  }
  .mr-64-md {
    margin-right: 64px !important;
  }
  .mr-65-md {
    margin-right: 65px !important;
  }
  .mr-66-md {
    margin-right: 66px !important;
  }
  .mr-67-md {
    margin-right: 67px !important;
  }
  .mr-68-md {
    margin-right: 68px !important;
  }
  .mr-69-md {
    margin-right: 69px !important;
  }
  .mr-70-md {
    margin-right: 70px !important;
  }
  .mr-71-md {
    margin-right: 71px !important;
  }
  .mr-72-md {
    margin-right: 72px !important;
  }
  .mr-73-md {
    margin-right: 73px !important;
  }
  .mr-74-md {
    margin-right: 74px !important;
  }
  .mr-75-md {
    margin-right: 75px !important;
  }
  .mr-76-md {
    margin-right: 76px !important;
  }
  .mr-77-md {
    margin-right: 77px !important;
  }
  .mr-78-md {
    margin-right: 78px !important;
  }
  .mr-79-md {
    margin-right: 79px !important;
  }
  .mr-80-md {
    margin-right: 80px !important;
  }
  .mr-81-md {
    margin-right: 81px !important;
  }
  .mr-82-md {
    margin-right: 82px !important;
  }
  .mr-83-md {
    margin-right: 83px !important;
  }
  .mr-84-md {
    margin-right: 84px !important;
  }
  .mr-85-md {
    margin-right: 85px !important;
  }
  .mr-86-md {
    margin-right: 86px !important;
  }
  .mr-87-md {
    margin-right: 87px !important;
  }
  .mr-88-md {
    margin-right: 88px !important;
  }
  .mr-89-md {
    margin-right: 89px !important;
  }
  .mr-90-md {
    margin-right: 90px !important;
  }
  .mr-91-md {
    margin-right: 91px !important;
  }
  .mr-92-md {
    margin-right: 92px !important;
  }
  .mr-93-md {
    margin-right: 93px !important;
  }
  .mr-94-md {
    margin-right: 94px !important;
  }
  .mr-95-md {
    margin-right: 95px !important;
  }
  .mr-96-md {
    margin-right: 96px !important;
  }
  .mr-97-md {
    margin-right: 97px !important;
  }
  .mr-98-md {
    margin-right: 98px !important;
  }
  .mr-99-md {
    margin-right: 99px !important;
  }
  .mr-100-md {
    margin-right: 100px !important;
  }
  .pt-0-md {
    padding-top: 0px !important;
  }
  .py-0-md {
    padding-block: 0px !important;
  }
  .px-0-md {
    padding-inline: 0px !important;
  }
  .pr-0-md {
    padding-right: 0px !important;
  }
  .pl-0-md {
    padding-left: 0px !important;
  }
  .pb-0-md {
    padding-bottom: 0px !important;
  }
  .pt-1-md {
    padding-top: 1px !important;
  }
  .py-1-md {
    padding-block: 1px !important;
  }
  .px-1-md {
    padding-inline: 1px !important;
  }
  .pr-1-md {
    padding-right: 1px !important;
  }
  .pl-1-md {
    padding-left: 1px !important;
  }
  .pb-1-md {
    padding-bottom: 1px !important;
  }
  .pt-2-md {
    padding-top: 2px !important;
  }
  .py-2-md {
    padding-block: 2px !important;
  }
  .px-2-md {
    padding-inline: 2px !important;
  }
  .pr-2-md {
    padding-right: 2px !important;
  }
  .pl-2-md {
    padding-left: 2px !important;
  }
  .pb-2-md {
    padding-bottom: 2px !important;
  }
  .pt-3-md {
    padding-top: 3px !important;
  }
  .py-3-md {
    padding-block: 3px !important;
  }
  .px-3-md {
    padding-inline: 3px !important;
  }
  .pr-3-md {
    padding-right: 3px !important;
  }
  .pl-3-md {
    padding-left: 3px !important;
  }
  .pb-3-md {
    padding-bottom: 3px !important;
  }
  .pt-4-md {
    padding-top: 4px !important;
  }
  .py-4-md {
    padding-block: 4px !important;
  }
  .px-4-md {
    padding-inline: 4px !important;
  }
  .pr-4-md {
    padding-right: 4px !important;
  }
  .pl-4-md {
    padding-left: 4px !important;
  }
  .pb-4-md {
    padding-bottom: 4px !important;
  }
  .pt-5-md {
    padding-top: 5px !important;
  }
  .py-5-md {
    padding-block: 5px !important;
  }
  .px-5-md {
    padding-inline: 5px !important;
  }
  .pr-5-md {
    padding-right: 5px !important;
  }
  .pl-5-md {
    padding-left: 5px !important;
  }
  .pb-5-md {
    padding-bottom: 5px !important;
  }
  .pt-6-md {
    padding-top: 6px !important;
  }
  .py-6-md {
    padding-block: 6px !important;
  }
  .px-6-md {
    padding-inline: 6px !important;
  }
  .pr-6-md {
    padding-right: 6px !important;
  }
  .pl-6-md {
    padding-left: 6px !important;
  }
  .pb-6-md {
    padding-bottom: 6px !important;
  }
  .pt-7-md {
    padding-top: 7px !important;
  }
  .py-7-md {
    padding-block: 7px !important;
  }
  .px-7-md {
    padding-inline: 7px !important;
  }
  .pr-7-md {
    padding-right: 7px !important;
  }
  .pl-7-md {
    padding-left: 7px !important;
  }
  .pb-7-md {
    padding-bottom: 7px !important;
  }
  .pt-8-md {
    padding-top: 8px !important;
  }
  .py-8-md {
    padding-block: 8px !important;
  }
  .px-8-md {
    padding-inline: 8px !important;
  }
  .pr-8-md {
    padding-right: 8px !important;
  }
  .pl-8-md {
    padding-left: 8px !important;
  }
  .pb-8-md {
    padding-bottom: 8px !important;
  }
  .pt-9-md {
    padding-top: 9px !important;
  }
  .py-9-md {
    padding-block: 9px !important;
  }
  .px-9-md {
    padding-inline: 9px !important;
  }
  .pr-9-md {
    padding-right: 9px !important;
  }
  .pl-9-md {
    padding-left: 9px !important;
  }
  .pb-9-md {
    padding-bottom: 9px !important;
  }
  .pt-10-md {
    padding-top: 10px !important;
  }
  .py-10-md {
    padding-block: 10px !important;
  }
  .px-10-md {
    padding-inline: 10px !important;
  }
  .pr-10-md {
    padding-right: 10px !important;
  }
  .pl-10-md {
    padding-left: 10px !important;
  }
  .pb-10-md {
    padding-bottom: 10px !important;
  }
  .pt-11-md {
    padding-top: 11px !important;
  }
  .py-11-md {
    padding-block: 11px !important;
  }
  .px-11-md {
    padding-inline: 11px !important;
  }
  .pr-11-md {
    padding-right: 11px !important;
  }
  .pl-11-md {
    padding-left: 11px !important;
  }
  .pb-11-md {
    padding-bottom: 11px !important;
  }
  .pt-12-md {
    padding-top: 12px !important;
  }
  .py-12-md {
    padding-block: 12px !important;
  }
  .px-12-md {
    padding-inline: 12px !important;
  }
  .pr-12-md {
    padding-right: 12px !important;
  }
  .pl-12-md {
    padding-left: 12px !important;
  }
  .pb-12-md {
    padding-bottom: 12px !important;
  }
  .pt-13-md {
    padding-top: 13px !important;
  }
  .py-13-md {
    padding-block: 13px !important;
  }
  .px-13-md {
    padding-inline: 13px !important;
  }
  .pr-13-md {
    padding-right: 13px !important;
  }
  .pl-13-md {
    padding-left: 13px !important;
  }
  .pb-13-md {
    padding-bottom: 13px !important;
  }
  .pt-14-md {
    padding-top: 14px !important;
  }
  .py-14-md {
    padding-block: 14px !important;
  }
  .px-14-md {
    padding-inline: 14px !important;
  }
  .pr-14-md {
    padding-right: 14px !important;
  }
  .pl-14-md {
    padding-left: 14px !important;
  }
  .pb-14-md {
    padding-bottom: 14px !important;
  }
  .pt-15-md {
    padding-top: 15px !important;
  }
  .py-15-md {
    padding-block: 15px !important;
  }
  .px-15-md {
    padding-inline: 15px !important;
  }
  .pr-15-md {
    padding-right: 15px !important;
  }
  .pl-15-md {
    padding-left: 15px !important;
  }
  .pb-15-md {
    padding-bottom: 15px !important;
  }
  .pt-16-md {
    padding-top: 16px !important;
  }
  .py-16-md {
    padding-block: 16px !important;
  }
  .px-16-md {
    padding-inline: 16px !important;
  }
  .pr-16-md {
    padding-right: 16px !important;
  }
  .pl-16-md {
    padding-left: 16px !important;
  }
  .pb-16-md {
    padding-bottom: 16px !important;
  }
  .pt-17-md {
    padding-top: 17px !important;
  }
  .py-17-md {
    padding-block: 17px !important;
  }
  .px-17-md {
    padding-inline: 17px !important;
  }
  .pr-17-md {
    padding-right: 17px !important;
  }
  .pl-17-md {
    padding-left: 17px !important;
  }
  .pb-17-md {
    padding-bottom: 17px !important;
  }
  .pt-18-md {
    padding-top: 18px !important;
  }
  .py-18-md {
    padding-block: 18px !important;
  }
  .px-18-md {
    padding-inline: 18px !important;
  }
  .pr-18-md {
    padding-right: 18px !important;
  }
  .pl-18-md {
    padding-left: 18px !important;
  }
  .pb-18-md {
    padding-bottom: 18px !important;
  }
  .pt-19-md {
    padding-top: 19px !important;
  }
  .py-19-md {
    padding-block: 19px !important;
  }
  .px-19-md {
    padding-inline: 19px !important;
  }
  .pr-19-md {
    padding-right: 19px !important;
  }
  .pl-19-md {
    padding-left: 19px !important;
  }
  .pb-19-md {
    padding-bottom: 19px !important;
  }
  .pt-20-md {
    padding-top: 20px !important;
  }
  .py-20-md {
    padding-block: 20px !important;
  }
  .px-20-md {
    padding-inline: 20px !important;
  }
  .pr-20-md {
    padding-right: 20px !important;
  }
  .pl-20-md {
    padding-left: 20px !important;
  }
  .pb-20-md {
    padding-bottom: 20px !important;
  }
  .pt-21-md {
    padding-top: 21px !important;
  }
  .py-21-md {
    padding-block: 21px !important;
  }
  .px-21-md {
    padding-inline: 21px !important;
  }
  .pr-21-md {
    padding-right: 21px !important;
  }
  .pl-21-md {
    padding-left: 21px !important;
  }
  .pb-21-md {
    padding-bottom: 21px !important;
  }
  .pt-22-md {
    padding-top: 22px !important;
  }
  .py-22-md {
    padding-block: 22px !important;
  }
  .px-22-md {
    padding-inline: 22px !important;
  }
  .pr-22-md {
    padding-right: 22px !important;
  }
  .pl-22-md {
    padding-left: 22px !important;
  }
  .pb-22-md {
    padding-bottom: 22px !important;
  }
  .pt-23-md {
    padding-top: 23px !important;
  }
  .py-23-md {
    padding-block: 23px !important;
  }
  .px-23-md {
    padding-inline: 23px !important;
  }
  .pr-23-md {
    padding-right: 23px !important;
  }
  .pl-23-md {
    padding-left: 23px !important;
  }
  .pb-23-md {
    padding-bottom: 23px !important;
  }
  .pt-24-md {
    padding-top: 24px !important;
  }
  .py-24-md {
    padding-block: 24px !important;
  }
  .px-24-md {
    padding-inline: 24px !important;
  }
  .pr-24-md {
    padding-right: 24px !important;
  }
  .pl-24-md {
    padding-left: 24px !important;
  }
  .pb-24-md {
    padding-bottom: 24px !important;
  }
  .pt-25-md {
    padding-top: 25px !important;
  }
  .py-25-md {
    padding-block: 25px !important;
  }
  .px-25-md {
    padding-inline: 25px !important;
  }
  .pr-25-md {
    padding-right: 25px !important;
  }
  .pl-25-md {
    padding-left: 25px !important;
  }
  .pb-25-md {
    padding-bottom: 25px !important;
  }
  .pt-26-md {
    padding-top: 26px !important;
  }
  .py-26-md {
    padding-block: 26px !important;
  }
  .px-26-md {
    padding-inline: 26px !important;
  }
  .pr-26-md {
    padding-right: 26px !important;
  }
  .pl-26-md {
    padding-left: 26px !important;
  }
  .pb-26-md {
    padding-bottom: 26px !important;
  }
  .pt-27-md {
    padding-top: 27px !important;
  }
  .py-27-md {
    padding-block: 27px !important;
  }
  .px-27-md {
    padding-inline: 27px !important;
  }
  .pr-27-md {
    padding-right: 27px !important;
  }
  .pl-27-md {
    padding-left: 27px !important;
  }
  .pb-27-md {
    padding-bottom: 27px !important;
  }
  .pt-28-md {
    padding-top: 28px !important;
  }
  .py-28-md {
    padding-block: 28px !important;
  }
  .px-28-md {
    padding-inline: 28px !important;
  }
  .pr-28-md {
    padding-right: 28px !important;
  }
  .pl-28-md {
    padding-left: 28px !important;
  }
  .pb-28-md {
    padding-bottom: 28px !important;
  }
  .pt-29-md {
    padding-top: 29px !important;
  }
  .py-29-md {
    padding-block: 29px !important;
  }
  .px-29-md {
    padding-inline: 29px !important;
  }
  .pr-29-md {
    padding-right: 29px !important;
  }
  .pl-29-md {
    padding-left: 29px !important;
  }
  .pb-29-md {
    padding-bottom: 29px !important;
  }
  .pt-30-md {
    padding-top: 30px !important;
  }
  .py-30-md {
    padding-block: 30px !important;
  }
  .px-30-md {
    padding-inline: 30px !important;
  }
  .pr-30-md {
    padding-right: 30px !important;
  }
  .pl-30-md {
    padding-left: 30px !important;
  }
  .pb-30-md {
    padding-bottom: 30px !important;
  }
  .pt-31-md {
    padding-top: 31px !important;
  }
  .py-31-md {
    padding-block: 31px !important;
  }
  .px-31-md {
    padding-inline: 31px !important;
  }
  .pr-31-md {
    padding-right: 31px !important;
  }
  .pl-31-md {
    padding-left: 31px !important;
  }
  .pb-31-md {
    padding-bottom: 31px !important;
  }
  .pt-32-md {
    padding-top: 32px !important;
  }
  .py-32-md {
    padding-block: 32px !important;
  }
  .px-32-md {
    padding-inline: 32px !important;
  }
  .pr-32-md {
    padding-right: 32px !important;
  }
  .pl-32-md {
    padding-left: 32px !important;
  }
  .pb-32-md {
    padding-bottom: 32px !important;
  }
  .pt-33-md {
    padding-top: 33px !important;
  }
  .py-33-md {
    padding-block: 33px !important;
  }
  .px-33-md {
    padding-inline: 33px !important;
  }
  .pr-33-md {
    padding-right: 33px !important;
  }
  .pl-33-md {
    padding-left: 33px !important;
  }
  .pb-33-md {
    padding-bottom: 33px !important;
  }
  .pt-34-md {
    padding-top: 34px !important;
  }
  .py-34-md {
    padding-block: 34px !important;
  }
  .px-34-md {
    padding-inline: 34px !important;
  }
  .pr-34-md {
    padding-right: 34px !important;
  }
  .pl-34-md {
    padding-left: 34px !important;
  }
  .pb-34-md {
    padding-bottom: 34px !important;
  }
  .pt-35-md {
    padding-top: 35px !important;
  }
  .py-35-md {
    padding-block: 35px !important;
  }
  .px-35-md {
    padding-inline: 35px !important;
  }
  .pr-35-md {
    padding-right: 35px !important;
  }
  .pl-35-md {
    padding-left: 35px !important;
  }
  .pb-35-md {
    padding-bottom: 35px !important;
  }
  .pt-36-md {
    padding-top: 36px !important;
  }
  .py-36-md {
    padding-block: 36px !important;
  }
  .px-36-md {
    padding-inline: 36px !important;
  }
  .pr-36-md {
    padding-right: 36px !important;
  }
  .pl-36-md {
    padding-left: 36px !important;
  }
  .pb-36-md {
    padding-bottom: 36px !important;
  }
  .pt-37-md {
    padding-top: 37px !important;
  }
  .py-37-md {
    padding-block: 37px !important;
  }
  .px-37-md {
    padding-inline: 37px !important;
  }
  .pr-37-md {
    padding-right: 37px !important;
  }
  .pl-37-md {
    padding-left: 37px !important;
  }
  .pb-37-md {
    padding-bottom: 37px !important;
  }
  .pt-38-md {
    padding-top: 38px !important;
  }
  .py-38-md {
    padding-block: 38px !important;
  }
  .px-38-md {
    padding-inline: 38px !important;
  }
  .pr-38-md {
    padding-right: 38px !important;
  }
  .pl-38-md {
    padding-left: 38px !important;
  }
  .pb-38-md {
    padding-bottom: 38px !important;
  }
  .pt-39-md {
    padding-top: 39px !important;
  }
  .py-39-md {
    padding-block: 39px !important;
  }
  .px-39-md {
    padding-inline: 39px !important;
  }
  .pr-39-md {
    padding-right: 39px !important;
  }
  .pl-39-md {
    padding-left: 39px !important;
  }
  .pb-39-md {
    padding-bottom: 39px !important;
  }
  .pt-40-md {
    padding-top: 40px !important;
  }
  .py-40-md {
    padding-block: 40px !important;
  }
  .px-40-md {
    padding-inline: 40px !important;
  }
  .pr-40-md {
    padding-right: 40px !important;
  }
  .pl-40-md {
    padding-left: 40px !important;
  }
  .pb-40-md {
    padding-bottom: 40px !important;
  }
  .pt-41-md {
    padding-top: 41px !important;
  }
  .py-41-md {
    padding-block: 41px !important;
  }
  .px-41-md {
    padding-inline: 41px !important;
  }
  .pr-41-md {
    padding-right: 41px !important;
  }
  .pl-41-md {
    padding-left: 41px !important;
  }
  .pb-41-md {
    padding-bottom: 41px !important;
  }
  .pt-42-md {
    padding-top: 42px !important;
  }
  .py-42-md {
    padding-block: 42px !important;
  }
  .px-42-md {
    padding-inline: 42px !important;
  }
  .pr-42-md {
    padding-right: 42px !important;
  }
  .pl-42-md {
    padding-left: 42px !important;
  }
  .pb-42-md {
    padding-bottom: 42px !important;
  }
  .pt-43-md {
    padding-top: 43px !important;
  }
  .py-43-md {
    padding-block: 43px !important;
  }
  .px-43-md {
    padding-inline: 43px !important;
  }
  .pr-43-md {
    padding-right: 43px !important;
  }
  .pl-43-md {
    padding-left: 43px !important;
  }
  .pb-43-md {
    padding-bottom: 43px !important;
  }
  .pt-44-md {
    padding-top: 44px !important;
  }
  .py-44-md {
    padding-block: 44px !important;
  }
  .px-44-md {
    padding-inline: 44px !important;
  }
  .pr-44-md {
    padding-right: 44px !important;
  }
  .pl-44-md {
    padding-left: 44px !important;
  }
  .pb-44-md {
    padding-bottom: 44px !important;
  }
  .pt-45-md {
    padding-top: 45px !important;
  }
  .py-45-md {
    padding-block: 45px !important;
  }
  .px-45-md {
    padding-inline: 45px !important;
  }
  .pr-45-md {
    padding-right: 45px !important;
  }
  .pl-45-md {
    padding-left: 45px !important;
  }
  .pb-45-md {
    padding-bottom: 45px !important;
  }
  .pt-46-md {
    padding-top: 46px !important;
  }
  .py-46-md {
    padding-block: 46px !important;
  }
  .px-46-md {
    padding-inline: 46px !important;
  }
  .pr-46-md {
    padding-right: 46px !important;
  }
  .pl-46-md {
    padding-left: 46px !important;
  }
  .pb-46-md {
    padding-bottom: 46px !important;
  }
  .pt-47-md {
    padding-top: 47px !important;
  }
  .py-47-md {
    padding-block: 47px !important;
  }
  .px-47-md {
    padding-inline: 47px !important;
  }
  .pr-47-md {
    padding-right: 47px !important;
  }
  .pl-47-md {
    padding-left: 47px !important;
  }
  .pb-47-md {
    padding-bottom: 47px !important;
  }
  .pt-48-md {
    padding-top: 48px !important;
  }
  .py-48-md {
    padding-block: 48px !important;
  }
  .px-48-md {
    padding-inline: 48px !important;
  }
  .pr-48-md {
    padding-right: 48px !important;
  }
  .pl-48-md {
    padding-left: 48px !important;
  }
  .pb-48-md {
    padding-bottom: 48px !important;
  }
  .pt-49-md {
    padding-top: 49px !important;
  }
  .py-49-md {
    padding-block: 49px !important;
  }
  .px-49-md {
    padding-inline: 49px !important;
  }
  .pr-49-md {
    padding-right: 49px !important;
  }
  .pl-49-md {
    padding-left: 49px !important;
  }
  .pb-49-md {
    padding-bottom: 49px !important;
  }
  .pt-50-md {
    padding-top: 50px !important;
  }
  .py-50-md {
    padding-block: 50px !important;
  }
  .px-50-md {
    padding-inline: 50px !important;
  }
  .pr-50-md {
    padding-right: 50px !important;
  }
  .pl-50-md {
    padding-left: 50px !important;
  }
  .pb-50-md {
    padding-bottom: 50px !important;
  }
  .pt-51-md {
    padding-top: 51px !important;
  }
  .py-51-md {
    padding-block: 51px !important;
  }
  .px-51-md {
    padding-inline: 51px !important;
  }
  .pr-51-md {
    padding-right: 51px !important;
  }
  .pl-51-md {
    padding-left: 51px !important;
  }
  .pb-51-md {
    padding-bottom: 51px !important;
  }
  .pt-52-md {
    padding-top: 52px !important;
  }
  .py-52-md {
    padding-block: 52px !important;
  }
  .px-52-md {
    padding-inline: 52px !important;
  }
  .pr-52-md {
    padding-right: 52px !important;
  }
  .pl-52-md {
    padding-left: 52px !important;
  }
  .pb-52-md {
    padding-bottom: 52px !important;
  }
  .pt-53-md {
    padding-top: 53px !important;
  }
  .py-53-md {
    padding-block: 53px !important;
  }
  .px-53-md {
    padding-inline: 53px !important;
  }
  .pr-53-md {
    padding-right: 53px !important;
  }
  .pl-53-md {
    padding-left: 53px !important;
  }
  .pb-53-md {
    padding-bottom: 53px !important;
  }
  .pt-54-md {
    padding-top: 54px !important;
  }
  .py-54-md {
    padding-block: 54px !important;
  }
  .px-54-md {
    padding-inline: 54px !important;
  }
  .pr-54-md {
    padding-right: 54px !important;
  }
  .pl-54-md {
    padding-left: 54px !important;
  }
  .pb-54-md {
    padding-bottom: 54px !important;
  }
  .pt-55-md {
    padding-top: 55px !important;
  }
  .py-55-md {
    padding-block: 55px !important;
  }
  .px-55-md {
    padding-inline: 55px !important;
  }
  .pr-55-md {
    padding-right: 55px !important;
  }
  .pl-55-md {
    padding-left: 55px !important;
  }
  .pb-55-md {
    padding-bottom: 55px !important;
  }
  .pt-56-md {
    padding-top: 56px !important;
  }
  .py-56-md {
    padding-block: 56px !important;
  }
  .px-56-md {
    padding-inline: 56px !important;
  }
  .pr-56-md {
    padding-right: 56px !important;
  }
  .pl-56-md {
    padding-left: 56px !important;
  }
  .pb-56-md {
    padding-bottom: 56px !important;
  }
  .pt-57-md {
    padding-top: 57px !important;
  }
  .py-57-md {
    padding-block: 57px !important;
  }
  .px-57-md {
    padding-inline: 57px !important;
  }
  .pr-57-md {
    padding-right: 57px !important;
  }
  .pl-57-md {
    padding-left: 57px !important;
  }
  .pb-57-md {
    padding-bottom: 57px !important;
  }
  .pt-58-md {
    padding-top: 58px !important;
  }
  .py-58-md {
    padding-block: 58px !important;
  }
  .px-58-md {
    padding-inline: 58px !important;
  }
  .pr-58-md {
    padding-right: 58px !important;
  }
  .pl-58-md {
    padding-left: 58px !important;
  }
  .pb-58-md {
    padding-bottom: 58px !important;
  }
  .pt-59-md {
    padding-top: 59px !important;
  }
  .py-59-md {
    padding-block: 59px !important;
  }
  .px-59-md {
    padding-inline: 59px !important;
  }
  .pr-59-md {
    padding-right: 59px !important;
  }
  .pl-59-md {
    padding-left: 59px !important;
  }
  .pb-59-md {
    padding-bottom: 59px !important;
  }
  .pt-60-md {
    padding-top: 60px !important;
  }
  .py-60-md {
    padding-block: 60px !important;
  }
  .px-60-md {
    padding-inline: 60px !important;
  }
  .pr-60-md {
    padding-right: 60px !important;
  }
  .pl-60-md {
    padding-left: 60px !important;
  }
  .pb-60-md {
    padding-bottom: 60px !important;
  }
  .pt-61-md {
    padding-top: 61px !important;
  }
  .py-61-md {
    padding-block: 61px !important;
  }
  .px-61-md {
    padding-inline: 61px !important;
  }
  .pr-61-md {
    padding-right: 61px !important;
  }
  .pl-61-md {
    padding-left: 61px !important;
  }
  .pb-61-md {
    padding-bottom: 61px !important;
  }
  .pt-62-md {
    padding-top: 62px !important;
  }
  .py-62-md {
    padding-block: 62px !important;
  }
  .px-62-md {
    padding-inline: 62px !important;
  }
  .pr-62-md {
    padding-right: 62px !important;
  }
  .pl-62-md {
    padding-left: 62px !important;
  }
  .pb-62-md {
    padding-bottom: 62px !important;
  }
  .pt-63-md {
    padding-top: 63px !important;
  }
  .py-63-md {
    padding-block: 63px !important;
  }
  .px-63-md {
    padding-inline: 63px !important;
  }
  .pr-63-md {
    padding-right: 63px !important;
  }
  .pl-63-md {
    padding-left: 63px !important;
  }
  .pb-63-md {
    padding-bottom: 63px !important;
  }
  .pt-64-md {
    padding-top: 64px !important;
  }
  .py-64-md {
    padding-block: 64px !important;
  }
  .px-64-md {
    padding-inline: 64px !important;
  }
  .pr-64-md {
    padding-right: 64px !important;
  }
  .pl-64-md {
    padding-left: 64px !important;
  }
  .pb-64-md {
    padding-bottom: 64px !important;
  }
  .pt-65-md {
    padding-top: 65px !important;
  }
  .py-65-md {
    padding-block: 65px !important;
  }
  .px-65-md {
    padding-inline: 65px !important;
  }
  .pr-65-md {
    padding-right: 65px !important;
  }
  .pl-65-md {
    padding-left: 65px !important;
  }
  .pb-65-md {
    padding-bottom: 65px !important;
  }
  .pt-66-md {
    padding-top: 66px !important;
  }
  .py-66-md {
    padding-block: 66px !important;
  }
  .px-66-md {
    padding-inline: 66px !important;
  }
  .pr-66-md {
    padding-right: 66px !important;
  }
  .pl-66-md {
    padding-left: 66px !important;
  }
  .pb-66-md {
    padding-bottom: 66px !important;
  }
  .pt-67-md {
    padding-top: 67px !important;
  }
  .py-67-md {
    padding-block: 67px !important;
  }
  .px-67-md {
    padding-inline: 67px !important;
  }
  .pr-67-md {
    padding-right: 67px !important;
  }
  .pl-67-md {
    padding-left: 67px !important;
  }
  .pb-67-md {
    padding-bottom: 67px !important;
  }
  .pt-68-md {
    padding-top: 68px !important;
  }
  .py-68-md {
    padding-block: 68px !important;
  }
  .px-68-md {
    padding-inline: 68px !important;
  }
  .pr-68-md {
    padding-right: 68px !important;
  }
  .pl-68-md {
    padding-left: 68px !important;
  }
  .pb-68-md {
    padding-bottom: 68px !important;
  }
  .pt-69-md {
    padding-top: 69px !important;
  }
  .py-69-md {
    padding-block: 69px !important;
  }
  .px-69-md {
    padding-inline: 69px !important;
  }
  .pr-69-md {
    padding-right: 69px !important;
  }
  .pl-69-md {
    padding-left: 69px !important;
  }
  .pb-69-md {
    padding-bottom: 69px !important;
  }
  .pt-70-md {
    padding-top: 70px !important;
  }
  .py-70-md {
    padding-block: 70px !important;
  }
  .px-70-md {
    padding-inline: 70px !important;
  }
  .pr-70-md {
    padding-right: 70px !important;
  }
  .pl-70-md {
    padding-left: 70px !important;
  }
  .pb-70-md {
    padding-bottom: 70px !important;
  }
  .pt-71-md {
    padding-top: 71px !important;
  }
  .py-71-md {
    padding-block: 71px !important;
  }
  .px-71-md {
    padding-inline: 71px !important;
  }
  .pr-71-md {
    padding-right: 71px !important;
  }
  .pl-71-md {
    padding-left: 71px !important;
  }
  .pb-71-md {
    padding-bottom: 71px !important;
  }
  .pt-72-md {
    padding-top: 72px !important;
  }
  .py-72-md {
    padding-block: 72px !important;
  }
  .px-72-md {
    padding-inline: 72px !important;
  }
  .pr-72-md {
    padding-right: 72px !important;
  }
  .pl-72-md {
    padding-left: 72px !important;
  }
  .pb-72-md {
    padding-bottom: 72px !important;
  }
  .pt-73-md {
    padding-top: 73px !important;
  }
  .py-73-md {
    padding-block: 73px !important;
  }
  .px-73-md {
    padding-inline: 73px !important;
  }
  .pr-73-md {
    padding-right: 73px !important;
  }
  .pl-73-md {
    padding-left: 73px !important;
  }
  .pb-73-md {
    padding-bottom: 73px !important;
  }
  .pt-74-md {
    padding-top: 74px !important;
  }
  .py-74-md {
    padding-block: 74px !important;
  }
  .px-74-md {
    padding-inline: 74px !important;
  }
  .pr-74-md {
    padding-right: 74px !important;
  }
  .pl-74-md {
    padding-left: 74px !important;
  }
  .pb-74-md {
    padding-bottom: 74px !important;
  }
  .pt-75-md {
    padding-top: 75px !important;
  }
  .py-75-md {
    padding-block: 75px !important;
  }
  .px-75-md {
    padding-inline: 75px !important;
  }
  .pr-75-md {
    padding-right: 75px !important;
  }
  .pl-75-md {
    padding-left: 75px !important;
  }
  .pb-75-md {
    padding-bottom: 75px !important;
  }
  .pt-76-md {
    padding-top: 76px !important;
  }
  .py-76-md {
    padding-block: 76px !important;
  }
  .px-76-md {
    padding-inline: 76px !important;
  }
  .pr-76-md {
    padding-right: 76px !important;
  }
  .pl-76-md {
    padding-left: 76px !important;
  }
  .pb-76-md {
    padding-bottom: 76px !important;
  }
  .pt-77-md {
    padding-top: 77px !important;
  }
  .py-77-md {
    padding-block: 77px !important;
  }
  .px-77-md {
    padding-inline: 77px !important;
  }
  .pr-77-md {
    padding-right: 77px !important;
  }
  .pl-77-md {
    padding-left: 77px !important;
  }
  .pb-77-md {
    padding-bottom: 77px !important;
  }
  .pt-78-md {
    padding-top: 78px !important;
  }
  .py-78-md {
    padding-block: 78px !important;
  }
  .px-78-md {
    padding-inline: 78px !important;
  }
  .pr-78-md {
    padding-right: 78px !important;
  }
  .pl-78-md {
    padding-left: 78px !important;
  }
  .pb-78-md {
    padding-bottom: 78px !important;
  }
  .pt-79-md {
    padding-top: 79px !important;
  }
  .py-79-md {
    padding-block: 79px !important;
  }
  .px-79-md {
    padding-inline: 79px !important;
  }
  .pr-79-md {
    padding-right: 79px !important;
  }
  .pl-79-md {
    padding-left: 79px !important;
  }
  .pb-79-md {
    padding-bottom: 79px !important;
  }
  .pt-80-md {
    padding-top: 80px !important;
  }
  .py-80-md {
    padding-block: 80px !important;
  }
  .px-80-md {
    padding-inline: 80px !important;
  }
  .pr-80-md {
    padding-right: 80px !important;
  }
  .pl-80-md {
    padding-left: 80px !important;
  }
  .pb-80-md {
    padding-bottom: 80px !important;
  }
  .pt-81-md {
    padding-top: 81px !important;
  }
  .py-81-md {
    padding-block: 81px !important;
  }
  .px-81-md {
    padding-inline: 81px !important;
  }
  .pr-81-md {
    padding-right: 81px !important;
  }
  .pl-81-md {
    padding-left: 81px !important;
  }
  .pb-81-md {
    padding-bottom: 81px !important;
  }
  .pt-82-md {
    padding-top: 82px !important;
  }
  .py-82-md {
    padding-block: 82px !important;
  }
  .px-82-md {
    padding-inline: 82px !important;
  }
  .pr-82-md {
    padding-right: 82px !important;
  }
  .pl-82-md {
    padding-left: 82px !important;
  }
  .pb-82-md {
    padding-bottom: 82px !important;
  }
  .pt-83-md {
    padding-top: 83px !important;
  }
  .py-83-md {
    padding-block: 83px !important;
  }
  .px-83-md {
    padding-inline: 83px !important;
  }
  .pr-83-md {
    padding-right: 83px !important;
  }
  .pl-83-md {
    padding-left: 83px !important;
  }
  .pb-83-md {
    padding-bottom: 83px !important;
  }
  .pt-84-md {
    padding-top: 84px !important;
  }
  .py-84-md {
    padding-block: 84px !important;
  }
  .px-84-md {
    padding-inline: 84px !important;
  }
  .pr-84-md {
    padding-right: 84px !important;
  }
  .pl-84-md {
    padding-left: 84px !important;
  }
  .pb-84-md {
    padding-bottom: 84px !important;
  }
  .pt-85-md {
    padding-top: 85px !important;
  }
  .py-85-md {
    padding-block: 85px !important;
  }
  .px-85-md {
    padding-inline: 85px !important;
  }
  .pr-85-md {
    padding-right: 85px !important;
  }
  .pl-85-md {
    padding-left: 85px !important;
  }
  .pb-85-md {
    padding-bottom: 85px !important;
  }
  .pt-86-md {
    padding-top: 86px !important;
  }
  .py-86-md {
    padding-block: 86px !important;
  }
  .px-86-md {
    padding-inline: 86px !important;
  }
  .pr-86-md {
    padding-right: 86px !important;
  }
  .pl-86-md {
    padding-left: 86px !important;
  }
  .pb-86-md {
    padding-bottom: 86px !important;
  }
  .pt-87-md {
    padding-top: 87px !important;
  }
  .py-87-md {
    padding-block: 87px !important;
  }
  .px-87-md {
    padding-inline: 87px !important;
  }
  .pr-87-md {
    padding-right: 87px !important;
  }
  .pl-87-md {
    padding-left: 87px !important;
  }
  .pb-87-md {
    padding-bottom: 87px !important;
  }
  .pt-88-md {
    padding-top: 88px !important;
  }
  .py-88-md {
    padding-block: 88px !important;
  }
  .px-88-md {
    padding-inline: 88px !important;
  }
  .pr-88-md {
    padding-right: 88px !important;
  }
  .pl-88-md {
    padding-left: 88px !important;
  }
  .pb-88-md {
    padding-bottom: 88px !important;
  }
  .pt-89-md {
    padding-top: 89px !important;
  }
  .py-89-md {
    padding-block: 89px !important;
  }
  .px-89-md {
    padding-inline: 89px !important;
  }
  .pr-89-md {
    padding-right: 89px !important;
  }
  .pl-89-md {
    padding-left: 89px !important;
  }
  .pb-89-md {
    padding-bottom: 89px !important;
  }
  .pt-90-md {
    padding-top: 90px !important;
  }
  .py-90-md {
    padding-block: 90px !important;
  }
  .px-90-md {
    padding-inline: 90px !important;
  }
  .pr-90-md {
    padding-right: 90px !important;
  }
  .pl-90-md {
    padding-left: 90px !important;
  }
  .pb-90-md {
    padding-bottom: 90px !important;
  }
  .pt-91-md {
    padding-top: 91px !important;
  }
  .py-91-md {
    padding-block: 91px !important;
  }
  .px-91-md {
    padding-inline: 91px !important;
  }
  .pr-91-md {
    padding-right: 91px !important;
  }
  .pl-91-md {
    padding-left: 91px !important;
  }
  .pb-91-md {
    padding-bottom: 91px !important;
  }
  .pt-92-md {
    padding-top: 92px !important;
  }
  .py-92-md {
    padding-block: 92px !important;
  }
  .px-92-md {
    padding-inline: 92px !important;
  }
  .pr-92-md {
    padding-right: 92px !important;
  }
  .pl-92-md {
    padding-left: 92px !important;
  }
  .pb-92-md {
    padding-bottom: 92px !important;
  }
  .pt-93-md {
    padding-top: 93px !important;
  }
  .py-93-md {
    padding-block: 93px !important;
  }
  .px-93-md {
    padding-inline: 93px !important;
  }
  .pr-93-md {
    padding-right: 93px !important;
  }
  .pl-93-md {
    padding-left: 93px !important;
  }
  .pb-93-md {
    padding-bottom: 93px !important;
  }
  .pt-94-md {
    padding-top: 94px !important;
  }
  .py-94-md {
    padding-block: 94px !important;
  }
  .px-94-md {
    padding-inline: 94px !important;
  }
  .pr-94-md {
    padding-right: 94px !important;
  }
  .pl-94-md {
    padding-left: 94px !important;
  }
  .pb-94-md {
    padding-bottom: 94px !important;
  }
  .pt-95-md {
    padding-top: 95px !important;
  }
  .py-95-md {
    padding-block: 95px !important;
  }
  .px-95-md {
    padding-inline: 95px !important;
  }
  .pr-95-md {
    padding-right: 95px !important;
  }
  .pl-95-md {
    padding-left: 95px !important;
  }
  .pb-95-md {
    padding-bottom: 95px !important;
  }
  .pt-96-md {
    padding-top: 96px !important;
  }
  .py-96-md {
    padding-block: 96px !important;
  }
  .px-96-md {
    padding-inline: 96px !important;
  }
  .pr-96-md {
    padding-right: 96px !important;
  }
  .pl-96-md {
    padding-left: 96px !important;
  }
  .pb-96-md {
    padding-bottom: 96px !important;
  }
  .pt-97-md {
    padding-top: 97px !important;
  }
  .py-97-md {
    padding-block: 97px !important;
  }
  .px-97-md {
    padding-inline: 97px !important;
  }
  .pr-97-md {
    padding-right: 97px !important;
  }
  .pl-97-md {
    padding-left: 97px !important;
  }
  .pb-97-md {
    padding-bottom: 97px !important;
  }
  .pt-98-md {
    padding-top: 98px !important;
  }
  .py-98-md {
    padding-block: 98px !important;
  }
  .px-98-md {
    padding-inline: 98px !important;
  }
  .pr-98-md {
    padding-right: 98px !important;
  }
  .pl-98-md {
    padding-left: 98px !important;
  }
  .pb-98-md {
    padding-bottom: 98px !important;
  }
  .pt-99-md {
    padding-top: 99px !important;
  }
  .py-99-md {
    padding-block: 99px !important;
  }
  .px-99-md {
    padding-inline: 99px !important;
  }
  .pr-99-md {
    padding-right: 99px !important;
  }
  .pl-99-md {
    padding-left: 99px !important;
  }
  .pb-99-md {
    padding-bottom: 99px !important;
  }
  .pt-100-md {
    padding-top: 100px !important;
  }
  .py-100-md {
    padding-block: 100px !important;
  }
  .px-100-md {
    padding-inline: 100px !important;
  }
  .pr-100-md {
    padding-right: 100px !important;
  }
  .pl-100-md {
    padding-left: 100px !important;
  }
  .pb-100-md {
    padding-bottom: 100px !important;
  }
  .d-b-md {
    display: block;
  }
  .d-n-md {
    display: none;
  }
  .d-ib-md {
    display: inline-block;
  }
  .d-i-md {
    display: inline;
  }
  .d-tc-md {
    display: table-cell;
  }
  .d-g-md {
    display: grid;
  }
  .ta-c-md {
    text-align: center;
  }
  .ta-l-md {
    text-align: left;
  }
  .ta-r-md {
    text-align: right;
  }
  .maw-470-md {
    width: 100%;
    max-width: 470px;
  }
  .maw-50-md {
    width: 100%;
    max-width: 50px;
  }
  .maw-58-md {
    width: 100%;
    max-width: 58px;
  }
  .maw-60-md {
    width: 100%;
    max-width: 60px;
  }
  .maw-70-md {
    width: 100%;
    max-width: 70px;
  }
  .maw-80-md {
    width: 100%;
    max-width: 80px;
  }
  .maw-90-md {
    width: 100%;
    max-width: 90px;
  }
  .maw-100-md {
    width: 100%;
    max-width: 100px;
  }
  .maw-104-md {
    width: 100%;
    max-width: 104px;
  }
  .maw-140-md {
    width: 100%;
    max-width: 140px;
  }
  .maw-170-md {
    width: 100%;
    max-width: 170px;
  }
  .maw-175-md {
    width: 100%;
    max-width: 175px;
  }
  .maw-176-md {
    width: 100%;
    max-width: 176px;
  }
  .maw-180-md {
    width: 100%;
    max-width: 180px;
  }
  .maw-208-md {
    width: 100%;
    max-width: 208px;
  }
  .maw-210-md {
    width: 100%;
    max-width: 210px;
  }
  .maw-220-md {
    width: 100%;
    max-width: 220px;
  }
  .maw-225-md {
    width: 100%;
    max-width: 225px;
  }
  .maw-230-md {
    width: 100%;
    max-width: 230px;
  }
  .maw-240-md {
    width: 100%;
    max-width: 240px;
  }
  .maw-250-md {
    width: 100%;
    max-width: 250px;
  }
  .maw-260-md {
    width: 100%;
    max-width: 260px;
  }
  .maw-270-md {
    width: 100%;
    max-width: 270px;
  }
  .maw-280-md {
    width: 100%;
    max-width: 280px;
  }
  .maw-300-md {
    width: 100%;
    max-width: 300px;
  }
  .maw-310-md {
    width: 100%;
    max-width: 310px;
  }
  .maw-320-md {
    width: 100%;
    max-width: 320px;
  }
  .maw-330-md {
    width: 100%;
    max-width: 330px;
  }
  .maw-340-md {
    width: 100%;
    max-width: 340px;
  }
  .maw-360-md {
    width: 100%;
    max-width: 360px;
  }
  .maw-380-md {
    width: 100%;
    max-width: 380px;
  }
  .maw-400-md {
    width: 100%;
    max-width: 400px;
  }
  .maw-420-md {
    width: 100%;
    max-width: 420px;
  }
  .maw-424-md {
    width: 100%;
    max-width: 424px;
  }
  .maw-432-md {
    width: 100%;
    max-width: 432px;
  }
  .maw-440-md {
    width: 100%;
    max-width: 440px;
  }
  .maw-450-md {
    width: 100%;
    max-width: 450px;
  }
  .maw-454-md {
    width: 100%;
    max-width: 454px;
  }
  .maw-474-md {
    width: 100%;
    max-width: 474px;
  }
  .maw-480-md {
    width: 100%;
    max-width: 480px;
  }
  .maw-490-md {
    width: 100%;
    max-width: 490px;
  }
  .maw-540-md {
    width: 100%;
    max-width: 540px;
  }
  .maw-544-md {
    width: 100%;
    max-width: 544px;
  }
  .maw-590-md {
    width: 100%;
    max-width: 590px;
  }
  .maw-600-md {
    width: 100%;
    max-width: 600px;
  }
  .maw-650-md {
    width: 100%;
    max-width: 650px;
  }
  .maw-660-md {
    width: 100%;
    max-width: 660px;
  }
  .maw-680-md {
    width: 100%;
    max-width: 680px;
  }
  .maw-700-md {
    width: 100%;
    max-width: 700px;
  }
  .maw-707-md {
    width: 100%;
    max-width: 707px;
  }
  .maw-710-md {
    width: 100%;
    max-width: 710px;
  }
  .maw-715-md {
    width: 100%;
    max-width: 715px;
  }
  .maw-730-md {
    width: 100%;
    max-width: 730px;
  }
  .maw-740-md {
    width: 100%;
    max-width: 740px;
  }
  .maw-750-md {
    width: 100%;
    max-width: 750px;
  }
  .maw-770-md {
    width: 100%;
    max-width: 770px;
  }
  .maw-790-md {
    width: 100%;
    max-width: 790px;
  }
  .maw-810-md {
    width: 100%;
    max-width: 810px;
  }
  .maw-840-md {
    width: 100%;
    max-width: 840px;
  }
  .maw-880-md {
    width: 100%;
    max-width: 880px;
  }
  .maw-870-md {
    width: 100%;
    max-width: 870px;
  }
  .maw-888-md {
    width: 100%;
    max-width: 888px;
  }
  .maw-1000-md {
    width: 100%;
    max-width: 1000px;
  }
  .maw-1040-md {
    width: 100%;
    max-width: 1040px;
  }
  .maw-a-md {
    width: 100%;
    max-width: 100%;
  }
  .w-1per-md {
    width: 1%;
  }
  .w-2per-md {
    width: 2%;
  }
  .w-3per-md {
    width: 3%;
  }
  .w-4per-md {
    width: 4%;
  }
  .w-5per-md {
    width: 5%;
  }
  .w-6per-md {
    width: 6%;
  }
  .w-7per-md {
    width: 7%;
  }
  .w-8per-md {
    width: 8%;
  }
  .w-9per-md {
    width: 9%;
  }
  .w-10per-md {
    width: 10%;
  }
  .w-11per-md {
    width: 11%;
  }
  .w-12per-md {
    width: 12%;
  }
  .w-13per-md {
    width: 13%;
  }
  .w-14per-md {
    width: 14%;
  }
  .w-15per-md {
    width: 15%;
  }
  .w-16per-md {
    width: 16%;
  }
  .w-17per-md {
    width: 17%;
  }
  .w-18per-md {
    width: 18%;
  }
  .w-19per-md {
    width: 19%;
  }
  .w-20per-md {
    width: 20%;
  }
  .w-21per-md {
    width: 21%;
  }
  .w-22per-md {
    width: 22%;
  }
  .w-23per-md {
    width: 23%;
  }
  .w-24per-md {
    width: 24%;
  }
  .w-25per-md {
    width: 25%;
  }
  .w-26per-md {
    width: 26%;
  }
  .w-27per-md {
    width: 27%;
  }
  .w-28per-md {
    width: 28%;
  }
  .w-29per-md {
    width: 29%;
  }
  .w-30per-md {
    width: 30%;
  }
  .w-31per-md {
    width: 31%;
  }
  .w-32per-md {
    width: 32%;
  }
  .w-33per-md {
    width: 33%;
  }
  .w-34per-md {
    width: 34%;
  }
  .w-35per-md {
    width: 35%;
  }
  .w-36per-md {
    width: 36%;
  }
  .w-37per-md {
    width: 37%;
  }
  .w-38per-md {
    width: 38%;
  }
  .w-39per-md {
    width: 39%;
  }
  .w-40per-md {
    width: 40%;
  }
  .w-41per-md {
    width: 41%;
  }
  .w-42per-md {
    width: 42%;
  }
  .w-43per-md {
    width: 43%;
  }
  .w-44per-md {
    width: 44%;
  }
  .w-45per-md {
    width: 45%;
  }
  .w-46per-md {
    width: 46%;
  }
  .w-47per-md {
    width: 47%;
  }
  .w-48per-md {
    width: 48%;
  }
  .w-49per-md {
    width: 49%;
  }
  .w-50per-md {
    width: 50%;
  }
  .w-100per-md {
    width: 100%;
  }
  .w-a-md {
    width: auto;
  }
  .d-i-f-md {
    display: inline-flex;
  }
  .d-f-md {
    display: flex;
  }
  .fd-r-md {
    flex-direction: row;
  }
  .fd-c-md {
    flex-direction: column;
  }
  .jc-c-md {
    justify-content: center;
  }
  .jc-sb-md {
    justify-content: space-between;
  }
  .jc-fs-md {
    justify-content: flex-start;
  }
  .jc-fe-md {
    justify-content: flex-end;
  }
  .ai-c-md {
    align-items: center;
  }
  .ai-fs-md {
    align-items: flex-start;
  }
  .ai-fe-md {
    align-items: flex-end;
  }
  .ai-st-md {
    align-items: stretch;
  }
  .f-1-md {
    flex: 1;
  }
  .f-n-md {
    flex: none;
  }
  .fw-w-md {
    flex-wrap: wrap;
  }
}

@media (min-width: 1025px) and (any-hover: hover){
  .pagination-button:hover {
    color: var(--Text-text_white);
    background: var(--Fill-Blue-blue_05---bland);
    transition: 300ms;
  }
  .pagination-button-prev:hover,
  .pagination-button-next:hover {
    color: var(--Text-text_white);
    transition: 300ms;
  }
  .pagination-button-prev:hover::after,
  .pagination-button-next:hover::after {
    background: #fff;
    -webkit-mask-image: url("../img/icon/icon_arrow-right.svg");
            mask-image: url("../img/icon/icon_arrow-right.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}

@media (min-width: 1025px) and (min-width: 1025px){
  .card-link-flex-list-item-anchor-link {
    gap: 16px;
    padding: 20px 32px 56px;
  }
}

@media not (min-width: 1025px){
  .gas-estimation .default-accordion .accordion-contents {
    padding-inline: 16px;
  }
  .slider-campaign .swiper {
    margin: 0 var(--slider-campaign-margin);
    overflow: visible;
  }
  .slider-campaign .slider-navigation.prev {
    margin-left: calc(var(--slider-campaign-margin));
  }
  .slider-campaign .slider-navigation.next {
    margin-right: calc(var(--slider-campaign-margin));
  }
  .cta-small .box-blue::before {
    width: 50%;
    height: 50%;
  }
  .cta-small .box-blue::after {
    width: 50%;
    height: 50%;
  }
  .cta-net_a-conversion-button .button-fill-xlarge {
    padding-block: 20px;
  }
}

@media not screen and (min-width: 1025px){
  .side-menu-nav li:not(:last-child) {
    border-bottom: 1px solid var(--Border-border_lightgray);
  }
}

@media (min-width: 1280px){
  .l-header-upper-list-inner {
    font-size: 1.4rem;
  }
  .l-header-inner-fixed .l-header-logo {
    width: 150px;
  }
  .l-header-inner-fixed .l-header-logo span {
    margin-left: 36px !important;
  }
  .l-header-inner .l-header-logo span {
    margin-left: 42px;
  }
  .l-header-user {
    padding-right: 0;
    padding-left: 24px;
  }
  .l-header-user .icon-user-default {
    width: 22px;
    height: 22px;
  }
  .l-header-user span {
    font-size: 1.6rem;
  }
  .l-header-logo {
    width: 180px;
  }
  .l-header-logo span {
    font-size: 1.4rem;
  }
  .l-gnav-list-item {
    padding: 0 16px;
  }
  .l-gnav-list-item-title {
    font-size: 1.6rem;
  }
  .l-gnav-sub-list-link.link-category-top,
  .l-gnav-sub-list-text.link-category-top {
    margin-right: 88px;
  }
  .search-box-pc-input {
    font-size: 1.4rem;
  }
}

@media (max-width: 1025px){
  .table-vertical-sp {
    display: block;
  }
  .table-vertical-sp thead,
  .table-vertical-sp tbody,
  .table-vertical-sp th,
  .table-vertical-sp td,
  .table-vertical-sp tr {
    display: block;
  }
  .table-vertical-sp th,
  .table-vertical-sp td {
    box-sizing: border-box;
    width: 100%;
    border-right: 1px solid var(--Border-border_gray);
  }
  .table-vertical-sp th {
    border-bottom: none;
  }
  .table-vertical-sp tr:first-child th {
    border-radius: var(--Radius-radius_md) var(--Radius-radius_md) 0 0 !important;
  }
  .table-vertical-sp tr:first-child:not(:only-child) td {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .table-vertical-sp tr:last-child {
    border-bottom: none;
  }
  .table-vertical-sp tr:last-child td {
    border-radius: 0 0 var(--Radius-radius_md) var(--Radius-radius_md) !important;
  }
  .table-vertical-sp tr:not(:first-child) th {
    border-bottom: 1px solid var(--Border-border_gray);
    border-bottom-left-radius: 0 !important;
  }
}

@media (any-hover: hover){
  .link-orange:hover, .link-green:hover, .link-light_blue:hover, .link:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-header-upper-list-content li:hover {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-header-upper-lang a:hover {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-header-user:hover {
    color: var(--Text-text_blue);
    transition: color 300ms;
  }
  .l-header-logo:hover {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-main .l-footer-wrap-block-main-group-list .l-footer-wrap-block-main-group-list-item .l-footer-wrap-block-main-group-list-item-link:hover {
    text-decoration: underline;
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-logo .l-footer-wrap-block-sub-group-logo-link:hover {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-link-corporate-list .l-footer-wrap-block-sub-group-link-corporate-list-item-link:hover {
    text-decoration: underline;
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-sub-group-link-share-link:hover {
    color: var(--Text-text_blue);
    border-color: var(--Border-border_blue);
    opacity: 0.9;
    transition: 300ms;
  }
  .l-footer-wrap-block-sub-group-link-share-list-item-link:hover {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-footer-wrap-block-bottom-group-link-list-item-link:hover {
    text-decoration: underline;
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .l-gnav-list-item:hover .l-gnav-list-item-title {
    color: var(--Text-text_blue);
    transition: color 300ms;
  }
  .l-gnav-sub-list-link:hover {
    color: var(--Text-text_blue);
    background-color: var(--Fill-Blue-blue_01);
    transition: color 300ms, background-color 300ms;
  }
  .l-gnav-sub-list-link.link-category-top:hover {
    color: var(--Text-text_blue);
    background-color: transparent;
  }
  .l-gnav-sub-list-link.link-category-top:hover .link-title {
    color: var(--Text-text_blue);
    transition: color 300ms;
  }
  .qa-accordion .qa-item-answer a:hover {
    text-decoration: none;
  }
  .breadcrumbs-item a:hover {
    color: var(--Text-text_blue);
  }
  .breadcrumbs-group-button:hover::before {
    opacity: 1;
  }
  .breadcrumbs-group-button:hover::after {
    background: var(--Text-text_blue);
  }
  .breadcrumbs-group-contents .breadcrumbs-item a:hover {
    color: var(--Text-text_blue);
    background: var(--Fill-Blue-blue_01);
  }
  .button-fill-small:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-main_sub-small:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-orange-small:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-fill-medium:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-main_sub-medium:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-orange-medium:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-fill-large:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-main_sub-large:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-orange-large:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-fill-xlarge:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-main_sub-xlarge:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-fill-orange-xlarge:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-anchor-link-small:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-main_sub-small:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-orange-small:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-anchor-link-medium:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-main_sub-medium:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-orange-medium:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-anchor-link-large:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-main_sub-large:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-orange-large:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-anchor-link-xlarge:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-main_sub-xlarge:hover {
    background: var(--Fill-Blue-blue_04---hover);
  }
  .button-anchor-link-orange-xlarge:hover {
    background: var(--Fill-Orange-orange_04---hover);
  }
  .button-border-blue-small:hover {
    background: var(--Fill-Blue-blue_02);
  }
  .button-border-blue-medium:hover {
    background: var(--Fill-Blue-blue_02);
  }
  .button-border-blue-large:hover {
    background: var(--Fill-Blue-blue_02);
  }
  .button-border-blue-xlarge:hover {
    background: var(--Fill-Blue-blue_02);
  }
  .button-border-light_blue-small:hover {
    background: var(--Fill-skyblue-skyblue_02);
  }
  .button-border-light_blue-medium:hover {
    background: var(--Fill-skyblue-skyblue_02);
  }
  .button-border-light_blue-large:hover {
    background: var(--Fill-skyblue-skyblue_02);
  }
  .button-border-light_blue-xlarge:hover {
    background: var(--Fill-skyblue-skyblue_02);
  }
  .button-border-green-small:hover {
    background: var(--Fill-Green-green_02);
  }
  .button-border-green-medium:hover {
    background: var(--Fill-Green-green_02);
  }
  .button-border-green-large:hover {
    background: var(--Fill-Green-green_02);
  }
  .button-border-green-xlarge:hover {
    background: var(--Fill-Green-green_02);
  }
  .button-border-orange-small:hover {
    background: var(--Fill-Orange-orange_02);
  }
  .button-border-orange-medium:hover {
    background: var(--Fill-Orange-orange_02);
  }
  .button-border-orange-large:hover {
    background: var(--Fill-Orange-orange_02);
  }
  .button-border-orange-xlarge:hover {
    background: var(--Fill-Orange-orange_02);
  }
  .button-border-white-small:hover {
    background: var(--Button-hover-white);
  }
  .button-border-white-medium:hover {
    background: var(--Button-hover-white);
  }
  .button-border-white-large:hover {
    background: var(--Button-hover-white);
  }
  .button-border-white-xlarge:hover {
    background: var(--Button-hover-white);
  }
  .card-media:hover {
    color: var(--Text-text_blue);
  }
  .card-media:hover img {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  .card-media-flex-card-link:hover {
    color: var(--Text-text_blue);
  }
  .card-media-flex-card-links-link:hover {
    color: var(--Text-text_blue);
    background: var(--Fill-Blue-blue_01);
  }
  .card-media-flex-card-accordion-title:hover {
    background: var(--Fill-Blue-blue_01);
  }
  .card-link-flex-list-item-link:hover {
    color: var(--Text-text_blue);
    border-color: var(--Border-border_blue);
  }
  .card-link-flex-list-item-anchor-link:hover {
    border-color: var(--Border-border_blue);
  }
  .card-link-flex-list-item-anchor-link:hover .card-link-flex-list-item-anchor-link-title {
    color: var(--Text-text_blue);
  }
  .list-news-important-item:hover > .status-normal {
    background-color: var(--Fill-Bluegray-bluegray_02);
  }
  .list-news-important-item:hover > .status-significant {
    background-color: var(--Fill-Red-red_02);
  }
  .list-news-important-item:hover > .status-important {
    background-color: var(--Fill-Red-red_04);
  }
  .list-news-important-link:hover i[class*=icon-] {
    transform: translateX(6px);
  }
  .list-news-default-link:hover {
    color: var(--Text-text_blue);
    background: var(--Fill-Blue-blue_01);
  }
  .list-news-default-link:hover i[class*=icon-] {
    transform: translateX(6px);
  }
  .list-news-card-link:hover {
    color: var(--Text-text_blue);
  }
  .list-news-card-link:hover i[class*=icon-] {
    transform: translateX(6px);
  }
  .list-news-prominent-link:hover {
    color: var(--Text-text_blue);
  }
  .list-news-prominent-link:hover i[class*=icon-] {
    transform: translateX(6px);
  }
  .list_link > li .list_link-item-link:hover {
    color: var(--Text-text_blue);
  }
  .list_link > li .list_link-item-link:hover::after {
    transition: 300ms;
    transform: translate(6px, -50%);
  }
  .card-link-list .card-link-list-link:hover {
    color: var(--Text-text_blue);
    outline: solid 2px var(--Border-border_blue);
  }
  .card-anchor-link-list .card-link-list-link:hover {
    color: var(--Text-text_blue);
    border-color: var(--Border-border_blue);
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item:hover {
    box-shadow: 4px 10px 24px 0 rgba(17, 48, 86, 0.4);
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-01:hover::after {
    opacity: 1;
    transition: all 300ms;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-02:hover::after {
    opacity: 1;
    transition: all 300ms;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-03:hover::after {
    opacity: 1;
    transition: all 300ms;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-04:hover::after {
    opacity: 1;
    transition: all 300ms;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-05:hover::after {
    opacity: 1;
    transition: all 300ms;
  }
  .parts-price-plan-list-link .parts-price-plan-list-link-item.link-06:hover::after {
    opacity: 1;
    transition: all 300ms;
  }
  .refinement-checkbox:hover .refinement-checkbox-icon::before {
    border-color: var(--gas_blue-05---bland);
  }
  .refinement-checkbox:hover .refinement-checkbox-text {
    color: var(--gas_blue-05---bland);
  }
  .search-box-pc-inner .icon-search:hover {
    opacity: 0.7;
    transition: opacity 300ms;
  }
  [class*=search-box-] .SS_suggest div:hover {
    color: var(--Text-text_blue);
  }
  .side-menu-nav li a:hover {
    color: var(--gas_blue-05---bland);
    background-color: var(--gas_blue-01);
    transition: color 300ms, background-color 300ms;
  }
  .side-menu-nav li a:hover:hover {
    color: var(--Text-text_blue);
    transition: color 300ms;
  }
  .side-menu-title:hover {
    color: var(--gas_blue-05---bland);
    transition: color 300ms;
  }
  .side-menu-close:hover {
    background-color: var(--gas_blue-01);
    transition: background-color 300ms;
  }
  .side-menu-button:hover {
    background-color: var(--Fill-Blue-blue_02);
    transition: background-color 300ms;
  }
  .side-menu-button:hover > span {
    color: var(--Text-text_blue);
    transition: color 300ms;
  }
  .cta-call-number:hover {
    opacity: 0.8;
    transition: 300ms;
  }
  .cta-net_a-speedcheck-link:hover::after {
    box-shadow: var(--theme-shadow-dark);
    opacity: 1;
    transition: all 300ms;
  }
}