@charset "UTF-8";
.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 slide-in {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes slide-in {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@-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%;
  }
}
@-webkit-keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes zoom-effect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@keyframes zoom-effect {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
}
@-webkit-keyframes bounds {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
@keyframes bounds {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
/**
 * fluid-type (clamp) の「値」を返す関数 (px単位)
 *
 * @param {Number} $min-size - 最小サイズ (px単位)
 * @param {Number} $max-size - 最大サイズ (px単位)
 * @param {Number} $min-vp   - 最小サイズになる画面幅 (px単位)
 * @param {Number} $max-vp   - 最大サイズになる画面幅 (px単位)
 * @return {String}          - "clamp(min, preferred, max)" の文字列
 *
 */
.accordion .accordion-item .accordion-body span, .accordion .accordion-item button span, header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span, header .nav_sp .menu_sp_inner .accordion .accordion-item button span {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body span, .accordion .accordion-item button span, header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span, header .nav_sp .menu_sp_inner .accordion .accordion-item button span {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.accordion .accordion-item .accordion-body span:first-child, .accordion .accordion-item button span:first-child, header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span:first-child, header .nav_sp .menu_sp_inner .accordion .accordion-item button span:first-child {
  display: grid;
  font-size: calc(16px + 0.2604166667vw);
  color: var(--icon-color, #fff);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  border: 1px solid var(--main_color);
  background-color: var(--icon-bg-color, var(--main_color));
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body span:first-child, .accordion .accordion-item button span:first-child, header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span:first-child, header .nav_sp .menu_sp_inner .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item .accordion-body span:last-child, .accordion .accordion-item button span:last-child, header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span:last-child, header .nav_sp .menu_sp_inner .accordion .accordion-item button span:last-child {
  font-size: 16px;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body span:last-child, .accordion .accordion-item button span:last-child, header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span:last-child, header .nav_sp .menu_sp_inner .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}

:root {
  --sp-h: 70px;
  --pc-h: 84px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: "Noto Sans JP", sans-serif;
  --font_en: "Arial, Arial", serif;
  --font_fa: "Font Awesome 6 Free";
  --black: #333333;
  --main_color: #007BFF;
  --main-color: #007BFF;
  --sub_color: #1F4770;
  --sub-color: #1F4770;
  --sub_color2: #B3E0FF;
  --sub-color2: #B3E0FF;
  --blue: #007BFF;
  --l_orange: #FFF2D8;
  --l_grey: #F2F2F2;
  --yellow: #FFFF06;
  --beige: #FFF6E4;
  --line: #06C755;
  --orange_1: #FFBB80;
  --orange_2: #FF9C44;
  --orange_3: #FF7700;
  --orange_4: #D96500;
  --orange_5: #AA4F00;
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

* strong {
  color: var(--main-color);
  font-weight: inherit;
}

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: normal;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  p {
    --p-fs: 16px;
  }
}
p .p_link {
  color: var(--sub-color);
  text-decoration: underline;
}

img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pages .grid_x3 {
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .pages .grid_x3 {
    --gap: 45px 15px;
  }
}
.pages .grid_x3.type_a > * {
  display: flex;
  flex-direction: column;
}
.pages .grid_x3.type_a > * > *:nth-child(1) img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: clamp(160px, calc(117.2413793103px + 4.3103448276vw), 200px);
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .grid_x3.type_a > * > *:nth-child(2) {
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  background: white;
  border-radius: 0 0 5px 5px;
  flex: 1;
}
.pages .grid_x3.type_a > * > *:nth-child(2) > * {
  display: block;
}
.pages .grid_x3.type_a > * > *:nth-child(2) .a_top {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  text-align: center;
  color: var(--sub-color);
  line-height: 1.6111111111;
}
.pages .grid_x3.type_a > * > *:nth-child(2) .a_bottom {
  margin-top: 10px;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  flex-grow: 1;
}

.slide_wrapper {
  position: relative;
}
.slide_wrapper:is(.ha_bottom *) {
  margin-bottom: clamp(70px, calc(-4.8275862069px + 7.5431034483vw), 140px);
}
.slide_wrapper .swiper-pagination {
  bottom: -30px;
}
@media screen and (min-width: 992px) {
  .slide_wrapper .swiper-pagination {
    bottom: -40px;
  }
}
.slide_wrapper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 8px;
}
@media screen and (min-width: 992px) {
  .slide_wrapper .swiper-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 12px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.cs_slide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.swiper.cs_slide .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.swiper.cs_slide .swiper-slide > *:nth-child(1) img {
  border-radius: 5px 5px 0 0;
}
.swiper.cs_slide .swiper-slide > *:nth-child(2) {
  background-color: white;
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  border-radius: 0 5px 5px 0;
  flex: 1;
}
.swiper.cs_slide .swiper-slide > *:nth-child(2) > * {
  display: block;
}
.swiper.cs_slide .swiper-slide > *:nth-child(2) .clm_date {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
.swiper.cs_slide .swiper-slide > *:nth-child(2) .clm_title {
  margin-top: 5px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  line-height: 1.6;
  color: var(--main-color);
}

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

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

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

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

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

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

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

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 990;
  height: var(--sp-h);
}
@media screen and (min-width: 1500px) {
  header {
    height: var(--pc-h);
  }
}
header .h_wrapper {
  display: grid;
  grid-template-columns: clamp(250px, calc(78.9655172414px + 17.2413793103vw), 410px) 1fr;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1500px) {
  header .h_wrapper {
    align-items: initial;
  }
}
header h1 {
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px) 0;
  display: grid;
  align-items: center;
}
header h1 img {
  width: clamp(270px, calc(173.7931034483px + 9.6982758621vw), 360px);
  -o-object-fit: cover;
     object-fit: cover;
}
header .nav_pc {
  display: none;
}
@media screen and (min-width: 1500px) {
  header .nav_pc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  }
}
header .nav_sp {
  display: block;
  padding-inline: 0 20px;
  /* メニューボタンの設定 */
}
@media screen and (min-width: 1500px) {
  header .nav_sp {
    display: none;
  }
}
header .nav_sp .menu_button {
  display: var(--menu_button, block);
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--main_color);
}
header .nav_sp .menu_button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 50%;
}
header .nav_sp .menu_button span:nth-of-type(1) {
  top: 12px;
}
header .nav_sp .menu_button span:nth-of-type(2) {
  top: 20px;
}
header .nav_sp .menu_button span:nth-of-type(3) {
  top: 28px;
}
header .nav_sp .menu_button.active span:nth-of-type(1) {
  top: 14px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
header .nav_sp .menu_button.active span:nth-of-type(2) {
  opacity: 0;
}
header .nav_sp .menu_button.active span:nth-of-type(3) {
  top: 26px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
header .nav_sp :is(#offcanvasNavbar, .offcanvas-backdrop) {
  top: var(--offset-top, var(--sp-h));
  background-color: var(--sub-color);
}
@media screen and (min-width: 1500px) {
  header .nav_sp :is(#offcanvasNavbar, .offcanvas-backdrop) {
    --offset-top: var(--pc-h);
  }
}
header .nav_sp .offcanvas-backdrop:not(#_) {
  background-color: black;
}
header .nav_sp .menu_sp_inner {
  --bs-border-color: var(--base_color);
  width: 92%;
  margin-inline: auto;
  padding-bottom: 50px;
}
header .nav_sp .menu_sp_inner > :first-child {
  margin-top: 12px;
}
header .nav_sp .menu_sp_inner > p {
  border-bottom: 1px solid var(--acc-border-color, #ddd);
  color: white;
}
header .nav_sp .menu_sp_inner p:is(.grandchild_accordion *) {
  background-color: #7E7E7E;
  --acc-border-color: #fff;
}
header .nav_sp .menu_sp_inner p:is(.grandchild_accordion *) a {
  color: #fff;
}
header .nav_sp .menu_sp_inner p > a {
  padding-block: 20px;
  padding-inline: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: white;
  border-bottom: 1px solid;
}
header .nav_sp .menu_sp_inner p > a::after {
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
header .nav_sp .menu_sp_inner a {
  color: var(--fc);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
header .nav_sp .menu_sp_inner .accordion {
  --accordion-body-color: #fff;
  --accordion-body-fw: normal;
  --border-color: #DBDBDB;
  --bs-accordion-inner-border-radius: 15px;
  --bs-accordion-btn-padding-y: 13px;
  --bs-accordion-btn-padding-x: var(--x, 0);
  --bs-accordion-body-padding-x: var(--x, 0);
  --bs-accordion-active-color: initial;
  border: solid var(--border-color);
  border-width: 0 0 1px 0;
  margin-top: var(--mt, 30px);
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  header .nav_sp .menu_sp_inner .accordion {
    --x: 1.25rem;
    --mt: 30px;
  }
}
header .nav_sp .menu_sp_inner .accordion.accordion-flush .accordion-item .accordion-button, header .nav_sp .menu_sp_inner .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item {
  border-radius: 0;
  border: solid var(--border-color);
  border-width: 0 0 1px 0;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: white;
  width: 15px;
  height: 2px;
  transition: all 0.3s;
  background-image: none;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-block: var(--bs-accordion-body-padding-y);
  padding-inline: var(--bs-accordion-body-padding-x);
}
@media screen and (min-width: 992px) {
  header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body {
    padding-block: 15px 40px;
  }
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body span {
  --icon-bg-color: #fff;
  --icon-color: var(--main_color);
}
header .nav_sp .menu_sp_inner .accordion .accordion-item button {
  display: flex;
  align-items: center;
}
header .nav_sp .menu_sp_inner .accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}
header .nav_sp .menu_sp_inner .accordion .accordion-item {
  --acc-item-p: 20px 0;
  border-width: 0 0 1px 0;
  padding: 0;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body {
  --accordion-body-mt: 20px;
  padding-inline: 0;
  display: grid;
  grid-template-columns: 1fr;
  background-color: var(--sub-color);
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body a {
  line-height: 1.4;
  padding-block: 12px;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body > a {
  padding-left: 15px;
  text-decoration: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.125;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body > a:not(:last-child) {
  margin-bottom: 10px;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item .accordion-body > a::before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #fff;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item button {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-block: 20px;
  padding-inline: 15px 10px;
  background: var(--sub-color);
  color: white;
  border-bottom: 1px solid;
}
header .nav_sp .menu_sp_inner .accordion .accordion-item button.collapsed {
  border-bottom: 0;
}
header .nav_sp .menu_sp_inner .accordion .child_accordion button {
  background-color: var(--lblue);
}
header .nav_sp .menu_sp_inner .accordion .child_accordion :is(h3, h4):not(:last-of-type) {
  border-bottom: 1px solid var(--main_color);
}
header .nav_sp .menu_sp_inner .accordion .child_accordion a {
  padding-inline: 30px 15px;
}
header .nav_sp .menu_sp_inner :is(.menu_sp_bottom, .menu_sp_buttons) {
  display: flex;
}
header .nav_sp .menu_sp_inner .menu_sp_buttons {
  margin-block: 30px 25px;
  padding-inline: 15px;
  gap: 10px;
}
header .nav_sp .menu_sp_inner .menu_sp_bottom {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
header .nav_sp .menu_sp_inner .menu_sp_bottom > a {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
}
header .nav_sp .menu_sp_inner .menu_sp_bottom > a::after {
  --arrow-size: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-repeat: no-repeat;
  right: var(--arrow-size);
  width: var(--arrow-size);
  height: var(--arrow-size);
}
header .nav_sp .form_wrapper {
  --bg: lightgrey;
  width: 92%;
  margin-inline: auto;
  margin-block: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
header .nav_sp .form_wrapper form {
  display: flex;
  background-color: var(--bg);
  border-radius: 30px;
  padding: 5px;
}
header .nav_sp .form_wrapper input {
  background-color: var(--bg);
  border: 0;
  border-radius: 30px 0 0 30px;
}
header .nav_sp .form_wrapper input::-moz-placeholder {
  color: var(--sub-color);
}
header .nav_sp .form_wrapper input::placeholder {
  color: var(--sub-color);
}
header .nav_sp .form_wrapper i {
  color: var(--sub-color);
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
}
header .menu_wrapper {
  height: 100%;
}
header .menu_wrapper > ul {
  height: 100%;
  display: flex;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
header .menu_wrapper > ul li:has(.has_child) {
  position: relative;
}
header .menu_wrapper > ul li:has(.has_child) a:is(:not(.child_items *, .pe-auto)) {
  cursor: default;
}
header .menu_wrapper > ul li:has(.has_child):hover .child_items {
  visibility: visible;
  opacity: 1;
}
header .menu_wrapper > ul .item {
  height: 100%;
  display: grid;
  place-content: center;
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
  color: var(--sub-color);
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
header .menu_wrapper > ul .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
header .menu_wrapper > ul .item:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
header .menu_wrapper > ul .item:is(.active *) {
  pointer-events: none;
}
header .menu_wrapper > ul .item:is(.active *)::after {
  transform: scaleX(1);
}
header .menu_wrapper .child_items {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
  top: 68px;
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--sub-color);
  transition: visibility 0.4s ease, opacity 0.4s ease-in;
}
@media screen and (min-width: 1620px) {
  header .menu_wrapper .child_items {
    top: 76px;
  }
}
header .menu_wrapper .child_items a {
  display: block;
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  color: white;
  border-bottom: 1px solid white;
  width: clamp(240px, calc(175.8620689655px + 6.4655172414vw), 300px);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-underline-offset: 4px;
  transition: all 0.3s;
  white-space: nowrap;
  display: grid;
  grid-template-columns: 90% 30px;
  align-items: center;
}
header .menu_wrapper .child_items a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid white;
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}
header .menu_wrapper .child_items a.fs-sml {
  font-size: 11px;
}
header .menu_wrapper .child_items a:hover {
  color: var(--main_color);
  opacity: 1;
}
header .h_search {
  --bg: lightgrey;
  width: min(200px, 100%);
}
header .h_search form {
  display: flex;
  background-color: var(--bg);
  border-radius: 30px;
  padding: 5px;
}
header .h_search input {
  background-color: var(--bg);
  border: 0;
  border-radius: 30px 0 0 30px;
}
header .h_search input::-moz-placeholder {
  color: var(--sub-color);
}
header .h_search input::placeholder {
  color: var(--sub-color);
}
header .h_search i {
  color: var(--sub-color);
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
}
header .h_links {
  display: grid;
  grid-template-columns: 140px 110px;
  height: 100%;
}
header .h_links > * {
  display: grid;
  place-content: center;
}
header .h_links > *:nth-child(1) {
  background-color: var(--sub-color);
  color: white;
}
header .h_links > *:nth-child(1) > * {
  color: currentColor;
}
header .h_links > *:nth-child(2) {
  background-color: var(--main-color);
  color: white;
}
header .h_links > *:nth-child(2) > * {
  color: currentColor;
}
header .h_links > * i {
  font-size: clamp(18px, calc(13.724137931px + 0.4310344828vw), 22px);
  margin-inline: auto;
}

.floating_links {
  position: fixed;
  top: var(--floating_links-top, auto);
  right: 0;
  bottom: var(--floating_links-bottom, 0);
  display: grid;
  grid-template-columns: var(--floating_links-column, 1fr 1fr);
  grid-auto-rows: var(--floating_links-row, 50px);
  gap: 0;
  z-index: 95;
  width: var(--floating_links-w, 100%);
}
@media screen and (min-width: 1200px) {
  .floating_links {
    --floating_links-w: auto;
    --floating_links-column: 40px;
    --floating_links-row: 190px;
    --floating_links-top: 20%;
    --floating_links-bottom: auto;
  }
}
.floating_links a {
  color: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  writing-mode: var(--floating_links-a-wmode, initial);
  font-size: var(--floating_links-a-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .floating_links a {
    --floating_links-a-wmode: vertical-rl;
    --floating_links-a-fs: 16px;
  }
}
.floating_links a i {
  font-size: 21px;
  position: relative;
  right: 3px;
}
.floating_links a:nth-child(1) {
  background-color: var(--sub-color);
}
.floating_links a:nth-child(2) {
  background-color: var(--main-color);
}

footer {
  border-top: 3px solid var(--main-color);
}

.footer_bottom {
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) clamp(55px, calc(22.9310344828px + 3.2327586207vw), 85px);
  width: 95%;
  margin-inline: auto;
}
.footer_bottom .fb_head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer_bottom .fb_head {
    flex-direction: row;
  }
}
.footer_bottom .fb_head .fb_contacts {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .footer_bottom .fb_head .fb_contacts {
    flex-direction: row;
  }
}
.footer_bottom .fb_head .fb_contacts > * {
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  color: white;
  white-space: nowrap;
  display: flex;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 300px;
}
@media screen and (min-width: 992px) {
  .footer_bottom .fb_head .fb_contacts > * {
    width: 240px;
  }
}
.footer_bottom .fb_head .fb_contacts > * i {
  font-size: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.footer_bottom .fb_head .fb_contacts > *:nth-child(1) {
  background-color: var(--sub-color);
}
.footer_bottom .fb_head .fb_contacts > *:nth-child(2) {
  background-color: var(--main-color);
}
.footer_bottom .fb_links {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .footer_bottom .fb_links {
    justify-content: initial;
  }
}
.footer_bottom .fb_links a {
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
.footer_bottom small {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: var(--sub-color);
  margin-block: clamp(20px, calc(-22.7586206897px + 4.3103448276vw), 60px) 0;
}

aside {
  width: min(600px, 100%);
  margin-inline: auto;
}
aside .aside_block {
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
aside .aside_block:has(.contact_links) {
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  background-color: var(--sub-color2);
  border-radius: 5px;
}
aside .aside_block:has(.contact_links) figure {
  text-align: center;
}
aside .aside_block:has(.contact_links) figure img {
  width: 60px;
}
aside .aside_block:has(.contact_links) figure + p {
  margin-block: 15px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(17px, calc(14.8620689655px + 0.2155172414vw), 19px);
  color: var(--sub-color);
}
aside .aside_block .ab_title {
  background-color: var(--sub-color);
  color: white;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  border-radius: 5px;
  text-align: left;
}
aside .aside_block .ab_list > * {
  padding-block: 15px;
  padding-inline: 10px;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  border-bottom: 1px solid var(--sub-color);
  font-weight: bold;
}
aside .aside_block .ab_list > *::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid var(--sub-color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}
aside .contact_links {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  justify-content: center;
  flex-direction: column;
}
aside .contact_links > * {
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  color: white;
  display: flex;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  font-size: 15px;
  font-weight: bold;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 300px;
}
@media screen and (min-width: 992px) {
  aside .contact_links > * {
    width: 225px;
  }
}
aside .contact_links > * i {
  font-size: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
aside .contact_links > *:nth-child(1) {
  color: var(--sub-color);
  background-color: white;
}
aside .contact_links > *:nth-child(1) i {
  color: currentColor;
}
aside .contact_links > *:nth-child(2) {
  background-color: var(--main-color);
}

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

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

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 20px;
  height: 20px;
}

label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.form_wrapper {
  margin-block: var(--form_wrapper-mt, 40px);
  padding-bottom: clamp(80px, calc(58.6206896552px + 2.1551724138vw), 100px);
}
@media screen and (min-width: 992px) {
  .form_wrapper {
    --form_wrapper-mt: 60px;
  }
}
.form_wrapper:is(.offcanvas-body *) {
  padding-bottom: 0;
}
.form_wrapper .form_item {
  --left-size: 300px;
  position: relative;
  display: grid;
  grid-template-columns: var(--form_wrapper-column, 1fr);
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item {
    --form_wrapper-column: 1fr;
    --form_item-py: 10px;
    --form_item-px: 30px;
  }
}
.form_wrapper .form_item:has(.require) > :nth-child(2) input:not([type=file]) {
  background-color: white;
}
.form_wrapper .form_item:has(textarea) :is(.require, .any) {
  align-self: start;
  padding-bottom: var(--hs_txa-pb, 15px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item:has(textarea) :is(.require, .any) {
    --hs_txa-pb: 10px;
  }
}
.form_wrapper .form_item > * {
  font-size: 16px;
  font-weight: 500;
  padding-block: var(--form_item-py, 15px);
}
.form_wrapper .form_item > p {
  display: flex;
  align-items: center;
  word-break: keep-all;
}
.form_wrapper .form_item > p.require {
  gap: 10px;
}
.form_wrapper .form_item > p.any {
  gap: 10px;
}
.form_wrapper .form_item > p.any::after {
  --bg: transparent;
  content: "";
}
.form_wrapper .form_item > p > br {
  display: none;
}
.form_wrapper .form_item :where(input:not([type=file], [type=radio]), textarea) {
  width: 100%;
  padding: 10px;
  border: 1px solid #DEDEDE;
  background-color: white;
}
.form_wrapper .form_item :where(input:not([type=file], [type=radio]), textarea)::-moz-placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(input:not([type=file], [type=radio]), textarea)::placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(textarea) {
  width: 100%;
  padding: 10px;
  background-color: white;
}
.form_wrapper .form_item :where(textarea)::-moz-placeholder {
  color: #ccc;
}
.form_wrapper .form_item :where(textarea)::placeholder {
  color: #ccc;
}
.form_wrapper .form_item input[type=file]::-webkit-file-upload-button {
  background-color: #DEDEDE;
  color: var(--grey);
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}
.form_wrapper .form_item input[type=file]::file-selector-button {
  background-color: #DEDEDE;
  color: var(--grey);
  padding: 5px 10px;
  border-radius: 0;
  border: none;
}
.form_wrapper .form_item input[type=file]::-webkit-file-upload-button:hover {
  cursor: pointer;
}
.form_wrapper .form_item input[type=file]::file-selector-button:hover {
  cursor: pointer;
}
.form_wrapper .form_item input[type=file]:hover {
  cursor: pointer;
}
.form_wrapper .form_item .wpcf7-form-control-wrap {
  width: 100%;
}
.form_wrapper .form_item div p:has([data-name=your-last-name], [data-name=your-last-name-kana]) {
  display: flex;
  gap: 10px;
  flex-direction: var(--fx-dir, column);
}
@media screen and (min-width: 992px) {
  .form_wrapper .form_item div p:has([data-name=your-last-name], [data-name=your-last-name-kana]) {
    --fx-dir: row;
  }
}
.form_wrapper .form_item div p:has([data-name=your-address1]) span {
  display: block;
}
.form_wrapper .check_pp {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: var(--check_pp-my, 30px);
}
@media screen and (min-width: 992px) {
  .form_wrapper .check_pp {
    --check_pp-my: 60px;
  }
}
.form_wrapper .check_pp > p {
  display: flex;
  gap: 10px;
  line-height: 1;
}
.form_wrapper .check_pp > p a {
  color: var(--main-color);
  text-decoration: underline;
}
.form_wrapper .check_pp input {
  width: 20px;
  height: 20px;
}
.form_wrapper :is(.submit, .wpcf7-submit) {
  border-radius: 10px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--grey);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  text-align: center;
}
.form_wrapper :is(.submit, .wpcf7-submit):hover {
  opacity: 0.5;
}
.form_wrapper input[type=submit] {
  width: min(200px, 100%);
  height: var(--btn-h, 65px);
  display: grid;
  grid-template-columns: 1fr 55px;
  align-items: center;
  background-color: var(--blue);
  margin-inline: auto;
  text-align: center;
  color: white;
  border-radius: 80px;
}

.rules_wrapper {
  height: 300px;
  overflow-y: scroll;
}
.rules_wrapper > * {
  padding: 2%;
  background: var(--l_green);
}
.rules_wrapper table {
  --td-bgc: #F4FDF5;
  border: 1px solid;
  background-color: white;
}
.rules_wrapper table.table_a tbody > *:nth-child(1) td {
  background-color: var(--td-bgc);
}
.rules_wrapper table.table_b tbody > * > *:nth-child(1) {
  background-color: var(--td-bgc);
}
.rules_wrapper table :is(tr, td) {
  padding: 2%;
  border: 1px solid;
  font-size: clamp(13px, calc(9.7931034483px + 0.3232758621vw), 16px);
}

form > p {
  text-align: center;
  width: min(350px, 100%);
  height: 60px;
  margin-inline: auto;
  position: relative;
}
form > p:is(form > :nth-child(1 of p)) {
  margin-top: 40px;
  width: min(450px, 100%);
}
form > p:is(form > :nth-child(1 of p)) .require {
  display: inline-block;
  background-color: red;
}
form > p a {
  color: var(--main-color);
  text-decoration: underline;
}
form > p button {
  padding-block: 10px;
  padding-inline: 25px;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--orange);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: min(300px, 100%);
  transition: opacity 0.5s ease;
  margin-inline: auto;
}
form > p button:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  outline: 0;
  width: 20px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item p {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-auto-flow: column;
  grid-auto-columns: var(--p-columns, 20px auto);
}
@media screen and (min-width: 992px) {
  .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item p {
    --p-columns: 20px 100px;
  }
}

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

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

.sec_breadcrumb {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  padding-top: 20px;
  margin-bottom: var(--sb-mb, 0);
  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: 0;
  }
}
.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, wrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb .breadcrumb {
    --sec-breadcrumb-flex-wrap: wrap;
  }
}

.accordion {
  --border-color: #DBDBDB;
  --bs-accordion-inner-border-radius: 15px;
  --bs-accordion-btn-padding-y: 13px;
  --bs-accordion-btn-padding-x: var(--x, 0);
  --bs-accordion-body-padding-x: var(--x, 0);
  --bs-accordion-active-color: initial;
  border: solid var(--border-color);
  border-width: 0 0 1px 0;
  margin-top: var(--mt, 30px);
}
@media screen and (min-width: 992px) {
  .accordion {
    --x: 1.25rem;
    --mt: 30px;
  }
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item {
  border-radius: 0;
  border: solid var(--border-color);
  border-width: 0 0 1px 0;
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: white;
  width: 15px;
  height: 2px;
  transition: all 0.3s;
  background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
.accordion .accordion-item .accordion-body {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-block: var(--bs-accordion-body-padding-y);
  padding-inline: var(--bs-accordion-body-padding-x);
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body {
    padding-block: 15px 40px;
  }
}
.accordion .accordion-item .accordion-body span {
  --icon-bg-color: #fff;
  --icon-color: var(--main_color);
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}

.bg_grey {
  background-color: var(--l_grey);
}

.inner > *:not(aside, .solution_wrapper, .page_top *) {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}

.link_more {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.link_more > * {
  display: grid;
  align-items: center;
  height: clamp(50px, calc(33.9655172414px + 1.6163793103vw), 65px);
  padding-block: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
  padding-inline: clamp(15px, calc(-11.724137931px + 2.6939655172vw), 40px);
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  font-weight: bold;
  border-radius: 40px;
  color: white;
  background-color: var(--main-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.cta {
  background-color: var(--sub-color);
  padding-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.cta:is(.ha_main *) {
  padding-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  border-radius: 10px;
}
.cta:is(.ha_main *) .inner {
  display: contents;
}
.cta:is(.ha_main *) .cta_title {
  margin-block: 0;
}
.cta:is(.ha_main *) .cta_title > :nth-child(2) {
  margin-top: 20px;
  color: white;
}
.cta .inner {
  background-color: white;
  border-radius: 10px;
  padding-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.cta .cta_title {
  text-align: center;
  margin-block: 20px clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
}
.cta .cta_title img {
  width: min(60px, 100%);
}
.cta .cta_title > * {
  color: var(--sub-color);
  text-align: center;
  font-size: clamp(18px, calc(3.0344827586px + 1.5086206897vw), 32px);
  font-weight: bold;
}
.cta .cta_links {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .cta .cta_links {
    flex-direction: row;
  }
}
.cta .cta_links > * {
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  color: white;
  white-space: nowrap;
  display: flex;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: bold;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 300px;
}
@media screen and (min-width: 992px) {
  .cta .cta_links > * {
    width: 280px;
  }
}
.cta .cta_links > * i {
  font-size: clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
}
.cta .cta_links > *:nth-child(1) {
  background-color: var(--sub-color);
}
.cta .cta_links > *:nth-child(1):is(.ha_main *) {
  background-color: white;
  color: var(--sub-color);
}
.cta .cta_links > *:nth-child(2) {
  background-color: var(--main-color);
}

.has_aside {
  padding-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px) clamp(50px, calc(-56.8965517241px + 10.775862069vw), 150px);
}
.has_aside .inner:not(.cta *) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .has_aside .inner:not(.cta *) {
    grid-template-columns: 250px 1fr;
    gap: 30px;
  }
  .has_aside .inner:not(.cta *) > *:nth-child(1) {
    order: 2;
  }
}
.has_aside .inner:not(.cta *) > :nth-child(1) {
  width: min(920px, 100%);
  margin-inline: auto;
  margin-block: 0;
  padding-block: 0;
  overflow: hidden;
}
.has_aside .inner:not(.cta *) > :nth-child(1) > * {
  margin-bottom: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
}

.service_wrapper {
  background-color: white;
  border-radius: 5px;
  padding-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  padding-inline: clamp(10px, calc(-16.724137931px + 2.6939655172vw), 35px);
}
.service_wrapper .sw_title {
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-weight: bold;
  text-align: center;
}
.service_wrapper .s_card_wrapper {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.service_wrapper .s_card_wrapper > * {
  margin-block: 20px;
}
.service_wrapper .s_card_wrapper :is(.s_x3, .s_x2, .s_x1) {
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .service_wrapper .s_card_wrapper :is(.s_x3, .s_x2, .s_x1) {
    --gap: 20px;
  }
}
.service_wrapper .s_card_wrapper a {
  display: block;
  background-color: var(--l_grey);
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  border-radius: 5px;
  position: relative;
}
.service_wrapper .s_card_wrapper a:is(.s_x2 *, .s_x1 *) {
  display: grid;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .service_wrapper .s_card_wrapper a:is(.s_x2 *, .s_x1 *) {
    grid-template-columns: 80px 1fr;
  }
}
.service_wrapper .s_card_wrapper a::after {
  content: "\f0d7";
  font-family: var(--font_fa);
  font-weight: bold;
  display: block;
  width: 20px;
  height: 20px;
  color: var(--sub-color);
  rotate: -45deg;
  font-size: 50px;
  position: absolute;
  bottom: 25px;
  right: 34px;
}
.service_wrapper .s_card_wrapper a > *:is(.s_x3 *) {
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.service_wrapper .s_card_wrapper a > * > * {
  display: block;
}
.service_wrapper .s_card_wrapper a > * > *:is(.s_x3 *) {
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.service_wrapper .s_card_wrapper a img {
  width: 80px;
  border-radius: 50%;
  display: block;
  margin-inline: auto;
}
.service_wrapper .s_card_wrapper a .s_title {
  color: var(--sub-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
}
.service_wrapper .s_card_wrapper a .s_title:is(.s_x3 *) {
  text-align: center;
}
.service_wrapper .s_card_wrapper a .s_text {
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
}

.case_wrapper .cs_title {
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  text-align: center;
  font-weight: bold;
  color: var(--sub-color);
}
.case_wrapper .cs_tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.case_wrapper .cs_tags > * {
  display: block;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  color: white;
  background-color: var(--sub-color);
  padding-block: 10px;
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  border-radius: 25px;
}

.cs_cards_wrapper > * {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  display: grid;
  grid-template-columns: 1fr;
  width: min(400px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .cs_cards_wrapper > * {
    width: auto;
    grid-template-columns: 250px 1fr;
  }
}
.cs_cards_wrapper > * > *:nth-child(1) img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .cs_cards_wrapper > * > *:nth-child(1) img {
    border-radius: 10px 0 0 10px;
    height: 100%;
  }
}
.cs_cards_wrapper > * > *:nth-child(2) {
  background-color: white;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-22.0689655172px + 3.2327586207vw), 40px);
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 992px) {
  .cs_cards_wrapper > * > *:nth-child(2) {
    border-radius: 0 10px 10px 0;
  }
}
.cs_cards_wrapper > * > *:nth-child(2) .csc_title {
  display: block;
  color: var(--main-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  line-height: 1.6;
}
.cs_cards_wrapper > * > *:nth-child(2) .csc_text {
  line-height: 1.6;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}

.csc_top {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.csc_top > :nth-child(1) {
  padding-block: 5px;
  padding-inline: 10px;
  font-size: 14px;
  border-radius: 20px;
  background-color: var(--sub-color);
  color: white;
}
.csc_top > :nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}
.csc_top > :nth-child(2) > * {
  display: block;
  color: var(--sub-color);
  font-size: 14px;
}
.csc_top > :nth-child(2) > *:nth-child(2) {
  padding-inline: 10px;
  border-left: 1px solid;
}

.ha_bottom {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.ha_bottom > * {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.ha_bottom .hab_title {
  color: var(--sub-color);
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-weight: bold;
  text-align: center;
}
.ha_bottom .hab_sub_title {
  color: var(--sub-color);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: bold;
  border-left: 10px solid;
  background-color: white;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
}

.full_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  margin-bottom: clamp(40px, calc(-24.1379310345px + 6.4655172414vw), 100px);
}
@media screen and (min-width: 992px) {
  .search_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.search_list > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  background-color: var(--sub-color2);
  color: var(--sub-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  border-radius: 5px;
}
.search_list > *::after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid var(--sub-color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
.search_list > *.item_wide {
  grid-column: auto;
}
@media screen and (min-width: 992px) {
  .search_list > *.item_wide {
    grid-column: span 2;
  }
}

.search_links {
  margin-top: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  margin-bottom: clamp(40px, calc(-24.1379310345px + 6.4655172414vw), 100px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
@media screen and (min-width: 992px) {
  .search_links {
    grid-template-columns: 1fr 1fr;
  }
}
.search_links > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: white;
  border-radius: 5px;
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.search_links > *::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: solid var(--sub-color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
.search_links > * > * {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.search_links > * > * > * {
  display: grid;
  place-content: center;
  width: clamp(40px, calc(29.3103448276px + 1.0775862069vw), 50px);
  height: clamp(40px, calc(29.3103448276px + 1.0775862069vw), 50px);
  background-color: var(--sub-color2);
  border-radius: 50%;
  flex-shrink: 0;
}
.search_links > * > * > * i {
  font-size: clamp(20px, calc(13.5862068966px + 0.6465517241vw), 26px);
  line-height: 1.5;
}

.search_tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  margin-bottom: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.search_tags > * {
  color: var(--sub-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  background-color: white;
  border-radius: 30px;
  padding-block: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  padding-inline: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
  border: 1px solid;
}

.download_wrapper .dl_title {
  text-align: center;
  color: var(--sub-color);
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-weight: bold;
  margin-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.download_wrapper .dl_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
@media screen and (min-width: 992px) {
  .download_wrapper .dl_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.download_wrapper .dl_wrapper > * {
  display: flex;
  flex-direction: column;
}
.download_wrapper .dl_wrapper > * > *:nth-child(1) {
  background-color: grey;
  border-radius: 10px 10px 0 0;
}
.download_wrapper .dl_wrapper > * > *:nth-child(1) img {
  width: 100%;
  border-radius: 10px 10px 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 196px;
}
.download_wrapper .dl_wrapper > * .dl_c_ttl {
  border-radius: 0 0 10px 10px;
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  color: var(--main-color);
  font-weight: bold;
  background-color: white;
  flex: 1;
}

.flow_wrapper {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.flow_wrapper .flw_title {
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  text-align: center;
  font-weight: bold;
  color: var(--sub-color);
}

.flow_step {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.flow_step > * {
  border-radius: 10px;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .flow_step > * {
    grid-template-columns: 100px 1fr;
  }
}
.flow_step > * .fs_left {
  border-radius: 10px 10px 0 0;
  color: white;
  background-color: var(--sub-color);
  display: grid;
  place-content: baseline;
  align-items: end;
  grid-auto-flow: column;
  font-size: clamp(18px, calc(-1.2413793103px + 1.9396551724vw), 36px);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  padding: 10px 15px;
  gap: 5px;
}
@media screen and (min-width: 992px) {
  .flow_step > * .fs_left {
    gap: 0;
    place-content: center;
    align-items: initial;
    grid-auto-flow: initial;
    border-radius: 10px 0 0 10px;
    padding: 0;
  }
}
.flow_step > * .fs_left > * {
  line-height: 1;
  font-size: clamp(13px, calc(-3.0344827586px + 1.6163793103vw), 28px);
  text-transform: uppercase;
}
.flow_step > * .fs_right {
  padding-block: clamp(15px, calc(-22.4137931034px + 3.7715517241vw), 50px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.flow_step > * .fs_right .fsr_ttl {
  color: var(--sub-color);
  font-size: clamp(16px, calc(9.5862068966px + 0.6465517241vw), 22px);
  font-weight: bold;
}
.flow_step > * .fs_right .fsr_txt {
  margin-top: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}

.faq_wrapper {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.faq_wrapper .faq_title {
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  text-align: center;
  font-weight: bold;
  color: var(--sub-color);
}
.faq_wrapper .faq_inner {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.faq_wrapper .faq_inner .accordion {
  border: 0;
}
.faq_wrapper .faq_inner .accordion .accordion-item {
  border: 0;
  background-color: unset;
  margin-bottom: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.faq_wrapper .faq_inner .accordion .accordion-item .child_accordion .accordion-body {
  display: block;
  padding: 0;
}
.faq_wrapper .faq_inner .accordion .accordion-item .child_accordion .accordion-body > * {
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid;
}
.faq_wrapper .faq_inner .accordion .accordion-item .child_accordion .accordion-body > *::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid var(--sub-color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
.faq_wrapper .faq_inner .accordion .accordion-item .child_accordion .accordion-body > * > * {
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.faq_wrapper .faq_inner .accordion .accordion-item .child_accordion .accordion-body > * > * > * {
  color: var(--sub-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  text-transform: uppercase;
  width: auto;
  border: 0;
  background: unset;
  display: inline;
  margin: 0;
  flex-shrink: 0;
}
.faq_wrapper .faq_inner .accordion-button {
  color: var(--sub-color);
  background-color: white;
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: 15px;
  border-left: 8px solid;
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: bold;
}
.faq_wrapper .faq_inner .accordion .accordion-item .accordion-header .accordion-button::before, .faq_wrapper .faq_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  background-color: var(--sub-color);
}
@media screen and (min-width: 992px) {
  .faq_wrapper .faq_inner .accordion .accordion-item .accordion-header .accordion-button::before, .faq_wrapper .faq_inner .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 20px;
    height: 3px;
    right: 20px;
  }
}

.news_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
}
@media screen and (min-width: 992px) {
  .news_wrapper {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.news_wrapper .news_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news_wrapper .news_card > *:nth-child(1) img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.news_wrapper .news_card > *:nth-child(2) {
  background-color: white;
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  border-radius: 0 5px 5px 0;
  flex: 1;
}
.news_wrapper .news_card > *:nth-child(2) > * {
  display: block;
}
.news_wrapper .news_card > *:nth-child(2) .nw_date {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
.news_wrapper .news_card > *:nth-child(2) .nw_title {
  margin-top: 5px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  line-height: 1.6;
  color: var(--main-color);
}

.sitemap-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .sitemap-list {
    grid-template-columns: 1fr 1fr;
  }
}
.sitemap-list > * a {
  padding-block: 15px;
  padding-inline: 10px;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  border-bottom: 1px solid var(--sub-color);
  font-weight: bold;
  height: 100%;
}
.sitemap-list > * a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid var(--sub-color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}

.pages .page_top {
  background-color: var(--sub-color2);
  height: clamp(120px, calc(-184.6551724138px + 30.7112068966vw), 405px);
  background-size: 49%;
  background-position: 95% 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .pages .page_top {
    background-size: 32%;
    background-position: 80% 0;
  }
}
.pages .page_top.type_a {
  background-image: url(../images/bg/type_a.png);
}
.pages .page_top.type_b {
  background-image: url(../images/bg/type_b.png);
  background-size: 53%;
  background-position: 115% 0;
}
@media screen and (min-width: 992px) {
  .pages .page_top.type_b {
    background-size: 40%;
    background-position: 83% 0;
  }
}
.pages .page_top.type_c {
  background-image: url(../images/bg/type_c.png);
  background-size: 57%;
  background-position: 120% 0;
}
@media screen and (min-width: 992px) {
  .pages .page_top.type_c {
    background-size: 40%;
    background-position: 80% 0;
  }
}
.pages .page_top.type_d {
  background-image: url(../images/bg/type_d.png);
  background-size: 64%;
  background-position: 130% 0;
}
@media screen and (min-width: 992px) {
  .pages .page_top.type_d {
    background-size: 43%;
    background-position: 80% 0;
  }
}
.pages .page_top .inner {
  height: 100%;
}
.pages .page_top .pt_title {
  font-size: clamp(22px, calc(-1.5172413793px + 2.3706896552vw), 44px);
  font-weight: bold;
  line-height: 1.4545454545;
  color: var(--sub-color);
  height: 100%;
  display: grid;
  align-items: center;
}
.pages .ha_main .block > * {
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.pages .ha_main .block > *:nth-child(1 of h4) {
  margin-top: 0;
}
.pages .ha_main .block > *:nth-child(1 of h3) {
  margin-top: 0;
}
.pages .ha_main .block > *.dl_wrapper {
  margin-bottom: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.pages .ha_main .block > *.group_company {
  margin-bottom: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
}
.pages .ha_main .block > * strong {
  color: var(--sub-color);
  font-weight: bold;
}
.pages .ha_main .block .wp-block-list {
  padding-left: 20px;
}
.pages .ha_main .block figure {
  margin-inline: auto;
}
.pages .ha_main .block .grid_x2 {
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .pages .ha_main .block .grid_x2 {
    --gap: 30px;
  }
}
.pages .ha_main .block .grid_x2 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.pages .ha_main h3 {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-weight: bold;
  text-align: center;
  color: var(--sub-color);
}
.pages .ha_main h3:is(.block *) + p {
  margin-block: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.pages .ha_main h4:not(.accordion-header) {
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px) clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  color: var(--sub-color);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: bold;
  border-left: 10px solid;
  background-color: white;
  padding-block: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  margin-bottom: 20px !important;
}
.pages .ha_main h5 {
  font-size: clamp(14px, calc(7.5862068966px + 0.6465517241vw), 20px);
  font-weight: bold;
  line-height: 1.6;
  color: var(--blue);
}

.categories {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.categories > * {
  padding-block: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  padding-inline: clamp(15px, calc(-17.0689655172px + 3.2327586207vw), 45px);
  background-color: var(--sub-color);
  color: white;
  font-weight: bold;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  border-radius: 30px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
}
.tags > * {
  color: var(--blue);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}

.category_detail {
  display: grid;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .category_detail {
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
  }
}
.category_detail .cd_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.category_detail .cd_left > *:nth-child(1) {
  width: 24px;
  height: 24px;
  background-color: var(--sub-color2);
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.category_detail .cd_left > *:nth-child(1) i {
  color: var(--sub-color);
  font-size: 12px;
}
.category_detail .cd_left > *:nth-child(2) {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
  line-height: 1.6875;
}
.category_detail .cd_right {
  font-size: clamp(13px, calc(11.9310344828px + 0.1077586207vw), 14px);
  line-height: 1.8571428571;
}

.menu_table :is(.mt_title, .simpletoc-collapsible) {
  background-color: var(--sub-color);
  color: white;
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  text-align: center;
  font-size: clamp(16px, calc(8.5172413793px + 0.7543103448vw), 23px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.menu_table :is(.mt_title, .simpletoc-collapsible):hover {
  background-color: var(--sub-color);
}
.menu_table :is(.mt_title, .simpletoc-collapsible).active {
  background-color: var(--sub-color) !important;
}
.menu_table .mt_content {
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  background-color: white;
  counter-reset: counter;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.menu_table .mt_content > * {
  color: var(--sub-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  display: flex;
  gap: 7px;
  counter-increment: counter;
}
.menu_table .mt_content > *::before {
  content: counter(counter) ".";
  display: block;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  color: currentColor;
}
.menu_table .simpletoc-list {
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  background-color: white;
  counter-reset: main-counter;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.menu_table .simpletoc-list li > a {
  color: var(--sub-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  display: flex;
  gap: 7px;
  counter-increment: main-counter;
}
.menu_table .simpletoc-list li > a::before {
  content: counter(main-counter) ".";
  display: block;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  color: currentColor;
}
.menu_table .simpletoc-list li ul {
  margin-top: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  padding-left: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  counter-reset: sub-counter;
  display: flex;
  flex-direction: column;
  gap: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
}
.menu_table .simpletoc-list li ul li > a {
  color: var(--sub-color);
  font-size: clamp(13px, calc(10.8620689655px + 0.2155172414vw), 15px);
  line-height: 1.6;
  display: flex;
  gap: 7px;
  counter-increment: sub-counter;
}
.menu_table .simpletoc-list li ul li > a::before {
  content: counter(sub-counter) ".";
  display: block;
  color: currentColor;
  flex-shrink: 0;
}
.menu_table .simpletoc .active .simpletoc-icon::after {
  content: unset !important;
}
.menu_table .simpletoc-collapsible .simpletoc-icon::after {
  content: unset !important;
}

.pages .dl_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
@media screen and (min-width: 992px) {
  .pages .dl_wrapper {
    grid-template-columns: 1fr 360px;
  }
}
.pages .dl_wrapper > *:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.pages .dl_wrapper > *:nth-child(1) p {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  line-height: 1.6111111111;
  color: var(--sub-color);
}
.pages .dl_wrapper img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
.pages .dl_wrapper a {
  display: block;
  background-color: var(--blue);
  color: white;
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-inline: clamp(15px, calc(-6.3793103448px + 2.1551724138vw), 35px);
  border-radius: 40px;
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dl_link_wrapper > * {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sub-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: bold;
  line-height: 1.6111111111;
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  background-image: linear-gradient(to right, var(--sub-color) 50%, transparent 50%);
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.dl_link_wrapper > * > *:nth-child(2) {
  text-decoration: underline;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
.dl_link_wrapper > * i {
  font-size: 20px;
  color: currentColor;
}

.ba_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
@media screen and (min-width: 992px) {
  .ba_wrapper {
    grid-template-columns: 1fr 50px 1fr;
    align-items: center;
    gap: 0;
  }
}
.ba_wrapper > i {
  font-size: 36px;
  margin-inline: auto;
  color: var(--sub-color);
  rotate: 90deg;
}
@media screen and (min-width: 992px) {
  .ba_wrapper > i {
    rotate: 0deg;
  }
}
.ba_wrapper .before_wrapper > *:nth-child(1) {
  background-color: var(--sub-color);
  color: white;
  font-size: clamp(18px, calc(12.6551724138px + 0.5387931034vw), 23px);
  text-align: center;
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
}
.ba_wrapper .before_wrapper > *:nth-child(1) i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.ba_wrapper .before_wrapper > *:nth-child(2) {
  background-color: white;
  padding: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}
.ba_wrapper .after_wrapper > *:nth-child(1) {
  background-color: var(--main-color);
  color: white;
  font-size: clamp(18px, calc(12.6551724138px + 0.5387931034vw), 23px);
  text-align: center;
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
}
.ba_wrapper .after_wrapper > *:nth-child(1) i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.ba_wrapper .after_wrapper > *:nth-child(2) {
  background-color: white;
  padding: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}

.img_left_x2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
}
@media screen and (min-width: 992px) {
  .img_left_x2 {
    grid-template-columns: 300px 1fr;
  }
}
.img_left_x2 img {
  width: min(300px, 100%);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.greetings {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
}
@media screen and (min-width: 992px) {
  .greetings {
    grid-template-columns: 1fr 226px;
  }
}
.greetings > *:nth-child(1) {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}
.greetings > *:nth-child(2) img {
  width: min(226px, 100%);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.greetings > *:nth-child(2) .g_txt {
  margin-top: 13px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}

.group_company .gc_inner {
  margin-top: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  background-color: white;
}
.group_company .gc_inner .gc_content {
  padding-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  display: grid;
  border-bottom: 1px solid #DDD;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .group_company .gc_inner .gc_content {
    grid-template-columns: 260px 1fr;
  }
}
.group_company .gc_inner .gc_content > * {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: bold;
}
.group_company .gc_inner .gc_content > *:nth-child(1) {
  color: var(--sub-color);
}
.group_company .gc_inner .gc_content iframe {
  margin-top: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  display: block;
  width: min(580px, 100%);
  margin-inline: auto;
  aspect-ratio: 290/121;
}
.group_company .gc_inner > :last-child {
  border-bottom: 0;
}

.page_tab nav:is(.ha_main .block > *) {
  margin-bottom: 0;
}
.page_tab .nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.page_tab .nav .nav-link {
  color: var(--sub-color);
  background-color: var(--grey, #cbcbcb);
  text-align: center;
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  border-radius: 20px 20px 0 0;
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  font-weight: bold;
}
.page_tab .nav .nav-link.active {
  background-color: var(--sub-color);
  color: white;
}
.page_tab .tab-content .tab-pane {
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  background-color: white;
}
.page_tab .tab-content .tab-pane .tc_tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.page_tab .tab-content .tab-pane .tc_tags > * {
  display: block;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  color: white;
  background-color: var(--sub-color);
  padding-block: 10px;
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  border-radius: 25px;
}

.box_wrapper {
  margin-top: clamp(60px, calc(38.6206896552px + 2.1551724138vw), 80px);
  position: relative;
  background-color: var(--sub-color2);
  padding-block: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px) clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-inline: clamp(10px, calc(-32.7586206897px + 4.3103448276vw), 50px);
  border-radius: 10px;
}
.box_wrapper .b_top {
  width: min(300px, 100%);
  background-color: var(--sub-color);
  color: white;
  text-align: center;
  border-radius: 35px;
  padding-block: clamp(8px, calc(3.724137931px + 0.4310344828vw), 12px);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  top: -20px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
}
.box_wrapper .b_top::after {
  content: "";
  width: 20px;
  height: 15px;
  background-color: var(--sub-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: -14px;
}
.box_wrapper .b_inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 992px) {
  .box_wrapper .b_inner {
    grid-template-columns: 1fr 1fr;
  }
}
.box_wrapper .b_inner > * {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 20px;
  align-items: start;
}
.box_wrapper .b_inner > * > *:nth-child(1) {
  color: var(--sub-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
}
.box_wrapper .b_inner > * > *:nth-child(1)::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--sub-color);
}

.fv {
  --fv-bg: var(--sub-color2);
  background-color: var(--fv-bg);
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .fv {
    grid-template-columns: 43% 1fr;
  }
}
.fv > :nth-child(1) {
  padding-block: var(--fv_chd-py, 30px);
  padding-inline: clamp(15px, calc(-33.1034482759px + 4.849137931vw), 60px) 0;
  display: grid;
  place-content: center;
  color: var(--sub-color);
}
@media screen and (min-width: 992px) {
  .fv > :nth-child(1) {
    --fv_chd-py: 0;
  }
}
.fv > :nth-child(1) .fv_title {
  color: currentColor;
  font-size: clamp(21px, calc(-3.5862068966px + 2.4784482759vw), 44px);
  font-weight: bold;
  line-height: lc(64, 44);
}
.fv > :nth-child(1) .fv_text {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  color: currentColor;
  font-size: clamp(14px, calc(3.3103448276px + 1.0775862069vw), 24px);
  font-weight: bold;
  line-height: 1.6;
}

.topPage section {
  padding-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
.topPage section .sec_title {
  font-size: clamp(18px, calc(3.0344827586px + 1.5086206897vw), 32px);
  font-weight: bold;
  text-align: center;
}
.topPage section .sec_title strong {
  font-weight: inherit;
}

.worries_title > * {
  text-align: center;
  font-weight: bold;
}
.worries_title > *:nth-child(1) {
  color: var(--sub-color);
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  line-height: 1.6;
}
.worries_title > *:nth-child(1) span {
  position: relative;
  display: inline-block;
}
.worries_title > *:nth-child(1) span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: block;
  position: absolute;
  bottom: 50px;
  inset-inline: 0;
  margin-inline: auto;
}
.worries_title > *:nth-child(2) {
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  line-height: 1.6;
}

.worries_wrapper {
  display: grid;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .worries_wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.worries_wrapper > * > * {
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  text-align: center;
  font-weight: bold;
}
.worries_wrapper .ww_ttl {
  color: var(--main-color);
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
}
.worries_wrapper img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  width: min(250px, 100%);
}

.solution_wrapper {
  margin-top: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px);
  position: relative;
  padding-block: clamp(50px, calc(-3.4482758621px + 5.3879310345vw), 100px) clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  background-color: white;
}
.solution_wrapper .s_top {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  color: var(--sub-color);
  background-color: var(--sub-color2);
  border-radius: 30px;
  inset-inline: 0;
  margin-inline: auto;
  top: -32px;
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  font-weight: bold;
}
.solution_wrapper .s_top::after {
  content: "";
  display: block;
  width: 15px;
  height: 11px;
  background-color: var(--sub-color2);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: -10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.solution_wrapper .s_title {
  font-size: clamp(20px, calc(7.1724137931px + 1.2931034483vw), 32px);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.solution_wrapper .s_title strong {
  color: var(--main-color);
  font-weight: bold;
}
.solution_wrapper .s_text {
  width: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .solution_wrapper .s_text {
    width: 75%;
    padding-bottom: 0;
  }
}
.solution_wrapper .s_text strong {
  font-weight: bold;
}
.solution_wrapper .bottom_img {
  width: clamp(150px, calc(-10.3448275862px + 16.1637931034vw), 300px);
  display: block;
  z-index: 4;
  position: absolute;
  right: 20px;
  bottom: -30px;
}
@media screen and (min-width: 1500px) {
  .solution_wrapper .bottom_img {
    right: -60px;
  }
}

.bg_fixed {
  background-image: url(../images/bg/01.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.reason_wrapper.type_a > * {
  border: 0;
  background-color: white;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px) clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.reason_wrapper.type_a > * img {
  width: min(500px, 92%);
  margin-inline: auto;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .reason_wrapper.type_a > * img {
    border-radius: 10px;
  }
}
.reason_wrapper > * {
  display: grid;
  grid-template-columns: 1fr;
  margin-block: clamp(30px, calc(8.6206896552px + 2.1551724138vw), 50px);
}
@media screen and (min-width: 992px) {
  .reason_wrapper > *:nth-child(2n+1):is(:not(.type_a *)) {
    grid-template-columns: 350px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .reason_wrapper > *:nth-child(2n):is(:not(.type_a *)) {
    grid-template-columns: 1fr 350px;
  }
}
@media screen and (min-width: 992px) {
  .reason_wrapper > *:nth-child(2n) > *:nth-child(1):is(:not(.type_a *)) {
    order: 2;
  }
  .reason_wrapper > *:nth-child(2n) > *:nth-child(1):is(:not(.type_a *)) img {
    border-radius: 0 10px 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .reason_wrapper > *:nth-child(2n) > *:nth-child(2):is(:not(.type_a *)) {
    border-radius: 10px 0 0 10px;
  }
}
.reason_wrapper > * > *:nth-child(1) img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reason_wrapper > * > *:nth-child(1) img:is(.type_a *) {
  width: min(500px, 92%);
  margin-inline: auto;
  border-radius: 10px;
  display: block;
}
@media screen and (min-width: 992px) {
  .reason_wrapper > * > *:nth-child(1) img:is(.type_a *) {
    border-radius: 10px;
  }
}
@media screen and (min-width: 992px) {
  .reason_wrapper > * > *:nth-child(1) img {
    border-radius: 10px 0 0 10px;
  }
}
.reason_wrapper > * > *:nth-child(2) {
  border-radius: 0 0 10px 10px;
  background-color: white;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
}
@media screen and (min-width: 992px) {
  .reason_wrapper > * > *:nth-child(2) {
    border-radius: 0 10px 10px 0;
  }
}
.reason_wrapper > * > *:nth-child(2) .r_number {
  padding-block: 3px;
  padding-inline: 15px;
  font-size: 14px;
  color: white;
  background-color: var(--sub-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
}
.reason_wrapper > * > *:nth-child(2) .r_title {
  margin-block: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  font-weight: bold;
  color: var(--main-color);
}
.reason_wrapper > * > *:nth-child(2) .r_title:is(.type_a *) {
  border: 0;
  padding-inline: 0;
}
.reason_wrapper > * > *:nth-child(2) .r_text :where(b, strong) {
  color: var(--sub-color);
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */