@charset "UTF-8";
.bg_green {
  background-color: #008C3E !important;
}

.bg_l_green {
  background-color: #8CC13F !important;
}

.bg_green2 {
  background-color: #EEF0E1 !important;
}

.bg_l_orange {
  background-color: #FFF2D8 !important;
}

.bg_l_grey {
  background-color: #EFEFEF !important;
}

.bg_yellow {
  background-color: #FFFF06 !important;
}

.bg_beige {
  background-color: #FFF6E4 !important;
}

.bg_orange {
  background-color: #FF8B2B !important;
}

.about .page_top {
  background-image: var(--lg_1);
}

.result .page_top {
  background-image: var(--lg_1);
}

.service .page_top {
  background-image: var(--lg_1);
}

.faq .page_top {
  background-image: var(--lg_1);
}

.flow .page_top {
  background-image: var(--lg_2);
}

.download .page_top {
  background-image: var(--lg_2);
}

.inquiry .page_top {
  background-image: var(--lg_2);
}

.privacy .page_top {
  background-image: var(--lg_2);
}

.download_thanks .page_top {
  background-image: var(--lg_2);
}

.column .page_top {
  background-image: var(--lg_3);
}

.company .page_top {
  background-image: var(--lg_3);
}

.sitemap .page_top {
  background-image: var(--lg_3);
}

.thanks .page_top {
  background-image: var(--lg_3);
}

/**
 * fluid-type (clamp) の「値」を返す関数 (px単位)
 *
 * @param {Number} $min-size - 最小サイズ (px単位)
 * @param {Number} $max-size - 最大サイズ (px単位)
 * @param {Number} $min-vp   - 最小サイズになる画面幅 (px単位)
 * @param {Number} $max-vp   - 最大サイズになる画面幅 (px単位)
 * @return {String}          - "clamp(min, preferred, max)" の文字列
 *
 */
.pages.faq .faq_list_child a span, .accordion .accordion-item .accordion-body span, .accordion .accordion-item button span {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .pages.faq .faq_list_child a span, .accordion .accordion-item .accordion-body span, .accordion .accordion-item button span {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.pages.faq .faq_list_child a span:first-child, .accordion .accordion-item .accordion-body span:first-child, .accordion .accordion-item button span:first-child {
  display: grid;
  font-size: calc(16px + 0.2604166667vw);
  color: var(--icon-color, #fff);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--icon-bg-color, var(--l_green));
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .pages.faq .faq_list_child a span:first-child, .accordion .accordion-item .accordion-body span:first-child, .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.pages.faq .faq_list_child a span:last-child, .accordion .accordion-item .accordion-body span:last-child, .accordion .accordion-item button span:last-child {
  font-size: 16px;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .pages.faq .faq_list_child a span:last-child, .accordion .accordion-item .accordion-body span:last-child, .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}

:root {
  --sp-h: 60px;
  --pc-h: 130px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: "Noto Sans JP",serif;
  --black: #333333;
  --main-color: #008C3E;
  --l_green: #8CC13F;
  --green2: #EEF0E1;
  --orange: #FF8B2B;
  --l_grey: #EFEFEF;
  --yellow: #FFFF06;
  --beige: #FFF6E4;
  --g1: rgb(0 140 64 / 70%);
  --g2: rgb(140 193 64 / 70%);
  --g3: rgb(8 106 103 / 70%);
  --bg_url: url(../images/section/bg.png);
  --lg_1: linear-gradient(var(--g1), var(--g1)), var(--bg_url);
  --lg_2: linear-gradient(var(--g2), var(--g2)), var(--bg_url);
  --lg_3: linear-gradient(var(--g3), var(--g3)), var(--bg_url);
  --color_green: #008C3E !important;
  --color_l_green: #8CC13F !important;
  --color_green2: #EEF0E1 !important;
  --color_l_orange: #FFF2D8 !important;
  --color_l_grey: #EFEFEF !important;
  --color_yellow: #FFFF06 !important;
  --color_beige: #FFF6E4 !important;
  --color_orange: #FF8B2B !important;
}

html {
  scroll-padding-block-start: var(--sp-h);
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-block-start: var(--pc-h);
  }
}

body {
  position: relative;
  font-family: var(--font);
  min-block-size: 100svb;
}

main {
  padding-top: var(--mn-pt, var(--sp-h));
}
@media screen and (min-width: 1200px) {
  main {
    --mn-pt: 0;
  }
}

a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

p {
  font-size: var(--p-fs, 14px);
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (min-width: 992px) {
  p {
    --p-fs: 16px;
  }
}

img {
  max-width: 100%;
}

/*! destyle.css v4.0.0 | 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;
}

/* 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;
}

.accordion {
  --bs-accordion-active-bg:unset;
  --bs-accordion-btn-focus-box-shadow:unset;
  --bs-accordion-btn-focus-border-color:unset;
  --bs-accordion-border-width:0;
}
.accordion .accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom:0;
}

nav, .nav-link {
  --bs-nav-link-color: initial;
  --bs-nav-link-hover-color: initial;
  --bs-nav-link-disabled-color: initial;
}

.navbar-toggler {
  --bs-border-width: 0;
  --bs-navbar-toggler-border-color: initial;
}
.navbar-toggler:focus {
  color: var(--blue);
}

.pagination {
  --bs-border-width: 2px;
  --bs-pagination-color: var(--blue);
  --bs-pagination-border-color: var(--blue);
  --bs-pagination-active-border-color: var(--blue);
  --bs-pagination-hover-border-color: var(--blue);
  --bs-pagination-active-bg: var(--blue);
  --bs-pagination-border-radius: 0;
  --bs-pagination-padding-x: 10px;
}
.pagination .active > .page-link, .pagination .page-link.active {
  background: var(--blue);
}

.mt_10 {
  margin-top: var(--mt, 5px) !important;
}
@media screen and (min-width: 992px) {
  .mt_10 {
    --mt: 10px;
  }
}

.mb_10 {
  margin-bottom: var(--mb, 5px) !important;
}
@media screen and (min-width: 992px) {
  .mb_10 {
    --mb: 10px;
  }
}

.my_10 {
  margin-block: var(--my, 5px) !important;
}
@media screen and (min-width: 992px) {
  .my_10 {
    --my: 10px;
  }
}

.mt_20 {
  margin-top: var(--mt, 10px) !important;
}
@media screen and (min-width: 992px) {
  .mt_20 {
    --mt: 20px;
  }
}

.mb_20 {
  margin-bottom: var(--mb, 10px) !important;
}
@media screen and (min-width: 992px) {
  .mb_20 {
    --mb: 20px;
  }
}

.my_20 {
  margin-block: var(--my, 10px) !important;
}
@media screen and (min-width: 992px) {
  .my_20 {
    --my: 20px;
  }
}

.mt_30 {
  margin-top: var(--mt, 15px) !important;
}
@media screen and (min-width: 992px) {
  .mt_30 {
    --mt: 30px;
  }
}

.mb_30 {
  margin-bottom: var(--mb, 15px) !important;
}
@media screen and (min-width: 992px) {
  .mb_30 {
    --mb: 30px;
  }
}

.my_30 {
  margin-block: var(--my, 15px) !important;
}
@media screen and (min-width: 992px) {
  .my_30 {
    --my: 30px;
  }
}

.mt_40 {
  margin-top: var(--mt, 20px) !important;
}
@media screen and (min-width: 992px) {
  .mt_40 {
    --mt: 40px;
  }
}

.mb_40 {
  margin-bottom: var(--mb, 20px) !important;
}
@media screen and (min-width: 992px) {
  .mb_40 {
    --mb: 40px;
  }
}

.my_40 {
  margin-block: var(--my, 20px) !important;
}
@media screen and (min-width: 992px) {
  .my_40 {
    --my: 40px;
  }
}

.mt_50 {
  margin-top: var(--mt, 25px) !important;
}
@media screen and (min-width: 992px) {
  .mt_50 {
    --mt: 50px;
  }
}

.mb_50 {
  margin-bottom: var(--mb, 25px) !important;
}
@media screen and (min-width: 992px) {
  .mb_50 {
    --mb: 50px;
  }
}

.my_50 {
  margin-block: var(--my, 25px) !important;
}
@media screen and (min-width: 992px) {
  .my_50 {
    --my: 50px;
  }
}

.mt_60 {
  margin-top: var(--mt, 30px) !important;
}
@media screen and (min-width: 992px) {
  .mt_60 {
    --mt: 60px;
  }
}

.mb_60 {
  margin-bottom: var(--mb, 30px) !important;
}
@media screen and (min-width: 992px) {
  .mb_60 {
    --mb: 60px;
  }
}

.my_60 {
  margin-block: var(--my, 30px) !important;
}
@media screen and (min-width: 992px) {
  .my_60 {
    --my: 60px;
  }
}

.mt_70 {
  margin-top: var(--mt, 35px) !important;
}
@media screen and (min-width: 992px) {
  .mt_70 {
    --mt: 70px;
  }
}

.mb_70 {
  margin-bottom: var(--mb, 35px) !important;
}
@media screen and (min-width: 992px) {
  .mb_70 {
    --mb: 70px;
  }
}

.my_70 {
  margin-block: var(--my, 35px) !important;
}
@media screen and (min-width: 992px) {
  .my_70 {
    --my: 70px;
  }
}

.mt_80 {
  margin-top: var(--mt, 40px) !important;
}
@media screen and (min-width: 992px) {
  .mt_80 {
    --mt: 80px;
  }
}

.mb_80 {
  margin-bottom: var(--mb, 40px) !important;
}
@media screen and (min-width: 992px) {
  .mb_80 {
    --mb: 80px;
  }
}

.my_80 {
  margin-block: var(--my, 40px) !important;
}
@media screen and (min-width: 992px) {
  .my_80 {
    --my: 80px;
  }
}

.mt_90 {
  margin-top: var(--mt, 45px) !important;
}
@media screen and (min-width: 992px) {
  .mt_90 {
    --mt: 90px;
  }
}

.mb_90 {
  margin-bottom: var(--mb, 45px) !important;
}
@media screen and (min-width: 992px) {
  .mb_90 {
    --mb: 90px;
  }
}

.my_90 {
  margin-block: var(--my, 45px) !important;
}
@media screen and (min-width: 992px) {
  .my_90 {
    --my: 90px;
  }
}

.mt_100 {
  margin-top: var(--mt, 50px) !important;
}
@media screen and (min-width: 992px) {
  .mt_100 {
    --mt: 100px;
  }
}

.mb_100 {
  margin-bottom: var(--mb, 50px) !important;
}
@media screen and (min-width: 992px) {
  .mb_100 {
    --mb: 100px;
  }
}

.my_100 {
  margin-block: var(--my, 50px) !important;
}
@media screen and (min-width: 992px) {
  .my_100 {
    --my: 100px;
  }
}

.mt_110 {
  margin-top: var(--mt, 55px) !important;
}
@media screen and (min-width: 992px) {
  .mt_110 {
    --mt: 110px;
  }
}

.mb_110 {
  margin-bottom: var(--mb, 55px) !important;
}
@media screen and (min-width: 992px) {
  .mb_110 {
    --mb: 110px;
  }
}

.my_110 {
  margin-block: var(--my, 55px) !important;
}
@media screen and (min-width: 992px) {
  .my_110 {
    --my: 110px;
  }
}

.mt_120 {
  margin-top: var(--mt, 60px) !important;
}
@media screen and (min-width: 992px) {
  .mt_120 {
    --mt: 120px;
  }
}

.mb_120 {
  margin-bottom: var(--mb, 60px) !important;
}
@media screen and (min-width: 992px) {
  .mb_120 {
    --mb: 120px;
  }
}

.my_120 {
  margin-block: var(--my, 60px) !important;
}
@media screen and (min-width: 992px) {
  .my_120 {
    --my: 120px;
  }
}

.mt_130 {
  margin-top: var(--mt, 65px) !important;
}
@media screen and (min-width: 992px) {
  .mt_130 {
    --mt: 130px;
  }
}

.mb_130 {
  margin-bottom: var(--mb, 65px) !important;
}
@media screen and (min-width: 992px) {
  .mb_130 {
    --mb: 130px;
  }
}

.my_130 {
  margin-block: var(--my, 65px) !important;
}
@media screen and (min-width: 992px) {
  .my_130 {
    --my: 130px;
  }
}

.mt_140 {
  margin-top: var(--mt, 70px) !important;
}
@media screen and (min-width: 992px) {
  .mt_140 {
    --mt: 140px;
  }
}

.mb_140 {
  margin-bottom: var(--mb, 70px) !important;
}
@media screen and (min-width: 992px) {
  .mb_140 {
    --mb: 140px;
  }
}

.my_140 {
  margin-block: var(--my, 70px) !important;
}
@media screen and (min-width: 992px) {
  .my_140 {
    --my: 140px;
  }
}

.mt_150 {
  margin-top: var(--mt, 75px) !important;
}
@media screen and (min-width: 992px) {
  .mt_150 {
    --mt: 150px;
  }
}

.mb_150 {
  margin-bottom: var(--mb, 75px) !important;
}
@media screen and (min-width: 992px) {
  .mb_150 {
    --mb: 150px;
  }
}

.my_150 {
  margin-block: var(--my, 75px) !important;
}
@media screen and (min-width: 992px) {
  .my_150 {
    --my: 150px;
  }
}

.mt_160 {
  margin-top: var(--mt, 80px) !important;
}
@media screen and (min-width: 992px) {
  .mt_160 {
    --mt: 160px;
  }
}

.mb_160 {
  margin-bottom: var(--mb, 80px) !important;
}
@media screen and (min-width: 992px) {
  .mb_160 {
    --mb: 160px;
  }
}

.my_160 {
  margin-block: var(--my, 80px) !important;
}
@media screen and (min-width: 992px) {
  .my_160 {
    --my: 160px;
  }
}

.mt_170 {
  margin-top: var(--mt, 85px) !important;
}
@media screen and (min-width: 992px) {
  .mt_170 {
    --mt: 170px;
  }
}

.mb_170 {
  margin-bottom: var(--mb, 85px) !important;
}
@media screen and (min-width: 992px) {
  .mb_170 {
    --mb: 170px;
  }
}

.my_170 {
  margin-block: var(--my, 85px) !important;
}
@media screen and (min-width: 992px) {
  .my_170 {
    --my: 170px;
  }
}

.mt_180 {
  margin-top: var(--mt, 90px) !important;
}
@media screen and (min-width: 992px) {
  .mt_180 {
    --mt: 180px;
  }
}

.mb_180 {
  margin-bottom: var(--mb, 90px) !important;
}
@media screen and (min-width: 992px) {
  .mb_180 {
    --mb: 180px;
  }
}

.my_180 {
  margin-block: var(--my, 90px) !important;
}
@media screen and (min-width: 992px) {
  .my_180 {
    --my: 180px;
  }
}

.mt_190 {
  margin-top: var(--mt, 95px) !important;
}
@media screen and (min-width: 992px) {
  .mt_190 {
    --mt: 190px;
  }
}

.mb_190 {
  margin-bottom: var(--mb, 95px) !important;
}
@media screen and (min-width: 992px) {
  .mb_190 {
    --mb: 190px;
  }
}

.my_190 {
  margin-block: var(--my, 95px) !important;
}
@media screen and (min-width: 992px) {
  .my_190 {
    --my: 190px;
  }
}

.mt_200 {
  margin-top: var(--mt, 100px) !important;
}
@media screen and (min-width: 992px) {
  .mt_200 {
    --mt: 200px;
  }
}

.mb_200 {
  margin-bottom: var(--mb, 100px) !important;
}
@media screen and (min-width: 992px) {
  .mb_200 {
    --mb: 200px;
  }
}

.my_200 {
  margin-block: var(--my, 100px) !important;
}
@media screen and (min-width: 992px) {
  .my_200 {
    --my: 200px;
  }
}

.grid_x1 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x1 {
    --columns: repeat(1, var(--child-w, 1fr));
  }
}
.grid_x1 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.grid_x2 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --columns: repeat(2, var(--child-w, 1fr));
  }
}
.grid_x2 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.grid_x3 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x3 {
    --columns: repeat(3, var(--child-w, 1fr));
  }
}
.grid_x3 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.grid_x4 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x4 {
    --columns: repeat(4, var(--child-w, 1fr));
  }
}
.grid_x4 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.grid_x5 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 15px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x5 {
    --columns: repeat(5, var(--child-w, 1fr));
  }
}
.grid_x5 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.grid_x2 {
  margin-block: var(--wrk-my, 30px 50px);
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --child-w: 500px;
    --gap: 30px;
    justify-content: center;
    --wrk-my: 60px 100px;
  }
}
.grid_x2.img_text {
  --columns: 1fr;
  margin-block: var(--it-my, 15px 30px);
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_text {
    --columns: 380px 1fr;
    --gap: 25px;
    --it-my: 20px 80px;
  }
}
.grid_x2.img_text img {
  width: min(380px, 100%);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x2:has(.slide_thumbs_wrapper) {
  --it-my: 0;
  --wrk-my: 20px 0;
}
@media screen and (min-width: 992px) {
  .grid_x2:has(.slide_thumbs_wrapper) {
    --columns: 485px 1fr;
    --gap: 25px;
  }
}

@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.topSlide .swiper-button-next, .topSlide .swiper-button-prev {
  --swiper-navigation-color: var(--main-color);
  width: var(--swpr-bttn-w, 30px);
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  height: auto;
  border: 2px solid var(--main-color);
  transition: opacity 0.5s;
}
.topSlide .swiper-button-next:hover, .topSlide .swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .topSlide .swiper-button-next, .topSlide .swiper-button-prev {
    --swpr-bttn-w: 50px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.fvSwiper {
  -webkit-mask-image: url(../images/top/mv_house.png);
          mask-image: url(../images/top/mv_house.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.swiper.fvSwiper .swiper-slide img {
  max-height: var(--ss-mh, 500px);
}
@media screen and (min-width: 992px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 860px;
  }
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide_wrapper {
  position: relative;
  width: min(1200px, 95%);
  margin-inline: auto;
  margin-block: 40px 50px;
}
.slide_wrapper .swiper-button-next, .slide_wrapper .swiper-button-prev {
  --swiper-navigation-size: 60px;
  --swiper-navigation-sides-offset: 2%;
  width: var(--swiper-navigation-size);
  aspect-ratio: 1;
  background-color: var(--main-color);
  border-radius: 50%;
  transition: opacity 0.4s ease;
}
@media screen and (min-width: 1400px) {
  .slide_wrapper .swiper-button-next, .slide_wrapper .swiper-button-prev {
    --swiper-navigation-sides-offset: -3%;
  }
}
.slide_wrapper .swiper-button-next:hover, .slide_wrapper .swiper-button-prev:hover {
  opacity: 0.5;
}
.slide_wrapper .swiper-button-next::after, .slide_wrapper .swiper-button-prev::after {
  transition: translate 0.4s ease;
}
.slide_wrapper .swiper-button-next:after, .slide_wrapper .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.slide_wrapper .swiper-button-next:after,
.slide_wrapper .swiper-button-prev:after {
  --size: 18px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-color: white;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
}
.slide_wrapper .swiper-button-next:hover::after {
  translate: 5px 0;
}
.slide_wrapper .swiper-button-next::after {
  -webkit-mask-image: url(../images/fontawesome/solid/arrow-right.svg);
          mask-image: url(../images/fontawesome/solid/arrow-right.svg);
}
.slide_wrapper .swiper-button-prev:hover::after {
  translate: -5px 0;
}
.slide_wrapper .swiper-button-prev::after {
  -webkit-mask-image: url(../images/fontawesome/solid/arrow-left.svg);
          mask-image: url(../images/fontawesome/solid/arrow-left.svg);
}

.topSlide {
  --swiper-navigation-sides-offset: 1%;
  --swiper-navigation-size: 15px;
  margin-top: var(--tp-mt, 0);
}
@media screen and (min-width: 992px) {
  .topSlide {
    --swiper-navigation-sides-offset: 7%;
    --tp-mt: -26px;
  }
}
.topSlide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topSlide .swiper-slide a {
  display: block;
  width: 100%;
}
.topSlide .swiper-slide img {
  width: 100%;
  aspect-ratio: var(--topSlide-img-aspect, initial);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .topSlide .swiper-slide img {
    --topSlide-img-aspect: 12 / 5;
  }
}
.slide_thumbs_wrapper {
  overflow: hidden;
}
.slide_thumbs_wrapper .swiper {
  height: auto;
}
.slide_thumbs_wrapper .swiper-slide img {
  height: auto;
}
.slide_thumbs_wrapper .mainSlide img {
  width: min(485px, 100%);
  aspect-ratio: 97/67;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.slide_thumbs_wrapper .thumbsSlide {
  margin-top: 10px;
}
.slide_thumbs_wrapper .thumbsSlide img {
  aspect-ratio: 31/21;
}

.link_button {
  margin-inline: auto;
}
.link_button.arrow {
  width: var(--button_w, 280px);
  height: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  color: var(--main_color);
  border: 2px solid;
  padding-inline: 20px;
  align-items: center;
  font-size: var(--btn-fs, 16px);
  font-weight: 500;
  border-radius: 57px;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .link_button.arrow {
    --btn-fs: 18px;
    --button_w: 350px;
  }
}
.link_button.arrow:hover::after {
  translate: 5px 0;
}
.link_button.arrow::before {
  content: "";
}
.link_button.arrow::after {
  content: "";
  width: 18px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/fontawesome/solid//arrow-right.svg);
          mask-image: url(../images/fontawesome/solid//arrow-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-inline: auto 0;
  translate: 0 0;
  transition: translate 0.3s linear;
}
.link_button.arrow.bg {
  background-color: var(--main_color);
  color: white;
  border-color: var(--main_color);
}

.tab_wrapper .nav {
  display: grid;
  grid-auto-flow: column;
}
.tab_wrapper .nav .nav-item .nav-link {
  width: 100%;
  background-color: lightgray;
  border-radius: 0;
  color: white;
  text-align: center;
  padding-block: var(--tab_nav-py, 15px);
  font-size: var(--tab_nav-py, 14px);
}
@media screen and (min-width: 992px) {
  .tab_wrapper .nav .nav-item .nav-link {
    --tab_nav-fs: 18px;
    --tab_nav-py: 25px;
  }
}
.tab_wrapper .nav .nav-item .nav-link.active {
  background-color: var(--main_color);
}
.tab_wrapper .tab-content {
  padding-block: 20px;
}

.page_sub_title {
  --dt-color: var(--main_color);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--dt-gap, 10px);
}
.page_sub_title::before, .page_sub_title::after {
  content: "";
  width: var(--dots-w, 30px);
  height: 12px;
  display: inline-block;
  background: radial-gradient(circle farthest-side, var(--dt-color, white), var(--dt-color, white), transparent 60%, transparent);
  background-size: 10px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .page_sub_title::before, .page_sub_title::after {
    width: var(--dots-w, 100px);
  }
}
.page_sub_title::before {
  rotate: 60deg;
  justify-self: end;
}
.page_sub_title::after {
  rotate: -60deg;
  justify-self: start;
}
@media screen and (min-width: 992px) {
  .page_sub_title {
    --dots-w: 70px;
    --dt-gap: 20px;
  }
}
.page_sub_title .wrapper {
  --offset: 10px;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper {
    --offset: 20px;
  }
}
.page_sub_title .wrapper.bb > *::after {
  display: block;
  content: "";
  height: 10px;
  background-color: #FFFF06;
}
.page_sub_title .wrapper.bb_multiline > * {
  background-image: linear-gradient(transparent 80%, var(--yellow));
  padding-bottom: var(--bbm_pb, 0);
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper.bb_multiline > * {
    --bbm_pb: 10px;
  }
}
.page_sub_title .wrapper > * {
  color: var(--main_color);
  padding-inline: var(--offset);
  font-size: var(--dt_p-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper > * {
    --dt_p-fs: 24px;
  }
}
.page_sub_title .wrapper > * strong {
  padding-inline: 15px 11px;
  font-family: var(--font_en);
  font-size: var(--dt_str-fs, 40px);
  font-weight: bold;
  line-height: 0.5625;
}
@media screen and (min-width: 992px) {
  .page_sub_title .wrapper > * strong {
    --dt_str-fs: 64px;
  }
}
.page_sub_title + .text {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}

.headings {
  background-color: var(--main_color);
  text-align: center;
  font-size: 18px;
  padding-block: 25px;
  border-radius: 10px;
}

.images_title {
  display: grid;
  grid-template-columns: var(--img_ttl-columns, 100%);
  grid-template-rows: 400px;
}
.images_title > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.images_title .right_logo {
  background-color: var(--main_color);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .images_title {
    --img_ttl-columns: 70% 30%;
  }
}

.pager {
  margin-top: var(--pager-mt, 40px);
}
@media screen and (min-width: 992px) {
  .pager {
    --pager-mt: 80px;
  }
}

.cdp {
  position: relative;
  text-align: center;
  padding: clamp(10px, 2.6041666667vw, 25px) 0;
  font-size: 0;
  z-index: 6;
  margin-top: clamp(40px, 10.4166666667vw, 85px);
  -webkit-animation: cdp-in 500ms ease both;
          animation: cdp-in 500ms ease both;
  display: var(--cdp-display, grid);
  justify-content: center;
  grid-auto-columns: 20px;
  grid-template-columns: repeat(auto-fit, 42px);
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .cdp {
    --cdp-display: block;
  }
}
.cdp_i {
  --cdp-size: 50px;
  font-size: var(--cdp-fs, 14px);
  text-decoration: none;
  transition: background-color 550ms ease;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  height: var(--cdp-size);
  min-width: var(--cdp-size);
  border-radius: 50%;
  line-height: 46px;
  padding: 0;
  color: var(--black);
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.9);
}
.cdp_i.ff:hover {
  background-color: #fff !important;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .cdp_i {
    transform: scale(1);
    margin-right: 15px;
    --cdp-fs: 16px;
  }
}
.cdp_i:first-child, .cdp_i:last-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23008C3E' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  border: none;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
}
.cdp_i:first-child:hover, .cdp_i:last-child:hover {
  opacity: 0.5;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:first-child {
  rotate: 180deg;
}
.cdp_i:not(:last-child):hover {
  background-color: var(--main-color);
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  content: "...";
  color: #333;
  font-size: 32px;
  margin-left: -6px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  pointer-events: none;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) + .cdp_i:last-child {
  display: none !important;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
  border-color: transparent;
  background-color: transparent;
  width: 50px;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  content: "...";
  color: #858585;
  font-size: 32px;
  margin-left: -6px;
}

.to_top {
  background-color: white;
  width: var(--size, 40px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: fixed;
  bottom: var(--tt_bottom, 75px);
  right: 20px;
  cursor: pointer;
  z-index: 250;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.to_top.is-visible {
  opacity: 1;
}
.to_top.is-visible:hover {
  opacity: 0.6;
}
.to_top span {
  display: block;
  width: 12px;
  height: 12px;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: -45deg;
  position: relative;
  top: 2px;
}

header {
  width: 100%;
  height: var(--header_wrapper-h, var(--sp-h));
  position: var(--header-position, fixed);
  background-color: #fff;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  header {
    --header-position: relative;
    --header_wrapper-h: var(--pc-h);
    --header_h1-img-w: min(613px, 100%);
  }
}
header .header_text {
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
  padding-top: 18px;
  display: var(--ht-d, none);
}
@media screen and (min-width: 1200px) {
  header .header_text {
    --ht-d: block;
  }
}
header .header_text h2 {
  font-size: 12px;
  font-weight: 500;
}
header .heading h1 img {
  width: var(--header_h1-img-w, min(400px, 100%));
}
header .heading span {
  display: block;
  margin-top: var(--h1_spn-mt, 5px);
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  header .heading span {
    --h1_spn-mt: 10px;
  }
}
header .header_wrapper {
  margin-top: 13px;
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--header_wrapper-column, 1fr 45px);
  gap: calc(10px + 0.2604166667vw);
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  header .header_wrapper {
    --header_wrapper-column: var(--header_h1-img-w) 255px 230px;
  }
}
header .header_tel_area {
  white-space: nowrap;
  text-align: center;
  display: var(--hta-d, none);
}
@media screen and (min-width: 1200px) {
  header .header_tel_area {
    --hta-d: block;
  }
}
header .header_tel_area div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
header .header_tel_area div i {
  color: var(--main-color);
  font-size: 28px;
}
header .header_tel_area span {
  font-size: 12px;
  font-weight: 600;
}
header .header_mail {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  width: 100%;
  height: 40px;
  display: var(--hm-d, none);
  grid-template-columns: 18px 1fr;
  align-items: center;
  padding-inline: 15px 10px;
  gap: 10px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background-color: var(--orange);
}
@media screen and (min-width: 1200px) {
  header .header_mail {
    --hm-d: flex;
  }
}
header .header_mail span {
  display: flex;
}
header .navbar-nav .nav-item a {
  --bs-nav-link-font-weight: 600;
}
header .navbar-nav .nav-item a[target] {
  --target-top: 2px;
  display: flex;
  gap: 5px;
}
header .navbar-nav .nav-item a[target]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: var(--target-top, 0);
}
header .navbar-nav .nav-item a.active {
  color: var(--main-color);
  pointer-events: none;
}
header .offcanvas-body {
  --header_tel_area-fs: 16px;
  --header_tel_area-py: 10px;
  --header_tel_area-gap: 10px;
}

.pc_menu {
  display: var(--pc-menu-display, none);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--pc-h-nav);
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .pc_menu {
    --pc-menu-display: block;
  }
}
.pc_menu ul {
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.pc_menu ul a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: var(--pc_menu-a-fs, 15px);
  font-weight: 500;
  line-height: 1.375;
  white-space: nowrap;
  text-align: center;
  background-color: var(--green2);
  padding-inline: 25px;
  padding-block: 4px;
}
@media screen and (min-width: 1400px) {
  .pc_menu ul a {
    --pc_menu-a-fs: calc(15px + 0.15625vw);
  }
}
.pc_menu ul a.active {
  background-color: var(--main-color);
  color: white;
  pointer-events: none;
}
.pc_menu ul a[target] {
  gap: 5px;
}
.pc_menu ul a[target]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav_sp_menu {
  display: var(--nsm-d, block);
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .nav_sp_menu {
    --nsm-d: none;
  }
}
.nav_sp_menu button {
  padding-top: 0;
}

.floating_links {
  position: fixed;
  top: var(--floating_links-top, auto);
  right: 0;
  bottom: var(--floating_links-bottom, 0);
  display: grid;
  grid-template-columns: var(--floating_links-column, 1fr 1fr);
  grid-auto-rows: var(--floating_links-row, 50px);
  gap: var(--floating_links-gap, 0);
  z-index: 90;
  width: var(--floating_links-w, 100%);
}
@media screen and (min-width: 992px) {
  .floating_links {
    --floating_links-w: auto;
    --floating_links-column: 40px;
    --floating_links-row: 240px;
    --floating_links-gap: 10px;
    --floating_links-top: 20%;
    --floating_links-bottom: auto;
  }
}
.floating_links a {
  color: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  writing-mode: var(--floating_links-a-wmode, initial);
  border-radius: var(--floating_links-a-radius, 0);
  font-size: var(--floating_links-a-fs, 14px);
}
@media screen and (min-width: 992px) {
  .floating_links a {
    --floating_links-a-wmode: vertical-rl;
    --floating_links-a-radius: 10px 0 0 10px;
    --floating_links-a-fs: 16px;
  }
}
.floating_links a:nth-child(1) {
  background-color: #086A67;
}
.floating_links a:nth-child(2) {
  background-color: var(--orange);
}

footer {
  background-color: #FAFAFA;
}
footer .footer_top {
  width: 100%;
  background-image: url(../images/footer/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: var(--ft-py, 60px);
}
@media screen and (min-width: 992px) {
  footer .footer_top {
    --ft-py: 120px 150px;
  }
}
footer .footer_top .footer_top_wrapper {
  color: #fff;
}
footer .footer_top .ft_title {
  font-size: var(--ft_ttl-fs, 18px);
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .footer_top .ft_title {
    --ft_ttl-fs: 32px;
  }
}
footer .footer_top .footer_top_container {
  margin-top: var(--f_t_mt, 30px);
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--f_t_container, 1fr);
  gap: var(--f_t_container-gap, 50px);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_container {
    --f_t_container: min(440px, 100%) min(450px, 100%);
    --f_t_mt: 65px;
    --f_t_container-gap: calc(20px + 1.5625vw);
  }
}
footer .footer_top .footer_top_container .left {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: min(440px, 100%);
  margin-inline: auto;
}
footer .footer_top .footer_top_container .left :is(div, a) {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: var(--f-l-div_jc, center);
  font-size: var(--f-l-div_fs, 40px);
  color: currentColor;
  font-weight: bold;
  line-height: 1.4464285714;
  pointer-events: var(--tel-pe, auto);
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_container .left :is(div, a) {
    --f-l-div_fs: 56px;
    --f-l-div_jc: space-between;
    --f-l-div_img_w: 100%;
    --tel-pe: none;
  }
}
footer .footer_top .footer_top_container .left i {
  font-size: 40px;
}
footer .footer_top .footer_top_container .left span {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  color: currentColor;
}
footer .footer_top .footer_top_container .right {
  width: min(450px, 100%);
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-inline: auto;
}
footer .footer_top .footer_top_container .right a {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  width: 100%;
  height: 70px;
  display: block;
  color: #fff;
  border-radius: 5px;
  position: relative;
  background: var(--orange);
}
footer .footer_top .footer_top_container .right a > p {
  position: absolute;
  width: min(400px, 95%);
  border: 2px solid;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  inset-inline: 0;
  margin-inline: auto;
  top: -16px;
  display: grid;
  place-content: center;
  font-size: var(--f-r-p-fs, 13px);
  font-weight: 500;
  line-height: 2.7333333333;
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_container .right a > p {
    --f-r-p-fs: 15px;
  }
}
footer .footer_top .footer_top_container .right a > div {
  display: grid;
  grid-template-columns: 23px 1fr 20px;
  align-items: center;
  padding-inline: var(--f_r-chd-px, 15px);
  gap: 10px;
  height: 100%;
  place-content: center;
  place-items: center;
  color: #fff;
  width: min(400px, 100%);
  margin-inline: auto;
  font-size: var(--f_r-chd-fs, 18px);
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_container .right a > div {
    --f_r-chd-px: 0;
    --f_r-chd-fs: 21px;
    --f_r-chd_i-l: 20px;
  }
}
footer .footer_top .footer_top_container .right a > div .icon {
  position: relative;
  left: var(--f_r-chd_i-l, 0);
}
footer .footer_top .footer_top_container .right a > div .arrow {
  width: 20px;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  background-size: 100%;
}
footer .footer_bottom {
  padding-block: var(--footer_b-py, 30px 40px);
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  footer .footer_bottom {
    --footer_b-py: 60px 80px;
  }
}
footer .footer_bottom h4 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .footer_bottom .heading h3 {
  width: min(613px, 100%);
}
footer .footer_bottom .heading span {
  font-size: 10px;
  font-weight: 500;
  margin-top: 8px;
}
footer .footer_bottom .footer_bottom_wrapper {
  margin-top: 50px;
  display: grid;
  grid-template-columns: var(--f_b_w-column, 1fr);
  justify-content: space-between;
  gap: var(--f_b_w-gap, 40px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper {
    --f_b_w-column: max-content max-content 1fr;
    --f_b_w-gap: 90px;
  }
}
footer .footer_bottom .footer_bottom_wrapper .left {
  display: grid;
  grid-template-columns: var(--f_b_l-column, 1fr);
  gap: var(--f_b_l-gap, 20px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .left {
    --f_b_l-column: 1fr;
    --f_b_l-gap: 0;
  }
}
footer .footer_bottom .footer_bottom_wrapper .left ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer_bottom .footer_bottom_wrapper .left ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}
footer .footer_bottom .footer_bottom_wrapper .right {
  display: grid;
  grid-template-columns: var(--f_r-clm, 1fr 1fr);
  gap: var(--f_r-gap, 20px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right {
    --f_r-clm: 1fr;
    --f_r-gap: 20px;
  }
}
footer .footer_bottom .footer_bottom_wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer_bottom .footer_bottom_wrapper .right ul li {
  font-size: var(--f-b-r-li-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right ul li {
    --f-b-r-li-fs: 18px;
  }
}
footer .footer_bottom .footer_bottom_wrapper .right ul li a[target]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  left: 8px;
  top: var(--f_r_target-top, 4px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right ul li a[target]::after {
    --f_r_target-top: 2px;
  }
}
footer .footer_bottom .footer_bottom_wrapper .right ul li > ul {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  align-items: center;
}
footer .footer_bottom .footer_bottom_wrapper .fbw_img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
footer small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.6666666667;
  padding-bottom: 80px;
  text-align: center;
  color: var(--black);
}

.has_aside {
  margin-top: var(--ha-mt, 45px);
  display: grid;
  grid-template-columns: var(--ha-clm, 1fr);
  gap: 30px;
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .has_aside {
    --ha-clm: 270px 1fr;
    --ha-mt: 90px;
  }
}
.has_aside aside {
  margin-bottom: 50px;
  grid-row: 2;
}
@media screen and (min-width: 992px) {
  .has_aside aside {
    grid-row: 1;
  }
}
.has_aside aside > :nth-child(n+2) {
  margin-top: var(--as_nth2-mt, 30px);
}
@media screen and (min-width: 992px) {
  .has_aside aside > :nth-child(n+2) {
    --as_nth2-mt: 55px;
  }
}
.has_aside aside .as_wrapper h3 {
  font-size: clamp(18px, calc(13.724137931px + 0.4310344828vw), 22px);
  font-weight: bold;
  padding-block: 5px;
  padding-inline: 20px 10px;
  border-left: 4px solid;
}
.has_aside aside .as_wrapper h3:is(.border_1 *) {
  border-color: var(--l_green);
}
.has_aside aside .as_wrapper h3:is(.border_2 *) {
  border-color: var(--main-color);
}
.has_aside aside .as_wrapper ul {
  margin-top: 10px;
}
.has_aside aside .as_wrapper ul li {
  border-bottom: 1px solid #DEDEDE;
}
.has_aside aside .as_wrapper ul li a {
  padding-block: 12px;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
  line-height: 1.6;
  display: block;
}
.has_aside > div {
  margin-bottom: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
}

.home .service {
  padding-block: var(--srv-py, 20px);
  background-color: var(--green2);
}
@media screen and (min-width: 992px) {
  .home .service {
    --srv-py: 55px 40px;
  }
}

.service .s_inner {
  --i-w: 860px;
  margin-top: var(--srv-_in-mt, 30px);
  display: grid;
  grid-template-columns: var(--srv-_in-clm, 1fr 1fr);
  gap: var(--srv-_in-gap, 10px);
}
@media screen and (min-width: 992px) {
  .service .s_inner {
    --srv-_in-clm: repeat(3, 1fr);
    --srv-_in-gap: 40px 20px;
    --srv-_in-mt: 60px;
  }
}
.service .s_inner > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.service .s_inner p {
  margin-top: 10px;
  font-size: var(--srv_p-fs, 15px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .service .s_inner p {
    --srv_p-fs: 18px;
  }
}
.service .s_inner img {
  aspect-ratio: 27/19;
}

.home .case {
  padding-block: var(--cs-py, 30px 40px);
  background-color: var(--green2);
}
@media screen and (min-width: 992px) {
  .home .case {
    --cs-py: 45px 80px;
  }
}

.pages .case_inner:not(.has_aside *) {
  margin-top: var(--cs-mt, 30px);
}
@media screen and (min-width: 992px) {
  .pages .case_inner:not(.has_aside *) {
    --cs-mt: 45px;
  }
}

.has_aside .case_inner {
  --cs_in-mt: 0;
}
@media screen and (min-width: 992px) {
  .has_aside .case_inner {
    --cs_in-clm: repeat(3, 1fr);
  }
}

.case_inner {
  margin-top: var(--cs_in-mt, 30px);
  display: grid;
  grid-template-columns: var(--cs_in-clm, 1fr 1fr);
  gap: var(--cs_in-gap, 15px);
}
@media screen and (min-width: 992px) {
  .case_inner {
    --cs_in-mt: 105px;
    --cs_in-gap: 45px 30px;
    --cs_in-clm: repeat(4, 1fr);
  }
}
.case_inner a {
  --child-mt: 12px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.case_inner a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  aspect-ratio: 28/19;
  width: min(280px, 100%);
}
.case_inner a .cs_detail {
  margin-top: var(--child-mt);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.case_inner a .cs_detail .category {
  background-color: var(--l_green);
  color: white;
  display: grid;
  place-content: center;
  padding: var(--cs_c-p, 5px 10px);
  font-size: var(--cs_c-fs, 14px);
}
@media screen and (min-width: 992px) {
  .case_inner a .cs_detail .category {
    --cs_c-fs: 16px;
    --cs_c-p: 8px 14px;
  }
}
.case_inner a .cs_detail .tag {
  color: var(--main-color);
  border: 2px solid;
  padding: var(--cs_t-p, 3px 10px);
  font-size: var(--cs_t-fs, 14px);
}
@media screen and (min-width: 992px) {
  .case_inner a .cs_detail .tag {
    --cs_t-fs: 16px;
    --cs_t-p: 6px 14px;
  }
}
.case_inner a .cs_text {
  margin-top: var(--child-mt);
}

.home .column {
  padding-block: var(--clm-py, 40px 60px);
}
@media screen and (min-width: 992px) {
  .home .column {
    --clm-py: 80px 120px;
  }
}
.home .column .cl_inner {
  margin-top: var(--clm_in-mt, 30px);
}
@media screen and (min-width: 992px) {
  .home .column .cl_inner {
    --clm_in-mt: 120px;
  }
}

.cl_inner {
  margin-block: var(--clm_in-my, 30px);
}
@media screen and (min-width: 992px) {
  .cl_inner {
    --clm_in-my: 50px;
  }
}
.cl_inner > :nth-child(n+2) {
  margin-top: var(--in_child-mt, 50px);
}
@media screen and (min-width: 992px) {
  .cl_inner > :nth-child(n+2) {
    --in_child-mt: 30px;
  }
}
.cl_inner .c_content {
  display: grid;
  grid-template-columns: var(--clm_cc-clm, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .cl_inner .c_content {
    --clm_cc-clm: 350px 1fr;
  }
}
.cl_inner .c_content img {
  width: min(350px, 100%);
  aspect-ratio: 35/24;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.cl_inner .c_content .c_date {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 6px;
}
.cl_inner .c_content .c_date:is(.type_a *) {
  color: #ACACAC;
}
.cl_inner .c_content .c_title {
  font-size: var(--cct-fs, 18px);
  font-weight: bold;
  line-height: 1.35;
  color: var(--main-color);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .cl_inner .c_content .c_title {
    --cct-fs: 20px;
  }
}
.cl_inner .c_content .c_title:is(.type_a *) {
  color: #086A67;
  padding-bottom: 8.5px;
  background-image: linear-gradient(to right, var(--black) 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 4px 1px;
}
.cl_inner .c_content .c_text {
  line-height: 2;
  margin-top: 13px;
}
.cl_inner .c_content a {
  display: block;
  margin-top: 17px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  text-decoration: underline;
  margin-inline: auto 0;
  color: var(--main-color);
  text-underline-offset: 10px;
}

.cl_detail {
  --cl-color: #086A67;
}
.cl_detail .c_date {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 6px;
  color: #ACACAC;
}
.cl_detail .c_date + h3 {
  margin-bottom: 20px;
}
.cl_detail h3:is(.sec *) {
  font-size: var(--cct-fs, 18px);
  font-weight: bold;
  line-height: 1.35;
  color: var(--main-color);
  text-align: left;
  color: var(--cl-color);
  font-size: clamp(22px, calc(11.3103448276px + 1.0775862069vw), 32px);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .cl_detail h3:is(.sec *) {
    --cct-fs: 20px;
  }
}
.cl_detail h4:is(.sec *) {
  padding-block: 15px;
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  color: white;
  background-color: var(--cl-color);
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  font-weight: 500;
  text-align: left;
  margin-block: 30px;
}
.cl_detail h5 {
  font-size: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: var(--cl-color);
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.cl_detail h6 {
  color: var(--cl-color);
  padding-inline: 13px;
  padding-block: 10px;
  border-left: 5px solid;
  font-size: clamp(18px, calc(13.724137931px + 0.4310344828vw), 22px);
  font-weight: bold;
  margin-bottom: 30px;
}
.cl_detail .c_group {
  margin-block: var(--cg-my, 30px);
  width: min(800px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .cl_detail .c_group {
    --cg-my: 80px;
  }
}
.cl_detail .c_group img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  aspect-ratio: 40/23;
}
.cl_detail .c_group > p {
  margin-top: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.cl_detail .c_group .list_table {
  margin-top: 30px;
  padding-block: 20px 40px;
  border: solid var(--cl-color);
  border-width: 1px 0 1px 0;
}
.cl_detail .c_group .list_table > p {
  font-size: clamp(16px, calc(9.5862068966px + 0.6465517241vw), 22px);
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
  color: var(--cl-color);
}
.cl_detail .c_group .list_table ul {
  margin-top: 20px;
  width: min(600px, 100%);
  margin-inline: auto;
  counter-reset: list-counter;
}
.cl_detail .c_group .list_table ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  display: flex;
  gap: 10px;
  margin-block: 5px;
}
.cl_detail .c_group .list_table ul li::before {
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
  color: var(--cl-color);
}
.cl_detail .wp-block-image {
  margin-block: 30px;
}
.cl_detail .simpletoc {
  margin-top: 30px;
  padding-block: 20px 40px;
  border: solid var(--cl-color);
  border-width: 1px 0 1px 0;
}
.cl_detail .simpletoc .simpletoc-title {
  font-size: clamp(16px, calc(9.5862068966px + 0.6465517241vw), 22px);
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
  color: var(--cl-color);
}
.cl_detail .simpletoc .simpletoc-list {
  margin-top: 20px;
  width: min(600px, 100%);
  margin-inline: auto;
  counter-reset: list-counter;
}
.cl_detail .simpletoc .simpletoc-list > * {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  display: flex;
  gap: 10px;
  margin-block: 5px;
}
.cl_detail .simpletoc .simpletoc-list > *::before {
  counter-increment: list-counter;
  content: counter(list-counter) ". ";
  color: var(--cl-color);
}

.form_wrapper .check_pp::after, .form_wrapper .form_item > p.any::after, .form_wrapper .form_item > p.require::after {
  content: "必須";
  display: block;
  padding: 5px 10px;
  line-height: 1;
  background-color: var(--bg, #FF3737);
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.contact .sec {
  margin-block: var(--sec-mt, 40px) var(--sec-mb, 200px);
}
@media screen and (min-width: 992px) {
  .contact .sec {
    --sec-mt: 80px;
    --sec-mb: 400px;
  }
}
@media screen and (min-width: 992px) {
  .contact .sec .child_sub_title {
    --child_subtitle-mt: 50px;
  }
}
.contact .sec .sec_wrapper {
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
}
.contact .sec .sec_description {
  line-height: 2;
}
.contact .from_tel {
  margin-top: var(--from_tel-mt, 30px);
  border: 1px solid var(--main_color);
  padding-block: var(--from_tel-py, 20px);
}
@media screen and (min-width: 992px) {
  .contact .from_tel {
    --from_tel-mt: 50px;
    --from_tel-py: 30px;
  }
}
.contact .from_tel .from_tel_wrapper {
  color: var(--main-color);
  width: var(--from_tel_wrapper-w, 340px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--from_tel_wrapper-column, 1fr);
  align-items: center;
  gap: var(--from_tel_wrapper-gap, 20px);
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper {
    --from_tel_wrapper-column: 310px 1fr;
    --from_tel_wrapper-gap: 50px;
    --from_tel_wrapper-w: min(800px, 100%);
  }
}
.contact .from_tel .from_tel_wrapper > p {
  color: inherit;
  font-size: var(--from-tel-fs, 20px);
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > p {
    --from-tel-fs: 24px;
  }
}
.contact .from_tel .from_tel_wrapper > div {
  color: inherit;
}
.contact .from_tel .from_tel_wrapper > div > p:first-child {
  color: var(--main_color);
}
.contact .from_tel .from_tel_wrapper > div > p:first-child a {
  color: inherit;
  font-size: var(--tel-num-fs, 42px);
  font-weight: bold;
  line-height: 1.4464285714;
  position: relative;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div > p:first-child a {
    --tel-num-fs: 55px;
  }
}
.contact .from_tel .from_tel_wrapper > div > p:first-child a::before {
  position: relative;
  top: 4px;
}
.contact .from_tel .from_tel_wrapper > div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: var(--tel-num-pointer, auto);
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div a {
    --tel-num-pointer: none;
  }
}
.contact .from_tel .from_tel_wrapper > div a::before {
  content: "";
  display: block;
  width: 55px;
  aspect-ratio: 1;
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/common/contact_tel.png);
          mask-image: url(../images/common/contact_tel.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contact .from_tel .from_tel_wrapper > div a span {
  color: inherit;
  font-size: var(--tel-num-fs, 42px);
  font-weight: bold;
  line-height: 1.4464285714;
  position: relative;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div a span {
    --tel-num-fs: 55px;
  }
}
.contact .from_tel .from_tel_wrapper > div p {
  color: initial;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: var(--tel-num-bottom-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .from_tel .from_tel_wrapper > div p {
    --tel-num-bottom-fs: 16px;
  }
}
.contact .dd_form_top {
  margin-top: var(--from_tel-mt, 30px);
  background-color: #FAFAFA;
  padding-block: var(--from_tel-py, 20px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top {
    --from_tel-mt: 50px;
    --from_tel-py: 30px;
  }
}
.contact .dd_form_top .dd_form_top_wrapper {
  color: var(--main-color);
  width: var(--from_tel_wrapper-w, 340px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--from_tel_wrapper-column, 1fr);
  align-items: center;
  gap: var(--from_tel_wrapper-gap, 20px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper {
    --from_tel_wrapper-column: 220px 1fr;
    --from_tel_wrapper-gap: 40px;
    --from_tel_wrapper-w: min(760px, 100%);
    --from_tel_wrapper-child-mt: 30px;
  }
}
.contact .dd_form_top .dd_form_top_wrapper:not(:first-of-type) {
  margin-top: var(--from_tel_wrapper-child-mt, 20px);
}
.contact .dd_form_top .dd_form_top_wrapper img {
  width: min(220px, 100%);
  aspect-ratio: 11/14;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.contact .dd_form_top .dd_form_top_wrapper > div {
  color: inherit;
}
.contact .dd_form_top .dd_form_top_wrapper > div h3 {
  color: inherit;
  font-size: var(--dd_form-fs, 20px);
  font-weight: 500;
  line-height: 1.8;
  word-break: var(--dd_form-wb, auto);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper > div h3 {
    --dd_form-fs: 24px;
    --dd_form-wb: keep-all;
  }
}
.contact .dd_form_top .dd_form_top_wrapper > div p {
  margin-top: var(--dd_form-bottom-mt, 15px);
  font-weight: 500;
  line-height: 2;
  font-size: var(--dd_form-bottom-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper > div p {
    --dd_form-bottom-fs: 16px;
    --dd_form-bottom-mt: 20px;
  }
}
.contact .dd_form_top .dd_form_top_wrapper > div a {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: var(--main-color);
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(350px, 100%);
  height: 60px;
}
.contact .dd_form_top .dd_form_top_wrapper > div a::after {
  --after-w: 11px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 15px;
  top: 1px;
}
.contact .dd_form_top .dd_form_top_wrapper > div a {
  margin-top: var(--dl_link-mt, 10px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_top_wrapper > div a {
    --dl_link-mt: 20px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper {
  color: var(--main-color);
  width: min(1000px, 100%);
  margin-inline: auto;
  gap: var(--from_tel_wrapper-gap, 20px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper {
    --from_tel_wrapper-gap: 40px;
    --from_tel_wrapper-child-mt: 30px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div {
  color: inherit;
  text-align: var(--thnx-align, left);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div {
    --thnx-align: center;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div h3 {
  color: inherit;
  font-size: var(--dd_form-fs, 20px);
  font-weight: 500;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div h3 {
    --dd_form-fs: 24px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div p {
  margin-top: var(--dd_form-bottom-mt, 15px);
  font-weight: 500;
  line-height: 2;
  font-size: var(--dd_form-bottom-fs, 14px);
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div p {
    --dd_form-bottom-fs: 16px;
    --dd_form-bottom-mt: 20px;
  }
}
.contact .dd_form_top .dd_form_thnks_wrapper > div a {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: var(--main-color);
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(350px, 100%);
  height: 60px;
}
.contact .dd_form_top .dd_form_thnks_wrapper > div a::after {
  --after-w: 11px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 15px;
  top: 1px;
}
.contact .dd_form_top .dd_form_thnks_wrapper > div a {
  margin-top: var(--dl_link-mt, 10px);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .contact .dd_form_top .dd_form_thnks_wrapper > div a {
    --dl_link-mt: 20px;
  }
}

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form_wrapper {
  margin-block: var(--form_wrapper-mt, 40px);
  border-top: 1px solid #DEDEDE;
}
@media screen and (min-width: 992px) {
  .form_wrapper {
    --form_wrapper-mt: 60px;
  }
}
.form_wrapper .form_item {
  border-bottom: 1px solid #DEDEDE;
  display: grid;
  grid-template-columns: var(--form_wrapper-column, 1fr);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item {
    --form_wrapper-column: 300px 1fr;
    --form_item-py: 20px;
    --form_item-px: 30px;
  }
}
.form_wrapper .form_item > * {
  font-size: 16px;
  font-weight: 500;
  padding-block: var(--form_item-py, 15px);
  padding-inline: var(--form_item-px, 10px);
}
.form_wrapper .form_item > p {
  --f1: var(--green2);
  display: flex;
  align-items: center;
  background-color: var(--f1);
  word-break: keep-all;
}
.form_wrapper .form_item > p.require {
  gap: 10px;
}
.form_wrapper .form_item > p.any {
  gap: 10px;
}
.form_wrapper .form_item > p.any::after {
  --bg: #808080;
  content: "任意";
}
.form_wrapper .form_item > p > br {
  display: none;
}
.form_wrapper .form_item :where(input:not([type=file]), textarea) {
  width: 100%;
  padding: 10px;
  outline: 1px solid #CCC;
}
.form_wrapper .form_item :where(input:not([type=file]), textarea)::-moz-placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(input:not([type=file]), textarea)::placeholder {
  color: #ccc;
}
.form_wrapper .form_item input[type=file]::-webkit-file-upload-button {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: none;
}
.form_wrapper .form_item input[type=file]::file-selector-button {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: none;
}
.form_wrapper .form_item .wpcf7-form-control-wrap {
  width: 100%;
}
.form_wrapper .form_item div p:has([data-name=your-last-name], [data-name=your-last-name-kana]) {
  display: flex;
  gap: 10px;
  flex-direction: var(--fx-dir, column);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item div p:has([data-name=your-last-name], [data-name=your-last-name-kana]) {
    --fx-dir: row;
  }
}
.form_wrapper .form_item div p:has([data-name=your-address1]) span {
  display: block;
}
.form_wrapper .check_pp {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: var(--check_pp-my, 30px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .check_pp {
    --check_pp-my: 60px;
  }
}
.form_wrapper .check_pp > p {
  display: flex;
  gap: 10px;
  line-height: 1;
}
.form_wrapper .check_pp > p a {
  color: var(--main-color);
  text-decoration: underline;
}
.form_wrapper .check_pp input {
  width: 20px;
  height: 20px;
}
.form_wrapper :is(.submit, .wpcf7-submit) {
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  text-align: center;
}
.form_wrapper :is(.submit, .wpcf7-submit):hover {
  opacity: 0.5;
}

form > p {
  text-align: center;
  width: min(350px, 100%);
  height: 60px;
  margin-inline: auto;
  position: relative;
}
form > p:is(form > :nth-child(1 of p)) {
  margin-top: 40px;
  width: min(450px, 100%);
}
form > p:has([type=submit])::after {
  --after-w: 20px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  background-size: 100%;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 10px;
}
form > p a {
  color: var(--main-color);
  text-decoration: underline;
}
form > p button {
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
  margin-inline: auto;
}
form > p button:hover {
  opacity: 0.8;
}

#popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}
#popup #popup_inner {
  width: 90%;
  max-width: 1200px;
  height: 100vh;
  margin: 0 auto;
  background: #fff;
  overflow-y: auto;
}
#popup #popup_inner p:has(.wpcf7-spinner) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 20px;
  padding-inline: 20px;
  gap: 5px;
}
#popup #popup_inner p .wpcf7-spinner {
  width: 100%;
}
#popup button {
  --orange: var(--main-color);
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
}
#popup button:hover {
  opacity: 0.8;
}
#popup input[type=submit] {
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
}
#popup input[type=submit]:hover {
  opacity: 0.8;
}

.c-formItemContentFiles {
  display: flex;
  align-items: center;
  height: 40px;
}

.c-formItemContentFiles input[type=file] {
  display: none;
}

.c-formItemContentFiles label {
  border: none;
  height: 40px;
  width: 140px;
  box-sizing: border-box;
  padding: 5px 10px;
  background: #2b2b2b;
  display: grid;
  place-content: center;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 8px;
}
.c-formItemContentFiles label span {
  color: inherit;
}

.c-formItemContentFiles label:hover {
  opacity: 0.7;
}

.c-formItemContentFiles__Clear {
  border: none;
  height: 30px;
  width: 50px;
  box-sizing: border-box;
  padding: 5px 5px;
  line-height: 1.3;
  background: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  transition: all 0.5s ease-out;
  margin-right: 8px;
}

.c-formItemContentFiles__Clear:hover {
  opacity: 0.7;
}

.c-formItemContentFiles__txt {
  font-size: var(--file_txt-fs, 14px);
  line-height: 1.4;
  width: calc(100% - 196px);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .c-formItemContentFiles__txt {
    --file_txt-fs: 16px;
  }
}

.c-formItemContentFilesItem:nth-of-type(n + 2) {
  display: none;
  margin-top: 15px;
}

.c-formItemContentFilesAdd {
  text-align: center;
  margin: 10px 0 0 0;
  width: 170px;
  font-size: 14px;
  line-height: 1.3;
  background: #d8d8d8;
  padding: 8px 30px 8px 10px;
  cursor: pointer;
  position: relative;
}
.c-formItemContentFilesAdd span {
  font-size: 14px;
}

.c-formItemContentFilesAdd:before,
.c-formItemContentFilesAdd:after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-formItemContentFilesAdd:before {
  height: 2px;
  width: 10px;
  right: 8px;
}

.c-formItemContentFilesAdd:after {
  height: 10px;
  width: 2px;
  right: 12px;
}

.c-formItemContent__caution {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  align-items: center;
  grid-template-columns: var(--check_columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .wpcf7-form-control.wpcf7-checkbox {
    --check_columns: repeat(3, 150px);
  }
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  outline: 0;
  width: 20px;
  aspect-ratio: 1;
  position: relative;
  top: 2px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item p {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: var(--p-columns, 20px auto);
}
@media screen and (min-width: 992px) {
  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item p {
    --p-columns: 20px 100px;
  }
}

.check_b:not(:has([type=checkbox])) {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--columns, auto);
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .check_b:not(:has([type=checkbox])) {
    --columns: 150px;
  }
}
.check_b:not(:has([type=checkbox])) input {
  outline: 0;
  width: 20px;
  aspect-ratio: 1;
  position: relative;
  top: 2px;
}
.check_b:not(:has([type=checkbox])) p {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: var(--p-columns, 20px auto);
}
@media screen and (min-width: 992px) {
  .check_b:not(:has([type=checkbox])) p {
    --p-columns: 20px 100px;
  }
}

.check_b .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: var(--cb_child_dir, column);
  gap: var(--cb_child_gap, 20px);
}
@media screen and (min-width: 992px) {
  .check_b .wpcf7-form-control.wpcf7-radio {
    --cb_child_dir: row;
    --cb_child_gap: 0;
  }
}
.check_b .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: grid;
  grid-template-columns: 20px 100px;
  align-items: center;
  gap: 5px;
}
.check_b .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  outline: 0;
}

.doc_wrapper {
  width: min(var(--i-w, 790px), 100% - var(--sp-padding));
  margin-inline: auto;
}
.doc_wrapper .doc_card {
  background-color: var(--green2);
  padding-block: var(--dc-py, 20px);
  padding-inline: var(--dc-px, 10px);
  display: grid;
  grid-template-columns: var(--dc-clm, 1fr);
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .doc_wrapper .doc_card {
    --dc-py: 35px;
    --dc-px: 35px;
    --dc-clm: 220px 1fr;
  }
}
.doc_wrapper .doc_card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.46);
}
.doc_wrapper .doc_card .right {
  align-self: center;
}
.doc_wrapper .doc_card .right:has(h3, .link_more) {
  align-self: flex-start;
}
.doc_wrapper .doc_card .right:has(h3) .text {
  margin-top: 20px;
}
.doc_wrapper .doc_card .right h3 {
  font-size: 24px;
  line-height: 1.7916666667;
  color: var(--main-color);
  text-align: left;
}
.doc_wrapper .doc_card .right .text {
  line-height: 2;
}
.doc_wrapper .doc_card .right .link_more {
  --link_more-mt: 10px;
}
@media screen and (min-width: 992px) {
  .doc_wrapper .doc_card .right .link_more {
    --link_more-mt: 20px;
  }
}

.inner {
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
}

.sml_inner {
  width: min(860px, 100%);
  margin-inline: auto;
}

.sec h3 {
  text-align: center;
  font-size: var(--sc_h-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .sec h3 {
    --sc_h-fs: 32px;
  }
}
.sec h4 {
  font-size: var(--sc_h-fs, 16px);
  font-weight: 500;
  text-align: center;
  line-height: 1.7777777778;
}
@media screen and (min-width: 992px) {
  .sec h4 {
    --sc_h-fs: 18px;
  }
}

.sec_breadcrumb {
  width: min(var(--i-w, var(--w)), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-bottom: var(--sb-mb, 30px);
  overflow-x: var(--sec-breadcrumb-scroll, scroll);
  white-space: var(--sec-breadcrumb-wspace, nowrap);
}
.sec_breadcrumb nav {
  margin-top: calc(15px + 0.2604166667vw);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item a {
  color: var(--main-color);
  text-decoration: underline;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: $black;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item {
  --bs-breadcrumb-item-padding-x: 8px;
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  --bs-breadcrumb-divider: " ";
  --bs-breadcrumb-item-padding-x: 8px;
  background-color: var(--main-color);
  -webkit-mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" stroke-width="1" stroke="currentColor" stroke-linecap="butt" stroke-linejoin="miter" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
          mask-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="7" height="16" stroke-width="1" stroke="currentColor" stroke-linecap="butt" stroke-linejoin="miter" viewBox="0 0 7 16"%3E%3Cpath fill="currentColor" d="M1.5 13a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71L5.3 7.99L1.15 3.85c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l4.49 4.51c.2.2.2.51 0 .71l-4.5 4.49c-.1.1-.23.15-.35.15"%2F%3E%3C%2Fsvg%3E');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb {
    --sec-breadcrumb-scroll: none;
    --sec-breadcrumb-wspace: wrap;
    --sb-mb: 50px;
  }
}
.sec_breadcrumb > nav {
  width: var(--sec-breadcrumb-nav-w, 135%);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb > nav {
    --sec-breadcrumb-nav-w: auto;
  }
}
.sec_breadcrumb .breadcrumb {
  flex-wrap: var(--sec-breadcrumb-flex-wrap, nowrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb .breadcrumb {
    --sec-breadcrumb-flex-wrap: wrap;
  }
}

.accordion {
  --border-color: #DBDBDB;
  --bs-accordion-inner-border-radius: 15px;
  --bs-accordion-btn-padding-y: 13px;
  --bs-accordion-btn-padding-x: var(--x, 0);
  --bs-accordion-body-padding-x: var(--x, 0);
  --bs-accordion-active-color: initial;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238CC13F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238CC13F'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border: solid var(--border-color);
  border-width: 0;
  margin-top: var(--mt, 30px);
}
@media screen and (min-width: 992px) {
  .accordion {
    --x: 1.25rem;
    --mt: 30px;
  }
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item {
  margin-top: 20px;
  border-radius: 0;
  border: solid var(--border-color);
  border-width: 0;
}
.accordion .accordion-item .accordion-button {
  background-color: var(--green2);
}
.accordion .accordion-item .accordion-body {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-block: var(--bs-accordion-body-padding-y);
  padding-inline: var(--bs-accordion-body-padding-x);
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body {
    padding-block: var(--bs-accordion-body-padding-y) 40px;
  }
}
.accordion .accordion-item .accordion-body span {
  --icon-bg-color: #FF8B2B;
  --icon-color: white;
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}

.link_more {
  margin-top: var(--link_more-mt, 30px);
}
@media screen and (min-width: 992px) {
  .link_more {
    --link_more-mt: 60px;
  }
}
.link_more a {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: var(--main-color);
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(350px, 100%);
  height: 60px;
}
.link_more a::after {
  --after-w: 11px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 15px;
  top: 1px;
}
.link_more a {
  margin-inline: auto;
}

.page_top {
  width: 100%;
  height: var(--pt-h, 170px);
  display: grid;
  place-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: var(--pt-mt, 0);
  background-image: var(--lg_1);
}
@media screen and (min-width: 992px) {
  .page_top {
    --pt-h: 300px;
    --pt-mt: -26px;
  }
}
.page_top :is(h3, h2) {
  font-size: var(--pt-h3-fs, 22px);
  font-weight: bold;
  letter-spacing: 0.05em;
  color: white;
}
@media screen and (min-width: 992px) {
  .page_top :is(h3, h2) {
    --pt-h3-fs: 44px;
  }
}

.search_wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: var(--sw-clm, 1fr);
  gap: var(--sw-gap, 10px);
}
@media screen and (min-width: 992px) {
  .search_wrapper {
    --sw-clm: repeat(4, 1fr);
    --sw-gap: 25px;
  }
}
.search_wrapper > * {
  border: 2px solid var(--main-color);
}
.search_wrapper input, .search_wrapper button {
  border-radius: 0;
}
.search_wrapper .input-group .btn-custom-search {
  background-color: var(--main-color);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}
.search_wrapper .input-group .btn-custom-search i {
  font-size: 25px;
}
.search_wrapper a {
  padding: 15px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  text-align: center;
}
.search_wrapper a::before {
  content: "";
}
.search_wrapper a::after {
  content: "";
  width: 20px;
  height: 15px;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-inline: auto 0;
}
.search_wrapper select {
  padding: 15px 10px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6666666667;
}

.title.type_a {
  --bg: var(--main-color);
  color: white;
  font-size: clamp(18px, calc(3.0344827586px + 1.5086206897vw), 32px);
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding-block: var(--ttl_a-py, 15px);
  padding-inline: var(--ttl_a-px, 10px);
  background-color: var(--bg);
}
.title.type_a.bg_1 {
  --bg: var(--green2);
  color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .title.type_a {
    --ttl_a-py: 20px;
    --ttl_a-px: 30px;
  }
}
.title.type_a.down_arrow {
  text-align: center;
  margin-bottom: var(--da-mb, calc(var(--da-mb, 80px) * 0.6));
  position: relative;
}
@media screen and (min-width: 992px) {
  .title.type_a.down_arrow {
    --da-mb: 80px;
  }
}
.title.type_a.down_arrow::after {
  --d_w: calc(var(--da-w, 84px) * 0.5);
  --d_h: calc(var(--da-h, 43px) * 0.5);
  content: "";
  width: var(--d_w);
  height: var(--d_h);
  background-color: var(--bg, #767474);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: calc(var(--d_h) * -1 + 1px);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .title.type_a.down_arrow::after {
    --d_w: var(--da-w, 84px);
    --d_h: var(--da-h, 43px);
  }
}
.title.type_b {
  margin-top: var(--tb-mt, 30px);
  display: grid;
  grid-template-columns: var(--tb-clm, 30px auto 30px);
  align-items: center;
  color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .title.type_b {
    --tb-mt: 50px;
    --tb-clm: 1fr max-content 1fr;
  }
}
.title.type_b::before, .title.type_b::after {
  --offset: 15px;
  content: "";
  width: calc(100% + var(--offset));
  height: 10px;
  background-color: currentColor;
}
.title.type_b::after {
  position: relative;
  right: var(--offset);
}
.title.type_b strong {
  position: relative;
  font-size: clamp(18px, calc(3.0344827586px + 1.5086206897vw), 32px);
  display: grid;
  grid-template-columns: var(--tb_stg-clm, 20px auto 20px);
  align-items: center;
  text-wrap-style: balance;
}
@media screen and (min-width: 992px) {
  .title.type_b strong {
    --tb_stg-clm: 20px max-content 20px;
  }
}
.title.type_b strong::before, .title.type_b strong::after {
  content: "";
  width: 20px;
  height: 45px;
  background-color: white;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.title.type_b strong::after {
  rotate: 180deg;
  position: relative;
  z-index: 2;
}
.title.type_c {
  display: grid;
  grid-template-columns: var(--tc-clm, 75px 1fr);
  background-color: var(--green2);
  margin-block: var(--tc-my, 30px 15px);
}
@media screen and (min-width: 992px) {
  .title.type_c {
    --tc-clm: 95px 1fr;
    --tc-my: 70px 20px;
  }
}
.title.type_c p {
  background-color: var(--main-color);
  color: white;
  display: grid;
  place-content: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
  text-transform: uppercase;
}
.title.type_c p strong {
  display: block;
  font-size: clamp(22px, calc(7.0344827586px + 1.5086206897vw), 36px);
  font-weight: bold;
  line-height: 0.8333333333;
  font-family: Arial, Helvetica, sans-serif;
}
.title.type_c .tc_child {
  padding-block: 30px;
  padding-inline: 15px;
  color: var(--main-color);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: left;
}
.title.type_d {
  --p-w: 85px;
  display: grid;
  grid-template-columns: var(--p-w) 1fr;
  margin-block: 40px 50px;
}
@media screen and (min-width: 992px) {
  .title.type_d {
    --p-w: 115px;
  }
}
.title.type_d p {
  position: relative;
  display: grid;
  place-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: var(--l_green);
  text-align: center;
}
.title.type_d p strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(22px, calc(7.0344827586px + 1.5086206897vw), 36px);
  font-weight: bold;
  line-height: 1;
}
.title.type_d p::after {
  content: "";
  width: var(--p-w);
  height: 20px;
  background-color: var(--l_green);
  position: absolute;
  bottom: -19.5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.title.type_d h4 {
  background-color: var(--green2);
  text-align: left;
  padding-block: var(--ty_d_h4-py, 15px);
  padding-inline: var(--ty_d_h4-px, 15px);
  color: var(--main-color);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .title.type_d h4 {
    --ty_d_h4-px: 25px 15px;
    --ty_d_h4-py: 30px;
  }
}

.page_wrapper {
  margin-bottom: var(--pw-mb, 30px);
}
@media screen and (min-width: 992px) {
  .page_wrapper {
    --pw-mb: 70px;
  }
}

.list {
  margin-top: 25px;
  border-top: 1px solid #DEDEDE;
}
.list li {
  display: grid;
  grid-template-columns: var(--lst_li-clm, 1fr);
}
@media screen and (min-width: 992px) {
  .list li {
    --lst_li-clm: 180px 1fr;
  }
}
.list li > * {
  padding: var(--li_cld-p, 15px 10px);
  line-height: 1.5;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 992px) {
  .list li > * {
    --li_cld-p: 20px;
  }
}
.list li > :nth-child(1) {
  background-color: var(--green2);
}

.company .list {
  margin-top: 25px;
  border-top: 1px solid #DEDEDE;
  display: grid;
  grid-template-columns: var(--lst_li-clm, 1fr);
}
@media screen and (min-width: 992px) {
  .company .list {
    --lst_li-clm: 180px 1fr;
  }
}
.company .list > * {
  padding: var(--li_cld-p, 15px 10px);
  line-height: 1.5;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 992px) {
  .company .list > * {
    --li_cld-p: 20px;
  }
}
.company .list > :nth-child(2n-1) {
  background-color: var(--green2);
}

.pages .sec:not(.pages > :nth-child(1 of .sec)) {
  margin-block: var(--ps-mt, 50px);
}
@media screen and (min-width: 992px) {
  .pages .sec:not(.pages > :nth-child(1 of .sec)) {
    --ps-mt: 100px;
  }
}
.pages .r_title {
  --rsn_rt_px: 20px;
  --rsm_rt-mb: 20px;
  padding-block: 10px;
  padding-inline: var(--rsn_rt_px);
  margin-top: var(--rsn_rt-mt, 30px);
  margin-bottom: var(--rsm_rt-mb, 0);
  background-color: var(--main-color);
  color: white;
  display: grid;
  grid-template-columns: var(--rsn_rt-clm, 1fr);
}
.pages .r_title:has(p) {
  --rsm_rt-mb: 0;
  --rsn_rt_px: 0;
}
@media screen and (min-width: 992px) {
  .pages .r_title:has(p) {
    --rsn_rt-my: 60px;
    --rsn_rt-clm: 135px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .pages .r_title {
    --rsn_rt-mt: 60px;
    --rsn_rt-clm: 1fr;
  }
}
.pages .r_title p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.5;
  margin-inline: auto;
  text-transform: uppercase;
}
.pages .r_title p strong {
  font-size: 36px;
  font-weight: bold;
  line-height: 0.8333333333;
  font-family: Arial, Helvetica, sans-serif;
}
.pages .r_title h4 {
  font-size: var(--rsn_h-fs, 20px);
  font-weight: 500;
  line-height: 1.5;
  padding-inline: var(--rsn_h-px, 10px);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .pages .r_title h4 {
    --rsn_h-px: 0;
    --rsn_h-fs: 24px;
  }
}
@media screen and (min-width: 992px) {
  .pages .inner .r_content {
    --ri_div-clm: 1fr 350px;
  }
  .pages .inner .r_content:nth-child(2n of .r_content) {
    --ri_div-clm: 350px 1fr;
  }
  .pages .inner .r_content:nth-child(2n of .r_content) :is(img, figure) {
    grid-column: 1;
    grid-row: 1;
  }
}
.pages .r_inner {
  margin-top: var(--ri-mt, 20px);
  width: min(860px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--ri_div-clm, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .pages .r_inner {
    --ri-mt: 40px;
  }
}
.pages .r_inner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  aspect-ratio: 35/24;
  width: min(350px, 100%);
}
.pages .s_wrapper {
  margin-top: var(--sw-mt, 25px);
}
@media screen and (min-width: 992px) {
  .pages .s_wrapper {
    --sw-mt: 50px;
  }
}
.pages .s_wrapper h4 {
  text-align: left;
}
.pages .s_wrapper ul {
  overflow-x: auto;
}
.pages .s_wrapper ul > :nth-child(1) > * {
  background-color: var(--l_green);
  color: white;
  font-size: var(--ul_cld-fs, 18px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 992px) {
  .pages .s_wrapper ul > :nth-child(1) > * {
    --ul_cld-fs: 20px;
  }
}
.pages .s_wrapper ul > :nth-child(n+2) {
  min-height: 80px;
  height: 100%;
}
.pages .s_wrapper ul li {
  width: var(--sw_li-w, 800px);
  display: grid;
  grid-template-columns: var(--sw_li-clm, 200px 1fr);
  gap: 1px;
  background-color: white;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 768px) {
  .pages .s_wrapper ul li {
    --sw_li-clm: 300px 1fr;
    --sw_li-w: min(1200px, 100%);
  }
}
.pages .s_wrapper ul li > * {
  padding-block: 10px;
  padding-inline: var(--sw_li-px, 10px);
}
@media screen and (min-width: 992px) {
  .pages .s_wrapper ul li > * {
    --sw_li-px: 20px 10px;
  }
}
.pages .s_wrapper ul li > :nth-child(1):not(ul > :nth-child(1) *) {
  background-color: var(--green2);
}
.pages .problems {
  --bg: #767474;
  --da-w: 84px;
  --da-h: 43px;
  margin-top: 45px;
  background-color: var(--bg);
  padding-block: 30px 60px;
  padding-inline: 30px;
}
.pages .problems.down_arrow {
  margin-bottom: var(--da-mb, calc(var(--da-mb, 80px) * 0.6));
  position: relative;
}
@media screen and (min-width: 992px) {
  .pages .problems.down_arrow {
    --da-mb: 80px;
  }
}
.pages .problems.down_arrow::after {
  --d_w: calc(var(--da-w, 84px) * 0.5);
  --d_h: calc(var(--da-h, 43px) * 0.5);
  content: "";
  width: var(--d_w);
  height: var(--d_h);
  background-color: var(--bg, #767474);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: calc(var(--d_h) * -1 + 1px);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .pages .problems.down_arrow::after {
    --d_w: var(--da-w, 84px);
    --d_h: var(--da-h, 43px);
  }
}
.pages .problems h3 {
  color: white;
}
.pages .problems .p_wrapper {
  margin-top: var(--pw-mt, 20px);
  display: grid;
  grid-template-columns: var(--pw-clm, 1fr);
  gap: var(--pw-gap, 20px);
}
@media screen and (min-width: 992px) {
  .pages .problems .p_wrapper {
    --pw-clm: repeat(3, 1fr);
    --pw-gap: 40px;
    --pw-mt: 45px;
  }
}
.pages .problems .p_wrapper .p_content {
  --offset: 10px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .pages .problems .p_wrapper .p_content {
    --offset: 20px;
  }
}
.pages .problems .p_wrapper .p_content img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  width: min(350px, 100%);
  aspect-ratio: 35/24;
}
.pages .problems .p_wrapper .p_content h4 {
  margin-top: var(--offset);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  line-height: 1.7777777778;
  color: #8CC13F;
  text-align: left;
}
.pages .problems .p_wrapper .p_content p {
  color: white;
  margin-top: var(--offset);
  line-height: 2;
}
.pages .faq_container {
  margin-bottom: var(--fq-mb, 40px);
}
@media screen and (min-width: 992px) {
  .pages .faq_container {
    --fq-mb: 80px;
  }
}
.pages .links_wrapper {
  margin-bottom: var(--lw-mb, 30px);
}
@media screen and (min-width: 992px) {
  .pages .links_wrapper {
    --lw-mb: 60px;
  }
}
.pages .links_wrapper > * {
  padding: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  text-align: center;
  display: grid;
  place-content: center;
  color: var(--l_green);
  border: 2px solid;
  font-size: clamp(15px, calc(11.7931034483px + 0.3232758621vw), 18px);
  font-weight: 500;
  line-height: 1.6666666667;
}
.pages .info_tel {
  width: min(800px, 100%);
  margin-inline: auto;
  margin-block: var(--it-my, 30px);
  display: grid;
  grid-template-columns: var(--it-clm, auto);
  gap: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  align-items: center;
  justify-content: center;
  padding-block: var(--it-py, 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  border: 2px solid var(--main-color);
}
@media screen and (min-width: 992px) {
  .pages .info_tel {
    --it-my: 60px;
    --it-py: 40px;
    --it-clm: repeat(2, max-content);
  }
}
.pages .info_tel .number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(35px, calc(22.1724137931px + 1.2931034483vw), 47px);
  font-weight: bold;
}
.pages .info_tel .number i {
  font-size: 31px;
  color: var(--main-color);
  position: relative;
  top: 2px;
}
.pages .info_tel .hours {
  font-size: clamp(16px, calc(10.6551724138px + 0.5387931034vw), 21px);
  font-weight: 500;
  text-align: center;
}
.pages .pp_wrapper h3 {
  font-size: var(--pp_h3-fs, 16px);
  font-weight: 500;
  color: var(--main-color);
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .pages .pp_wrapper h3 {
    --pp_h3-fs: 18px;
  }
}
.pages .pp_wrapper p {
  margin-bottom: 30px;
}
.pages + footer {
  margin-top: var(--f-mt, 40px);
}
@media screen and (min-width: 992px) {
  .pages + footer {
    --f-mt: 80px;
  }
}

.single .page_wrapper > h4 {
  font-size: var(--rsn_h-fs, 20px);
  font-weight: 500;
  line-height: 1.5;
  padding-block: 10px;
  padding-inline: var(--rsn_h-px, 10px);
  text-align: left;
  background-color: var(--main-color);
  color: white;
  margin-top: var(--rsn_rt-mt, 30px);
  margin-bottom: var(--rsn_rt-mb, 20px);
}
@media screen and (min-width: 992px) {
  .single .page_wrapper > h4 {
    --rsn_h-px: 20px;
    --rsn_h-fs: 24px;
    --rsn_rt-mt: 60px;
    --rsn_rt-mb: 30px;
  }
}

.sitemap ul {
  margin-bottom: var(--smp_ul-mb, 50px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: min(800px, 100%);
}
@media screen and (min-width: 992px) {
  .sitemap ul {
    --smp_ul-mb: 100px;
  }
}
.sitemap ul a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 15px;
  font-size: var(--smp_a-fs, 14px);
  text-wrap-style: balance;
}
@media screen and (min-width: 992px) {
  .sitemap ul a {
    --smp_a-fs: 16px;
  }
}
.sitemap ul a::before {
  --smp-bfr-w: 8px;
  display: block;
  content: "";
  width: var(--smp-bfr-w);
  height: var(--smp-bfr-w);
  background-color: var(--main-color);
  border-radius: 50%;
  flex-shrink: 0;
}

.pages.faq {
  --bs-accordion-btn-padding-y: 13px;
  --bs-accordion-btn-padding-x: 8px;
}
@media screen and (min-width: 992px) {
  .pages.faq {
    --bs-accordion-btn-padding-x: 1.25rem;
  }
}
.pages.faq dl {
  margin-bottom: 30px;
}
.pages.faq dt {
  display: flex;
  align-items: center;
  background-color: var(--green2);
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  position: relative;
}
.pages.faq dt > * {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .pages.faq dt > * {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.pages.faq dt > *:first-child {
  display: grid;
  font-size: calc(16px + 0.2604166667vw);
  color: var(--icon-color, #fff);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--icon-bg-color, var(--l_green));
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .pages.faq dt > *:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.pages.faq dt > *:last-child {
  font-size: 16px;
  font-weight: 400;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .pages.faq dt > *:last-child {
    --faq_q_w: 97%;
  }
}
.pages.faq dd {
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-body-padding-x: 8px;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-block: var(--bs-accordion-body-padding-y);
  padding-inline: var(--bs-accordion-body-padding-x);
}
@media screen and (min-width: 992px) {
  .pages.faq dd {
    --bs-accordion-body-padding-x: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .pages.faq dd {
    padding-block: var(--bs-accordion-body-padding-y) 40px;
  }
}
.pages.faq dd > * {
  --span-mr: 16px;
  --span-size: 34px;
  --icon-bg-color: #FF8B2B;
  --icon-color: white;
}
@media screen and (min-width: 992px) {
  .pages.faq dd > * {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.pages.faq dd > *:first-child {
  display: grid;
  font-size: calc(16px + 0.2604166667vw);
  color: var(--icon-color, #fff);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--icon-bg-color, var(--l_green));
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .pages.faq dd > *:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.pages.faq dd > *:last-child {
  font-size: 16px;
  font-weight: 400;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .pages.faq dd > *:last-child {
    --faq_q_w: 97%;
  }
}
.pages.faq .faq_list_child a {
  display: flex;
  align-items: center;
  background-color: var(--green2);
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  position: relative;
}
.pages.faq .faq_list_child a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid var(--l_green);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
.single:has(.service) .pc_menu {
  display: none;
}

.download:has(.cl_detail) .inner {
  display: grid;
  grid-template-columns: var(--dl-clm, 1fr);
  gap: var(--dl-gap, 20px);
}
@media screen and (min-width: 992px) {
  .download:has(.cl_detail) .inner {
    --dl-clm: 40% 1fr;
    --dl-gap: 30px;
  }
}
.download:has(.cl_detail) .inner .form_wrapper {
  margin-top: var(--dfw-mt, 30px);
}
@media screen and (min-width: 992px) {
  .download:has(.cl_detail) .inner .form_wrapper {
    --dfw-mt: 0;
  }
}
.download:has(.cl_detail) .inner .doc_wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .download:has(.cl_detail) .inner .doc_wrapper .doc_card {
    --dc-clm: 1fr;
  }
}

.home .top_text {
  padding-block: 30px;
}
.home .top_text > * + * {
  margin-top: 30px;
}
.home .top_text p {
  font-size: var(--tt-fs, 16px);
  font-weight: 500;
  line-height: 1.7777777778;
  text-align: center;
  text-wrap-style: balance;
}
@media screen and (min-width: 992px) {
  .home .top_text p {
    --tt-fs: 18px;
  }
}
.home .reason {
  margin-bottom: 55px;
}
.home .reason .inner {
  --i-w: 860px;
}
.home .reason .wrapper {
  display: grid;
  grid-template-columns: var(--rw-clm, 1fr);
  gap: 25px;
}
@media screen and (min-width: 992px) {
  .home .reason .wrapper {
    --rw-clm: repeat(3, 270px);
  }
}
.home .reason .wrapper .r_card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.home .reason .wrapper .r_card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  aspect-ratio: 27/20;
}
.home .reason .wrapper .r_title {
  margin-top: 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
}
.home .reason .wrapper .r_number {
  margin-top: 10px;
  font-size: 36px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.8333333333;
  color: var(--main-color);
}
.home .reason .wrapper .r_text {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
}
.home .search {
  background-color: var(--green2);
  padding-block: var(--sch-py, 20px);
}
@media screen and (min-width: 992px) {
  .home .search {
    --sch-py: 40px 45px;
  }
}
.home .search .inner {
  --i-w: 860px;
  display: grid;
  grid-template-columns: var(--sch_in-clm, 1fr 1fr);
  gap: 10px;
  margin-top: var(--sch_in-mt, 20px);
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .home .search .inner {
    --sch_in-clm: repeat(auto-fit, minmax(min(180px, 100%), 207px));
  }
}
@media screen and (min-width: 992px) {
  .home .search .inner {
    --sch_in-mt: 40px;
  }
}
.home .search .inner > * {
  background-color: var(--l_green);
  color: white;
  padding: 17px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: grid;
  align-items: center;
}
/*# sourceMappingURL=style.css.map */