@charset "UTF-8";
@layer utils, layout, pages;
/*! 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);
}

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

@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
:root {
  --sp-h: 60px;
  --pc-h: 80px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: Noto Sans JP,serif;
  --font_en: Arial, Arial,serif;
  --black: #333333;
  --main_color: #50a480;
  --l_orange: #FFF2D8;
  --l_grey: #EFEFEF;
  --yellow: #FFFF06;
  --beige: #FFF6E4;
  --line: #06C755;
  --orange_1: #FFBB80;
  --orange_2: #FF9C44;
  --orange_3: #FF7700;
  --orange_4: #D96500;
  --orange_5: #AA4F00;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --xxl: 1400px;
  --ex: 1620px;
  --exx: 1710px;
  --xxx: 1860px;
  --min-sm: (min-width: 576px);
  --min-md: (min-width: 768px);
  --min-lg: (min-width: 992px);
  --min-xl: (min-width: 1200px);
  --min-xxl: (min-width: 1400px);
  --min-ex: (min-width: 1620px);
  --min-exx: (min-width: 1710px);
  --min-xxx: (min-width: 1860px);
}

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

.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_x1 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x1.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x1.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x2 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x2.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x2.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x3 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x3.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x3.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x4 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x4.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x4.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x5 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x5.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x5.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x6 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x6.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x6.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x7 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x7.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x7.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x8 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x8.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x8.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x9 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x9.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x9.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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_x10 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x10.child_lineup > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: var(--cl_row, span 3);
  gap: 0;
}
.grid_x10.child_lineup img {
  -o-object-fit: contain;
     object-fit: contain;
}

.grid_x2:is(.sec *) {
  align-items: center;
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2:is(.sec *) {
    --gap: 30px;
  }
}
.grid_x2:is(.sec *) hgroup p {
  font-size: var(--hgp_p-fs, 18px);
}
@media screen and (min-width: 992px) {
  .grid_x2:is(.sec *) hgroup p {
    --hgp_p-fs: 20px;
  }
}
.grid_x2:is(.sec *) hgroup h3 {
  font-size: var(--hgp_h3-fs, 35px);
  font-weight: bold;
  color: var(--main_color);
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .grid_x2:is(.sec *) hgroup h3 {
    --hgp_h3-fs: 40px;
  }
}
.grid_x2:is(.sec *) .text {
  font-weight: 500;
  line-height: 2;
}
.grid_x2:is(.sec *) .wrapper {
  margin-top: 0;
}
.grid_x2:is(.sec *) .wrapper > * + * {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2:is(.sec *) .link_more {
    --lm-is: 300px;
  }
}
.grid_x2.img_sml {
  --img-w: 300px;
  align-items: start;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_sml {
    --columns: var(--img-w) 1fr;
  }
}
.grid_x2.img_sml img {
  width: var(--img-w);
  max-height: 400px;
}
.grid_x2.img_sml .info .title {
  font-size: 22px;
  font-weight: 600;
}
.grid_x2.img_sml .info .text {
  margin-top: 20px;
}
.grid_x2.img_sml .info .text span {
  display: block;
  margin-bottom: 10px;
}
.grid_x2:is(.news *) {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .grid_x2:is(.news *) .link_more {
    --lm-is: 350px;
  }
}

.grid_auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(130px, 100%), 154px));
  gap: 20px;
  justify-content: center;
}
.grid_auto a {
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-template-rows: 50px;
  background-color: var(--main_color);
  align-items: center;
  padding-inline: 15px;
  color: white;
}
.grid_auto a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  justify-self: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.ActivitiesSlide {
  width: min(1200px, 95%);
  margin-inline: auto;
  overflow: visible;
  z-index: 0;
}
.swiper.ActivitiesSlide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.swiper.ActivitiesSlide .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.swiper.ActivitiesSlide .swiper-wrapper .swiper-slide figure {
  background: #fff;
}
.swiper.ActivitiesSlide .swiper-wrapper .swiper-slide img {
  width: min(380px, 100%);
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper.ActivitiesSlide .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

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

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

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

.title.en {
  text-transform: uppercase;
}
.title.type_top_sec {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font-size: var(--ttl_sec-fs, 30px);
  color: var(--main_color);
  opacity: 0.7;
  margin-block: calc((1em - 1lh) / 2);
  z-index: 1;
}
.title.type_top_sec:has(img) {
  margin-block: initial;
}
@media screen and (min-width: 992px) {
  .title.type_top_sec {
    --ttl_sec-fs: 80px;
  }
}
.title.type_top_sec img {
  width: 50%;
  display: block;
}
.title.type_top_sec img:is(.activities *) {
  width: var(--ttl_tts_img-w, 70%);
}
@media screen and (min-width: 992px) {
  .title.type_top_sec img:is(.activities *) {
    --ttl_tts_img-w: 50%;
  }
}
.title.type_top_sec.left {
  left: 0;
}
.title.type_top_sec.right {
  right: 0;
}
.title.type_top_sec.right img {
  margin-inline: auto 0;
}
.title.type_top_center {
  text-align: center;
  color: var(--main_color);
  font-size: var(--ttl_top-fs, 22px);
  font-weight: bold;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .title.type_top_center {
    --ttl_top-fs: 35px;
  }
}
.title.type_top_center::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  margin-top: 25px;
  background-color: currentColor;
  margin-inline: auto;
}
.title.type_top_center + .text {
  margin-top: 30px;
}
.title.type_detail {
  font-size: var(--ttl_td-fs, 20px);
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 992px) {
  .title.type_detail {
    --ttl_td-fs: 26px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#jpmap {
  display: block;
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
}
#jpmap .unclick {
  filter: grayscale(1);
  cursor: default;
}
#jpmap .unclick:hover {
  opacity: 1;
}

header {
  --logo_w: auto;
  --logo_h: 80px;
  container-type: inline-size;
  width: 100%;
  position: fixed;
  top: 0;
  inset-inline: 0;
  background-color: white;
  height: var(--header-height, var(--sp-h));
  transition: background-color 0.5s linear;
  z-index: 1030;
  /* メニューボタンの設定 */
}
@media screen and (min-width: 992px) {
  header {
    --header-height: var(--pc-h);
  }
}
header .header_wrapper {
  display: grid;
  grid-template-columns: var(--logo_w) 1fr;
  height: 100%;
}
header .logo {
  --logo_w: 300px;
}
header .logo h1 {
  margin-block: 0;
}
header .logo h1 img {
  width: var(--img-w, auto);
  height: var(--img-h, var(--sp-h));
  -o-object-fit: contain;
     object-fit: contain;
  --img-w: 50%;
  margin-left: 5px;
}
@container (min-width: 992px) {
  header .logo h1 img {
    --img-w: var(--logo_w);
    --img-h: auto;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 5px;
  }
}
header .header_right {
  position: relative;
}
header .menu_button {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: var(--mb_h, var(--sp-h));
  aspect-ratio: 1;
}
@container (min-width: 992px) {
  header .menu_button {
    --mb_h: var(--logo_h);
  }
}
header .menu_button .lines_parent {
  display: grid;
  place-items: center;
  margin: 0;
  gap: var(--lp-gap, 7px);
}
@container (min-width: 992px) {
  header .menu_button .lines_parent {
    --lp-gap: 10px;
  }
}
header .menu_button span {
  display: inline-block;
  transition: all 0.4s;
  height: 3px;
  border-radius: 2px;
  background-color: var(--main_color);
  width: 50%;
}
header .menu_button.active span {
  width: 50%;
  background-color: white;
}
header .menu_button.active span:nth-of-type(1) {
  transform: translateY(var(--as_1-trs, 5px)) rotate(-45deg);
}
@container (min-width: 992px) {
  header .menu_button.active span:nth-of-type(1) {
    --as_1-trs: 10px;
  }
}
header .menu_button.active span:nth-of-type(2) {
  transform: translateY(var(--as_3-trs, -5px)) rotate(45deg);
}
@container (min-width: 992px) {
  header .menu_button.active span:nth-of-type(2) {
    --as_3-trs: -3px;
  }
}
header .offcanvas.offcanvas-end {
  --bs-offcanvas-width: 500px;
  top: 0;
  background: rgba(80, 164, 128, 0.6);
  padding-top: var(--offset-pt, var(--sp-h));
}
@media screen and (min-width: 992px) {
  header .offcanvas.offcanvas-end {
    --offset-pt: var(--pc-h);
  }
}
header .offcanvas.offcanvas-end .menu_inner {
  padding-inline: 30px;
}
header .offcanvas.offcanvas-end .menu_inner > p {
  border-bottom: 1px solid white;
}
header .offcanvas.offcanvas-end .menu_inner > p > a {
  display: block;
  padding: 1rem 1.25rem;
  color: white;
}
header .nav {
  display: flex;
  justify-self: end;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}

.accordion {
  --bs-body-bg: transparent;
  border-bottom: 1px solid white;
}
.accordion .accordion-button {
  color: white;
}
.accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 1.8rem;
  font-weight: 200;
  position: relative;
  bottom: 7px;
  transform: none;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}
.accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  transform: rotate(0deg);
  right: -1px;
  font-size: 2.5rem;
  bottom: 16px;
}
.accordion .grandchild_items a {
  color: white;
}

@media (max-width: 769px) {
  footer {
    margin-bottom: 155px;
  }
}

.footer_top {
  padding-block: 40px;
  background-color: var(--main_color);
}
.footer_top .footer_contact {
  padding-block: 30px;
  background-color: white;
}
.footer_top .footer_contact .title {
  font-size: var(--fc_ttl-fs, 25px);
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer_top .footer_contact .title {
    --fc_ttl-fs: 28px;
  }
}
.footer_top .footer_contact .info {
  margin-block: 20px;
  text-align: center;
}

.footer_inner {
  padding: var(--fi-p, 30px 15px);
}
@media screen and (min-width: 992px) {
  .footer_inner {
    --fi-p: 40px;
  }
}
.footer_inner > :first-child img {
  width: min(300px, 100%);
}
.footer_inner > ul {
  margin-top: 20px;
  display: flex;
  gap: var(--footer_ul-gap, 30px);
  flex-wrap: wrap;
  flex-direction: var(--footer_ul-dir, column);
}
@media screen and (min-width: 992px) {
  .footer_inner > ul {
    --footer_ul-dir: row;
    --footer_ul-gap: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_inner > ul {
    --footer_ul-gap: 3%;
  }
}
.footer_inner > ul a {
  font-size: 18px;
  font-weight: 600;
}
.footer_inner .child {
  margin-top: 15px;
}
.footer_inner .child > * + * {
  margin-top: 10px;
}
.footer_inner .child a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: grey;
}

.floating_banner {
  display: none;
  position: fixed;
  bottom: var(--fb-btm, 0);
  right: var(--fb-r, 0);
  width: var(--fb-w, 100%);
  opacity: 0;
  z-index: 11;
  transition: all 0.4s linear;
}
@media screen and (min-width: 768px) {
  .floating_banner {
    --fb-w: min(200px, 100%);
    --fb-btm: 2%;
    --fb-r: 2%;
  }
}
.floating_banner.active {
  display: block;
  opacity: 1;
}
@media (max-width: 769px) {
  .floating_banner img {
    width: 100%;
  }
}

@-webkit-keyframes fade-slide-up {
  from {
    opacity: 0;
    margin-top: 100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes fade-slide-up {
  from {
    opacity: 0;
    margin-top: 100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
.fv {
  width: 100%;
}
.fv .swiper-slide {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .fv .swiper-slide {
    padding-bottom: 0;
  }
}
.fv .text {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: 1s ease fade-slide-up forwards;
          animation: 1s ease fade-slide-up forwards;
  opacity: 0;
  margin-top: 100px;
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  .fv .text {
    left: 10%;
    top: 50%;
    width: 55%;
    transform: translateY(-50%);
    bottom: inherit;
    padding: 0;
  }
}
.fv .text p {
  margin-bottom: 15px;
  font-size: 80%;
}
@media screen and (min-width: 576px) {
  .fv .text p {
    font-size: 1rem;
  }
}
.fv .text p.catch {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 992px) {
  .fv .text p.catch {
    font-size: 42px;
  }
}
.fv .text p.catch span {
  display: block;
  font-size: 4.4vw;
}
@media screen and (min-width: 992px) {
  .fv .text p.catch span {
    font-size: 22px;
  }
}
.fv .text ul {
  display: flex;
}
.fv .text ul li {
  margin-right: 20px;
  min-width: 200px;
}
.fv .text ul li:first-child a {
  background: #000;
  color: #fff;
}
.fv .text ul li:first-child a:before {
  border-color: #fff;
}
.fv .text ul li a {
  position: relative;
  display: block;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 100px;
  text-align: center;
}
.fv .text ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-top: none;
  border-left: none;
}

/*
.fv_pc {
    position: relative;
    display: var(--fv_pc-d, none);
    width: 100%;
    // &::after {
    //     content: "";
    //     width: 100%;
    //     height: 100%;
    //     position: absolute;
    //     top: 0;
    //     left: 0;
    //     background-color: rgba(0, 0, 0, 0.2);
    //     z-index: 9;
    // }

    @include mq(lg){
        --fv_pc-d: flex;
    }
    // .swiper {
    //     width: 25%;
    // }
    // .text {
    //     position: absolute;
    //     inset: 0;
    //     margin: auto;
    //     text-align: center;
    //     z-index: 88;
    //     font-size: 50px;
    //     color: white;
    //     display: grid;
    //     place-content: center;
    //     opacity: 0;
    //     animation-name: fade-slide-up;
    //     animation-duration: 1s;
    //     animation-timing-function: ease-out;
    //     animation-fill-mode: forwards;  
    //     p {
    //         font-size: var(--fv_p-fs, 40px);
    //         font-weight: 900;
    //         line-height: 1.4;
    //         text-shadow: 0 0 10px #333;
    //         @include mq(xl){
    //             --fv_p-fs: 80px;
    //         }
    //     }
    //     span {
    //         font-size: var(--fv_spn-fs, 25px);
    //         font-family: "游明朝体", "Yu Mincho";
    //         text-shadow: 0 0 10px #333;
    //         @include mq(xl){
    //             --fv_spn-fs: 50px;
    //         }
    //     }
    // }
}
.fv_sp {
    position: relative;
    display: var(--fv_sp-d, block);
    // &::after {
    //     content: "";
    //     width: 100%;
    //     height: 100%;
    //     position: absolute;
    //     top: 0;
    //     left: 0;
    //     background-color: rgba(0, 0, 0, 0.2);
    //     z-index: 9;
    // }
    @include mq(lg){
        --fv_sp-d: none;
    }
    .fv_scroll_arrow {
        @include arrow.fv_scroll;
    }
    .fv_title {
        position: absolute;
        inset: 0;
        margin: auto;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: white;
        inline-size: fit-content;
        block-size: fit-content;
        z-index: 5;
        font-size: 18px;
        line-height: 1.5;
        pointer-events: none;
        margin-top: var(--fv_ttl-mt, 40%);
        @include mq(lg){
            --fv_ttl-mt: 10%;
        }
    }
    .text {
        position: absolute;
        inset: 0;
        margin: auto;
        text-align: center;
        z-index: 88;
        font-size: 50px;
        color: white;
        display: grid;
        place-content: center;
        opacity: 0;
        animation-name: fade-slide-up;
        animation-duration: 1s;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;  
        p {
            font-size: var(--fv_p-fs, 40px);
            font-weight: 900;
            line-height: 1.1;
            text-shadow: 0 0 10px #333;
            @include mq(xl){
                --fv_p-fs: 80px;
            }
        }
        span {
            font-size: var(--fv_spn-fs, 19px);
            font-family: "游明朝体", "Yu Mincho";
            text-shadow: 0 0 10px #333;
            line-height: 2.5;
            @include mq(xl){
                --fv_spn-fs: 50px;
            }
        }
    }
}
*/
.contact form dl {
  display: grid;
}
.contact form dd {
  margin-bottom: 30px;
}
.contact form .required {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.contact form .required::after {
  display: block;
  content: "必須";
  width: 55px;
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #F10000;
}
.contact form :where(input:not([type=file]), textarea) {
  width: 100%;
  padding: 10px;
  outline: 1px solid #CCC;
}
.contact form :where(input:not([type=file]), textarea)::-moz-placeholder {
  color: #ccc;
}
.contact form :where(input:not([type=file]), textarea):-ms-input-placeholder {
  color: #ccc;
}
.contact form :where(input:not([type=file]), textarea)::placeholder {
  color: #ccc;
}
.contact form .link_wrapper {
  margin-top: 30px;
}
.contact form [type=submit] {
  text-align: center;
  color: white;
  background-color: var(--main_color);
  text-align: center;
  width: min(400px, 100%);
  margin-inline: auto;
  display: block;
  transition: opacity 0.5s ease;
}
.contact form [type=submit]:hover {
  opacity: 0.5;
}
.contact label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.contact .require {
  width: 55px;
  text-align: center;
  color: white;
  font-size: 12px;
  background-color: #F10000;
  border-radius: 14px;
}
.contact input {
  width: 100%;
  background: white;
  padding-block: 10px;
  padding-inline: 20px;
  border: 1px solid var(--bc);
  border-radius: 5px;
}
.contact input::-moz-placeholder {
  color: var(--bc);
}
.contact input:-ms-input-placeholder {
  color: var(--bc);
}
.contact input::placeholder {
  color: var(--bc);
}
.contact input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contact select {
  border: 1px solid var(--bc);
}
.contact textarea {
  padding-block: 10px;
  padding-inline: 20px;
  width: 100%;
  background: white;
  border-radius: 5px;
  border: 1px solid var(--bc);
  min-height: 250px;
}
.contact textarea::-moz-placeholder {
  color: var(--bc);
}
.contact textarea:-ms-input-placeholder {
  color: var(--bc);
}
.contact textarea::placeholder {
  color: var(--bc);
}

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

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

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

.sec {
  position: relative;
  padding-block: var(--sec-py, 50px);
  overflow-x: hidden;
}
@media screen and (min-width: 992px) {
  .sec:is(.pages *) {
    --sec-py: 100px;
  }
}
@media screen and (min-width: 992px) {
  .sec {
    --sec-py: 150px 100px;
  }
}
.sec.bg {
  background-color: var(--main_color);
}
.sec.bg :where(.type_top_sec, .type_top_center) {
  color: white;
}
.sec.bg_grey {
  background-color: var(--grey, #eee);
}
.sec.detail .info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sec.detail .info .category {
  padding: 5px 20px;
  border: 1px solid var(--main_color);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: var(--main_color);
}
.sec.detail h3 {
  margin-top: 20px;
  font-size: var(--detail_h3-fs, 20px);
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: var(--detail_h3-pb, 20px);
  border-bottom: 1px solid var(--main_color);
  margin-bottom: var(--detail_h3-mb, 30px);
}
@media screen and (min-width: 992px) {
  .sec.detail h3 {
    --detail_h3-fs: 26px;
    --detail_h3-mb: 60px;
    --detail_h3-pb: 30px;
  }
}
.sec.detail h4 {
  font-size: var(--detail_h4-fs, 18px);
  font-weight: 600;
  border-left: 5px solid var(--main_color);
  padding-left: 20px;
  padding-block: 10px;
}
@media screen and (min-width: 992px) {
  .sec.detail h4 {
    --detail_h4-fs: 22px;
  }
}
.sec.detail h5 {
  font-size: var(--detail_h4-fs, 16px);
  font-weight: 600;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  .sec.detail h5 {
    --detail_h4-fs: 18px;
  }
}
.sec.detail img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.sec.detail p {
  min-height: 1rem;
}

.categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.categories a {
  color: var(--main_color);
  padding: 5px 20px;
  border: 1px solid;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: white;
}
.categories a.active {
  background-color: var(--main_color);
  color: white;
  pointer-events: none;
}

.wrapper {
  margin-top: 50px;
}
.wrapper:not(.no_bg) > * + * {
  margin-top: 30px;
}
.wrapper.news:has(.category) {
  display: grid;
  grid-template-columns: var(--news-columns, 1fr);
  row-gap: 5px;
}
.wrapper.news a {
  background-color: white;
  padding: var(--nw_a-p, 10px);
  display: grid;
  grid-template-columns: var(--nw_a-columns, 1fr);
  align-items: center;
  gap: 20px;
  border: 1px solid var(--main_color);
}
@media screen and (min-width: 992px) {
  .wrapper.news a {
    --nw_a-columns: auto 1fr;
    --nw_a-p: 25px;
  }
}
.wrapper.news a:has(.content) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}
.wrapper.news a:is(.no_bg *) {
  border-bottom: 1px solid var(--main_color);
}
.wrapper.news a .content {
  display: var(--content-d, flex);
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.wrapper.news a .date {
  width: var(--news_date-w, 100%);
  color: var(--main_color);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .wrapper.news a .date {
    --news_date-w: auto;
  }
}
.wrapper.news a .date:has(.category) {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wrapper.news a .category {
  color: var(--main_color);
  padding: 5px 20px;
  border: 1px solid;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: var(--main_color);
  color: white;
}
.wrapper.news a .category:empty {
  background-color: initial;
}
.wrapper.sns .grid_sns {
  display: grid;
  grid-template-columns: var(--gs-columns, 1fr 1fr);
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 576px) {
  .wrapper.sns .grid_sns {
    --gs-columns: repeat(auto-fit, minmax(min(200px, 100%), 285px));
  }
}
.wrapper.sns .grid_sns a img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.link_wrapper:is(.sec *) {
  --lm-is: min(480px, 100%);
}
.link_wrapper .link_more {
  background-color: var(--main_color);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: white;
  padding: 15px;
  inline-size: var(--lm-is, -webkit-fit-content);
  inline-size: var(--lm-is, -moz-fit-content);
  inline-size: var(--lm-is, fit-content);
  font-size: 20px;
  width: min(94%, 400px);
  margin-inline: auto;
}
.link_wrapper .link_more span {
  width: 60px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  transition: transform 0.3s;
}
.link_wrapper .link_more span::after {
  content: "";
  width: 7px;
  height: 4px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.link_wrapper .link_more:hover span {
  transform: translateX(5px);
}

.color_title {
  color: var(--main_color);
  margin-top: 15px;
  font-size: var(--ct-fs, 16px);
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .color_title {
    --ct-fs: 18px;
  }
}

.margin_child_1 > *:not(:last-child) {
  --mc_mb: calc(10px * 1 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_1 > *:not(:last-child) {
    --mc_mb: calc(10px * 1);
  }
}

.margin_child_2 > *:not(:last-child) {
  --mc_mb: calc(10px * 2 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_2 > *:not(:last-child) {
    --mc_mb: calc(10px * 2);
  }
}

.margin_child_3 > *:not(:last-child) {
  --mc_mb: calc(10px * 3 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_3 > *:not(:last-child) {
    --mc_mb: calc(10px * 3);
  }
}

.margin_child_4 > *:not(:last-child) {
  --mc_mb: calc(10px * 4 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_4 > *:not(:last-child) {
    --mc_mb: calc(10px * 4);
  }
}

.margin_child_5 > *:not(:last-child) {
  --mc_mb: calc(10px * 5 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_5 > *:not(:last-child) {
    --mc_mb: calc(10px * 5);
  }
}

.margin_child_6 > *:not(:last-child) {
  --mc_mb: calc(10px * 6 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_6 > *:not(:last-child) {
    --mc_mb: calc(10px * 6);
  }
}

.margin_child_7 > *:not(:last-child) {
  --mc_mb: calc(10px * 7 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_7 > *:not(:last-child) {
    --mc_mb: calc(10px * 7);
  }
}

.margin_child_8 > *:not(:last-child) {
  --mc_mb: calc(10px * 8 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_8 > *:not(:last-child) {
    --mc_mb: calc(10px * 8);
  }
}

.margin_child_9 > *:not(:last-child) {
  --mc_mb: calc(10px * 9 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_9 > *:not(:last-child) {
    --mc_mb: calc(10px * 9);
  }
}

.margin_child_10 > *:not(:last-child) {
  --mc_mb: calc(10px * 10 * .5);
  margin-bottom: var(--mc_mb);
}
@media screen and (min-width: 992px) {
  .margin_child_10 > *:not(:last-child) {
    --mc_mb: calc(10px * 10);
  }
}

.banner_link {
  margin-top: var(--bl_mt, 20px);
}
@media screen and (min-width: 992px) {
  .banner_link {
    --bl_mt: 50px;
  }
}
.banner_link a {
  display: block;
  width: min(900px, 100%);
  margin-inline: auto;
}
.banner_link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: var(--bl_img-h, auto);
}
@media screen and (min-width: 992px) {
  .banner_link img {
    --bl_img-h: 200px;
  }
}

.pages .page_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: var(--p_pt-rows, 120px);
  background-color: var(--main_color);
}
@media screen and (min-width: 768px) {
  .pages .page_top {
    --p_pt-rows: 300px;
  }
}
.pages .page_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.pages .page_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: var(--page_t_aft-bg, url(../images/section/header.png));
  background-size: cover;
  background-position: center;
}
.pages .page_top .left {
  position: absolute;
  align-self: center;
  padding-inline: var(--p_left-px, 15px 0);
}
@media screen and (min-width: 992px) {
  .pages .page_top .left {
    --p_left-px: 30px 0;
  }
}
.pages .page_top .left p {
  text-transform: uppercase;
  font-size: var(--p_l_p-fs, 35px);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 768px) {
  .pages .page_top .left p {
    --p_l_p-fs: 70px;
  }
}
.pages .page_top .left p:has(img) {
  font-size: initial;
  margin-block: initial;
  margin-bottom: var(--p_l_p-mb, 10px);
}
@media screen and (min-width: 992px) {
  .pages .page_top .left p:has(img) {
    --p_l_p-mb: 20px;
  }
}
.pages .page_top .left p img {
  height: var(--p_l_p-h, 35px);
}
@media screen and (min-width: 992px) {
  .pages .page_top .left p img {
    --p_l_p-h: 100px;
  }
}
.pages .page_top .left :where(h3, h2) {
  color: white;
  font-size: var(--p_l_h3-fs, 18px);
}
@media screen and (min-width: 768px) {
  .pages .page_top .left :where(h3, h2) {
    --p_l_h3-fs: 34px;
  }
}
.pages .inner > * + * {
  margin-top: var(--inner_child-mt, 25px);
}
@media screen and (min-width: 992px) {
  .pages .inner > * + * {
    --inner_child-mt: 50px;
  }
}
.pages .contact_address {
  background-color: white;
  padding: 30px;
  width: min(800px, 100%);
  margin-inline: auto;
}
.pages .contact_address > * + * {
  margin-top: 15px;
}
.pages .contact_address li {
  display: grid;
  grid-template-columns: var(--ca_li-columns, 1fr);
  gap: 10px;
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .pages .contact_address li {
    --ca_li-columns: 200px 1fr;
  }
}
.pages .contact_address li .title {
  color: var(--main_color);
}
.pages .contact_box ul {
  width: 95%;
  max-width: 600px;
  margin: 50px auto 0;
  border: 1px solid var(--main_color);
}
.pages .contact_box ul li {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .pages .contact_box ul li {
    grid-template-columns: 2fr 5fr;
  }
}
.pages .contact_box ul li:not(:last-child) p {
  border-bottom: 1px solid;
}
.pages .contact_box ul li p {
  padding: 15px;
  border-color: var(--main_color);
}
.pages .contact_box ul li p:first-child {
  background: var(--main_color);
  color: #fff;
  border-color: #fff;
}
.pages .pager {
  margin-top: 100px;
}
.pages .pager .pagination {
  justify-content: center;
  gap: 10px;
}
.pages .pager .page-link {
  border: 0;
  padding: 10px 16px;
  font-size: 16px;
  background: white;
  color: var(--main_color);
  border: 1px solid;
  font-weight: bold;
}
.pages .pager .pagination .active > .page-link, .pages .pager .pagination .page-link.active {
  background-color: var(--main_color);
  color: white;
  border: 0;
}
.pages.regions .grid_x3 .swiper-slide img {
  width: min(380px, 100%);
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
}

.columns .child_lineup a .category {
  display: flex;
  gap: 15px;
}
.columns .child_lineup a .category li {
  align-self: center;
  padding-inline: 15px;
  padding: 5px 20px;
  border: 1px solid;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: var(--main_color);
  color: white;
}
.columns .child_lineup a .color_title {
  margin-top: 0;
}

.terms .page_top::after {
  --page_t_aft-bg: url(../images/section/header_2.png);
}

.contact .page_top::after {
  --page_t_aft-bg: url(../images/section/header_contact.png);
}

.merit .page_top::after {
  --page_t_aft-bg: url(../images/section/header_merit.jpg);
}

.membership .page_top::after {
  --page_t_aft-bg: url(../images/section/header_information.png);
}

.regions .page_top::after {
  --page_t_aft-bg: url(../images/section/header_regions.png);
}

.member .page_top::after {
  --page_t_aft-bg: url(../images/section/header_member.png);
}

.news .page_top::after {
  --page_t_aft-bg: url(../images/section/header_news.png);
}

.initiatives .page_top::after {
  --page_t_aft-bg: url(../images/section/header_activity.png);
}

:where(.columns, .news, .terms) .sec.detail .detail_wrapper a {
  color: rgb(13, 110, 253);
  text-decoration: underline;
}

.pp_link a {
  color: red;
  text-decoration: underline;
}

.merit .detail ol {
  display: grid;
  grid-template-columns: var(--ol-columns, 1fr);
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .merit .detail ol {
    --ol-columns: 1fr 1fr;
  }
}
.merit .detail ol li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  border: 2px solid var(--main_color);
  padding: 20px;
  border-radius: 20px;
}
.merit .detail ol li h5 {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: var(--li_h5-fs, 18px);
}
@media screen and (min-width: 992px) {
  .merit .detail ol li h5 {
    --li_h5-fs: 24px;
  }
}
.merit .detail ol li h5 .num {
  background: var(--main_color);
  color: white;
  padding: 10px;
}
.merit .detail ol li > div {
  display: grid;
  grid-template-columns: var(--li_div-columns, 1fr);
  gap: var(--li_div-gap, 10px);
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .merit .detail ol li > div {
    --li_div-columns: 150px 1fr;
    --li_div-gap: 20px;
  }
}
.merit .detail ol li > div img {
  width: var(--il_img-w, min(100px, 100%));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 992px) {
  .merit .detail ol li > div img {
    --il_img-w: 100%;
  }
}
.merit .detail ol li > div p a {
  text-decoration: underline;
  color: var(--main_color);
}

.home .boshu-area {
  background: url("../images/top/bg_boshu_pc.png") no-repeat center bottom/cover;
  padding: 50px 2%;
}
@media screen and (min-width: 992px) {
  .home .boshu-area {
    background: url("../images/top/bg_boshu_sp.png") no-repeat center bottom/cover;
  }
}
.home .boshu-area h3 {
  margin-bottom: 20px;
  color: var(--main_color);
  font-size: 11vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .boshu-area h3 {
    font-size: 60px;
  }
}
.home .boshu-area h3 + p {
  font-size: 120%;
  text-align: center;
}
.home .boshu-area picture {
  display: block;
  max-width: 1400px;
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  .home .boshu-area picture {
    width: 80%;
  }
}
.home .boshu-area .merit_outer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .home .boshu-area .merit_outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.home .boshu-area .merit_outer .merit_box {
  padding: 15px;
  border: 2px solid var(--main_color);
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.home .boshu-area .merit_outer .merit_box h4 {
  margin-bottom: 20px;
  color: var(--main_color);
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home .boshu-area .merit_outer .merit_box h4 {
    font-size: 1.4vw;
  }
}
.home .boshu-area .merit_outer .merit_box dl {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.home .boshu-area .merit_outer .merit_box dl dt {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: var(--main_color);
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.home .boshu-area .merit_outer .merit_box dl dd {
  margin: 0;
  width: calc(100% - 36px);
}
.home .boshu-area .merit_outer .merit_box p a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0;
  padding: 10px;
  background: var(--main_color);
  border-radius: 100px;
  color: #fff;
  text-align: center;
}
.home .boshu-area .merit_outer .merit_box p a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
}
.home .boshu-area .link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.home .boshu-area .link li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home .boshu-area .link li {
    width: calc(50% - 10px);
  }
}
.home .boshu-area .link li p {
  text-align: center;
}
.home .boshu-area .link li p a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: var(--main_color);
}
.home .boshu-area .link li p a.bg_orange {
  background: #FF9122;
}
.home .boshu-area .link li p a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
}
.home .about {
  padding-inline: var(--ac-px, calc(var(--sp-padding) * 0.5));
}
@media screen and (min-width: 992px) {
  .home .about {
    --ac-px: 0;
  }
}
.home .about .wrapper {
  width: min(500px, 100%);
  margin-inline: var(--ac_wrp_mx, auto);
}
@media screen and (min-width: 992px) {
  .home .about .wrapper {
    --ac_wrp_mx: auto 80px;
  }
}
@media screen and (min-width: 992px) {
  .home .about .grid_x2 {
    --gap: 80px;
  }
}
.home .about .grid_x2 img {
  width: min(1200px, 100%);
  margin-inline: var(--abt_img-mx, auto);
}
@media screen and (min-width: 992px) {
  .home .about .grid_x2 img {
    --abt_img-mx: auto 0;
  }
}
.home .news .wrapper.news:has(.category) {
  grid-template-columns: 1fr;
}
.home .news .wrapper.news a:has(.category) {
  grid-column: initial;
}
.home .news .wrapper.news a .content {
  display: flex;
  flex-wrap: wrap;
}
.home .news .grid_x2 {
  align-items: start;
}
@media screen and (min-width: 992px) {
  .home .news .grid_x2 {
    --columns: 1fr 42%;
  }
}
.home .news .grid_x2 .sns {
  width: 100%;
  align-self: start;
}
.home .news .grid_x2 .sns iframe {
  width: 100%;
}

.fv_wrapper {
  position: relative;
}
.fv_wrapper .top_news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  padding: 10px;
  background: var(--main_color);
  z-index: 999;
}
.fv_wrapper .top_news .news_title {
  width: 15%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.fv_wrapper .top_news .news_slider {
  width: 85%;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}/*# sourceMappingURL=style.css.map */