@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/swiper@12/swiper-bundle.min.css") layer(vendor);
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css") layer(vendor);
:is(.fa-brands, .fa-solid, .fa-regular) {
  --fa-size: 25px;
  display: block;
  width: var(--fa-size);
  height: var(--fa-size);
  background-color: currentColor;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: var(--msk_img, url(../images/fontawesome/solid/question.svg));
          mask-image: var(--msk_img, url(../images/fontawesome/solid/question.svg));
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-xmark {
  --msk_img: url(../images/fontawesome/solid/xmark.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-phone {
  --msk_img: url(../images/fontawesome/solid/phone.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-phone-volume {
  --msk_img: url(../images/fontawesome/solid/phone-volume.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-arrow-right-long {
  --msk_img: url(../images/fontawesome/solid/arrow-right-long.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-instagram {
  --msk_img: url(../images/fontawesome/brands/instagram.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-envelope {
  --msk_img: url(../images/fontawesome/regular/envelope.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-download {
  --msk_img: url(../images/fontawesome/solid/download.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-file {
  --msk_img: url(../images/fontawesome/regular/file.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-circle-question {
  --msk_img: url(../images/fontawesome/regular/circle-question.svg);
}
:is(.fa-brands, .fa-solid, .fa-regular).fa-angles-down {
  --fa-size: 55px;
  --msk_img: url(../images/fontawesome/solid/angles-down.svg);
  color: var(--main-color);
  margin-inline: auto;
}

.home .sec.service hgroup::before {
  background-image: url(../images/section/service/img.png);
}

.home .sec.case hgroup::before {
  background-image: url(../images/section/case/img.png);
}

.home .sec.flow hgroup::before {
  background-image: url(../images/section/flow/img.png);
}

.home .sec.reason hgroup::before {
  background-image: url(../images/section/reason/img.png);
}

.home .sec.staff hgroup::before {
  background-image: url(../images/section/staff/img.png);
}

.home .sec.voice hgroup::before {
  background-image: url(../images/section/voice/img.png);
}

.faq .faq_top > :nth-child(1) p::before {
  background-image: url(../images/section/faq/f_1.png);
}
.faq .faq_top > :nth-child(2) p::before {
  background-image: url(../images/section/faq/f_2.png);
}
.faq .faq_top > :nth-child(3) p::before {
  background-image: url(../images/section/faq/f_3.png);
}
.faq .faq_top > :nth-child(4) p::before {
  background-image: url(../images/section/faq/f_4.png);
}
.faq .faq_top > :nth-child(5) p::before {
  background-image: url(../images/section/faq/f_5.png);
}
.faq .faq_top > :nth-child(6) p::before {
  background-image: url(../images/section/faq/f_6.png);
}
.faq .faq_top > :nth-child(7) p::before {
  background-image: url(../images/section/faq/f_7.png);
}

@keyframes slide-in {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zoom-effect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@keyframes bounds {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
/**
 * 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)" の文字列
 *
 */
.accordion .accordion-item .accordion-body span, .accordion .accordion-item button span {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body span, .accordion .accordion-item button span {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.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%;
  border: 1px solid var(--main_color);
  background-color: var(--icon-bg-color, var(--main_color));
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body span:first-child, .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.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) {
  .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: 95px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: "Noto Sans JP", sans-serif;
  --font_en: "Montserrat", sans-serif;
  --font_en2: "Zen Kaku Gothic New", sans-serif;
  --black: #262626;
  --main_color: #EA0514;
  --main-color: #EA0514;
  --sub_color: #090E9A;
  --sub-color: #090E9A;
  --blue: #090E9A;
  --l_orange: #FFF2D8;
  --l_grey: #F4F4F4;
  --yellow: #FFFF06;
  --beige: #FFF6E4;
  --line: #06C755;
}
:root:has(.type_a) {
  --main_color: #11A3C7;
  --main-color: #11A3C7;
}
:root:has(.type_b) {
  --main_color: #0CA11A;
  --main-color: #0CA11A;
  --sub_color: #004907;
  --sub-color: #004907;
}

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

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

body {
  position: relative;
  font-family: var(--font);
  min-block-size: 100svb;
  padding-top: var(--body_pt, var(--sp-h));
}
@media screen and (min-width: 992px) {
  body {
    --body_pt: 0;
  }
}

a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  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: 400;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  p {
    --p-fs: 16px;
  }
}

img {
  max-width: 100%;
}

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

.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, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x1 {
    --columns: repeat(1, var(--child-w, 1fr));
  }
}

.grid_x2 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x2 {
    --columns: repeat(2, var(--child-w, 1fr));
  }
}

.grid_x3 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x3 {
    --columns: repeat(3, var(--child-w, 1fr));
  }
}

.grid_x4 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x4 {
    --columns: repeat(4, var(--child-w, 1fr));
  }
}

.grid_x5 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x5 {
    --columns: repeat(5, var(--child-w, 1fr));
  }
}

.grid_x6 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x6 {
    --columns: repeat(6, var(--child-w, 1fr));
  }
}

.grid_x7 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x7 {
    --columns: repeat(7, var(--child-w, 1fr));
  }
}

.grid_x8 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x8 {
    --columns: repeat(8, var(--child-w, 1fr));
  }
}

.grid_x9 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x9 {
    --columns: repeat(9, var(--child-w, 1fr));
  }
}

.grid_x10 {
  display: grid;
  grid-template-columns: var(--columns, var(--child-w, 1fr));
  gap: var(--gap, 0);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .grid_x10 {
    --columns: repeat(10, var(--child-w, 1fr));
  }
}

.grid_x2 {
  margin-block: var(--wrk-my, 30px 50px);
  --gap: 10px;
}
@media screen and (min-width: 1200px) {
  .grid_x2 {
    --gap: 15px;
    justify-content: center;
    --wrk-my: 60px 100px;
  }
}
.grid_x2:has(.list_outer) {
  --gap: clamp(30px, calc(-7.4137931034px + 3.7715517241vw), 65px);
  margin-block: 0;
}

.r_card {
  border: 2px solid var(--main_color);
  padding: 0 30px 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.r_card .number {
  width: var(--size, 83px);
  height: var(--num-h, 100%);
  aspect-ratio: 1;
  color: white;
  background-color: var(--main_color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 576px) {
  .r_card .number {
    --num-h: var(--size, 83px);
  }
}
.r_card .number p {
  text-align: center;
  font-weight: bold;
  display: grid;
  grid-auto-flow: row;
}
.r_card .number p .top {
  font-size: var(--p_top-fs, 11px);
  text-transform: uppercase;
}
.r_card .number p .bottom {
  font-size: var(--p_btm-fs, 25px);
  margin-block: calc((1em - 1lh) / 2);
}
.r_card .text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  margin-top: var(--rc_text-mt, -20px);
}
@media screen and (min-width: 992px) {
  .r_card .text {
    --rc_text-mt: 0;
  }
}
.r_card .text b {
  font-size: 24px;
  line-height: 1.375;
  color: var(--main_color);
}
.r_card .text span {
  margin-top: 9px;
  display: inline-block;
  font-size: var(--card_txt_spn-fs, 12px);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .r_card .text span {
    --card_txt_spn-fs: 13px;
  }
}
.r_card img {
  margin-top: 20px;
  width: min(520px, 100%);
  height: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
.r_card .number {
  translate: 0 -50%;
}

.voice .v_title {
  font-size: var(--v_h4-fs, 18px);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .voice .v_title {
    --v_h4-fs: 22px;
  }
}
.voice .v_text {
  font-size: var(--v_p-fs, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .voice .v_text {
    --v_p-fs: 16px;
  }
}

.v_card {
  padding: var(--v-p, 20px);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 20px;
  -moz-column-gap: 0;
       column-gap: 0;
  background-color: white;
}
@media screen and (min-width: 992px) {
  .v_card {
    --v-p: 30px;
  }
}
.v_card img {
  border-radius: 20px;
  width: min(525px, 100%);
  height: var(--h, 200px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .v_card img {
    --h: 300px;
  }
}
.v_card .categories {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.v_card .categories span {
  color: var(--main_color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding-block: 5px;
  padding-inline: 10px;
  border: 1px solid;
}
.v_card h4 {
  font-size: var(--v_h4-fs, 18px);
  font-weight: bold;
  color: var(--main_color);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .v_card h4 {
    --v_h4-fs: 22px;
  }
}
.v_card p {
  font-size: var(--v_p-fs, 15px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .v_card p {
    --v_p-fs: 16px;
  }
}

.news_card {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: var(--news_card-p, 15px);
}
@media screen and (min-width: 768px) {
  .news_card {
    --news_card-p: 30px;
  }
}
.news_card .top {
  display: grid;
  grid-template-columns: var(--news_card-columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news_card .top {
    --news_card-columns: 270px auto;
  }
}
.news_card .top img {
  width: min(270px, 100%);
  height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
  border-radius: 20px;
}
.news_card .top .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}
.news_card .top .categories > * {
  color: var(--main_color);
  border: 1px solid;
  padding-block: 5px;
  padding-inline: 10px;
  font-size: var(--child-fs, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .news_card .top .categories > * {
    --child-fs: 14px;
  }
}
.news_card .top .date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.news_card .top .title {
  font-size: var(--nc_ttl-fs, 18px);
  line-height: 1.65;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .news_card .top .title {
    --nc_ttl-fs: 20px;
  }
}
.news_card .text {
  margin-top: var(--txt-mt, 15px);
  font-size: var(--txt-fs, 14px);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .news_card .text {
    --txt-fs: 16px;
    --txt-mt: 20px;
  }
}

.personal_staff {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 30px 0;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.personal_staff figure {
  position: relative;
}
.personal_staff figure figcaption {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  text-decoration: underline;
  text-decoration-color: var(--main_color);
  text-decoration-thickness: 28px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: -1.1em;
  bottom: -19px;
}
.personal_staff figure figcaption span {
  padding-inline: 10px;
  background-color: var(--main_color);
}
.personal_staff ol {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.personal_staff img {
  border-radius: 20px;
  width: min(250px, 100%);
  height: min(320px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.personal_staff .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: var(--main_color);
}
.personal_staff .stf_comment {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.personal_staff .hobby {
  margin-top: 15px;
  background-color: var(--l_orange);
  padding: 10px 20px 15px;
  border-radius: 11px;
}
.personal_staff .hobby span {
  color: var(--main_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.personal_staff .hobby p {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.work_card {
  border-radius: 20px;
  transition: opacity 0.4s linear, scale 0.4s ease;
  display: grid;
  grid-template-rows: 230px auto;
  gap: 0;
}
.work_card img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0 0;
}
.work_card .bottom {
  background-color: white;
  border-radius: 0 0 20px 20px;
  padding: var(--btm-p, 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .work_card .bottom {
    --btm-p: 30px;
  }
}
.work_card .bottom .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}
.work_card .bottom .categories > * {
  color: var(--main_color);
  border: 1px solid;
  padding-block: 5px;
  padding-inline: 10px;
  font-size: var(--child-fs, 12px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .work_card .bottom .categories > * {
    --child-fs: 14px;
  }
}
.work_card .bottom .date {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.work_card .bottom .text {
  font-size: var(--btm_txt-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .work_card .bottom .text {
    --btm_txt-fs: 22px;
  }
}
.work_card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.mvSlide {
  --swiper-pagination-color: var(--main-color);
  --swiper-pagination-bullet-width: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bottom: clamp(10px, calc(-38.1034482759px + 4.849137931vw), 55px);
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.mvSlide .swiper-slide img {
  width: 100%;
  height: clamp(400px, calc(293.1034482759px + 10.775862069vw), 500px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.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);
}

.thumbsSwiper {
  margin-top: 8px;
}

.link_wrapper:is(.sec *) {
  --lm-is: min(360px, 85%);
}
.link_wrapper .link_more {
  background-color: var(--main-color, var(--main_color));
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  color: white;
  padding: 15px;
  inline-size: var(--lm-is, -moz-fit-content);
  inline-size: var(--lm-is, fit-content);
  font-size: var(--lm-fs, 13px);
  border: 1px solid var(--black);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .link_wrapper .link_more {
    --lm-fs: 18px;
  }
}
.link_wrapper .link_more.bg_blk {
  background-color: var(--black);
}
.link_wrapper .link_more strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.link_wrapper .link_more span {
  width: 100px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  transition: transform 0.3s;
  position: relative;
  z-index: 1;
}
.link_wrapper .link_more span::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  right: 1px;
  rotate: -30deg;
}
.link_wrapper .link_more.from_slide_left {
  overflow: hidden;
  position: relative;
  transition: color 0.4s ease-out;
}
.link_wrapper .link_more.from_slide_left .text, .link_wrapper .link_more.from_slide_left .arrow {
  position: relative;
  z-index: 2;
  grid-row: 1/2;
  grid-column: 1/2;
}
.link_wrapper .link_more.from_slide_left .text {
  justify-self: center;
  font-size: var(--fsl_txt-fs, 14px);
  font-weight: bold;
}
@media (min-width: 1620px) {
  .link_wrapper .link_more.from_slide_left .text {
    --fsl_txt-fs: 17px;
  }
}
.link_wrapper .link_more.from_slide_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), border 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.link_wrapper .link_more.from_slide_left:hover {
  opacity: 1;
  color: var(--black);
}
.link_wrapper .link_more.from_slide_left:hover::before {
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(1);
}
.link_wrapper .link_more.from_slide_left .arrow {
  width: var(--arw-w, 15px);
  aspect-ratio: 1;
  position: absolute;
  right: var(--arw-r, -25px);
}
@media (min-width: 992px) {
  .link_wrapper .link_more.from_slide_left .arrow {
    --arw-w: 20px;
    --arw-r: -50px;
  }
}
.link_wrapper .link_more.from_slide_left .arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-self: end;
  display: grid;
  place-content: center;
}
.link_wrapper .link_more.from_slide_left .arrow::after {
  content: "";
  display: block;
  width: var(--arw_a-w, 5px);
  height: var(--arw_a-h, 8px);
  background-color: var(--black);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
  left: 1px;
  transition: background-color 0.5s 0.2s;
}
@media (min-width: 992px) {
  .link_wrapper .link_more.from_slide_left .arrow::after {
    --arw_a-w: 8px;
    --arw_a-h: 10px;
  }
}

.btn-slide {
  display: block;
  margin: 2em auto;
  width: 100%;
  max-width: 250px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  /* border: 2px solid var(--btn-color); */
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--main-color, orange);
}
.btn-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--sub-color, navy);
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease-out;
}
.btn-slide:hover {
  opacity: 1;
}
.btn-slide:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}
.btn-slide:hover span {
  color: white;
}
.btn-slide span {
  position: relative;
  z-index: 3;
  color: white;
  transition: color 0.2s ease;
}

.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, 20px);
}
@media screen and (min-width: 992px) {
  .pager {
    --pager-mt: 40px;
  }
}

.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);
  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;
}
.cdp_i.ff:hover {
  background-color: #fff !important;
  color: inherit !important;
}
.cdp_i {
  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: 1px solid currentColor;
  line-height: 46px;
  padding: 0;
  color: var(--main-color);
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.9);
}
@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='%23333333' 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 {
  background-color: unset;
}
.cdp_i:first-child {
  background-color: unset;
}
.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: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;
}

header {
  width: 100%;
  height: var(--header_wrapper-h, var(--sp-h));
  position: var(--header-position, fixed);
  background-color: #fff;
  top: var(--h_top, 0);
  z-index: 30;
}
@media screen and (min-width: 992px) {
  header {
    --h_top: auto;
    --header-position: relative;
    --header_wrapper-h: var(--pc-h);
    --header_h1-img-w: auto;
  }
}
header .h_logo {
  line-height: 1.2;
}
header .h_logo > * {
  color: var(--main-color);
  font-family: var(--font_en2);
  font-size: clamp(16px, calc(-1.1034482759px + 1.724137931vw), 32px);
  font-weight: 900;
}
header .header_main {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
header .header_main .header_sub {
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
}
header .header_main .hm_bottom {
  display: flex;
  align-items: center;
  gap: 4px;
}
header .header_main .hm_bottom > * {
  font-size: clamp(8px, calc(5.8620689655px + 0.2155172414vw), 10px);
}
header .header_main .hm_bottom img {
  width: 92px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .header_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_info {
  display: var(--hi-d, none);
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
@media screen and (min-width: 992px) {
  header .header_info {
    --hi-d: flex;
  }
}
header .header_tel_area {
  display: flex;
  gap: 0;
  align-items: center;
}
header .header_tel_area > * {
  color: var(--black);
}
header .header_tel_area > :nth-child(2) {
  display: flex;
  flex-direction: column;
}
header .header_tel_area > :nth-child(2) .phone_number {
  font-size: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  font-weight: bold;
}
header .header_tel_area > :nth-child(2) .b_hours {
  font-weight: 500;
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
}
header .header_tel_area:is(.nav_sp_menu *) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
header .header_tel_area:is(.nav_sp_menu *) > :nth-child(2) {
  flex-direction: row;
  font-size: 28px;
  align-items: center;
  font-weight: 600;
}
header .header_tel_area:is(.nav_sp_menu *) .phone_number {
  font-size: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  font-weight: bold;
}
header .header_tel_area:is(.nav_sp_menu *) .b_hours {
  font-weight: 500;
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
}
header .header_buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
header .header_buttons a {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  font-weight: bold;
  line-height: 2;
  width: 100%;
  height: 40px;
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: center;
  padding-inline: 15px 10px;
  gap: 10px;
  color: #fff;
  border-radius: 5px;
}
header .header_buttons a span {
  display: flex;
}
header .header_buttons a:nth-child(1) {
  background-color: var(--main-color);
}
header .header_buttons a:nth-child(2) {
  background-color: var(--sub_color);
}
header .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e);
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
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 .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: sticky;
  top: 0;
  background-color: var(--l_grey);
  width: 100%;
  height: var(--pc-h-nav, 47px);
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .pc_menu {
    --pc-menu-display: block;
  }
}
.pc_menu ul {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.pc_menu ul li {
  height: 100%;
}
.pc_menu ul a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.pc_menu ul a:is(.lines_x2 *) {
  line-height: 1.2;
}
.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;
}

footer {
  position: sticky;
  inset-block-start: 100%;
}

.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: 105;
  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: var(--main-color);
}
.floating_links a:nth-child(2) {
  background-color: var(--sub_color);
}
.floating_links a span {
  display: flex;
}
.floating_links a i {
  --fa-size: 20px;
}

footer .footer_links {
  width: 100%;
  height: var(--f_links_h, 200px);
  background-color: var(--main-color);
}
@media screen and (min-width: 992px) {
  footer .footer_links {
    --f_links_h: 160px;
  }
}
footer .footer_links .footer_links_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--f_links_w-column, 1fr);
  grid-auto-rows: 60px;
  gap: 25px;
  place-content: center;
  margin-block: auto;
  height: 100%;
}
@media screen and (min-width: 992px) {
  footer .footer_links .footer_links_wrapper {
    --f_links_w-column: repeat(2, 350px);
  }
}
footer .footer_links .footer_links_wrapper a {
  margin-inline: auto;
}
footer .footer_top {
  --bg_color: rgba(125, 22, 29, 0.84);
}
footer .footer_top:is(.type_a *) {
  --bg_color: rgba(19, 122, 133, 0.6);
}
footer .footer_top:is(.type_b *) {
  --bg_color: rgba(0, 73, 7, 0.84);
}
footer .footer_top {
  position: relative;
  width: 100%;
  background-image: linear-gradient(var(--bg_color), var(--bg_color)), url(../images/bg/cta.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: calc(20px + 1.0416666667vw);
}
footer .footer_top .footer_top_wrapper {
  color: #fff;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
footer .footer_top .ft_title > :nth-child(1) {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
footer .footer_top .ft_title > :nth-child(2) {
  color: var(--sec_title-color, currentColor);
  font-size: var(--h2-ttl-fs, 24px);
  font-weight: bold;
  line-height: var(--h2-ttl-lh, 1.5);
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .footer_top .ft_title > :nth-child(2) {
    --h2-ttl-lh: 1.875;
    --h2-ttl-b-lh: 1.5;
    --h2-ttl-fs: 32px;
  }
}
footer .footer_top .sec_description {
  margin-top: clamp(20px, calc(13.5862068966px + 0.6465517241vw), 26px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
  line-height: 2;
  color: var(--sec_dec-color, currentColor);
  text-align: center;
}
footer .footer_top .footer_top_container {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer .footer_top .footer_top_container > * {
  color: var(--main-color);
  background-color: white;
  padding-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  padding-inline: clamp(10px, calc(-4.9655172414px + 1.5086206897vw), 24px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
footer .footer_top .footer_top_container > * > * {
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: 500;
}
footer .footer_top .footer_top_container > *::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}
footer .footer_bottom {
  padding-block: var(--footer_b-py, 30px 40px);
  width: min(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 .fb_title_logo > * {
  color: var(--main-color);
  font-family: var(--font_en2);
  font-size: clamp(16px, calc(-1.1034482759px + 1.724137931vw), 32px);
  font-weight: 900;
}
footer .footer_bottom .fb_title_main {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .footer_bottom .fb_title_main .fb_title_sub {
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
}
footer .footer_bottom .fb_title_main .fb_title_bottom {
  display: flex;
  align-items: center;
  gap: 4px;
}
footer .footer_bottom .fb_title_main .fb_title_bottom > * {
  font-size: clamp(8px, calc(5.8620689655px + 0.2155172414vw), 10px);
}
footer .footer_bottom .fb_title_main .fb_title_bottom img {
  width: 92px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer_bottom .footer_bottom_wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: var(--f_b_w-gap, 50px);
       column-gap: var(--f_b_w-gap, 50px);
  row-gap: clamp(40px, calc(29.3103448276px + 1.0775862069vw), 50px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper {
    --f_b_w-gap: calc(20px + 1.5625vw);
  }
}
footer .footer_bottom .footer_bottom_wrapper .left ul {
  display: grid;
  grid-template-columns: var(--f_b_l-column, 1fr);
  justify-content: space-between;
  row-gap: var(--f_b_l-gap, 20px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .left ul {
    --f_b_l-column: repeat(auto-fit, minmax(min(230px, 100%), 246px));
    --f_b_l-gap: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  }
}
footer .footer_bottom .footer_bottom_wrapper .left ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
footer .footer_bottom .footer_bottom_wrapper .left ul li strong {
  font-size: 16px;
  font-weight: 500;
}
footer .footer_bottom .footer_bottom_wrapper .right {
  display: grid;
  grid-template-columns: 1fr;
}
footer .footer_bottom .footer_bottom_wrapper .right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) clamp(35px, calc(-2.4137931034px + 3.7715517241vw), 70px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right ul {
    grid-template-columns: repeat(4, 180px);
  }
}
@media screen and (min-width: 1200px) {
  footer .footer_bottom .footer_bottom_wrapper .right ul {
    grid-template-columns: repeat(5, 180px);
  }
}
footer .footer_bottom .footer_bottom_wrapper .right ul li {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  font-weight: 500;
  line-height: 2;
}
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 small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.6666666667;
  padding-bottom: 20px;
  text-align: center;
  color: var(--black);
}

.has_aside aside {
  order: var(--aside-order, 2);
}
@media screen and (min-width: 1400px) {
  .has_aside aside {
    --aside-order: 0;
  }
}
.has_aside aside > * {
  margin-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px) clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.has_aside aside > *:has(img) {
  width: 300px;
  height: 255px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.has_aside aside > :first-child {
  margin-top: 0;
}
.has_aside aside .accordion {
  border-width: 0;
}
.has_aside aside .accordion .accordion-item {
  padding-block: 13px;
  border-bottom: 1px solid #DEDEDE;
}
.has_aside aside .accordion .accordion-item .accordion-body::after {
  display: none;
}
.has_aside aside .asd_button {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  background-color: var(--main-color);
  color: white;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: bold;
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  border-radius: 7px;
  text-align: center;
}
.has_aside aside .side_banner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.has_aside aside .side_banner img {
  width: min(300px, 100%);
  margin-inline: auto;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.has_aside aside .asd_title {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) 15px;
  border-left: 4px solid var(--main-color);
  height: 32px;
}
.has_aside aside .asd_title a {
  padding-left: 20px;
  display: block;
  font-size: var(--side-h3-fs, 18px);
  font-weight: 500;
  padding-top: 1px;
  height: 100%;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .has_aside aside .asd_title {
    --side-h3-fs: 20px;
    --side-h3-ps: 20px;
  }
}
.has_aside aside .asd_sub_title {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  color: var(--main-color);
  border-bottom: 1px solid currentColor;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
}
.has_aside aside .asd_sub_title + ul {
  margin-top: 5px;
}
.has_aside aside ul {
  width: 100%;
  margin-top: 0;
}
.has_aside aside ul li {
  border-bottom: 1px solid #DEDEDE;
}
.has_aside aside ul li a {
  font-weight: 500;
  font-size: var(--side-li-fs, 14px);
  padding-block: 13px;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .has_aside aside ul li a {
    --side-li-fs: 16px;
  }
}
.has_aside .sec_wrapper {
  overflow: hidden;
}

.sec_breadcrumb {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.sec_breadcrumb nav {
  margin-top: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.sec_breadcrumb nav .breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 500;
}
.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;
}
.sec_breadcrumb {
  margin-bottom: var(--sb-mb, 20px);
  overflow-x: var(--sec-breadcrumb-scroll, scroll);
  white-space: var(--sec-breadcrumb-wspace, nowrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb {
    --sec-breadcrumb-scroll: none;
    --sec-breadcrumb-wspace: wrap;
    --sb-mb: 35px;
  }
}
.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;
  border: solid var(--border-color);
  border-width: 1px 0 1px 0;
}
@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 {
  margin-top: var(--mt, 30px);
}
.accordion .accordion-item {
  border-radius: 0;
  border: solid var(--border-color);
  border-width: 0 0 1px 0;
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: var(--acc_btn-r, 0);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main_color);
  width: 20px;
  height: 2px;
  transition: all 0.3s;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-header .accordion-button::before,
  .accordion .accordion-item .accordion-header .accordion-button::after {
    --acc_btn-r: 20px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
.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::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--blue);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  margin-inline: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  inset-inline: 0;
}
.accordion .accordion-item .accordion-body span {
  --icon-bg-color: #fff;
  --icon-color: var(--main_color);
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}

.has_aside:is(.pages *) {
  margin-top: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.has_aside {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--has_side-column, 1fr);
  gap: var(--has_side-gap, 50px);
}
@media screen and (min-width: 1400px) {
  .has_aside {
    --aside-w: 300px;
    --has_side-gap: 35px;
    --main-w: calc(100% - var(--aside-w) - var(--has_side-gap));
    --has_side-column: var(--aside-w) var(--main-w) ;
  }
}
.has_aside > :nth-child(1 of section) {
  width: 100%;
  overflow: hidden;
}
.has_aside > :nth-child(1 of section) section:not(.first_sec) {
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
  padding-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}

.title {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.sub_title.sec {
  padding-block: clamp(8px, calc(-0.5517241379px + 0.8620689655vw), 16px);
  padding-inline: clamp(8px, calc(-9.1034482759px + 1.724137931vw), 24px) clamp(8px, calc(-4.8275862069px + 1.2931034483vw), 20px);
  background-color: white;
  border-left: 4px solid var(--main-color);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: 500;
  margin-top: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
}

.bottom_text {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) clamp(60px, calc(38.6206896552px + 2.1551724138vw), 80px);
}
.bottom_text:is(.pages *) {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px) clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  font-weight: 500;
}

.bg_img {
  background: linear-gradient(rgba(244, 244, 244, 0.85), rgba(244, 244, 244, 0.85)), url(../images/bg/square.png) 50%/cover no-repeat;
}

.bg {
  background-color: #F4F4F4;
}
.bg.border-y:not(#_) {
  padding-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}

.border-y {
  border: solid var(--main-color);
  border-width: 1px 0 1px 0;
}

.more_link {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.more_link > * {
  border-radius: 3px;
  background-color: var(--main-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: clamp(15px, calc(5.3793103448px + 0.9698275862vw), 24px);
  padding-inline: clamp(10px, calc(-13.5172413793px + 2.3706896552vw), 32px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  min-width: 324px;
}
.more_link > *::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.tags {
  margin-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
}
.tags:is(.pages *) {
  justify-content: start;
}
.tags > * {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding-block: 8px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.tags > *.current {
  color: white;
  background-color: var(--main-color);
  border: 0;
}

.table_type_a {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #ddd;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.table_type_a > * {
  width: max(800px, 100%);
  display: grid;
  grid-template-columns: 120px 120px 1fr 120px;
  gap: 1px;
}
.table_type_a > * > * {
  padding-block: 10px;
  padding-inline: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  background-color: white;
}
.table_type_a .top {
  border-radius: 5px 5px 0 0;
}
.table_type_a .top > * {
  background-color: var(--main-color);
  color: white;
}
.table_type_a .bottom {
  border-radius: 0 0 5px 5px;
}

.box_1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 272px));
  gap: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
  justify-content: start;
}
.box_1 > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.box_1 > * img {
  border-radius: 3px;
  width: 272px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_1 > * .cb_text {
  margin-top: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 500;
  line-height: 28.8px;
}

.box_2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 250px));
  justify-content: start;
  gap: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px) clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.box_2:not(:has(.p_box_txt > :nth-child(2))) .p_box_ttl {
  color: var(--main-color);
  font-weight: bold;
}
.box_2 > * {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  color: var(--black);
  text-align: left;
  align-items: start;
}
.box_2 > * img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box_2 > * .p_box_ttl {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 500;
  line-height: 28.8px;
  margin-block: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
}
.box_2 > * .p_box_txt:has(> :nth-child(2)) {
  display: flex;
  margin-bottom: 8px;
}
.box_2 > * .p_box_txt:has(> :nth-child(2)) > *:nth-child(1) {
  flex-shrink: 0;
  color: var(--main-color);
}
.box_2 > * .p_box_txt:has(> :nth-child(2)) > * {
  font-size: 13px;
  font-weight: 500;
}
.box_2 > * .p_box_txt > * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
}
.box_2 {
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 270px));
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .box_2 {
    justify-content: start;
  }
}

.box_3 {
  margin-block: clamp(20px, calc(3.9655172414px + 1.6163793103vw), 35px);
}
.box_3 > * {
  margin-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  padding-block: clamp(15px, calc(5.3793103448px + 0.9698275862vw), 24px);
  padding-inline: clamp(10px, calc(-4.9655172414px + 1.5086206897vw), 24px);
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
}
.box_3 > * .c_date {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.box_3 > * .c_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.box_3 > * .c_tags > * {
  padding-block: 6px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  border-radius: 27px;
  color: white;
  background-color: var(--main-color);
  font-size: 12px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.box_3 > * .c_title {
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
  font-weight: 500;
  line-height: 1.4;
}
.box_3 > * .c_title:is(.type_b *) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.box_3 > * .c_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}
.box_3 > * .c_link {
  color: var(--main-color);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0 8px;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: 500;
}
.box_3 > * {
  border: 1px solid #ddd;
  border-radius: 3px;
}

.box_4 {
  margin-top: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 16px 7px;
}
@media screen and (min-width: 768px) {
  .box_4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.box_4 > * {
  border: 1px solid #ddd;
  background-color: white;
  padding-block: clamp(8px, calc(-0.5517241379px + 0.8620689655vw), 16px);
  padding-inline: clamp(5px, calc(-6.7586206897px + 1.1853448276vw), 16px);
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  border-radius: 3px;
  text-align: center;
  display: grid;
  align-items: center;
}
.box_4 > *:is(.text_initial *) {
  color: initial;
}
.box_4 > *.no_link {
  pointer-events: none;
  color: #333;
}
.box_4 .current {
  background-color: var(--main-color);
  color: white;
  border-color: var(--main-color);
  pointer-events: none;
}
.box_4 {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .box_4 {
    grid-template-columns: repeat(4, 1fr);
    justify-content: start;
  }
}
.box_4 + .box_2 {
  margin-block: clamp(25px, calc(14.3103448276px + 1.0775862069vw), 35px) clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}

.box_5 {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  display: flex;
  flex-direction: column;
  gap: clamp(25px, calc(17.5172413793px + 0.7543103448vw), 32px);
}
.box_5 > * {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
}
@media screen and (min-width: 992px) {
  .box_5 > * {
    grid-template-columns: 270px 1fr;
    align-items: center;
  }
}
.box_5 > * > :nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
}
.box_5 > * img {
  width: 270px;
  height: 190px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.box_5 > * .box_tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.box_5 > * .box_tags > * {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding-block: 8px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.box_5 > * .box_title {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 700;
  line-height: 1.6;
}
.box_5 > * .box_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.box_6 {
  margin-block: clamp(25px, calc(17.5172413793px + 0.7543103448vw), 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(350px, 100%), 424px));
  gap: 16px;
  justify-content: center;
}
.box_6 .current {
  background-color: var(--main-color);
  color: white;
  border-color: var(--main-color);
  pointer-events: none;
}
.box_6 .current .box_num {
  color: white;
}
.box_6 > * {
  padding-block: 16px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box_6 > *::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
.box_6 > * > * {
  display: flex;
  align-items: center;
  gap: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  font-weight: 500;
}
.box_6 > * > * .box_num {
  color: var(--main-color);
  font-size: clamp(22px, calc(11.3103448276px + 1.0775862069vw), 32px);
  font-weight: bold;
  line-height: 1.1;
  font-family: var(--font_en);
}

.box_7 {
  margin-block: clamp(50px, calc(44.6551724138px + 0.5387931034vw), 55px) clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 420px));
  gap: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
  justify-content: center;
}
.box_7 > * {
  position: relative;
}
.box_7 > * .box_top {
  --bt-h: 45px;
  top: calc(var(--bt-h) * -0.5);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  width: min(300px, 100%);
  height: var(--bt-h);
  border-radius: 48px;
  background-color: var(--main-color);
  color: white;
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: grid;
  place-content: center;
}
.box_7 > * img {
  border-radius: 5px;
  width: min(420px, 100%);
  height: 255px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.box_7 > * .box_text {
  margin-top: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
  line-height: 1.6;
}

.form_wrapper {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.form_wrapper .form-group {
  margin-bottom: 24px;
}
.form_wrapper .form-row {
  display: flex;
  gap: 16px;
}
.form_wrapper .form-row .form-group {
  flex: 1;
  margin-bottom: 24px;
}
.form_wrapper label {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.form_wrapper .required {
  background-color: var(--main-color);
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 2px;
}
.form_wrapper .form-control {
  width: 100%;
  padding: 12px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 15px;
}
.form_wrapper .form-control:focus {
  outline: none;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #ccc;
}
.form_wrapper .agreement-group {
  margin-top: 32px;
  margin-bottom: 24px;
}
.form_wrapper .agreement-label {
  display: flex;
  align-items: center;
  font-weight: normal;
  cursor: pointer;
}
.form_wrapper .agreement-label input[type=checkbox] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_wrapper .agreement-text {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
}
.form_wrapper .privacy-link {
  color: var(--main-color);
  border-bottom: 1px solid;
}
.form_wrapper .form-submit {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.form_wrapper .form-submit > * {
  border-radius: 3px;
  background-color: var(--main-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: clamp(15px, calc(5.3793103448px + 0.9698275862vw), 24px);
  padding-inline: clamp(10px, calc(-13.5172413793px + 2.3706896552vw), 32px);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  min-width: 324px;
}
.form_wrapper .form-submit > *::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.pages .has_aside > *:nth-child(2) h2:is(.has_aside > *:nth-child(2) > *:nth-child(1)) {
  margin-top: 0;
}
.pages .has_aside > *:nth-child(2) h2 {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px) clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  padding-block: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  text-align: center;
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-weight: bold;
  border: solid var(--main-color);
  border-width: 1px 0 1px 0;
  line-height: 1.4;
}
.pages .has_aside > *:nth-child(2) h2:has(.category, .q) {
  padding-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
  text-align: left;
  line-height: 1.6;
}
.pages .has_aside > *:nth-child(2) h2:has(.category, .q) .category:not(:has(*)) {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding-block: 8px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
.pages .has_aside > *:nth-child(2) h2:has(.category, .q) .category:has(*) {
  display: flex;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  flex-wrap: wrap;
  align-items: center;
}
.pages .has_aside > *:nth-child(2) h2:has(.category, .q) .category:has(*) > * {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 27px;
  padding-block: 8px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
}
.pages .has_aside > *:nth-child(2) h2:has(.category, .q) .q {
  background-color: var(--main-color);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 8px;
  padding-inline: 8px;
  text-align: center;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  min-width: 105px;
  line-height: 1.1;
}
.pages .has_aside > *:nth-child(2) h3 {
  margin-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: 500;
  padding-block: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  border-left: 4px solid var(--main-color);
  border-bottom: 1px solid #ccc;
}
.pages .has_aside > *:nth-child(2) h3:has(.num, .h_default) {
  border-left: 0;
}
.pages .has_aside > *:nth-child(2) h3:has(.text_1st) {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.pages .has_aside > *:nth-child(2) h3 .text_1st {
  color: var(--main-color);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: bold;
}
.pages .has_aside > *:nth-child(2) h3 .text_1st.num {
  font-size: clamp(22px, calc(11.3103448276px + 1.0775862069vw), 32px);
  font-weight: bold;
  font-family: var(--font_en);
  line-height: 1.1;
}
.pages .has_aside > *:nth-child(2) h3 .h_default {
  font-weight: bold;
}
.pages .has_aside > *:nth-child(2) h4 {
  margin-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  color: var(--main-color);
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
  font-weight: 500;
  line-height: 1.4545454545;
}
.pages .has_aside > *:nth-child(2) table {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.pages .has_aside > *:nth-child(2) :where(ol, ul) {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  padding-left: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.pages .has_aside > *:nth-child(2) :where(ol, ul) > li {
  margin-bottom: 10px;
}
.pages .has_aside > *:nth-child(2) :where(ol, ul) > li::marker {
  color: var(--main-color);
}
.pages .has_aside > *:nth-child(2) ol {
  list-style-type: decimal;
}
.pages .has_aside > *:nth-child(2) ul {
  list-style-type: disc;
}
.pages .has_aside > *:nth-child(2) p:not(a *) {
  min-height: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.pages .has_aside > *:nth-child(2) p:not(a *):is(.single *) {
  margin-bottom: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}

.page_top_title {
  padding-block: clamp(30px, calc(-7.4137931034px + 3.7715517241vw), 65px);
  background-image: url(../images/bg/page_top_01.png);
  background-position: right;
  background-size: cover;
  height: clamp(180px, calc(115.8620689655px + 6.4655172414vw), 240px);
  display: grid;
  align-items: center;
}
.page_top_title .inner > * {
  font-weight: bold;
}
.page_top_title .inner .ptt_en {
  color: var(--main-color);
  text-transform: uppercase;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}
.page_top_title .inner .ptt_ja {
  margin-top: 8px;
  font-size: clamp(24px, calc(-18.7586206897px + 4.3103448276vw), 64px);
  line-height: 1;
}

.box_img_text {
  margin-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px) clamp(20px, calc(-3.5172413793px + 2.3706896552vw), 42px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .box_img_text {
    grid-template-columns: 400px 1fr;
  }
}
.box_img_text img {
  width: 400px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  object-fit: cover;
  margin-inline: auto;
}
.box_img_text .bit_link {
  margin-top: clamp(15px, calc(5.3793103448px + 0.9698275862vw), 24px);
  padding-block: clamp(15px, calc(5.3793103448px + 0.9698275862vw), 24px);
  padding-inline: clamp(10px, calc(-4.9655172414px + 1.5086206897vw), 24px);
  background-color: var(--sub_color);
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  display: flex;
  gap: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}
.box_img_text .bit_link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.box_free {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.box_free > * {
  margin-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
}

.free_block {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, calc(17.5172413793px + 0.7543103448vw), 32px);
}
.free_block figure {
  text-align: center;
}
.free_block figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 500px;
}

.list_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list_wrapper > * {
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  align-items: center;
}
.list_wrapper > *::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
.list_wrapper > * > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.slide_in_wrapper + p {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  margin-top: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
}
.slide_in_wrapper .slide {
  overflow: hidden;
  width: 100%;
}
.slide_in_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: clamp(20px, calc(16.7931034483px + 0.3232758621vw), 23px);
}
@media screen and (min-width: 992px) {
  .slide_in_wrapper {
    grid-template-columns: min(100%, 420px) 1fr;
  }
}
.slide_in_wrapper .list_table {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
}
.slide_in_wrapper .list_table > :nth-child(1) {
  border-radius: 4px 4px 0 0;
}
.slide_in_wrapper .list_table > :nth-child(1) > :nth-child(1) {
  border-radius: 5px 0 0 0;
}
.slide_in_wrapper .list_table > :nth-child(1) > :nth-child(2) {
  border-top: 1px solid #ddd;
  border-radius: 0 5px 0 0;
}
.slide_in_wrapper .list_table > :last-child {
  border-radius: 0 0 4px 4px;
}
.slide_in_wrapper .list_table > :last-child > :nth-child(1) {
  border-radius: 0 0 0 5px;
}
.slide_in_wrapper .list_table > :last-child > :nth-child(2) {
  border-radius: 0 0 5px 0;
}
.slide_in_wrapper .list_table > * {
  display: grid;
  grid-template-columns: clamp(105px, calc(83.6206896552px + 2.1551724138vw), 125px) 1fr;
  gap: 1px;
  border-right: 1px solid #ddd;
}
.slide_in_wrapper .list_table > * > * {
  padding-inline: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  padding-block: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border-bottom: 1px solid #ddd;
}
.slide_in_wrapper .list_table > * > :nth-child(1) {
  color: white;
  background-color: var(--main-color);
}

.lt_bottom {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
  line-height: 1.6;
  margin-top: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
}

.list_center {
  width: min(615px, 100%);
  margin-inline: auto;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #ddd;
}
.list_center > * {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: #DDD;
}
.list_center > * > * {
  font-size: 12px;
  font-weight: 400;
  padding-inline: clamp(8px, calc(3.724137931px + 0.4310344828vw), 12px);
  padding-block: 10px;
  background-color: white;
}
.list_center > :nth-child(1) > * {
  color: white;
  font-weight: 600;
  background-color: var(--main-color);
}

.pages.column table tbody > :nth-child(1) {
  background-color: var(--main-color);
  color: white;
}

.lot_detail {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lot_detail > * {
  color: var(--main-color);
}
.lot_detail > div {
  font-size: clamp(16px, calc(-1.1034482759px + 1.724137931vw), 32px);
  font-weight: bold;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.lot_detail > div .num {
  font-size: clamp(20px, calc(-27.0344827586px + 4.7413793103vw), 64px);
  font-weight: bold;
  line-height: 1.6;
}
.lot_detail > p {
  font-size: clamp(16px, calc(-9.6551724138px + 2.5862068966vw), 40px);
  margin-inline: clamp(15px, calc(-11.724137931px + 2.6939655172vw), 40px);
}
.lot_detail .t_to_b {
  padding-inline: 16px;
  writing-mode: vertical-rl;
  background-color: var(--main-color);
  color: white;
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  font-weight: bold;
  border-radius: 15px;
  margin-right: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
@media (max-width: 600px) {
  .lot_detail figure {
    width: 20px;
  }
}

.topPage .mv .swiper-slide {
  position: relative;
}
.topPage .mv .swiper-slide .text {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 90%;
  color: #fff;
}
.topPage .mv .swiper-slide .text.center-sp-layout {
  text-align: center;
}
.topPage .mv .swiper-slide .text.center-sp-layout ul.mv-grid-list {
  justify-content: center;
}
.topPage .mv .swiper-slide .text.right-sp-layout {
  text-align: right;
}
.topPage .mv .swiper-slide .text.right-sp-layout ul.mv-grid-list {
  justify-content: end;
}
@media screen and (min-width: 768px) {
  .topPage .mv .swiper-slide .text.center-layout {
    text-align: center;
  }
  .topPage .mv .swiper-slide .text.center-layout ul.mv-grid-list {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .topPage .mv .swiper-slide .text.right-layout {
    text-align: right;
  }
  .topPage .mv .swiper-slide .text.right-layout ul.mv-grid-list {
    justify-content: end;
  }
}
.topPage .mv .swiper-slide .text p {
  font-size: calc(12px + 2vw);
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .topPage .mv .swiper-slide .text p {
    font-size: calc(22px + 2vw);
    line-height: 1.2;
  }
}
.topPage .mv .swiper-slide .text p strong {
  font-size: 135%;
}
.topPage .mv .swiper-slide .text:has(.mv-grid-list) p {
  font-size: calc(14px + 1.5vw);
}
@media screen and (min-width: 768px) {
  .topPage .mv .swiper-slide .text:has(.mv-grid-list) p {
    font-size: calc(24px + 1.5vw);
  }
}
.topPage .mv .swiper-slide .text:has(.mv-grid-list) p strong {
  font-size: 135%;
}
.topPage .mv .swiper-slide .text ul.mv-grid-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .topPage .mv .swiper-slide .text ul.mv-grid-list {
    gap: 20px;
    margin-top: 30px;
  }
}
.topPage .mv .swiper-slide .text ul.mv-grid-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid;
  border-radius: 10px;
  color: #fff;
  font-size: calc(8px + 0.4rem);
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .topPage .mv .swiper-slide .text ul.mv-grid-list li {
    width: 33%;
    max-width: 300px;
    padding: 25px 0;
    border-radius: 20px;
    font-size: calc(16px + 0.4rem);
  }
}
.topPage .mv .swiper-slide .text ul.mv-grid-list li img {
  width: auto;
  height: auto;
  margin-right: 15px;
}
.topPage .mv .swiper-slide .text ul.mv-grid-list li div strong {
  font-size: 135%;
}
.topPage .title.top {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.topPage .title.top > *:nth-child(1) {
  text-align: center;
  color: var(--main-color);
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
  font-weight: bold;
  text-transform: uppercase;
}
.topPage .title.top > :nth-child(2) {
  font-size: clamp(24px, calc(15.4482758621px + 0.8620689655vw), 32px);
  font-weight: bold;
}

.reason_boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px 26px;
}
.reason_boxes > * {
  position: relative;
  flex-basis: clamp(250px, calc(228.6206896552px + 2.1551724138vw), 270px);
}
.reason_boxes > * .rb_num {
  position: absolute;
  top: -35px;
  left: 10px;
  font-size: clamp(36px, calc(23.1724137931px + 1.2931034483vw), 48px);
  font-weight: bold;
  font-family: var(--font_en);
  color: var(--main-color);
}
.reason_boxes > * img {
  width: 270px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  object-fit: cover;
  margin-inline: auto;
}
.reason_boxes > * .rb_text {
  margin-top: 15px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 500;
  line-height: 28.8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: center;
}

.products .p_inner {
  padding-inline: clamp(10px, calc(-13.5172413793px + 2.3706896552vw), 32px);
}
.products .p_boxes {
  margin-top: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 16px 7px;
}
@media screen and (min-width: 768px) {
  .products .p_boxes {
    grid-template-columns: repeat(4, 1fr);
  }
}
.products .p_boxes > * {
  border: 1px solid #ddd;
  background-color: white;
  padding-block: clamp(8px, calc(-0.5517241379px + 0.8620689655vw), 16px);
  padding-inline: clamp(5px, calc(-6.7586206897px + 1.1853448276vw), 16px);
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
  border-radius: 3px;
  text-align: center;
  display: grid;
  align-items: center;
}
.products .p_boxes > *:is(.text_initial *) {
  color: initial;
}
.products .p_boxes > *.no_link {
  pointer-events: none;
  color: #333;
}
.products .p_boxes .current {
  background-color: var(--main-color);
  color: white;
  border-color: var(--main-color);
  pointer-events: none;
}
.products .p_boxes.p_images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 250px));
  justify-content: start;
  gap: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px) clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.products .p_boxes.p_images:not(:has(.p_box_txt > :nth-child(2))) .p_box_ttl {
  color: var(--main-color);
  font-weight: bold;
}
.products .p_boxes.p_images > * {
  padding: 0;
  background-color: transparent;
  border: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
  color: var(--black);
  text-align: left;
  align-items: start;
}
.products .p_boxes.p_images > * img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products .p_boxes.p_images > * .p_box_ttl {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 500;
  line-height: 28.8px;
  margin-block: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
}
.products .p_boxes.p_images > * .p_box_txt:has(> :nth-child(2)) {
  display: flex;
  margin-bottom: 8px;
}
.products .p_boxes.p_images > * .p_box_txt:has(> :nth-child(2)) > *:nth-child(1) {
  flex-shrink: 0;
  color: var(--main-color);
}
.products .p_boxes.p_images > * .p_box_txt:has(> :nth-child(2)) > * {
  font-size: 13px;
  font-weight: 500;
}
.products .p_boxes.p_images > * .p_box_txt > * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 500;
}

.case_boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 272px));
  gap: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
  justify-content: start;
}
.case_boxes > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.case_boxes > * img {
  border-radius: 3px;
  width: 272px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case_boxes > * .cb_text {
  margin-top: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 500;
  line-height: 28.8px;
}

.columns_wrapper {
  margin-block: clamp(20px, calc(3.9655172414px + 1.6163793103vw), 35px);
}
.columns_wrapper > * {
  margin-block: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  padding-block: clamp(15px, calc(5.3793103448px + 0.9698275862vw), 24px);
  padding-inline: clamp(10px, calc(-4.9655172414px + 1.5086206897vw), 24px);
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
}
.columns_wrapper > * .c_date {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.columns_wrapper > * .c_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.columns_wrapper > * .c_tags > * {
  padding-block: 6px;
  padding-inline: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
  border-radius: 27px;
  color: white;
  background-color: var(--main-color);
  font-size: 12px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.columns_wrapper > * .c_title {
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
  font-weight: 500;
  line-height: 1.4;
}
.columns_wrapper > * .c_title:is(.type_b *) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.columns_wrapper > * .c_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
}
.columns_wrapper > * .c_link {
  color: var(--main-color);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 0 8px;
  border-bottom: 1px solid;
  font-size: 15px;
  font-weight: 500;
}
.columns_wrapper {
  padding-inline: clamp(10px, calc(-13.5172413793px + 2.3706896552vw), 32px);
}

.s_boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 270px));
  gap: clamp(20px, calc(11.9827586207px + 0.8081896552vw), 27.5px);
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .s_boxes {
    justify-content: start;
  }
}
.s_boxes > * {
  --bg_color: rgba(125, 22, 29, 0.6);
}
.s_boxes > *:is(.type_a *) {
  --bg_color: rgba(19, 122, 133, 0.6);
}
.s_boxes > *:is(.type_b *) {
  --bg_color: rgba(0, 73, 7, 0.60);
}
.s_boxes > * {
  position: relative;
  display: block;
}
.s_boxes > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--bg_color, rgba(125, 22, 29, 0.6));
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.s_boxes > * .sb_title {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: white;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: bold;
  z-index: 4;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.s_boxes > * img {
  width: 270px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==============================================
 * 【共通・スマホ版】シンプルな縦並びレイアウト
 * ============================================== */
.ellipse_orbit_container {
  width: 100%;
  margin: 0 auto;
  padding-block: clamp(5px, calc(-32.4137931034px + 3.7715517241vw), 40px) clamp(30px, calc(19.3103448276px + 1.0775862069vw), 40px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}

/* 大きな楕円の線はスマホでは邪魔になるので非表示 */
.orbit_bg_line {
  display: block;
  margin-bottom: 20px;
}

.orbit_links_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px; /* スマホ時のボタン同士の隙間 */
}

/* 楕円（カプセル型）の共通スタイル */
.orbit_link {
  /* ユーザー様ご提示の完璧なスタイル */
  --m_img: url(../images/icon/s_01.svg);
  height: clamp(70px, calc(59.3103448276px + 1.0775862069vw), 80px);
  padding-block: clamp(5px, calc(1.7931034483px + 0.3232758621vw), 8px);
  padding-inline: clamp(10px, calc(-4.9655172414px + 1.5086206897vw), 24px);
  display: grid;
  grid-template-columns: 40px 1fr 8px;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  background-color: white;
  border: 1px solid var(--main-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.orbit_link::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: var(--main-color);
  -webkit-mask-image: var(--m_img, url(../images/icon/s_01.svg));
          mask-image: var(--m_img, url(../images/icon/s_01.svg));
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.orbit_link::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}

.orbit_links_wrapper .orbit_link.item1 {
  --m_img: url(../images/icon/s_01.svg);
}
.orbit_links_wrapper .orbit_link.item2 {
  --m_img: url(../images/icon/s_02.svg);
}
.orbit_links_wrapper .orbit_link.item3 {
  --m_img: url(../images/icon/s_03.svg);
}
.orbit_links_wrapper .orbit_link.item4 {
  --m_img: url(../images/icon/s_04.svg);
}
.orbit_links_wrapper .orbit_link.item5 {
  --m_img: url(../images/icon/s_05.svg);
}
.orbit_links_wrapper .orbit_link.item6 {
  --m_img: url(../images/icon/s_07.svg);
}
.orbit_links_wrapper .orbit_link.item7 {
  --m_img: url(../images/icon/s_08.svg);
}
.orbit_links_wrapper .orbit_link.item8 {
  --m_img: url(../images/icon/s_09.svg);
}
.orbit_links_wrapper .orbit_link.item9 {
  --m_img: url(../images/icon/s_06.svg);
}

/* ==============================================
 * 【PC版（画面幅768px以上）】楕円軌道上の配置
 * ============================================== */
@media (min-width: 768px) {
  .ellipse_orbit_container {
    position: relative;
    width: 100%;
    aspect-ratio: 2/1;
    padding: 0;
  }
  .orbit_bg_line {
    display: block;
    margin-bottom: 0;
    position: absolute;
    inset: 10%;
    border: 3px solid var(--main-color);
    background-color: #F3FFF4;
    border-radius: 50%;
    z-index: 1;
  }
  .orbit_links_wrapper {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .orbit_link {
    position: absolute;
    transform: translate(-50%, -50%);
    grid-template-columns: 40px auto 1fr;
  }
  .item1 {
    top: 10%;
    left: 50%;
  }
  .item2 {
    top: 20%;
    left: 81%;
  }
  .item3 {
    top: 47%;
    left: 85%;
  }
  .item4 {
    top: 71%;
    left: 82%;
  }
  .item5 {
    top: 90%;
    left: 62%;
  }
  .item6 {
    top: 71%;
    left: 15%;
  }
  .item7 {
    top: 47%;
    left: 12%;
  }
  .item8 {
    top: 20%;
    left: 21%;
  }
  .item9 {
    top: 90%;
    left: 40%;
  }
}
.orbit_bg_line .or_child {
  display: grid;
  place-content: center;
  height: 95%;
}
.orbit_bg_line figure {
  text-align: center;
}
.orbit_bg_line .or_text {
  margin-top: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(16px, calc(9.5862068966px + 0.6465517241vw), 22px);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.889px;
  text-align: center;
}
.orbit_bg_line .or_text strong {
  color: var(--main-color);
  font-size: clamp(22px, calc(18.7931034483px + 0.3232758621vw), 25px);
  font-weight: bold;
  letter-spacing: 1px;
}
.orbit_bg_line .or_text span {
  font-size: clamp(14px, calc(8.1206896552px + 0.5926724138vw), 19.5px);
  letter-spacing: 0.889px;
}

.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) {
    grid-template-columns: 200px 1fr;
  }
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)).wfrm_fld_dpNn {
  display: none;
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) > * {
  padding-block: 15px;
  padding-inline: 10px;
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) > :nth-child(1) {
  background-color: var(--main-color);
  color: white;
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) .zcwf_col_fld {
  border: 1px solid #ccc;
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) .zcwf_col_lab > label > span {
  color: white !important;
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) input, .zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) textarea, .zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 100%;
  padding: 5px;
  outline: 1px solid #ccc;
}
.zcwf_row:not(:has(.zcwf_privacy, .formsubmit)) input[type=file] {
  outline: 0;
}

.zcwf_privacy_txt {
  text-align: center;
}

.zcwf_privacy {
  margin-block: 20px;
}
.zcwf_privacy * {
  text-align: center;
  line-height: 2;
}
.zcwf_privacy input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  vertical-align: baseline;
}

.zcwf_row:has(.formsubmit) .zcwf_col_fld {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .zcwf_row:has(.formsubmit) .zcwf_col_fld {
    flex-direction: row;
  }
}
.zcwf_row:has(.formsubmit) .zcwf_col_fld input {
  padding: 20px;
  text-align: center;
  min-width: 250px;
}
.zcwf_row:has(.formsubmit) .zcwf_col_fld input.formsubmit {
  background-color: var(--main-color);
  color: white;
}
.zcwf_row:has(.formsubmit) .zcwf_col_fld input[name=reset] {
  border: 1px solid #ccc;
}

.zcwf_privacy {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 20px 1fr;
  width: min(500px, 100%);
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */