@charset "UTF-8";
.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 {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

:root {
  --sp-h: 60px;
  --pc-h: 105px;
  --nav-h: 50px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: "Noto Sans JP", sans-serif;
  --black: #333333;
  --main-color: #0B2C5E;
  --l_blue: #F2F8FF;
  --orange: #E85509;
  --l_orange: #FFF2D8;
  --grey: #707070;
  --l_grey: #DDDDDD;
  --yellow: #FFFF06;
  --navy: #0B2C5E;
  --beige: #FFF6E4;
  --green: #00B050;
  --orange_1: #FFBB80;
  --orange_2: #FF9C44;
  --orange_3: #FF7700;
  --orange_4: #D96500;
  --orange_5: #AA4F00;
}

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

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

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

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

img {
  max-width: 100%;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

.home .about .about_bottom > *:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1)), url(../images/top/menu_01.png);
}
.home .about .about_bottom > *:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1)), url(../images/top/menu_02.png);
}
.home .about .about_bottom > *:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1)), url(../images/top/menu_03.png);
}

.footer_links .fl_wrapper > *:nth-child(1) {
  background-image: url(../images/top/link_01.png);
}
.footer_links .fl_wrapper > *:nth-child(2) {
  background-image: url(../images/top/link_02.png);
}
.footer_links .fl_wrapper > *:nth-child(3) {
  background-image: url(../images/top/link_03.png);
}
.footer_links .fl_wrapper > *:nth-child(4) {
  background-image: url(../images/top/link_04.png);
}
.footer_links .fl_wrapper > *:nth-child(5) {
  background-image: url(../images/top/link_05.png);
}

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

.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .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: 992px) {
  .grid_x10 {
    --columns: repeat(10, var(--child-w, 1fr));
  }
}

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

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

.grid_x2 {
  --img-w: 375px;
  margin-block: var(--wrk-my, 20px 30px);
  --gap: 20px;
}
.grid_x2:has(img) img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  width: min(var(--img-w), 100%);
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --columns: var(--img-w) 1fr;
    --gap: 20px;
    justify-content: center;
    --wrk-my: 30px 60px;
  }
}

.grid_x2.small_img {
  --gap: 10px;
  --columns: 70px 1fr;
  padding: 15px;
  border: 1px solid #DDDDDD;
}
@media screen and (min-width: 992px) {
  .grid_x2.small_img {
    --columns: 100px 1fr;
    --gap: 15px;
    --txt-fs: 20px;
    --wrk-my: 15px;
  }
}
.grid_x2.small_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.grid_x2.small_img .text {
  font-size: var(--txt-fs, 14px);
  font-weight: bold;
  line-height: 1.6;
}

.grid_x5.lists {
  --columns: 1fr 1fr;
  --gap: 15px 10px;
}
@media screen and (min-width: 992px) {
  .grid_x5.lists {
    --columns: repeat(5, 1fr);
    --gap: 15px;
  }
}

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

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.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;
  -webkit-text-decoration-color: var(--main_color);
          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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.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;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

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

.top_slide .inner {
  position: relative;
}
.top_slide .topSlide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
}
.top_slide .topSlide a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.top_slide .topSlide a img {
  width: 100%;
  aspect-ratio: 28/17;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_slide .topSlide a p {
  padding-block: 10px;
  padding-inline: 10px;
  text-align: center;
  color: white;
  font-size: var(--sld_a_p-fs, 14px);
  font-weight: 500;
  line-height: 1.4444444444;
  background-color: var(--main-color);
  display: grid;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .top_slide .topSlide a p {
    --sld_a_p-fs: 18px;
  }
}
.top_slide .ts_next, .top_slide .ts_prev {
  --ts-size: 40px;
  --swiper-navigation-sides-offset: calc(var(--ts-size) * 0.3);
  width: var(--ts-size);
  height: var(--ts-size);
  aspect-ratio: 1;
  border-radius: 50%;
  color: white;
  background-color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .top_slide .ts_next, .top_slide .ts_prev {
    --ts-size: 57px;
  }
}
@media screen and (min-width: 1400px) {
  .top_slide .ts_next, .top_slide .ts_prev {
    --swiper-navigation-sides-offset: calc(var(--ts-size) * 0.5 * -1);
  }
}
.top_slide .ts_next i, .top_slide .ts_prev i {
  font-size: var(--i-fs, 20px);
}
@media screen and (min-width: 992px) {
  .top_slide .ts_next i, .top_slide .ts_prev i {
    --i-fs: 26px;
  }
}
.top_slide .ts_next::after, .top_slide .ts_prev::after {
  content: unset;
}

.pages.vave .slide_wrapper {
  --sw-row: 300px 147px;
  padding-inline: var(--vv-px, 0);
}
@media screen and (min-width: 768px) {
  .pages.vave .slide_wrapper {
    --vv-px: 10%;
  }
}
@media screen and (min-width: 992px) {
  .pages.vave .slide_wrapper {
    --sw-row: 320px;
  }
}
.pages .slide_wrapper {
  overflow: hidden;
  display: grid;
  grid-template-columns: var(--sw-clm, 1fr);
  grid-template-rows: var(--sw-row, 350px 147px);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .pages .slide_wrapper {
    --sw-clm: 1fr 147px;
    --sw-row: 470px;
  }
}

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

.tab_outer .nav {
  --bs-nav-tabs-link-active-bg: var(--main-color);
  --bs-nav-tabs-link-active-color: #fff;
  display: grid;
  background-color: var(--main-color);
  grid-template-columns: repeat(var(--tab-columns, 2), 1fr);
  grid-auto-rows: 60px;
  gap: 1px;
  border: 1px solid var(--main-color);
}
@media screen and (min-width: 992px) {
  .tab_outer .nav {
    --tab-columns: 4;
  }
}
.tab_outer .nav > * {
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-border-width: 0;
}
.tab_outer .nav > *.active {
  border: 0;
}
.tab_outer .nav > *:not(.active) {
  background-color: white;
  color: var(--main-color);
}
.tab_outer .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--product-tab-a-fs, 14px);
}
@media screen and (min-width: 992px) {
  .tab_outer .nav a {
    --product-tab-a-fs: 18px;
  }
}
.tab_outer .nav button {
  --bs-nav-link-font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tab_outer .nav button {
    --bs-nav-link-font-size: 20px;
  }
}
.tab_outer .tab-content {
  margin-top: 0 !important;
  background-color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .tab_outer .tab-content {
    --product_contents-repeat: 4;
  }
}
.tab_outer .tab-content .tab-pane {
  padding: var(--product_container-p, 15px);
}
@media screen and (min-width: 992px) {
  .tab_outer .tab-content .tab-pane {
    --product_container-p: 15px;
  }
}
.tab_outer .tab-pane ul {
  display: grid;
  grid-template-columns: repeat(var(--tab_pane-columns, 2), 1fr);
  gap: var(--tab_pane-gap, 10px);
}
@media screen and (min-width: 992px) {
  .tab_outer .tab-pane ul {
    --tab_pane-columns: 4;
    --tab_pane-gap: 15px 30px;
  }
}
.tab_outer .tab-pane ul li a {
  padding: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  font-size: var(--tab-a-fs, 13px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .tab_outer .tab-pane ul li a {
    --tab-a-fs: 15px;
  }
}
.tab_outer .tab-pane ul li a::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

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

.cdp {
  position: relative;
  text-align: center;
  padding: clamp(10px, 2.6041666667vw, 25px) 0;
  font-size: 0;
  z-index: 6;
  margin-top: clamp(40px, 10.4166666667vw, 85px);
  -webkit-animation: cdp-in 500ms ease both;
          animation: cdp-in 500ms ease both;
  display: var(--cdp-display, grid);
  justify-content: center;
  grid-auto-columns: 20px;
  grid-template-columns: repeat(auto-fit, 42px);
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .cdp {
    --cdp-display: block;
  }
}
.cdp_i {
  font-size: var(--cdp-fs, 14px);
  text-decoration: none;
  transition: background-color 250ms;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  height: 40px;
  min-width: 40px;
  font-family: var(--font-ja);
  border: 1px solid var(--main-color);
  line-height: 37px;
  padding: 0;
  color: var(--main-color);
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.9);
}
.cdp_i.ff:hover {
  background-color: #fff !important;
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  .cdp_i {
    transform: scale(1);
    margin-right: 15px;
    --cdp-fs: 16px;
  }
}
.cdp_i:first-child, .cdp_i:last-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1024 1024'%3E%3Cpath fill='%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");
  background-color: #ccc;
  border: none;
  transition: opacity 0.3s;
  background-repeat: no-repeat;
  background-position: center;
}
.cdp_i:first-child:hover, .cdp_i:last-child:hover {
  opacity: 0.5;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:first-child {
  rotate: 180deg;
}
.cdp_i:not(:last-child):hover {
  background-color: var(--main-color);
  color: #fff;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone_number {
  border: 2px solid var(--main-color);
}
.phone_number .number {
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding-block: 8px;
  padding-inline: 10px;
  pointer-events: var(--pn-pe, initial);
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .phone_number .number {
    --pn-pe: none;
  }
}
.phone_number .number:is(.nav_sp_menu *) {
  justify-self: center;
}
.phone_number .number:is(.footer_top *) {
  background-color: white;
  height: var(--nmb-h, calc(100% - 25px));
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .phone_number .number:is(.footer_top *) {
    --nmb-h: calc(100% - 35px);
  }
}
.phone_number .number i {
  font-size: 29px;
  position: relative;
  top: 3px;
}
.phone_number .number i:is(.footer_top *) {
  font-size: var(--i-fs, 20px);
}
@media screen and (min-width: 1200px) {
  .phone_number .number i:is(.footer_top *) {
    --i-fs: 35px;
  }
}
.phone_number .number p {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
}
.phone_number .number p:is(.footer_top *) {
  font-size: var(--pn_a-fs, 24px);
}
@media screen and (min-width: 1200px) {
  .phone_number .number p:is(.footer_top *) {
    --pn_a-fs: 53px;
  }
}
.phone_number .opening_hours {
  color: white;
  background-color: var(--main-color);
  padding-block: 2px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 2.1818181818;
}
.phone_number .opening_hours:is(.footer_top *) {
  font-size: var(--ph-fs, 14px);
  line-height: var(--ph-lh, initial);
  height: var(--ph-h, auto);
}
@media screen and (min-width: 992px) {
  .phone_number .opening_hours:is(.footer_top *) {
    --ph-fs: 19px;
    --ph-lh: 1.5;
    --ph-h: 35px;
  }
}

header {
  width: 100%;
  height: var(--header_wrapper-h, var(--sp-h));
  position: var(--header-position, fixed);
  background-color: #fff;
  top: 0;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  header {
    --header-position: relative;
    --header_wrapper-h: var(--pc-h);
    --header_h1-img-w: auto;
  }
}
header h1 img {
  width: var(--header_h1-img-w, min(400px, 100%));
}
header .header_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: var(--header_wrapper-column, 1fr 50px);
  gap: calc(10px + 0.2604166667vw);
  justify-content: var(--header_wrapper-justify, space-between);
}
@media screen and (min-width: 1200px) {
  header .header_wrapper {
    --header_wrapper-column: 53% auto;
    --header_wrapper-justify: unset;
    --header_hgrp-display: block;
    --header_hgrp-items: unset;
  }
}
header .h_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  header .h_left > :nth-child(1) {
    --hl_h1-fs: 18px;
  }
}
@media screen and (min-width: 1200px) {
  header .h_left > :nth-child(1) {
    --hl_spn-fs: 12px;
    --hl_h1-fs: 22px;
  }
}
@media screen and (min-width: 1400px) {
  header .h_left > :nth-child(1) {
    --hl_h1-fs: 26px;
  }
}
header .h_left > :nth-child(1) span {
  font-size: var(--hl_spn-fs, 8px);
  font-weight: 400;
  line-height: 1.6666666667;
}
header .h_left > :nth-child(1) h1 {
  margin-top: 4px;
}
header .h_left > :nth-child(1) h1 a {
  color: var(--main-color);
  font-size: var(--hl_h1-fs, 15px);
  font-weight: bold;
}
header .logo_company {
  display: var(--lc-d, none);
  width: min(124px, 100%);
  aspect-ratio: 124/65;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  header .logo_company {
    --lc-d: block;
  }
}
header .h_right {
  display: var(--hr-d, none);
  align-items: center;
  gap: 20px;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  header .h_right {
    --hr-d: flex;
  }
}
header .phone_number {
  border: 2px solid var(--main-color);
}
header .phone_number .number {
  display: flex;
  align-items: center;
  color: var(--main-color);
  padding-block: 8px;
  padding-inline: 10px;
  pointer-events: none;
  white-space: nowrap;
  text-align: center;
}
header .phone_number .number:is(.nav_sp_menu *) {
  padding-inline: 18%;
  justify-self: center;
}
header .phone_number .number i {
  font-size: 29px;
  position: relative;
  top: 3px;
}
header .phone_number .number p {
  font-size: 31px;
  font-weight: bold;
  letter-spacing: -0.03em;
  line-height: 1;
}
header .phone_number .opening_hours {
  color: white;
  background-color: var(--main-color);
  padding-block: 2px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 2.1818181818;
}
header .links {
  display: grid;
  grid-auto-flow: column;
  height: 100%;
}
header .links:is(.nav_sp_menu *) {
  height: 100px;
  grid-auto-columns: 1fr;
}
header .links:is(.nav_sp_menu *) a {
  width: 100%;
}
header .links > :nth-child(1) {
  background-color: var(--green);
}
header .links > :nth-child(2) {
  background-color: var(--orange);
}
header .links a {
  color: white;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: var(--lks-w, 125px);
}
@media screen and (min-width: 1400px) {
  header .links a {
    --lks-w: 145px;
    --lks_spn-fs: 16px;
    --lks_i-fs: 38px;
  }
}
header .links a i {
  font-size: var(--lks_i-fs, 25px);
  align-self: center;
  justify-self: center;
  position: relative;
  top: 9px;
}
header .links a span {
  font-size: var(--lks_spn-fs, 14px);
  font-weight: bold;
  line-height: 1.1875;
  align-self: center;
  justify-self: center;
  text-align: center;
}
header .nav_sp_menu {
  display: var(--nvm-d, block);
}
@media screen and (min-width: 1200px) {
  header .nav_sp_menu {
    --nvm-d: none;
  }
}
header .navbar-nav .nav-item a {
  --bs-nav-link-font-weight: 600;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: 15px;
}
header .navbar-nav .nav-item a[target] {
  --target-top: 2px;
  display: flex;
  gap: 5px;
}
header .navbar-nav .nav-item a[target]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: var(--target-top, 0);
}
header .navbar-nav .nav-item .nav-link:not(.target_link) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .navbar-nav .nav-item .nav-link:not(.target_link)::after {
  display: block;
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid var(--main-color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
header .offcanvas-body {
  --header_tel_area-fs: 16px;
  --header_tel_area-py: 10px;
  --header_tel_area-gap: 10px;
  padding-bottom: 100px;
}
header .offcanvas-body .header_tel_area {
  display: flex;
  gap: 5px;
}
header .offcanvas-body .header_tel_area img {
  width: 25px;
}
header .offcanvas-body .header_tel_area span {
  font-size: 16px;
}

.pc_menu {
  display: var(--pc-menu-display, none);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #F8F8F8;
  width: 100%;
  height: var(--nav-h);
  z-index: 90;
}
@media screen and (min-width: 1200px) {
  .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: var(--nav_ul-justify, space-between);
}
@media screen and (min-width: 1200px) {
  .pc_menu ul {
    --nav_ul-justify: unset;
  }
}
.pc_menu ul li {
  --border-color: #E1E1E1;
  height: 100%;
  width: 100%;
  border-right: 1px solid var(--border-color);
  display: grid;
  place-content: center;
}
.pc_menu ul li:first-child {
  border-left: 1px solid var(--border-color);
}
.pc_menu ul a {
  display: flex;
  align-items: center;
  height: var(--nav-h);
  font-size: var(--pc_menu-a-fs, 13px);
  font-weight: 500;
  padding-inline: var(--pc_menu-a-px, 15px);
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .pc_menu ul a {
    --pc_menu-a-fs: 15px;
    --pc_menu-a-px: 29.5px;
  }
}

.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: 0;
  z-index: 95;
  width: var(--floating_links-w, 100%);
}
@media screen and (min-width: 1200px) {
  .floating_links {
    --floating_links-w: auto;
    --floating_links-column: 40px;
    --floating_links-row: 230px;
    --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);
  font-size: var(--floating_links-a-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .floating_links a {
    --floating_links-a-wmode: vertical-rl;
    --floating_links-a-fs: 16px;
  }
}
.floating_links a i {
  font-size: 21px;
  position: relative;
  right: 3px;
}
.floating_links a:nth-child(1) {
  background-color: var(--green);
}
.floating_links a:nth-child(2) {
  background-color: var(--orange);
}

footer {
  padding-bottom: var(--ftr-pb, 50px);
}
@media screen and (min-width: 992px) {
  footer {
    --ftr-pb: 0;
  }
}
footer .footer_links {
  padding-block: var(--fl-py, 50px);
}
@media screen and (min-width: 992px) {
  footer .footer_links {
    --fl-py: 100px;
  }
}
footer .footer_links .fl_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
footer .footer_links .fl_wrapper > * {
  position: relative;
  width: min(390px, 100%);
  height: 160px;
  display: grid;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 40px;
  color: white;
  font-size: 29px;
}
footer .footer_links .fl_wrapper > * > span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 72px;
  aspect-ratio: 1;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
footer .footer_links .fl_wrapper > * > span i {
  position: absolute;
  bottom: 10px;
  right: 8px;
  color: white;
  font-size: 20px;
}
footer .footer_top {
  width: 100%;
  background-image: url(../images/top/bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: var(--footer_top-py, 50px);
}
@media screen and (min-width: 992px) {
  footer .footer_top {
    --footer_top-py: 100px;
  }
}
footer .footer_top .footer_top_wrapper {
  color: #fff;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  color: white;
}
footer .footer_top .footer_top_wrapper img {
  --img-w: 450px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
footer .footer_top .footer_top_wrapper h3 {
  color: currentColor;
  font-size: var(--ftw_h3-fs, 24px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_wrapper h3 {
    --ftw_h3-fs: 40px;
  }
}
footer .footer_top .footer_top_wrapper .footer_top_description {
  margin-top: 20px;
  color: currentColor;
  font-size: var(--ftw_ftd-fs, 14px);
  font-weight: 500;
  text-align: center;
  line-height: 1.6666666667;
}
@media screen and (min-width: 992px) {
  footer .footer_top .footer_top_wrapper .footer_top_description {
    --ftw_ftd-fs: 18px;
  }
}
footer .footer_top .footer_top_wrapper .footer_top_container {
  width: var(--contact_area-w, min(975px, 100%));
  margin-top: calc(20px + 1.0416666667vw);
  display: grid;
  grid-template-columns: var(--f_t_container, 1fr);
  gap: var(--f_t_container-gap, 50px);
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  footer .footer_top .footer_top_wrapper .footer_top_container {
    --f_t_container: 1fr 1fr;
    --f_t_container-gap: calc(20px + 1.5625vw);
  }
}
footer .footer_top .footer_top_wrapper .footer_top_container .left {
  color: #fff;
  display: flex;
  flex-direction: column;
}
footer .footer_top .footer_top_wrapper .footer_top_container .left p {
  text-align: center;
  font-size: 14px;
  color: currentColor;
  border: 1px solid currentColor;
  font-weight: 500;
  line-height: 1.4285714286;
}
footer .footer_top .footer_top_wrapper .footer_top_container .left :is(div, a) {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: var(--f-l-div_jc, center);
  font-size: var(--f-l-div_fs, 32px);
  color: currentColor;
  font-weight: bold;
  line-height: 1.4523809524;
  pointer-events: var(--tel-pe, auto);
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  footer .footer_top .footer_top_wrapper .footer_top_container .left :is(div, a) {
    --f-l-div_fs: 42px;
    --f-l-div_jc: space-between;
    --f-l-div_img_w: 100%;
    --tel-pe: none;
  }
}
footer .footer_top .footer_top_wrapper .footer_top_container .left :is(div, a) img {
  width: var(--f-l-div_img_w, 80%);
}
footer .footer_top .footer_top_wrapper .footer_top_container .left span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: currentColor;
}
footer .footer_top .footer_top_wrapper .footer_top_container .left span img {
  width: min(35px, 100%);
  aspect-ratio: 1;
}
footer .footer_top .footer_top_wrapper .footer_top_container .right a {
  --form_button-h: 94px;
  --form_button-gap: 38px;
  --form_button-px: 30px 16px;
  --icon-w: 34px;
  --icon-h: 25px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  height: var(--form_button-h, 78px);
  display: grid;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  padding-inline: var(--form_button-px, 15px 12px);
  padding-block: 15px;
  gap: var(--form_button-gap, 15px);
  color: #fff;
  line-height: 1.5;
  border-radius: 5px;
  background-color: var(--orange);
}
footer .footer_top .footer_top_wrapper .footer_top_container .right a::before {
  content: "";
  width: var(--icon-w, 25px);
  height: var(--icon-h, 20px);
  background-image: url(../images/common/mail_icon_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer_top .footer_top_wrapper .footer_top_container .right a::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: white solid;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
footer .footer_top .links {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--ftr_lnk-clm, 1fr);
  grid-auto-rows: var(--ftr_lnk-gar, 80px);
  justify-content: var(--ftr_lnk-jc, unset);
  gap: var(--ftr_lnk-gap, 10px);
}
@media screen and (min-width: 1200px) {
  footer .footer_top .links {
    --ftr_lnk-clm: repeat(3, 1fr);
    --ftr_lnk-gar: 140px;
    --ftr_lnk-gap: 25px;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer_top .links {
    --ftr_lnk-clm: 460px 360px 360px;
    --ftr_lnk-jc: space-between;
  }
}
footer .footer_top .links > a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
footer .footer_top .links > a span {
  font-size: var(--ftr_spn-fs, 18px);
}
@media screen and (min-width: 1200px) {
  footer .footer_top .links > a span {
    --ftr_spn-fs: 24px;
  }
}
footer .footer_top .links > a i {
  font-size: var(--ftr_i-fs, 30px);
}
@media screen and (min-width: 1200px) {
  footer .footer_top .links > a i {
    --ftr_i-fs: 60px;
  }
}
footer .footer_top .links > a:nth-child(2) {
  background-color: var(--green);
}
footer .footer_top .links > a:nth-child(3) {
  background-color: var(--orange);
}
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: 30px 50px;
  }
}
footer .footer_bottom > :nth-child(1) span {
  font-size: var(--fb_chd_spn-fs, 9px);
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (min-width: 992px) {
  footer .footer_bottom > :nth-child(1) span {
    --fb_chd_spn-fs: 15px;
  }
}
footer .footer_bottom > :nth-child(1) h3 {
  margin-top: 8px;
  font-size: var(--fb_chd_h3-fs, 18px);
  font-weight: bold;
  color: var(--main-color);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom > :nth-child(1) h3 {
    --fb_chd_h3-fs: 38px;
  }
}
footer .footer_bottom .footer_logo_company {
  width: var(--flc-w, 120px);
  aspect-ratio: 124/65;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_logo_company {
    --flc-w: min(193px, 100%);
  }
}
footer .footer_bottom .footer_bottom_wrapper {
  margin-top: var(--f_b_w-mt, 20px);
  display: grid;
  grid-template-columns: var(--f_b_w-column, 1fr);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper {
    --f_b_w-mt: 30px;
    --f_b_w-column: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer_bottom .footer_bottom_wrapper {
    --f_b_w-column: 655px 1fr;
  }
}
footer .footer_bottom .footer_bottom_wrapper .left {
  padding-bottom: 20px;
}
footer .footer_bottom .footer_bottom_wrapper .left ul {
  margin-top: 30px;
}
footer .footer_bottom .footer_bottom_wrapper .left ul > * + * {
  margin-top: 20px;
}
footer .footer_bottom .footer_bottom_wrapper .left ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
footer .footer_bottom .footer_bottom_wrapper .right {
  display: grid;
  grid-template-columns: var(--footer_r-columns, 1fr);
  justify-items: var(--footer_r-justify, start);
  padding-top: var(--footer_r-pt, 20px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right {
    --footer_r-columns: 1fr 1fr;
    --footer_r-justify: end;
    --footer_r-pt: 0;
    --footer_r_last-mt: 0;
  }
}
footer .footer_bottom .footer_bottom_wrapper .right > :last-child {
  margin-top: var(--footer_r_last-mt, 20px);
}
footer .footer_bottom .footer_bottom_wrapper .right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer_bottom .footer_bottom_wrapper .right ul li {
  font-size: var(--f-b-r-li-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right ul li {
    --f-b-r-li-fs: 18px;
  }
}
footer .footer_bottom .footer_bottom_wrapper .right ul li a[target]::after {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  left: 8px;
  top: var(--f_r_target-top, 4px);
}
@media screen and (min-width: 992px) {
  footer .footer_bottom .footer_bottom_wrapper .right ul li a[target]::after {
    --f_r_target-top: 2px;
  }
}
footer .footer_bottom .footer_bottom_wrapper .right ul li > ul {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  align-items: center;
}
footer small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.6666666667;
  padding-bottom: 20px;
  text-align: center;
  color: var(--black);
}

.has_aside {
  --hs-gap: 40px;
  --aside-w: 300px;
  margin-top: var(--is_aside-mt, 40px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--is_aside-columns, 100%);
  gap: var(--hs-gap);
}
@media screen and (min-width: 992px) {
  .has_aside {
    --is_aside-mt: 60px;
  }
}
@media (min-width: 1330px) {
  .has_aside {
    --is_aside-columns: var(--aside-w) calc(100% - var(--aside-w) - var(--hs-gap));
    --aside-row: 1;
  }
}
.has_aside aside {
  width: 100%;
  grid-row: var(--aside-row, 2);
}
.has_aside aside .aside_wrapper.is_fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 20;
}
.has_aside aside .aside_wrapper img {
  --img-w: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.has_aside aside .aside_wrapper > * + * {
  margin-top: 30px;
}
.has_aside aside .aside_wrapper .banner {
  display: block;
}
.has_aside aside .aside_wrapper .banner img {
  aspect-ratio: 30/17;
  -o-object-fit: cover;
     object-fit: cover;
}
.has_aside aside .aside_wrapper ul:not(.aside_child ul) > * + * {
  margin-top: 20px;
}
.has_aside aside .aside_wrapper h2 a {
  padding-block: 15px;
  padding-inline: 30px 20px;
  font-size: 22px;
  color: white;
  font-weight: 500;
  background-color: var(--main-color);
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}
.has_aside aside .aside_wrapper h2 a::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
.has_aside aside .aside_wrapper h3 {
  color: var(--main-color);
  padding-inline: 13px;
  padding-block: 10px;
  border-left: 5px solid;
  font-size: 20px;
  font-weight: 500;
}
.has_aside aside .aside_wrapper h4 {
  display: grid;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 15px;
  height: 50px;
  background-color: var(--main-color);
  color: white;
}
.has_aside aside .aside_wrapper ul {
  --space: 20px;
}
.has_aside aside .aside_wrapper ul li {
  border-bottom: 1px solid var(--main-color);
}
.has_aside aside .aside_wrapper ul li:has(h2, h3, h4, h5) {
  border-bottom: 0;
}
.has_aside aside .aside_wrapper ul li a:not(h2 *) {
  padding-left: 20px;
  padding-block: var(--space);
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.has_aside aside .aside_child {
  margin-top: 35px;
}
.has_aside aside .aside_child > * + * {
  margin-top: 50px;
}
.has_aside aside .sec_wrapper {
  overflow: hidden;
}
.has_aside > div > * + *:is(.home *) {
  margin-top: var(--is_aside_div-mt, 50px);
}
@media screen and (min-width: 992px) {
  .has_aside > div > * + *:is(.home *) {
    --is_aside_div-mt: 100px;
  }
}

.form_title h3 {
  border: solid var(--main-color);
  border-width: 1px 0 1px;
  font-size: var(--ft_h3-fs, 20px);
  font-weight: bold;
  padding-block: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form_title h3 {
    --ft_h3-fs: 30px;
  }
}
.form_title > p {
  margin-top: 40px;
  text-align: center;
}
.form_title > div {
  margin-top: 60px;
  display: grid;
  grid-template-columns: var(--ft_child-columns, 1fr);
  gap: var(--ft_child-gap, 20px);
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--main-color);
}
@media screen and (min-width: 992px) {
  .form_title > div {
    --ft_child-columns: 290px 1fr;
    --ft_child-gap: 30px;
  }
}
.form_title > div img {
  width: min(210px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.form_title > div p {
  font-weight: 400;
  line-height: 2;
}

.form_wrapper {
  background-color: var(--lgrey);
}
.form_wrapper > .form_child:not(:first-child) {
  margin-top: 20px;
}

form {
  --bc: #D5D5D5;
  position: relative;
  border-radius: 5px;
  z-index: 1;
}
form h3 {
  font-size: var(--frm_h3-fs, 20px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  form h3 {
    --frm_h3-fs: 30px;
  }
}
form .type_radio .radio_wrapper {
  margin-top: 10px;
  display: flex;
  gap: var(--rd_w-gap, 20px);
}
@media screen and (min-width: 992px) {
  form .type_radio .radio_wrapper {
    --rd_w-gap: 30px;
  }
}
form .wpcf7-radio {
  margin-top: 10px;
  display: flex;
  gap: var(--rd_w-gap, 20px);
}
@media screen and (min-width: 992px) {
  form .wpcf7-radio {
    --rd_w-gap: 30px;
  }
}
form .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
form :where(.select_wrapper, [data-name=slc]) {
  display: block;
  background: white;
  border-radius: 5px;
}
form :where(.select_wrapper, [data-name=slc])::after {
  z-index: 2;
  pointer-events: none;
}
form label:not(.form-check-label) {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
form label:not(.consent *, .pp *) > span {
  background-color: #DDD;
  width: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1.9047619048;
  position: relative;
  top: 2px;
  display: inline-block;
}
form label:not(.consent *, .pp *) > span.require {
  background-color: #FF3737;
  color: white;
}
form #ppCheck + .require {
  background-color: #FF3737;
  color: white;
  width: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1.9047619048;
  position: relative;
  top: 2px;
  display: inline-block;
}
form input:not([type=radio]):not([type=submit], .wpcf7-file) {
  width: 100%;
  background: white;
  padding-block: 10px;
  padding-inline: 20px;
  border: 1px solid var(--bc);
}
form input:not([type=radio]):not([type=submit], .wpcf7-file)::-moz-placeholder {
  color: var(--bc);
}
form input:not([type=radio]):not([type=submit], .wpcf7-file)::placeholder {
  color: var(--bc);
}
form input:not([type=radio]):not([type=submit], .wpcf7-file)[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
form .pp a {
  color: var(--main-color);
  text-decoration: underline;
}
form select {
  border: 1px solid var(--bc);
}
form textarea {
  padding-block: 10px;
  padding-inline: 20px;
  width: 100%;
  background: white;
  border: 1px solid var(--bc);
  min-height: 250px;
}
form textarea::-moz-placeholder {
  color: var(--bc);
}
form textarea::placeholder {
  color: var(--bc);
}
form .consent {
  margin-left: 10px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: var(--frm_cst-mt, 30px);
}
@media screen and (min-width: 992px) {
  form .consent {
    --frm_cst-mt: 80px;
  }
}
form .consent :where(strong, a) {
  text-decoration: underline;
}
form .consent .require {
  background-color: var(--main-color);
  color: white;
  width: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1.9047619048;
  position: relative;
  top: 2px;
  display: inline-block;
}

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

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

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

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

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

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

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

.c-formItemContentFilesItem input {
  background-color: transparent;
  border: 0;
  padding-inline: 0;
  font-size: 14px;
  outline: none;
}

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

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

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

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

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

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

.thanx_text {
  margin-top: 80px;
  text-align: center;
}
.thanx_text a {
  text-decoration: underline;
  color: var(--main-color);
}

.confirm {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.confirm:hover {
  opacity: 0.5;
}

form input[type=submit] {
  background-color: var(--orange);
  color: white;
  width: min(300px, 100%);
  padding-block: 15px;
  text-align: center;
  margin-inline: auto;
  display: block;
  margin-top: 50px;
  border-radius: 10px;
}

.sec:not(.pages *) {
  padding-block: var(--sec-py, 50px);
}
@media screen and (min-width: 992px) {
  .sec:not(.pages *) {
    --sec-py: 100px;
  }
}
.sec:not(.pages *) .sec_title {
  text-align: center;
  color: var(--main-color);
  font-size: var(--st-fs, 20px);
  font-weight: bold;
  line-height: 1.45;
}
@media screen and (min-width: 992px) {
  .sec:not(.pages *) .sec_title {
    --st-fs: 40px;
  }
}
.sec:not(.pages *) .sec_title + p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .sec:not(.pages *) .sec_title + p {
    --p-fs: 18px;
  }
}

.link_button:not(#_) {
  margin-top: 30px;
}
.link_button:not(#_) a {
  display: block;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  margin-inline: auto;
  padding-block: 20px;
  padding-inline: 45px;
  color: var(--main-color);
  border: 2px solid;
  background-color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6666666667;
  text-decoration: none;
}
.link_button:not(#_) a:is(.navy *) {
  color: white;
  background-color: var(--main-color);
}

.accordion {
  --border-color: #DBDBDB;
  --bs-accordion-inner-border-radius: 15px;
  --bs-accordion-btn-padding-y: 13px;
  --bs-accordion-btn-padding-x: var(--x, 15px);
  --bs-accordion-body-padding-x: var(--x, 15px);
  --bs-accordion-active-color: initial;
  border: solid var(--border-color);
  border-width: 0;
  margin-top: var(--mt, 30px);
}
@media screen and (min-width: 992px) {
  .accordion {
    --x: 1.25rem;
    --mt: 30px;
  }
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item {
  border-radius: 0;
  border: solid var(--border-color);
  border-width: 1px;
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: var(--acc_btn-r, 15px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main-color);
  width: 24px;
  height: 3px;
  border-radius: 3px;
  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;
  padding-right: 45px;
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}
.accordion .accordion-collapse {
  border-top: 1px solid #ddd;
  background: #F9F9F9;
}
.accordion > * + * {
  margin-top: 20px;
}

.accordion-flush .accordion-item:first-child {
  border-top: 1px solid var(--border-color);
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid var(--border-color);
}

.column_wrapper > * + * {
  margin-top: 20px;
}
.column_wrapper a {
  padding-block: 20px;
  padding-inline: var(--clm_a-px, 15px 35px);
  display: grid;
  grid-template-columns: var(--clm_a-clm, 1fr);
  gap: 20px;
  background-color: white;
  border: 1px solid var(--main-color);
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .column_wrapper a {
    --clm_a-clm: min(376px, 100%) 1fr;
    --clm_a-px: 20px 45px;
  }
}
.column_wrapper a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.column_wrapper a .arrow {
  width: var(--arw-w, 20px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .column_wrapper a .arrow {
    --arw-w: 35px;
  }
}
.column_wrapper a .arrow::before {
  content: "";
  display: block;
  width: var(--arw_bfr-w, 7px);
  aspect-ratio: 1;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .column_wrapper a .arrow::before {
    --arw_bfr-w: 10px;
  }
}
.column_wrapper a ul > * + * {
  margin-top: 10px;
}
.column_wrapper a .c_detail {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.column_wrapper a .c_detail .tag {
  background-color: var(--main-color);
  color: white;
  padding-inline: 15px;
  padding-block: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px;
}
.column_wrapper a .c_detail .date {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
}
.column_wrapper a .c_title {
  font-size: var(--ct-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .column_wrapper a .c_title {
    --ct-fs: 24px ;
  }
}
.column_wrapper a .c_text {
  font-size: var(--ct-fs, 14px);
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (min-width: 992px) {
  .column_wrapper a .c_text {
    --ct-fs: 16px ;
  }
}

.input-group .form-control {
  width: min(740px, 100%);
  border-radius: 0;
}
.input-group .btn-custom-search {
  border-radius: 0;
  background-color: var(--main-color);
  color: white;
  font-size: 18px;
  padding: 14px 24px;
}
.input-group .btn-custom-search i {
  color: currentColor;
  margin-right: 6px;
}

.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  width: 100%;
}
.wp-block-image.alignright {
  text-align: right;
}

.pages .page_title {
  background-image: url(../images/page_title_bg.png);
  background-size: cover;
  background-position: center;
  color: white;
  height: var(--pt-h, 150px);
  width: 100%;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .pages .page_title {
    --pt-h: 220px;
  }
}
.pages .page_title h2 {
  font-size: var(--ppt_h2-fs, 20px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .pages .page_title h2 {
    --ppt_h2-fs: 40px;
  }
}
.pages .page_wrapper > * + * {
  margin-top: 30px;
}
.pages .page_wrapper > * > div:not(.popular *, .card_a_wrapper *) {
  margin-block: var(--pta_my, 20px);
}
@media screen and (min-width: 992px) {
  .pages .page_wrapper > * > div:not(.popular *, .card_a_wrapper *) {
    --pta_my: 30px;
  }
}
.pages .page_sub_title {
  text-align: center;
  color: var(--main-color);
  font-size: var(--st-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .pages .page_sub_title {
    --st-fs: 32px;
  }
}
.pages .page_sub_title + p {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .pages .page_sub_title + p {
    --p-fs: 16px;
  }
}

.pages .type_a > h3 {
  font-size: var(--ta_h3-fs, 20px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: var(--main-color);
  padding-inline: var(--ta_h3-px, 10px);
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .pages .type_a > h3 {
    --ta_h3-fs: 24px;
    --ta_h3-px: 15px;
  }
}
@media screen and (min-width: 992px) {
  .pages .type_a > :nth-child(2n of .a_container) .grid_x2 {
    --columns: 1fr 375px;
  }
}
@media screen and (min-width: 992px) {
  .pages .type_a > :nth-child(2n of .a_container) .grid_x2 > :nth-child(1) {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 992px) {
  .pages .type_a > :nth-child(2n of .a_container) .grid_x2 > :nth-child(2) {
    grid-column: 1;
  }
}
.pages .type_a .a_container h3 {
  --spn-w: 45px;
  color: white;
  background-color: var(--main-color);
  display: grid;
  grid-template-columns: var(--spn-w) 1fr;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container h3 {
    --spn-w: 62px;
  }
}
.pages .type_a .a_container h3.after {
  background-color: var(--orange);
}
.pages .type_a .a_container h3.check {
  --spn-w: 65px;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container h3.check {
    --spn-w: 81px;
  }
}
.pages .type_a .a_container h3.check span {
  --ac_spn-fs: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container h3.check span {
    --ac_spn-fs: 19px;
  }
}
.pages .type_a .a_container h3.check span:is(.after *) {
  color: var(--orange);
}
.pages .type_a .a_container h3.check span i {
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: 40px;
  block-size: -webkit-fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
}
.pages .type_a .a_container h3.check span i:is(.before *) {
  color: #0B2C5E;
  opacity: 17%;
}
.pages .type_a .a_container h3.check span i:is(.after *) {
  opacity: 26%;
  color: var(--orange);
}
.pages .type_a .a_container h3 span {
  color: var(--main-color);
  border: 1px solid;
  background-color: white;
  display: grid;
  place-content: center;
  font-size: var(--ac_spn-fs, 24px);
  font-weight: bolder;
  width: var(--spn-w);
  height: 100%;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container h3 span {
    --ac_spn-fs: 34px;
  }
}
.pages .type_a .a_container h3 p {
  padding-block: 12px;
  padding-inline: var(--ac_p-px, 10px);
  font-size: var(--ac_p-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container h3 p {
    --ac_p-fs: 24px;
    --ac_p-px: 15px;
  }
}
.pages .type_a .a_container .h3 {
  --spn-w: 45px;
  color: white;
  background-color: var(--main-color);
  display: grid;
  grid-template-columns: var(--spn-w) 1fr;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3 {
    --spn-w: 62px;
  }
}
.pages .type_a .a_container .h3.after {
  background-color: var(--orange);
}
.pages .type_a .a_container .h3.check {
  --spn-w: 65px;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3.check {
    --spn-w: 81px;
  }
}
.pages .type_a .a_container .h3.check span {
  --ac_spn-fs: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3.check span {
    --ac_spn-fs: 19px;
  }
}
.pages .type_a .a_container .h3.check span:is(.after *) {
  color: var(--orange);
}
.pages .type_a .a_container .h3.check span i {
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: 40px;
  block-size: -webkit-fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
}
.pages .type_a .a_container .h3.check span i:is(.before *) {
  color: #0B2C5E;
  opacity: 17%;
}
.pages .type_a .a_container .h3.check span i:is(.after *) {
  opacity: 26%;
  color: var(--orange);
}
.pages .type_a .a_container .h3 span {
  color: var(--main-color);
  border: 1px solid;
  background-color: white;
  display: grid;
  place-content: center;
  font-size: var(--ac_spn-fs, 24px);
  font-weight: bolder;
  width: var(--spn-w);
  height: 100%;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3 span {
    --ac_spn-fs: 34px;
  }
}
.pages .type_a .a_container .h3 p {
  padding-block: 12px;
  padding-inline: var(--ac_p-px, 10px);
  font-size: var(--ac_p-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3 p {
    --ac_p-fs: 24px;
    --ac_p-px: 15px;
  }
}
.pages .type_a .a_container .h3 > :nth-child(1) {
  color: var(--main-color);
  border: 1px solid;
  background-color: white;
  display: grid;
  place-content: center;
  font-size: var(--ac_spn-fs, 24px);
  font-weight: bolder;
  width: var(--spn-w);
  height: 100%;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3 > :nth-child(1) {
    --ac_spn-fs: 34px;
  }
}
.pages .type_a .a_container .h3 > :nth-child(2) {
  padding-block: 12px;
  padding-inline: var(--ac_p-px, 10px);
  font-size: var(--ac_p-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (min-width: 992px) {
  .pages .type_a .a_container .h3 > :nth-child(2) {
    --ac_p-fs: 24px;
    --ac_p-px: 15px;
  }
}
.pages .type_a .card_wrapper {
  display: grid;
  grid-template-columns: var(--cw-clm, 1fr);
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  gap: var(--cw-gap, 20px 10px);
}
@media screen and (min-width: 576px) {
  .pages .type_a .card_wrapper {
    --cw-clm: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .pages .type_a .card_wrapper {
    --cw-clm: repeat(3, 1fr);
    --cw-gap: 20px;
  }
}
.pages .type_a .card_wrapper > * {
  border: 1px solid #B5B1B1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.pages .type_a .card_wrapper > * > *:not(img) {
  padding: 15px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.pages .type_a .card_wrapper > * img {
  width: 100%;
  aspect-ratio: 275/167;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pages .type_a .card_wrapper .c_title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}
.pages .type_a .card_wrapper .c_tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: flex-start;
}
.pages .type_a .card_wrapper .c_tags > * {
  padding-block: 4px;
  padding-inline: 10px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  background-color: var(--main-color);
}
.pages .tech > * + * {
  margin-top: 20px;
}
.pages .tech a {
  border: 1px solid #B5B1B1;
  display: grid;
  grid-template-columns: var(--tch_a-clm, 100px 1fr);
}
@media screen and (min-width: 992px) {
  .pages .tech a {
    --tch_a-clm: 217px 1fr;
  }
}
.pages .tech a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 217/195;
}
.pages .tech a .t_inner {
  padding-block: var(--ti-py, 15px);
  padding-inline: var(--ti-px, 10px);
}
@media screen and (min-width: 992px) {
  .pages .tech a .t_inner {
    --ti-py: 20px 25px;
    --ti-px: 20px;
  }
}
.pages .tech a .t_inner h3 {
  font-size: var(--ti_h3-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
}
@media screen and (min-width: 992px) {
  .pages .tech a .t_inner h3 {
    --ti_h3-fs: 24px;
  }
}
.pages .tech a .t_inner p {
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pages .list_color.type_a {
  overflow-x: auto;
}
.pages .list_color.type_a ul {
  width: var(--lc_a-w, 700px);
}
@media screen and (min-width: 768px) {
  .pages .list_color.type_a ul {
    --lc_a-w: auto;
  }
}
.pages .list_color.type_a ul > :first-child {
  background-color: var(--main-color);
}
.pages .list_color.type_a ul > :first-child * {
  color: white;
}
.pages .list_color.type_a ul > :first-child > :first-child {
  font-size: 18px;
  font-weight: bold;
}
.pages .list_color.type_a ul > :nth-child(2n) {
  background-color: var(--l_blue);
}
.pages .list_color.type_a ul li {
  justify-content: space-between;
  --lc_li-clm: 25% 25% 30% 10%;
}
@media screen and (min-width: 992px) {
  .pages .list_color.type_a ul li {
    --lc_li-clm: 25% 25% 30% 10%;
  }
}
.pages .list_color ul > :nth-child(2n+1):not(.type_a *) {
  background-color: var(--l_blue);
}
.pages .list_color ul li {
  display: grid;
  grid-template-columns: var(--lc_li-clm, 1fr);
  padding: var(--lc_li-p, 20px 15px);
}
@media screen and (min-width: 992px) {
  .pages .list_color ul li {
    --lc_li-clm: 180px 1fr;
    --lc_li-p: 20px;
  }
}
.pages .list_color ul li > *:not(.type_a *) {
  color: var(--main-color);
}
.pages .list_color ul li > :nth-child(1):not(.type_a *) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8888888889;
}
.pages .list_color ul li > :nth-child(2):not(.type_a *) {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.125;
}
.pages .detail > * + * {
  margin-top: 30px;
}
.pages .detail > * > * {
  margin-top: 30px;
}
.pages .detail h2 {
  font-size: var(--ta_h3-fs, 20px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: var(--main-color);
  padding-inline: var(--ta_h3-px, 10px);
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .pages .detail h2 {
    --ta_h3-fs: 24px;
    --ta_h3-px: 15px;
  }
}
.pages .detail strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8888888889;
  color: var(--main-color);
}
.pages .detail h3 {
  color: var(--main-color);
  padding-inline: 13px;
  padding-block: 10px;
  border-left: 5px solid;
  font-size: 20px;
  font-weight: 500;
}
.pages .detail a {
  display: block;
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 500;
}
.pages .detail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.pages .detail ul:not(.link_list, .simpletoc-list) > * + * {
  margin-top: 15px;
}
.pages .detail ul:not(.link_list, .simpletoc-list) li {
  padding-inline: 15px 0;
  display: flex;
  gap: 9px;
  color: var(--main-color);
}
.pages .detail ul:not(.link_list, .simpletoc-list) li::before {
  --size: 9px;
  content: "";
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--main-color);
  position: relative;
  top: 8px;
}
.pages .detail :is(.link_list, .simpletoc-list) {
  padding: 20px;
  background-color: #F9F9F9;
}
.pages .detail :is(.link_list, .simpletoc-list) > * + * {
  margin-top: 15px;
}
.pages .detail :is(.link_list, .simpletoc-list) strong {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8888888889;
}
.pages .lists a {
  padding-block: 7px;
  text-align: center;
  background-color: var(--main-color);
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.pages .lists a:is(.type_a *) {
  color: var(--main-color);
  background-color: white;
  border: 1px solid;
}
.pages .lists a.active {
  background-color: var(--main-color);
  color: white;
}
.pages .popular {
  display: grid;
  grid-template-columns: var(--ppl-clm, 1fr);
  gap: 1px;
  background-color: #DDDDDD;
}
.pages .popular > * {
  background-color: white;
}
@media screen and (min-width: 992px) {
  .pages .popular {
    --ppl-clm: 230px 1fr;
  }
}
.pages .popular .left {
  display: grid;
  place-content: center;
  padding-block: var(--ppl-py, 14px);
}
@media screen and (min-width: 992px) {
  .pages .popular .left {
    --ppl-py: 0;
  }
}
.pages .popular .right {
  padding-block: 15px;
  padding-inline: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.pages .popular .right a {
  color: var(--main-color);
  text-decoration: underline;
}
.pages .card_a_wrapper {
  display: grid;
  grid-template-columns: var(--ca-clm, 1fr);
  gap: var(--cs-gap, 20px);
}
@media screen and (min-width: 992px) {
  .pages .card_a_wrapper {
    --ca-clm: repeat(3, 1fr);
    --cs-gap: 30px 18px;
  }
}
.pages .card_a_wrapper > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.pages .card_a_wrapper > * > * + * {
  margin-top: 10px;
}
.pages .card_a_wrapper > * img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  aspect-ratio: 257/167;
}
.pages .card_a_wrapper > * .ca_title {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.625;
}
.pages .card_a_wrapper > * .ca_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.pages .card_wrapper > * {
  margin-block: 25px;
}
.pages .dl_wrapper > * + * {
  margin-top: 20px;
}
.pages .dl_wrapper .dl_content {
  display: grid;
  grid-template-columns: var(--dl_c-clm, 1fr);
  gap: var(--dl_c-gap, 15px);
  background-color: #F9F9F9;
  padding: var(--dl_c-p, 15px 10px);
}
@media screen and (min-width: 992px) {
  .pages .dl_wrapper .dl_content {
    --dl_c-clm: 175px 1fr;
    --dl_c-gap: 20px;
    --dl_c-p: 20px;
  }
}
.pages .dl_wrapper .dl_content > div > * + * {
  margin-top: 15px;
}
.pages .dl_wrapper .dl_content img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  aspect-ratio: 5/7;
}
.pages .dl_wrapper .dl_content .dl_title {
  font-size: var(--dl_ttl-fs, 18px);
  font-weight: bold;
  color: var(--main-color);
  padding-inline: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  line-height: 1.4583333333;
}
@media screen and (min-width: 992px) {
  .pages .dl_wrapper .dl_content .dl_title {
    --dl_ttl-fs: 24px;
  }
}
.pages .dl_wrapper .dl_content .dl_text {
  line-height: 1.625;
}
.pages .dl_wrapper .dl_content a {
  width: min(260px, 100%);
  background-color: var(--main-color);
  color: white;
  padding-inline: 17px;
  padding-block: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
}
.pages .dl_wrapper .dl_content a::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.faq form .input-group {
  flex-wrap: nowrap;
}
.faq form .input-group .form-control {
  width: var(--ffc-w, inherit);
}
@media screen and (min-width: 992px) {
  .faq form .input-group .form-control {
    --ffc-w: auto;
  }
}
.faq form .input-group .btn-custom-search {
  padding: 5px 24px;
  text-wrap-mode: nowrap;
}
@media screen and (min-width: 992px) {
  .faq form .input-group .btn-custom-search {
    padding: 14px 24px;
  }
}

.list_color.type_a {
  margin-block: var(--cct-my, 30px);
}
@media screen and (min-width: 992px) {
  .list_color.type_a {
    --cct-my: 50px;
  }
}

.sitemap .page_wrapper ul li {
  margin-bottom: 10px;
}
.sitemap .page_wrapper ul li a {
  color: #00f;
  text-decoration: underline;
}
.sitemap .page_wrapper ul li a:before {
  content: "・";
}

.home .fv img {
  width: 100%;
  height: min(611px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.home .top_slide {
  padding-block: var(--ts-py, 20px 30px);
}
@media screen and (min-width: 992px) {
  .home .top_slide {
    --ts-py: 40px 60px;
  }
}
.home .about .about_bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--ab-clm, 1fr);
  grid-auto-rows: var(--ab-gar, 350px);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .home .about .about_bottom {
    --ab-clm: repeat(3, 1fr);
    --ab-gar: 480px;
  }
}
.home .about .about_bottom > * {
  padding-inline: var(--ab_chd-px, 15px);
  padding-block: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .home .about .about_bottom > * {
    --ab_chd-px: 30px;
  }
}
.home .about .about_bottom > * > * {
  color: white;
  text-align: center;
  align-self: end;
}
.home .about .about_bottom .ab_title {
  font-size: var(--abt-fs, 20px);
  font-weight: bold;
  line-height: 1.4666666667;
}
@media screen and (min-width: 992px) {
  .home .about .about_bottom .ab_title {
    --abt-fs: 30px;
  }
}
.home .about .about_bottom .ab_text {
  margin-top: 15px;
  font-size: var(--abx-fs, 15px);
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (min-width: 992px) {
  .home .about .about_bottom .ab_text {
    --abx-fs: 18px;
  }
}
.home .tech {
  background-image: url(../images/top/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home .tech .tech_bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: var(--tcb-clm, 1fr);
  gap: 20px;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 992px) {
  .home .tech .tech_bottom {
    --tcb-clm: 1fr 1fr;
  }
}
.home .tech .tech_bottom a {
  display: grid;
  grid-template-columns: var(--tcb_a-clm, 100px 1fr);
  gap: 0;
  box-shadow: -1px 2px 10px rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 992px) {
  .home .tech .tech_bottom a {
    --tcb_a-clm: 220px 1fr;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
.home .tech .tech_bottom a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1/3;
}
.home .tech .tech_bottom a ul {
  padding: var(--tcb_a_ul-p, 20px 10px);
  background-color: white;
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 2;
  grid-row: 1/3;
}
@media screen and (min-width: 992px) {
  .home .tech .tech_bottom a ul {
    --tcb_a_ul-p: 20px;
  }
}
.home .tech .tech_bottom a ul li {
  display: contents;
}
.home .tech .tech_bottom a ul .tb_title {
  grid-row: 1;
  font-size: var(--tbt-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: var(--main-color);
}
@media screen and (min-width: 992px) {
  .home .tech .tech_bottom a ul .tb_title {
    --tbt-fs: 24px;
  }
}
.home .tech .tech_bottom a ul .tb_text {
  grid-row: 2;
  margin-top: 5px;
  font-size: var(--btx-fs, 14px);
  font-weight: 500;
  line-height: 1.625;
}
@media screen and (min-width: 992px) {
  .home .tech .tech_bottom a ul .tb_text {
    --btx-fs: 16px;
  }
}
.home .tech .sec_title {
  color: white;
}
.home .tech .sec_title + p {
  color: white;
}
.home .work .work_inner {
  margin-top: 30px;
}
.home .work .work_inner > * + * {
  margin-top: 30px;
}
.home .work .work_inner .wc_title {
  font-size: var(--wct-fs, 18px);
  font-weight: bold;
  line-height: 1.4583333333;
  color: var(--main-color);
  padding-block: 0 12px;
  padding-inline: var(--wct-px, 10px);
  border-bottom: 1px solid;
}
@media screen and (min-width: 992px) {
  .home .work .work_inner .wc_title {
    --wct-fs: 24px;
    --wct-px: 15px;
  }
}
.home .work .work_inner .work_content > * + * {
  margin-top: 20px;
}
.home .work .work_inner .w_categories {
  display: grid;
  grid-template-columns: var(--wc-clm, 1fr 1fr);
  gap: var(--wc-gap, 10px);
}
@media screen and (min-width: 992px) {
  .home .work .work_inner .w_categories {
    --wc-clm: repeat(4, 1fr);
    --wc-gap: 20px;
  }
}
.home .work .work_inner .w_categories > * {
  overflow: hidden;
  position: relative;
}
.home .work .work_inner .w_categories > *::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(48, 48, 52, 0.81), rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.home .work .work_inner .w_categories > *:hover {
  opacity: 1;
}
.home .work .work_inner .w_categories > * img {
  width: 100%;
  height: 100%;
  aspect-ratio: 57/52;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.3s ease;
}
.home .work .work_inner .w_categories > * img:hover {
  scale: 1.1;
}
.home .work .work_inner .w_categories > * span {
  pointer-events: none;
  color: white;
  font-size: var(--wca_spn-fs, 14px);
  font-weight: bold;
  line-height: 1.45;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: var(--wca_spn-btm, 10px);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .home .work .work_inner .w_categories > * span {
    --wca_spn-fs: 20px;
    --wca_spn-btm: 20px;
  }
}
.home .columns {
  background-color: #F9F9F9;
}
.home .columns .inner > * + * {
  margin-top: var(--clm_chd-mt, 50px);
}
@media screen and (min-width: 992px) {
  .home .columns .inner > * + * {
    --clm_chd-mt: 100px;
  }
}
.home .columns .column_wrapper {
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */