@charset "UTF-8";
.medical_cards > *:nth-child(1) {
  --mc_a_bg: url(https://placehold.jp/400/560.png?text=bg_1);
}
.medical_cards > *:nth-child(2) {
  --mc_a_bg: url(https://placehold.jp/400/560.png?text=bg_2);
}
.medical_cards > *:nth-child(3) {
  --mc_a_bg: url(https://placehold.jp/400/560.png?text=bg_3);
}
.medical_cards > *:nth-child(4) {
  --mc_a_bg: url(https://placehold.jp/400/560.png?text=bg_4);
}
.medical_cards > *:nth-child(5) {
  --mc_a_bg: url(https://placehold.jp/400/560.png?text=bg_5);
}
.medical_cards > *:nth-child(6) {
  --mc_a_bg: url(https://placehold.jp/400/560.png?text=bg_6);
}

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

@-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 button span {
  --span-mr: 16px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item button span {
    --span-mr: 26px;
    --span-size: 50px;
  }
}
.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 button span:last-child {
    --faq_q_w: 97%;
  }
}

:root {
  --sp-h: 50px;
  --pc-h: 110px;
  --pc-h-nav: 50px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1200px;
  --font: "Kiwi Maru", serif;
  --font_en: "M PLUS Rounded 1c", sans-serif;
  --black: #333333;
  --main-color: #F99237;
  --sub-color: #40456D;
  --l_orange: #FFF2D8;
  --grey: #DDDDDD;
  --l_grey: #EFEFEF;
  --yellow: #FFF9E3;
  --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: 1200px) {
  html {
    scroll-padding-block-start: var(--pc-h);
  }
}

body {
  position: relative;
  font-family: var(--font);
  min-block-size: 100svb;
  border: var(--ddy-bdr, 0) solid var(--main-color);
}
@media screen and (min-width: 1400px) {
  body {
    --ddy-bdr: 15px;
  }
}

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: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  font-weight: 400;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

#scroll-trigger {
  width: 100%;
  height: 1px;
  background-color: transparent;
}

article > * + * {
  margin-block: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}

.inner {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
.inner > * {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}

.sec > * {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.sec > :nth-child(1 of section) {
  margin-top: 0;
  padding-top: 0 !important;
}

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

.grid_x2 {
  --gap: 20px;
}
.grid_x2.message {
  margin-block: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 992px) {
  .grid_x2.message {
    --columns: 1fr 515px;
    --gap: 30px;
  }
}
.grid_x2.img_right {
  --gap: 20px;
}
.grid_x2.img_right img {
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_right {
    --columns: 1fr min(450px, 100%);
    --gap: 30px;
  }
}
.grid_x2.img_left {
  --gap: 20px;
}
.grid_x2.img_left img {
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_left {
    --columns: min(450px, 100%) 1fr;
    --gap: 30px;
  }
}
.grid_x2.title_image {
  --gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}

.grid_x3 {
  --gap: 15px;
}
.grid_x3 .btn-slide {
  width: 100%;
}

.ts_wrapper .swiper-button-next, .ts_wrapper .swiper-button-prev {
  width: var(--swpr-bttn-w, 30px);
  aspect-ratio: 1;
  height: auto;
  transition: opacity 0.5s;
}
.ts_wrapper .swiper-button-next:hover, .ts_wrapper .swiper-button-prev:hover {
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  .ts_wrapper .swiper-button-next, .ts_wrapper .swiper-button-prev {
    --swpr-bttn-w: 20px;
  }
}

.fv {
  --swiper-pagination-color: var(--main-color);
  --swiper-pagination-bullet-horizontal-gap: 6px;
  position: relative;
  padding-block: var(--fv_py, 0 50px);
}
@media screen and (min-width: 992px) {
  .fv {
    --fv_py: 30px 70px;
    --swiper-pagination-bottom: 25px;
    background-color: var(--yellow);
  }
}

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

.fvSlide {
  --swiper-navigation-sides-offset: 1%;
  --swiper-navigation-size: 15px;
  padding-top: var(--fvSlide-pt, var(--sp-h));
}
@media screen and (min-width: 992px) {
  .fvSlide {
    --swiper-navigation-sides-offset: 16.5%;
    --fvSlide-pt: 0;
  }
}
.fvSlide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fvSlide .swiper-slide a {
  display: block;
  width: 100%;
  background-color: var(--yellow);
}
.fvSlide .swiper-slide img {
  width: 100%;
  aspect-ratio: var(--fvSlide-img-aspect, 75/73);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .fvSlide .swiper-slide img {
    --fvSlide-img-aspect: 12 / 5;
    border-radius: 20px;
  }
}

.ts_wrapper {
  position: relative;
}
.ts_wrapper .swiper-button-next, .ts_wrapper .swiper-button-prev {
  --swiper-navigation-color: var(--main-color);
  --swiper-navigation-size: 25px;
  --swiper-navigation-sides-offset: 10px;
  line-height: initial;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .ts_wrapper .swiper-button-next, .ts_wrapper .swiper-button-prev {
    --swiper-navigation-sides-offset: -35px;
  }
}

.topSlide .swiper-slide img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 13/4;
}

.link_wrapper:is(.sec *) {
  --lm-is: min(360px, 85%);
}
.link_wrapper .link_more {
  background-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);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .link_wrapper .link_more {
    --lm-fs: 18px;
  }
}
.link_wrapper .link_more.bg_sub {
  background-color: var(--sub-color);
}
.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: var(--main-color);
  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(--sub-color);
  -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 {
  --bs_img-size: 45px;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 35px;
  align-items: center;
  width: min(345px, 100%);
  gap: 15px;
  position: relative;
  overflow: hidden;
  background-color: var(--sub-color);
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
  border-radius: 10px;
  cursor: pointer;
  margin-inline: auto;
}
.btn-slide:is(.g_content *) {
  width: min(475px, 100%);
  margin-inline: 0;
}
.btn-slide:has(img) {
  grid-template-columns: var(--bs_img-size) 1fr -webkit-max-content;
  grid-template-columns: var(--bs_img-size) 1fr max-content;
  padding-block: clamp(10px, calc(6.7931034483px + 0.3232758621vw), 13px);
  padding-inline: clamp(10px, calc(6.7931034483px + 0.3232758621vw), 13px) clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  width: var(--bsh_has_img-w, min(386px, 100%));
  grid-template-rows: auto;
  margin-inline: initial;
}
.btn-slide:has(img) span {
  font-size: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
}
@media screen and (min-width: 992px) {
  .btn-slide {
    --bs_img-size: 82px;
  }
}
.btn-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  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 > * {
  position: relative;
  z-index: 3;
  color: white;
  transition: color 0.2s ease;
}
.btn-slide span {
  font-size: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
}
.btn-slide i {
  font-size: 25px;
}
.btn-slide figure img {
  width: var(--bs_img-size);
  height: var(--bs_img-size);
  border-radius: 50%;
}

.grid_x3 .btn-slide:hover i {
  color: var(--sub-color);
}
.grid_x3 .btn-slide p {
  position: relative;
}
.grid_x3 .btn-slide p::before {
  content: "";
  width: 15px;
  height: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: white;
  position: absolute;
  display: block;
  inset: 0;
  margin: auto;
  z-index: -1;
}
.grid_x3 .btn-slide i {
  color: var(--main-color);
}

.w_card {
  width: min(590px, 100%);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: var(--wc-rws, 80px);
  border-radius: 10px;
}
.w_card:is(.type_a) {
  --wc-rws: 85px;
  grid-template-columns: 200px 1fr;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .w_card {
    --wc-rws: 180px;
    grid-template-columns: 1fr var(--wc-clm, 240px);
  }
  .w_card:is(.type_a) {
    --wc-rws: 180px;
    grid-template-columns: 330px 1fr;
  }
}
.w_card > :nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: var(--yellow);
  border-radius: 0 0 10px 10px;
  padding-inline: var(--wc_nt1-px, 15px);
  padding-block: var(--wc_nt1-py, 10px);
  grid-row: var(--wc_nt1-gr, 2);
  transition: color 0.7s ease, background-color 0.7s ease;
}
@media screen and (min-width: 992px) {
  .w_card > :nth-child(1) {
    --wc_nt1-px: 40px 35px;
    --wc_nt1-py: 0;
    --wc_nt1-gr: 1;
    border-radius: 10px 0 0 10px;
  }
}
.w_card > :nth-child(1):is(.type_a *) {
  --wc_nt1-gr: 1;
  --wc_nt1-px: 10px;
  --wc_nt1-py: 0;
  position: relative;
  color: white;
  background-color: var(--sub-color);
  border-radius: 10px 0 0 10px;
}
.w_card > :nth-child(1):is(.type_a *)::after {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  background-color: var(--sub-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  right: -70px;
  top: 0;
  transition: background-color 0.7s ease;
}
.w_card > :nth-child(1):is(.type_a *)::before {
  content: "";
  display: block;
  width: var(--i_s, 15px);
  height: var(--i_s, 15px);
  border-radius: 50%;
  background-color: white;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: var(--i_r, 13px);
  transition: right 0.7s ease;
}
@media screen and (min-width: 992px) {
  .w_card > :nth-child(1):is(.type_a *)::before {
    --i_s: 25px;
    --i_r: 18px;
  }
}
.w_card > :nth-child(1) :where(p, span) {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
}
.w_card > :nth-child(1) :where(p, span):is(.type_a *) {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .w_card > :nth-child(1) :where(p, span):is(.type_a *) {
    font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  }
}
.w_card > :nth-child(1) i {
  color: var(--main-color);
  font-size: 20px;
  transition: transform 0.7s ease;
  transform: translateX(0);
}
.w_card > :nth-child(1) i:is(.type_a *) {
  position: relative;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .w_card > :nth-child(1) i:is(.type_a *) {
    font-size: 40px;
  }
}
.w_card:hover {
  opacity: 1;
}
.w_card:hover > :nth-child(1) {
  color: white;
  background-color: var(--main-color);
}
.w_card:hover > :nth-child(1):is(.type_a *) {
  background-color: var(--main-color);
}
.w_card:hover > :nth-child(1):is(.type_a *)::after {
  background-color: var(--main-color);
}
.w_card:hover > :nth-child(1):is(.type_a *)::before {
  right: 5px;
}
@media screen and (min-width: 992px) {
  .w_card:hover > :nth-child(1):is(.type_a *)::before {
    right: 8px;
  }
}
.w_card:hover > :nth-child(1) i {
  transform: translateX(10px);
  color: white;
}
.w_card:hover > :nth-child(1) i:is(.type_a *) {
  color: var(--sub-color);
}
.w_card figure img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: var(--wc-rws, 80px);
  aspect-ratio: 12/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.w_card figure img:is(.type_a *) {
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 992px) {
  .w_card figure img {
    --wc-rws: 180px;
    border-radius: 0 10px 10px 0;
  }
}

.b_card {
  --wc-rws: 80px;
  width: min(390px, 100%);
  display: grid;
  grid-template-columns: min(var(--wc-rws), 100%) 1fr;
  grid-template-rows: var(--wc-rws, 80px);
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .b_card {
    --wc-rws: 120px;
  }
}
.b_card > :nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background-color: var(--yellow);
  border-radius: 0 10px 10px 0;
  padding-inline: var(--wc_nt1-px, 15px);
  padding-block: var(--wc_nt1-py, 10px);
  transition: color 0.7s ease, background-color 0.7s ease;
}
@media screen and (min-width: 992px) {
  .b_card > :nth-child(2) {
    --wc_nt1-px: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
    --wc_nt1-py: 0;
  }
}
.b_card > :nth-child(2) :where(p, span) {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  color: var(--sub-color);
}
.b_card > :nth-child(2) i {
  color: var(--main-color);
  font-size: 20px;
  transition: transform 0.7s ease;
  transform: translateX(0);
}
.b_card:hover {
  opacity: 1;
}
.b_card:hover > :nth-child(2) {
  color: white;
  background-color: var(--main-color);
}
.b_card:hover > :nth-child(2):is(.type_a *) {
  background-color: var(--main-color);
}
.b_card:hover > :nth-child(2):is(.type_a *)::after {
  background-color: var(--main-color);
}
.b_card:hover > :nth-child(2):is(.type_a *)::before {
  right: 5px;
}
@media screen and (min-width: 992px) {
  .b_card:hover > :nth-child(2):is(.type_a *)::before {
    right: 15px;
  }
}
.b_card:hover > :nth-child(2) i {
  transform: translateX(10px);
  color: white;
}
.b_card:hover > :nth-child(2) i:is(.type_a *) {
  color: var(--sub-color);
}
.b_card figure img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  height: var(--wc-rws, 80px);
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 992px) {
  .b_card figure img {
    --wc-rws: 120px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.cdp {
  position: relative;
  text-align: center;
  padding: clamp(10px, 2.6041666667vw, 25px) 0;
  font-size: 0;
  z-index: 6;
  margin-top: clamp(40px, 10.4166666667vw, 85px);
  -webkit-animation: cdp-in 500ms ease both;
          animation: cdp-in 500ms ease both;
  display: var(--cdp-display, grid);
  justify-content: center;
  grid-auto-columns: 20px;
  grid-template-columns: repeat(auto-fit, 42px);
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .cdp {
    --cdp-display: block;
  }
}
.cdp_i {
  --cdp-size: 50px;
  font-size: var(--cdp-fs, 14px);
  text-decoration: none;
  transition: background-color 550ms ease;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
  height: var(--cdp-size);
  min-width: var(--cdp-size);
  border-radius: 50%;
  border: 1px solid currentColor;
  line-height: 46px;
  padding: 0;
  color: var(--black);
  letter-spacing: 0.03em;
  display: none;
  transform: scale(0.9);
  font-family: initial;
}
.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='%2340456d' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  border: none;
  transition: opacity 0.5s ease;
  background-repeat: no-repeat;
  background-position: center;
}
.cdp_i:first-child:hover, .cdp_i:last-child:hover {
  opacity: 0.5;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i:first-child {
  rotate: 180deg;
}
.cdp_i:not(:last-child):hover {
  background-color: var(--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;
}

.time_table_wrapper {
  background-color: var(--yellow);
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  border-radius: 10px;
  display: grid;
  grid-template-columns: var(--ttw-clm, 1fr);
  gap: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 768px) {
  .time_table_wrapper {
    --ttw-clm: auto 1fr;
  }
}
.time_table_wrapper > :nth-child(2) > :nth-child(2) {
  margin-top: 15px;
  font-size: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  line-height: 1.5;
}
.time_table_wrapper .t_text > * {
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.time_table_wrapper .t_text .t_title {
  color: var(--sub-color);
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  line-height: 1.6;
}
.time_table_wrapper .t_text .t_address {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
}
.time_table_wrapper .t_text .t_links > * {
  margin-block: 6px;
}
.time_table_wrapper .t_text .t_links a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--main-color);
}
.time_table_wrapper .t_text .t_links a span {
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.5;
}
.time_table_wrapper .t_text .t_links a i {
  font-size: 18px;
  margin-top: 4px;
}

.t_table > * {
  display: grid;
  grid-template-columns: var(--ttw_tt-clm, 94px repeat(7, 32px));
  grid-template-rows: 66px;
  gap: 1px;
  background-color: var(--yellow);
  font-size: clamp(10px, calc(3.5862068966px + 0.6465517241vw), 16px);
}
.t_table > *:is(.access *) {
  background-color: white;
  grid-template-columns: var(--ttw_tt-clm, 94px repeat(7, 35px));
  grid-template-rows: 66px;
}
@media screen and (min-width: 992px) {
  .t_table > *:is(.access *) {
    --ttw_tt-clm: 1fr repeat(7, 117px);
    grid-template-rows: 100px;
  }
}
@media screen and (min-width: 992px) {
  .t_table > * {
    --ttw_tt-clm: 1fr repeat(7, 80px);
  }
}
.t_table > * > * {
  background-color: white;
  display: grid;
  place-content: center;
}
.t_table > * > *:is(.access *) {
  background-color: var(--yellow);
  color: var(--sub-color);
  font-size: clamp(14px, calc(3.3103448276px + 1.0775862069vw), 24px);
}
.t_table > *:nth-child(1) {
  grid-template-rows: 48px;
}
.t_table > *:nth-child(1) > * {
  color: white;
  background-color: var(--sub-color);
}
.t_table > *:nth-child(1) > *:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.t_table > *:nth-child(1) > *:nth-child(1) > * {
  font-size: var(--tt_ttn-fs, 11px);
}
@media screen and (min-width: 992px) {
  .t_table > *:nth-child(1) > *:nth-child(1) > * {
    --tt_ttn-fs: cl(16px, 18px);
  }
}
.t_table > *:nth-child(1) > *:last-child {
  border-radius: 0 10px 0 0;
}
.t_table > *:nth-child(2) {
  border-bottom: 1px solid var(--yellow);
}
.t_table > *:nth-child(2):is(.access *) {
  border-bottom: 1px solid white;
}
.t_table > *:nth-child(3) > *:nth-child(1) {
  border-radius: 0 0 0 10px;
}
.t_table > *:nth-child(3) > *:last-child {
  border-radius: 0 0 10px 0;
}
.t_table > * .tt_name {
  text-align: center;
  padding-inline: clamp(2px, calc(-11.8965517241px + 1.400862069vw), 15px);
}
.t_table > * .tt_name > * {
  font-size: var(--ttn-fs, 9px);
}
@media screen and (min-width: 992px) {
  .t_table > * .tt_name > * {
    --ttn-fs: clamp(12px, calc(5.5862068966px + 0.6465517241vw), 18px);
  }
  .t_table > * .tt_name > *:is(.access *) {
    --ttn-fs: clamp(12px, calc(-2.9655172414px + 1.5086206897vw), 26px);
  }
}
.t_table > * .tt_name span {
  font-size: clamp(9px, calc(3.6551724138px + 0.5387931034vw), 14px);
  white-space: nowrap;
}
.t_table > * .tt_name span:is(.access *) {
  font-size: clamp(9px, calc(-3.8275862069px + 1.2931034483vw), 21px);
}

header {
  width: 100%;
  height: var(--header_wrapper-h, var(--sp-h));
  position: var(--header-position, fixed);
  background-color: white;
  top: 0;
  z-index: 30;
}
@media screen and (min-width: 1400px) {
  header {
    --header-position: relative;
    --header_wrapper-h: var(--pc-h);
  }
}
header h1 {
  height: 100%;
}
header h1 img {
  width: var(--h1-img-w, 180px);
}
@media screen and (min-width: 1400px) {
  header h1 img {
    --h1-img-w: min(393px, 100%);
  }
}
header .header_wrapper {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: var(--header_wrapper-column, 150px 1fr);
  gap: 0;
  justify-content: space-between;
  padding-block: clamp(8px, calc(3.724137931px + 0.4310344828vw), 12px) clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
}
@media screen and (min-width: 992px) {
  header .header_wrapper {
    --header_wrapper-column: 200px 1fr;
    gap: clamp(40px, calc(23.9655172414px + 1.6163793103vw), 55px);
  }
}
@media screen and (min-width: 1400px) {
  header .header_wrapper {
    --header_wrapper-column: 393px 1fr;
    --header_hgrp-display: block;
    --header_hgrp-items: unset;
  }
}
header .hw_right {
  display: var(--hwr-d, none);
  grid-auto-flow: column;
  gap: 9px;
}
@media screen and (min-width: 1400px) {
  header .hw_right {
    --hwr-d: grid;
  }
}
header .time_table .tt_wrapper > * {
  display: grid;
  grid-template-columns: 86px repeat(7, 25px);
  gap: 1px;
  background-color: white;
}
header .time_table .tt_wrapper > * > * {
  display: grid;
  place-content: center;
}
header .time_table .tt_wrapper > *:nth-child(2 of .tt_body) > :first-child {
  border-radius: 0 0 0 3px;
}
header .time_table .tt_wrapper > *:nth-child(2 of .tt_body) > :last-child {
  border-radius: 0 0 3px 0;
}
header .time_table .tt_head {
  grid-template-rows: 27px;
}
header .time_table .tt_head > * {
  color: white;
  background-color: var(--sub-color);
  font-size: clamp(12px, calc(10.9310344828px + 0.1077586207vw), 13px);
}
header .time_table .tt_head > *:first-child {
  border-radius: 3px 0 0 0;
  font-weight: 500;
}
header .time_table .tt_head > *:last-child {
  border-radius: 0 3px 0 0;
}
header .time_table .tt_body {
  grid-template-rows: 23px;
}
header .time_table .tt_body > * {
  background-color: var(--yellow);
  color: var(--sub-color);
  font-size: clamp(8px, calc(5.8620689655px + 0.2155172414vw), 10px);
}
header .time_table .tt_body > *:nth-child(1) {
  font-size: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  font-weight: 600;
}
header .time_table .tt_text {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: -0.5px;
  position: relative;
  top: -5px;
}
header .hwr_middle .tel_number {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: var(--font_en);
  font-size: clamp(20px, calc(5.0344827586px + 1.5086206897vw), 34px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.08em;
}
header .hwr_middle .tel_number i {
  color: var(--main-color);
  font-size: clamp(22px, calc(18.7931034483px + 0.3232758621vw), 25px);
}
header .hwr_middle .tel_bottom {
  display: flex;
  gap: 5px;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .hwr_middle .tel_bottom > * {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: clamp(15px, calc(12.8620689655px + 0.2155172414vw), 17px);
  letter-spacing: -0.08em;
  line-height: 1.4705882353;
  background-color: var(--yellow);
  padding-inline: clamp(18px, calc(15.8620689655px + 0.2155172414vw), 20px);
  padding-block: 4px;
  border-radius: 15px;
}
header .hwr_middle .tel_bottom > * i {
  font-size: 20px;
  color: var(--main-color);
}
header .hwr_middle .tel_bottom > * span {
  display: grid;
  margin-top: 2px;
}
header .hw_buttons {
  align-self: center;
}
header .hw_buttons > * {
  display: grid;
  grid-template-columns: 145px 42px;
  grid-template-rows: 42px;
  gap: 9px;
}
header .hw_buttons > * i {
  display: block;
  font-size: 44px;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
header .hw_buttons .btn_top > :nth-child(1) {
  border-radius: 5px;
  text-align: center;
  padding-block: 7px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  line-height: 1.4444444444;
  background-color: var(--sub-color);
  color: white;
  border: 1px solid var(--sub-color);
  transition: color 0.5s ease, background-color 0.5s ease;
}
header .hw_buttons .btn_top > :nth-child(1):hover {
  background-color: white;
  color: var(--sub-color);
  opacity: 1;
}
header .hw_buttons .btn_top > :nth-child(2) {
  color: var(--main-color);
}
header .hw_buttons .btn_bottom {
  margin-top: 5px;
}
header .hw_buttons .btn_bottom > :nth-child(1) {
  border-radius: 5px;
  text-align: center;
  padding-block: 7px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  line-height: 1.4444444444;
  color: var(--sub-color);
  border: 1px solid;
  transition: color 0.5s ease, background-color 0.5s ease;
}
header .hw_buttons .btn_bottom > :nth-child(1):hover {
  color: white;
  background-color: var(--sub-color);
  opacity: 1;
}
header .hw_buttons .btn_bottom > :nth-child(2) {
  color: #0BC41E;
}
header .hw_buttons .btn_left > * {
  border-radius: 5px;
  padding-inline: 15px;
  padding-block: 7px;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  line-height: 1.4444444444;
}
header .hw_buttons .btn_left > :nth-child(1) {
  background-color: var(--sub-color);
  color: white;
}
header .hw_buttons .btn_left > :nth-child(2) {
  color: var(--sub-color);
  border: 1px solid;
}
header .hw_buttons .btn_right > * {
  font-size: 44px;
  display: flex;
}
header .hw_buttons .btn_right > :nth-child(1) {
  color: var(--main-color);
}
header .hw_buttons .btn_right > :nth-child(2) {
  color: #0BC41E;
}
header .hw_right_sp {
  display: var(--h_sp-d, grid);
  justify-self: flex-end;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1400px) {
  header .hw_right_sp {
    --h_sp-d: none;
  }
}
header .hw_right_sp > a {
  width: 125px;
  height: 34px;
  display: grid;
  place-content: center;
  border-radius: 3px;
  color: white;
  background-color: var(--main-color);
  font-size: 12px;
}
header .navbar-nav .nav-item a {
  color: white;
  font-size: 16px;
  line-height: 1.4516129032;
  padding-inline: 15px;
  padding-block: 13px;
  border-bottom: 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .navbar-nav .nav-item a::after {
  --nni-size: 8px;
  content: "";
  width: var(--nni-size);
  height: var(--nni-size);
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
header .offcanvas {
  background-color: rgba(249, 146, 55, 0.7);
  color: white;
}
header .offcanvas .btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  opacity: 1;
  position: relative;
  top: 2px;
  right: 7px;
}
header .offcanvas-body {
  padding-top: 0;
}
header .nm_links {
  padding-block: 20px;
  padding-inline: 30px;
}
header .nm_links > * {
  display: block;
  margin-bottom: 15px;
}
header .nm_links .nml_buttons > * {
  display: grid;
  place-content: center;
  width: 100%;
  font-size: 18px;
  height: 46px;
  border-radius: 5px;
  margin-bottom: 15px;
}
header .nm_links .nml_buttons > *:nth-child(1) {
  background-color: white;
  color: var(--main-color);
}
header .nm_links .nml_buttons > *:nth-child(2) {
  background-color: var(--sub-color);
  color: white;
}

.pc_menu {
  display: var(--pc-menu-display, none);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  width: 100%;
  height: var(--pc-h-nav);
  z-index: 90;
}
@media screen and (min-width: 1400px) {
  .pc_menu {
    --pc-menu-display: block;
  }
}
.pc_menu ul {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  display: flex;
  height: 100%;
  justify-content: var(--nav_ul-justify, space-between);
}
@media screen and (min-width: 992px) {
  .pc_menu ul {
    --nav_ul-justify: unset;
  }
}
.pc_menu ul li {
  --border-color: var(--main-color);
  height: 100%;
  width: 100%;
  border-right: 1px solid var(--border-color);
  display: grid;
  place-content: center;
}
.pc_menu ul li:first-child {
  border-left: 1px solid var(--border-color);
}
.pc_menu ul a {
  display: flex;
  align-items: center;
  height: var(--pc-h-nav);
  font-size: clamp(13px, calc(11.9310344828px + 0.1077586207vw), 14px);
  font-weight: 500;
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  line-height: 1.2857142857;
  white-space: nowrap;
  text-align: center;
  width: 100%;
  transition: color 0.5s ease;
}
.pc_menu ul a:hover {
  color: var(--main-color);
  opacity: 1;
}
.pc_menu ul a[target] {
  gap: 5px;
}
.pc_menu ul a[target]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav_sp_menu {
  --nsm-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  padding-block: 0;
}
.nav_sp_menu .navbar-toggler {
  background-color: var(--sub-color);
  border-radius: 50%;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  width: 33px;
  height: 33px;
}
.nav_sp_menu .navbar-toggler .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: var(--nsm-bg);
  width: 0.8em;
  height: 0.8em;
  background-size: 25px 25px;
}

footer {
  background-color: var(--main-color);
  padding-block: clamp(50px, calc(17.9310344828px + 3.2327586207vw), 80px) clamp(20px, calc(3.9655172414px + 1.6163793103vw), 35px);
}
footer .footer_top {
  display: grid;
  grid-template-columns: var(--ft-clm, 1fr);
  align-items: center;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  footer .footer_top {
    --ft-clm: 405px 1fr;
  }
}
footer .footer_top > a {
  width: min(405px, 100%);
  background-color: white;
  border-radius: 10px;
  padding-block: 5px;
  padding-inline: 9px;
}
footer .footer_top .sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer_top .sns > * i {
  color: white;
  font-size: 50px;
}
footer .footer_bottom {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
footer .footer_bottom .list {
  padding-inline: 25px;
  color: white;
}
footer .footer_bottom .list .list_title {
  position: relative;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
  font-weight: 500;
  line-height: 1.6;
}
footer .footer_bottom .list .list_title::before {
  --lt-size: 9px;
  content: "";
  width: var(--lt-size);
  height: var(--lt-size);
  border-radius: 50%;
  background-color: white;
  position: absolute;
  inset: 0;
  margin-block: auto;
  margin-left: -17px;
}
footer .footer_bottom .list .list_title + .list_title {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) 5px;
}
footer .footer_bottom .list ul {
  margin-block: 5px clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
footer .footer_bottom .list ul a {
  font-size: 14px;
  line-height: 1.4285714286;
  text-decoration: underline;
}
footer .footer_bottom .list ul a[target] {
  display: flex;
  align-items: center;
  gap: 10px;
  gap: 10px;
}
footer .footer_bottom .list ul a[target]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: var(--target-top, 0);
}
footer .footer_bottom .list ul + ul {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
footer .copy {
  margin-top: clamp(40px, calc(21.8275862069px + 1.8318965517vw), 57px);
  text-align: center;
}
footer .copy small {
  color: white;
  font-size: 13px;
}
footer #webReservation .modal-header {
  border: 0;
}
footer #webReservation .modal_title {
  font-size: 24px;
  line-height: 1.4583333333;
  color: var(--sub-color);
  text-align: center;
}
footer #webReservation .modal-body {
  padding-inline: 25px;
  padding-bottom: 40px;
}
footer #webReservation .modal-body > * {
  display: block;
  color: white;
  font-size: 16px;
  width: 100%;
  padding-block: 10px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--sub-color);
  margin-bottom: 10px;
  line-height: 1.4473684211;
}
footer #webReservation .modal-body > *:nth-child(1) {
  background-color: var(--main-color);
}

.floating_banner {
  position: fixed;
  right: 0;
  top: 25%;
  transition: opacity 0.5s ease;
  display: var(--fb-d, none);
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .floating_banner {
    --fb-d: block;
  }
}
.floating_banner.fade-out {
  display: none;
  opacity: 0;
}
.floating_banner .close {
  --fb_cls-size: 21px;
  width: var(--fb_cls-size);
  height: var(--fb_cls-size);
  background-color: var(--c-bg, white);
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 3;
}
.floating_banner .close i {
  font-size: 12px;
}

.floating_buttons {
  position: fixed;
  top: 43%;
  right: 0;
  padding: 20px;
  background-color: var(--yellow);
  border-radius: 10px;
  transition: opacity 0.5s ease;
  display: var(--fb-d, none);
  z-index: 30;
  width: min(250px, 100%);
}
@media screen and (min-width: 1200px) {
  .floating_buttons {
    --fb-d: block;
  }
}
.floating_buttons.fade-out {
  display: none;
  opacity: 0;
}
.floating_buttons .close {
  --c-bg: var(--yellow);
  --fb_cls-size: 21px;
  width: var(--fb_cls-size);
  height: var(--fb_cls-size);
  background-color: var(--c-bg, white);
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: absolute;
  left: 0;
  top: 11px;
  z-index: 3;
  top: 3px;
  left: 3px;
}
.floating_buttons .close i {
  font-size: 12px;
}
.floating_buttons .fb_wrapper > * {
  margin-bottom: 15px;
}
.floating_buttons .fb_wrapper .tel_number {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 26px;
  line-height: 1.4615384615;
  font-family: var(--font_en);
  letter-spacing: -0.08em;
}
.floating_buttons .fb_wrapper .tel_number i {
  font-size: 25px;
  color: var(--main-color);
}
.floating_buttons .fb_wrapper > a {
  display: grid;
  place-content: center;
  width: 100%;
  font-size: 18px;
  height: 46px;
  border-radius: 5px;
  color: white;
}
.floating_buttons .fb_wrapper > a:nth-child(1 of a) {
  background-color: var(--main-color);
}
.floating_buttons .fb_wrapper > a:nth-child(2 of a) {
  background-color: #0BC41E;
}
.floating_buttons .fb_wrapper > a:nth-child(3 of a) {
  background-color: var(--sub-color);
}

.chat_bot {
  position: fixed;
  right: 0;
  bottom: 9%;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .chat_bot {
    bottom: 5%;
  }
}
.chat_bot button {
  width: auto;
  display: grid;
  background-color: var(--sub-color);
  color: white;
  border-radius: 5px;
  align-items: center;
  grid-template-columns: 1fr;
  padding-block: 7px;
  padding-inline: 10px;
  gap: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
}
@media screen and (min-width: 1200px) {
  .chat_bot button {
    width: 250px;
    padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
    padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
.chat_bot button img {
  width: min(35px, 100%);
  -o-object-fit: content;
     object-fit: content;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.chat_bot button span {
  font-size: clamp(7px, calc(-4.7586206897px + 1.1853448276vw), 18px);
  font-weight: 500;
}

.floating_news {
  width: min(360px, 100%);
  position: fixed;
  right: 0;
  bottom: 5%;
  background-color: var(--main-color);
  border-radius: 10px 0 0 10px;
  transition: transform 0.6s ease;
  display: var(--fn-d, none);
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .floating_news {
    --fn-d: block;
  }
}
.floating_news.is-hide {
  transform: translateX(120%);
}
.floating_news a {
  display: block;
  padding: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  color: white;
}
.floating_news a .fn_date {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.floating_news a .fn_date::before {
  --fnd-size: 8px;
  content: "";
  background-color: #FDFF00;
  width: var(--fnd-size);
  height: var(--fnd-size);
  aspect-ratio: 1;
  border-radius: 50%;
}
.floating_news a .fn_title {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.floating_sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(28, 21, 21, 0.2);
  padding-block: 10px 6px;
  padding-inline: 15px;
  display: var(--fs-d, grid);
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  z-index: 15;
}
@media screen and (min-width: 1200px) {
  .floating_sp {
    --fs-d: none;
  }
}
.floating_sp > * {
  border-radius: 5px;
  padding-block: 8px;
  text-align: center;
  color: white;
  font-size: 15px;
  line-height: 1.4666666667;
}
.floating_sp > *:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.floating_sp > *:nth-child(1) {
  background-color: var(--main-color);
}
.floating_sp > *:nth-child(2) {
  background-color: #F90000;
}

aside > * {
  margin-bottom: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
}
aside .a_block > * {
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
aside .a_block h3 {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  line-height: 1.6;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-block: 10px;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  text-align: left;
  display: block;
}
aside .a_block .a_text_links {
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
aside .a_block .a_text_links > * {
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
aside .a_block .a_text_links a {
  color: var(--main-color);
  display: block;
  line-height: 1.5;
}
aside .a_block .a_links > * {
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
aside .a_block .a_links a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
}
aside .a_block .a_links img {
  border-radius: 5px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
aside .a_block .a_links .text {
  line-height: 1.5;
  color: var(--main-color);
}

.table_contents {
  background-color: var(--yellow);
  border-radius: 13px;
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.table_contents .tc_ttl {
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  text-align: center;
}
.table_contents .tc_wrapper {
  counter-reset: number-counter;
  margin-top: 20px;
}
.table_contents .tc_wrapper > * {
  counter-increment: number-counter;
  padding-inline: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  background-image: linear-gradient(to right, var(--main-color) 50%, transparent 50%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  text-decoration: none !important;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.table_contents .tc_wrapper > *::before {
  content: counter(number-counter) ".";
  --li-size: 20px;
  width: var(--li-size);
  height: var(--li-size);
  border-radius: 50%;
  color: var(--main-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  display: grid;
  place-content: center;
}

.cta .cta_top {
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  background-color: var(--main-color);
  position: relative;
  border-radius: 10px 10px 0 0;
  margin-top: clamp(70px, calc(37.9310344828px + 3.2327586207vw), 100px);
  margin-bottom: 0;
}
.cta .cta_top figure {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 992px) {
  .cta .cta_top figure {
    right: 13%;
  }
}
.cta .cta_top figure img {
  width: var(--ct_img-w, 85px);
}
@media screen and (min-width: 992px) {
  .cta .cta_top figure img {
    --ct_img-w: auto;
  }
}
.cta .cta_top .cta_title {
  padding-inline: 15px;
  text-align: var(--ca_ttl-ta, left);
}
@media screen and (min-width: 992px) {
  .cta .cta_top .cta_title {
    --ca_ttl-ta: center;
  }
}
.cta .cta_top .cta_title p {
  font-size: clamp(13px, calc(1.2413793103px + 1.1853448276vw), 24px);
  line-height: 1.8666666667;
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  border-radius: 20px;
  background-color: white;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: var(--ca_ttl_p-mx, 0);
}
@media screen and (min-width: 992px) {
  .cta .cta_top .cta_title p {
    --ca_ttl_p-mx: auto;
  }
}
.cta .cta_top .cta_title h3 {
  font-size: clamp(16px, calc(3.1724137931px + 1.2931034483vw), 28px);
  line-height: 1.6;
  color: white;
}
.cta .cta_top .cta_title h3 strong {
  color: #FDFF00;
  font-weight: 400;
}
.cta .cta_bottom {
  margin-top: 0;
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-inline: clamp(15px, calc(-17.0689655172px + 3.2327586207vw), 45px);
  background-color: var(--yellow);
  border-radius: 0 0 10px 10px;
  display: grid;
  grid-template-columns: var(--cb-clm, 1fr);
  gap: clamp(8px, calc(-15.5172413793px + 2.3706896552vw), 30px);
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom {
    --cb-clm: 1fr 345px;
  }
}
.cta .cta_bottom .cb_left {
  background-color: var(--main-color);
  border-radius: 10px;
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) 5px;
  position: relative;
}
.cta .cta_bottom .cb_left::before {
  content: "";
  width: 75px;
  height: 86px;
  background-color: white;
  -webkit-mask-image: url(../images/icon/calendar-check-regular.svg);
          mask-image: url(../images/icon/calendar-check-regular.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: 5%;
  display: block;
  inset-block: 0;
  margin-block: auto;
  opacity: 0.5;
  rotate: 13deg;
  scale: var(--i_scl, 0.4);
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom .cb_left::before {
    --i_scl: 1;
    right: 17%;
  }
}
.cta .cta_bottom .cb_left .cbl_l_img {
  width: clamp(90px, calc(-27.5862068966px + 11.8534482759vw), 200px);
  position: absolute;
  bottom: 0;
  left: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
}
.cta .cta_bottom .cb_left .cbl_l_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.cta .cta_bottom .cb_left .cbl_r_img {
  position: absolute;
  inset-block: 0;
  right: clamp(15px, calc(-6.3793103448px + 2.1551724138vw), 35px);
  margin-block: auto;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cta .cta_bottom .cb_left .cbl_r_img img {
  display: block;
  width: 18px;
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom .cb_left .cbl_r_img img {
    width: auto;
  }
}
.cta .cta_bottom .cb_left .cbl_text {
  color: white;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: 35% 0;
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom .cb_left .cbl_text {
    margin-inline: auto;
  }
}
.cta .cta_bottom .cb_left .cbl_text span {
  display: block;
  margin-top: clamp(1px, calc(-8.6206896552px + 0.9698275862vw), 10px);
  font-size: clamp(9px, calc(3.6551724138px + 0.5387931034vw), 14px);
  line-height: 1.3571428571;
}
.cta .cta_bottom .cb_left .cbl_text .cbl_title p {
  font-size: clamp(12px, calc(-0.8275862069px + 1.2931034483vw), 24px);
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom .cb_left .cbl_text .cbl_title p {
    line-height: 1.6;
  }
}
.cta .cta_bottom .cb_left .cbl_text .cbl_title h4 {
  margin-top: 4px;
  font-size: clamp(16px, calc(1.0344827586px + 1.5086206897vw), 30px);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom .cb_left .cbl_text .cbl_title h4 {
    line-height: 1.6;
  }
}
.cta .cta_bottom .cb_right {
  display: flex;
  flex-direction: var(--cbl-dir, row);
  gap: clamp(8px, calc(0.5172413793px + 0.7543103448vw), 15px);
}
@media screen and (min-width: 992px) {
  .cta .cta_bottom .cb_right {
    --cbl-dir: column;
  }
}
.cta .cta_bottom .cb_right .btn-slide {
  padding-block: clamp(6px, calc(-14.3103448276px + 2.0474137931vw), 25px);
}
.cta .cta_bottom .cb_right .btn-slide span {
  font-size: clamp(14px, calc(7.5862068966px + 0.6465517241vw), 20px);
}
.cta .cta_bottom .cb_right .btn-slide i {
  font-size: clamp(9px, calc(-8.1034482759px + 1.724137931vw), 25px);
}

.sub_main.pages {
  margin-bottom: clamp(40px, calc(-24.1379310345px + 6.4655172414vw), 100px);
}

.sec_breadcrumb {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-block: 15px clamp(40px, calc(-8.1034482759px + 4.849137931vw), 85px);
  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.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;
  }
}
.sec_breadcrumb > nav {
  width: var(--sec-breadcrumb-nav-w, 135%);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb > nav {
    --sec-breadcrumb-nav-w: auto;
  }
}
.sec_breadcrumb .breadcrumb {
  flex-wrap: var(--sec-breadcrumb-flex-wrap, nowrap);
}
@media screen and (min-width: 992px) {
  .sec_breadcrumb .breadcrumb {
    --sec-breadcrumb-flex-wrap: wrap;
  }
}

section.wp-block-group > * {
  margin-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
}

.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;
  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: 10px;
  border: solid var(--border-color);
  border-width: 0 0 1px 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 10px;
  padding: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.accordion .accordion-item .accordion-header .accordion-button > * {
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: var(--acc_btn-r, 10px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main-color);
  width: 20px;
  height: 2px;
  transition: all 0.3s;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
    --acc_btn-r: 20px;
  }
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
.accordion .accordion-item .accordion-collapse {
  border-top: 1px solid var(--main-color);
}
.accordion .accordion-item .accordion-body {
  position: relative;
  display: grid;
  padding-block: clamp(25px, calc(14.3103448276px + 1.0775862069vw), 35px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
}
.accordion .accordion-item .accordion-body > * {
  margin-bottom: clamp(30px, calc(19.3103448276px + 1.0775862069vw), 40px);
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-color);
}

:is(h2, h3):not(.cta_title *) {
  color: var(--sub-color);
  text-align: center;
  font-size: clamp(22px, calc(7.0344827586px + 1.5086206897vw), 36px);
  font-weight: 500;
  line-height: 1.75;
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
:is(h2, h3):not(.cta_title *) strong {
  color: var(--main-color);
}

h3:not(.cta_title *) {
  --h3_ab-size: 9px;
  display: grid;
  grid-template-columns: var(--h3_ab-size) minmax(0, -webkit-max-content) var(--h3_ab-size);
  grid-template-columns: var(--h3_ab-size) minmax(0, max-content) var(--h3_ab-size);
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  align-items: center;
  justify-content: center;
}
h3:not(.cta_title *)::before, h3:not(.cta_title *)::after {
  content: "";
  width: var(--h3_ab-size);
  height: var(--h3_ab-size);
  background-color: var(--main-color);
  border-radius: 50%;
}

a:has(.b_img) {
  display: block;
}

.b_img {
  border-radius: 20px;
  width: min(1200px, 100%);
  aspect-ratio: 12/5;
}

.map_bottons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.worries_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.banner_wrapper {
  display: grid;
  grid-template-columns: var(--bw-clm, 1fr);
  gap: 10px;
}
@media screen and (min-width: 992px) {
  .banner_wrapper {
    --bw-clm: 1fr 1fr 1fr;
  }
}

.medical_cards {
  display: grid;
  grid-template-columns: var(--mc-clm, 1fr);
  gap: var(--mc-gap, 20px);
}
@media screen and (min-width: 992px) {
  .medical_cards {
    --mc-clm: repeat(3, 1fr);
    --mc-gap: 15px 20px;
  }
}
.medical_cards > * {
  display: block;
  position: relative;
  border-radius: 10px;
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px) 50px;
  overflow: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), var(--mc_a_bg, url(https://placehold.jp/400/560.png));
  background-size: cover;
  background-position: center;
  color: white;
  transition: background-size 0.3s ease;
}
.medical_cards > *:hover {
  background-size: 108%;
}
.medical_cards > * .mc_title {
  font-size: clamp(18px, calc(7.3103448276px + 1.0775862069vw), 28px);
  line-height: 1.1785714286;
  font-feature-settings: initial;
  margin-bottom: var(--mct-mb, 10px);
  letter-spacing: 0.24em;
}
@media screen and (min-width: 992px) {
  .medical_cards > * .mc_title {
    --mct-mb: clamp(50px, calc(33.9655172414px + 1.6163793103vw), 65px);
    writing-mode: vertical-rl;
  }
  .medical_cards > * .mc_title:is(.t_long) {
    --mct-mb: 5px;
  }
}
.medical_cards > * .mc_body {
  margin-block: 0 20px;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
.medical_cards > * .mc_more {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--main-color);
  padding-block: 10px;
  padding-inline: 15px;
  border-radius: 10px 0 10px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: clamp(15px, calc(11.7931034483px + 0.3232758621vw), 18px);
}

.search_wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.search_wrapper > * {
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-block: 12px;
  color: white;
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  line-height: 1.8888888889;
  border-radius: 5px;
  background-color: var(--main-color);
}

.message a {
  margin-inline: 0;
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.message img {
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  width: min(515px, 100%);
  aspect-ratio: 103/70;
}

.news_wrapper {
  background-color: var(--yellow);
  border-radius: 10px;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
}
.news_wrapper h3 {
  display: block;
  text-align: left;
  font-size: clamp(18px, calc(-1.2413793103px + 1.9396551724vw), 36px);
  line-height: 1.7222222222;
}
.news_wrapper .news_container {
  margin-block: 15px 20px;
}
.news_wrapper .news_container > * {
  border-radius: 5px;
  padding-block: 17px;
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  margin-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
}
.news_wrapper .news_container > * .nws_inner {
  display: grid;
  grid-template-columns: var(--ni-clm, 1fr);
  align-items: center;
  gap: clamp(5px, calc(-11.0344827586px + 1.6163793103vw), 20px);
}
@media screen and (min-width: 992px) {
  .news_wrapper .news_container > * .nws_inner {
    --ni-clm: max-content 1fr;
  }
}
.news_wrapper .news_container > * .nws_date {
  color: var(--main-color);
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
}
.news_wrapper .news_container > * .nws_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 2.125;
}
.news_wrapper .news_container > * i {
  color: var(--main-color);
  font-size: 20px;
}

.pages .page_top {
  margin-top: var(--pt-mt, calc(var(--sp-h) + 15px));
}
@media screen and (min-width: 992px) {
  .pages .page_top {
    --pt-mt: 15px;
  }
}
.pages .page_top .pt_wrapper {
  background-color: var(--yellow);
  margin-inline: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  border-radius: 20px;
  height: clamp(120px, calc(34.4827586207px + 8.6206896552vw), 200px);
}
.pages .page_top .pt_wrapper h2 {
  display: grid;
  place-content: center;
  font-size: clamp(22px, calc(-0.4482758621px + 2.2629310345vw), 43px);
  line-height: 1.4418604651;
  height: 100%;
}

.ancher_links {
  display: grid;
  grid-template-columns: var(--al-clm, 1fr 1fr);
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
@media screen and (min-width: 992px) {
  .ancher_links {
    --al-clm: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .ancher_links:has(:nth-child(5):last-child) {
    --al-clm: repeat(5, 1fr);
  }
}
.ancher_links:has(:nth-child(6)) {
  display: flex;
  flex-wrap: wrap;
}
.ancher_links > *:not(p) {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  background-color: var(--sub-color);
  color: white;
}
.ancher_links > *:not(p) span {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  line-height: 1.6;
}
.ancher_links > *:not(p) i {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
}
.ancher_links > p {
  margin-top: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.ancher_links > p > * {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(7.8620689655px + 0.2155172414vw), 12px);
  background-color: var(--sub-color);
  color: white;
}
.ancher_links > p > * span {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  line-height: 1.6;
}
.ancher_links > p > * i {
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
}

.group_wrapper > * {
  margin-bottom: var(--gw_child-mb, 30px);
}
@media screen and (min-width: 992px) {
  .group_wrapper > * {
    --gw_child-mb: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
  }
}
@media screen and (min-width: 992px) {
  .group_wrapper > *:nth-child(2n) {
    --gw_child-mb: clamp(40px, calc(-163.1034482759px + 20.474137931vw), 230px);
  }
}
.group_wrapper > *:nth-child(2n) > :has(.g_title) {
  padding-left: 15px;
  top: auto;
  right: auto;
}
@media screen and (min-width: 992px) {
  .group_wrapper > *:nth-child(2n) > :has(.g_title) {
    padding-left: 105px;
    top: 70px;
    right: 0;
  }
}
.group_wrapper > *:nth-child(2n) > :has(img) {
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .group_wrapper > *:nth-child(2n) > :has(img) {
    margin-inline: 0;
  }
}
.group_wrapper > *:nth-child(2n+1) {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .group_wrapper > *:nth-child(2n+1) {
    padding-top: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
  }
}
.group_wrapper > *:nth-child(2n+1) > :has(.g_title) {
  padding-left: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  top: auto;
  left: auto;
}
@media screen and (min-width: 992px) {
  .group_wrapper > *:nth-child(2n+1) > :has(.g_title) {
    padding-right: clamp(65px, calc(48.9655172414px + 1.6163793103vw), 80px);
    top: 0;
    left: 0;
  }
}
.group_wrapper > *:nth-child(2n+1) > :has(img) {
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .group_wrapper > *:nth-child(2n+1) > :has(img) {
    margin-inline: auto 0;
  }
}

.g_content {
  position: relative;
}
.g_content > *:has(.g_title) {
  width: min(765px, 100%);
  background-color: var(--yellow);
  border-radius: 10px;
  padding-block: clamp(30px, calc(3.275862069px + 2.6939655172vw), 55px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
  position: initial;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .g_content > *:has(.g_title) {
    position: absolute;
  }
}
.g_content > *:has(.g_title) .g_title {
  color: var(--main-color);
  font-size: clamp(20px, calc(15.724137931px + 0.4310344828vw), 24px);
  line-height: 1.6;
}
.g_content > *:has(.g_title) .g_text {
  margin-top: 15px;
}
.g_content > *:has(.g_title) a {
  margin-top: 20px;
}
.g_content > *:has(img) {
  position: relative;
  width: 300px;
  padding-top: clamp(30px, calc(21.4482758621px + 0.8620689655vw), 38px);
  padding-left: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .g_content > *:has(img) {
    width: clamp(480px, calc(447.9310344828px + 3.2327586207vw), 510px);
  }
}
.g_content > *:has(img) .g_number {
  --gn-size: clamp(60px, calc(4.4137931034px + 5.6034482759vw), 112px);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--main-color);
  width: var(--gn-size);
  height: var(--gn-size);
  aspect-ratio: 1;
  border-radius: 50%;
  color: white;
  font-size: clamp(14px, calc(2.2413793103px + 1.1853448276vw), 25px);
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.2;
}
.g_content > *:has(img) .g_number span {
  display: block;
  font-size: clamp(16px, calc(-1.1034482759px + 1.724137931vw), 32px);
}
.g_content > *:has(img) img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.g_content .btn-slide span {
  font-size: clamp(14px, calc(7.5862068966px + 0.6465517241vw), 20px);
}

.bg {
  background-color: var(--yellow);
  border-radius: 10px;
  padding-block: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  padding-inline: clamp(10px, calc(-11.3793103448px + 2.1551724138vw), 30px);
}

.sq {
  background-color: var(--main-color);
  color: white;
  font-size: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  line-height: 1.6;
  border-radius: 5px;
  padding-inline: 25px;
  padding-block: 4px;
  text-transform: uppercase;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}

.s_title {
  margin-top: 10px;
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  color: var(--sub-color);
  line-height: 2.5833333333;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  position: relative;
  background-image: radial-gradient(circle, var(--main-color) 30%, transparent 31%);
  background-position: bottom;
  background-size: 6px 3px;
  background-repeat: repeat-x;
}

.links_x2 {
  display: grid;
  grid-auto-columns: clamp(300px, calc(251.8965517241px + 4.849137931vw), 345px);
  grid-auto-flow: var(--lnk_x2-flw, row);
  gap: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
@media screen and (min-width: 992px) {
  .links_x2 {
    --lnk_x2-flw: column;
  }
}
.links_x2 > *:not(p) {
  background-color: var(--main-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  line-height: 1.6;
  border-radius: 10px;
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
}
.links_x2 > p > * {
  background-color: var(--main-color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  line-height: 1.6;
  border-radius: 10px;
  padding-block: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  padding-inline: clamp(10px, calc(-6.0344827586px + 1.6163793103vw), 25px);
}

.number_wrapper {
  margin-top: 20px;
}
.number_wrapper:has(> :nth-child(3):last-child) {
  display: grid;
  grid-template-columns: var(--nw-hs3-clm, 1fr);
  gap: var(--nw-hs3-gap, 30px);
}
@media screen and (min-width: 992px) {
  .number_wrapper:has(> :nth-child(3):last-child) {
    --nw-hs3-clm: repeat(3, 1fr);
    --nw-hs3-gap: 20px;
  }
}
.number_wrapper:has(> :nth-child(2):last-child) {
  display: grid;
  grid-template-columns: var(--nw-hs2-clm, 1fr);
  gap: var(--nw-hs2-gap, 30px);
}
@media screen and (min-width: 992px) {
  .number_wrapper:has(> :nth-child(2):last-child) {
    --nw-hs2-clm: repeat(2, 1fr);
    --nw-hs2-gap: 20px;
  }
}
.number_wrapper:has(> :nth-child(1):last-child) {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--nw-hs2-gap, 30px);
}
@media screen and (min-width: 992px) {
  .number_wrapper:has(> :nth-child(1):last-child) {
    --nw-hs2-gap: 20px;
  }
}
.number_wrapper:has(> :nth-child(1):last-child) > * {
  flex-direction: var(--nw_chd-dir, column);
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .number_wrapper:has(> :nth-child(1):last-child) > * {
    --nw_chd-dir: row;
  }
}
.number_wrapper:has(> :nth-child(1):last-child) > * .text {
  text-align: left;
}
.number_wrapper:has(> :nth-child(1):last-child) > * figure img {
  width: min(250px, 100%);
}
.number_wrapper > * {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-block: clamp(30px, calc(19.3103448276px + 1.0775862069vw), 40px) clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
  padding-inline: clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  border-radius: 10px;
  border: 1px solid var(--grey);
}
.number_wrapper > * .number {
  --num-size: clamp(35px, calc(4px + 3.125vw), 64px);
  position: absolute;
  top: -20px;
  left: 20px;
  display: grid;
  place-content: center;
  width: var(--num-size);
  height: var(--num-size);
  aspect-ratio: 1;
  border-radius: 50%;
  color: white;
  background-color: var(--main-color);
}
.number_wrapper > * .text {
  text-align: center;
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
  line-height: 1.6;
  margin-bottom: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.number_wrapper > * figure {
  margin-top: auto;
  margin-inline: auto;
}
.number_wrapper > * figure img {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
}

.qa_wrapper .accordion .accordion-item {
  border: solid var(--main-color);
  border-radius: 0;
  border-width: 1px 0 1px 0;
}
.qa_wrapper .accordion .accordion-collapse {
  border-top: 0;
}
.qa_wrapper .accordion .accordion-collapse .accordion-body {
  background-color: var(--yellow);
  margin-bottom: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  border-radius: 10px;
}

.count_wrapper + p {
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.count_wrapper > * {
  padding-block: clamp(20px, calc(11.4482758621px + 0.8620689655vw), 28px);
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  background-color: var(--yellow);
  margin-bottom: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  border-radius: 8px;
  align-items: center;
}
.count_wrapper > * > :nth-child(1) {
  --nw_chd_n1-size: 35px;
  width: var(--nw_chd_n1-size);
  height: var(--nw_chd_n1-size);
  border-radius: 50%;
  background-color: var(--main-color);
  color: white;
  display: grid;
  place-content: center;
  font-size: clamp(20px, calc(8.2413793103px + 1.1853448276vw), 31px);
}
@media screen and (min-width: 992px) {
  .count_wrapper > * > :nth-child(1) {
    --nw_chd_n1-size: 64px;
  }
}
.count_wrapper > * > :nth-child(2) {
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  line-height: 1.6;
}
.count_wrapper.step > * > :nth-child(1) {
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(10px, calc(5.724137931px + 0.4310344828vw), 14px);
}
.count_wrapper.step > * > :nth-child(1) strong {
  display: block;
  font-size: clamp(14px, calc(8.6551724138px + 0.5387931034vw), 19px);
  font-weight: 400;
  line-height: 1;
}
.count_wrapper.step > * > :nth-child(2) {
  color: var(--sub-color);
}

.color_wrapper > * {
  display: grid;
  grid-template-columns: var(--cw_chd-clm, 1fr);
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .color_wrapper > * {
    --cw_chd-clm: clamp(230px, calc(192.5862068966px + 3.7715517241vw), 265px) 1fr;
  }
}
.color_wrapper > * > * {
  padding-block: 17px;
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
}
.color_wrapper > * > :nth-child(1) {
  border-radius: 5px 5px 0 0;
  background-color: var(--sub-color);
  color: white;
  font-size: clamp(16px, calc(13.8620689655px + 0.2155172414vw), 18px);
}
@media screen and (min-width: 992px) {
  .color_wrapper > * > :nth-child(1) {
    border-radius: 5px 0 0 5px;
  }
}
.color_wrapper > * > :nth-child(2) {
  border-radius: 0 0 5px 5px;
  background-color: var(--yellow);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
}
@media screen and (min-width: 992px) {
  .color_wrapper > * > :nth-child(2) {
    border-radius: 0 5px 5px 0;
  }
}

.card_type_a {
  display: grid;
  grid-template-columns: var(--cta_chd-clm, 1fr);
}
@media screen and (min-width: 992px) {
  .card_type_a {
    --cta_chd-clm: 1fr 240px;
  }
}
.card_type_a > :nth-child(1) {
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  background-color: var(--yellow);
  display: flex;
  flex-direction: column;
  --br_l_size: 10px;
  border-radius: var(--br_l_size) var(--br_l_size) 0 0;
}
@media screen and (min-width: 992px) {
  .card_type_a > :nth-child(1) {
    border-radius: var(--br_l_size) 0 0 var(--br_l_size);
  }
}
.card_type_a > :nth-child(1) .c_a_ttl {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--sub-color);
}
.card_type_a > :nth-child(1) .c_a_txt {
  font-size: clamp(13px, calc(11.9310344828px + 0.1077586207vw), 14px);
  line-height: 1.6;
  margin-bottom: 8px;
}
.card_type_a > :nth-child(1) a {
  margin-top: auto;
  color: var(--main-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  display: flex;
  gap: 6px;
  align-items: center;
}
.card_type_a > :nth-child(1) a i {
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
}
.card_type_a > :nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --br_l_size: 10px;
  border-radius: 0 0 var(--br_l_size) var(--br_l_size);
}
@media screen and (min-width: 992px) {
  .card_type_a > :nth-child(2) img {
    border-radius: 0 var(--br_l_size) var(--br_l_size) 0;
  }
}

.card_type_b {
  display: grid;
  grid-template-columns: var(--cb-clm, 1fr);
  gap: clamp(15px, calc(-11.724137931px + 2.6939655172vw), 40px);
  border-radius: 10px;
  background-color: var(--yellow);
  padding-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  padding-inline: clamp(15px, calc(-1.0344827586px + 1.6163793103vw), 30px);
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .card_type_b {
    --cb-clm: 1fr 280px;
  }
}
.card_type_b > :nth-child(1) .c_b_ttl {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  line-height: 1.6;
  margin-bottom: 8px;
  color: var(--sub-color);
  margin-bottom: 15px;
}
.card_type_b > :nth-child(1) .c_b_txt {
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
  margin-bottom: 10px;
}
.card_type_b > :nth-child(1) a {
  color: var(--main-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  display: flex;
  align-items: center;
  gap: 2px;
  padding-bottom: 1px;
  background-image: linear-gradient(var(--main-color), var(--main-color));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100px 1px;
}
.card_type_b > :nth-child(1) a i {
  font-size: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
}
.card_type_b > :nth-child(2) img {
  width: min(280px, 100%);
  aspect-ratio: 2/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.check_wrapper > * {
  margin-bottom: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}

.check_text:has(:nth-child(2)) {
  padding: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  border-radius: 5px;
}
.check_text:has(:nth-child(2)) i {
  font-size: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  color: var(--main-color);
}
.check_text:has(:nth-child(2)) > :nth-child(2) {
  font-size: clamp(15px, calc(11.7931034483px + 0.3232758621vw), 18px);
  line-height: 1.6;
}
.check_text > p {
  padding: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  background-color: var(--yellow);
  display: flex;
  align-items: center;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  border-radius: 5px;
}
.check_text > p i {
  font-size: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  color: var(--main-color);
}
.check_text > p > :nth-child(2) {
  font-size: clamp(15px, calc(11.7931034483px + 0.3232758621vw), 18px);
  line-height: 1.6;
}

.list_wrapper .lw_title {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  line-height: 1.6;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-block: 10px;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.list_wrapper .list_inner {
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px) clamp(50px, calc(17.9310344828px + 3.2327586207vw), 80px);
}
.list_wrapper .list_inner > * {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.list_wrapper .list_inner > *::before {
  --li-size: 7px;
  content: "";
  width: var(--li-size);
  height: var(--li-size);
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.list_wrapper .list_inner.number {
  counter-reset: number-counter;
}
.list_wrapper .list_inner.number > * {
  counter-increment: number-counter;
  align-items: baseline;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.list_wrapper .list_inner.number > *::before {
  content: counter(number-counter) ".";
  --li-size: 20px;
  color: var(--main-color);
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  background-color: unset;
}

.blog_wrapper {
  display: grid;
  grid-template-columns: var(--bw-clm, 1fr);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .blog_wrapper {
    --bw-clm: repeat(3, 1fr);
  }
  .blog_wrapper:is(.has_aside *) {
    --bw-clm: repeat(2, 1fr);
  }
}
.blog_wrapper > * {
  display: flex;
  flex-direction: column;
}
.blog_wrapper > * > :nth-child(1) img {
  border-radius: 17px 17px 0 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 215px;
}
.blog_wrapper > * > :nth-child(2) {
  background-color: var(--yellow);
  border-radius: 0 0 17px 17px;
  padding-block: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px) clamp(20px, calc(14.6551724138px + 0.5387931034vw), 25px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.blog_wrapper > * > :nth-child(2) .tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
}
.blog_wrapper > * > :nth-child(2) .tags > * {
  background-color: var(--main-color);
  padding-block: 3px;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  color: white;
  border-radius: 3px;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.5;
}
.blog_wrapper > * > :nth-child(2) .text {
  display: block;
  font-size: clamp(14px, calc(11.8620689655px + 0.2155172414vw), 16px);
  line-height: 1.6;
}

:is(.news_title, .sec_title) > *:not(.details) {
  font-size: clamp(18px, calc(11.5862068966px + 0.6465517241vw), 24px);
  line-height: 1.6;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-block: 10px;
  border-bottom: 1px solid var(--main-color);
  margin-bottom: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
  text-align: left;
  display: block;
}
:is(.news_title, .sec_title) > *:not(.details):is(.type_a *) {
  border-bottom: 0;
  padding-inline: 0;
}
:is(.news_title, .sec_title) .details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
:is(.news_title, .sec_title) .details .date {
  color: var(--sub-color);
  font-size: 14px;
}
:is(.news_title, .sec_title) .details .date:is(.type_a *) {
  color: initial;
}
:is(.news_title, .sec_title) .details .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
:is(.news_title, .sec_title) .details .tags > * {
  color: white;
  background-color: var(--sub-color);
  border-radius: 2px;
  padding-inline: clamp(5px, calc(1.7931034483px + 0.3232758621vw), 8px);
}
:is(.news_title, .sec_title) .details .tags > *:is(.type_a *) {
  background-color: var(--main-color);
}

:is(.news, .sec) h4:not(.s_title, .sec_title *) {
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  line-height: 1.6;
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 10px;
  align-items: center;
}
:is(.news, .sec) h4:not(.s_title, .sec_title *)::before {
  content: "";
  display: block;
  width: 6px;
  height: clamp(30px, calc(19.3103448276px + 1.0775862069vw), 40px);
  background-color: var(--main-color);
  border-radius: 3px;
  line-height: 1.6;
}
:is(.news, .sec) h5 {
  display: grid;
  grid-template-columns: 6px 1fr;
  gap: 7px;
  align-items: center;
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
}
:is(.news, .sec) h5:is(.wp-block-group *).wp-block-heading {
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px) clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  display: block;
  color: white;
  background-color: var(--main-color);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: 500;
  padding-block: 10px;
  padding-inline: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
:is(.news, .sec) h5:is(.wp-block-group *).wp-block-heading:is(.bg *) {
  margin-block: 0 clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
}
:is(.news, .sec) h5:is(.wp-block-group *).wp-block-heading::before {
  content: unset;
}
:is(.news, .sec) h5::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background-color: var(--main-color);
}
:is(.news, .sec) h6 {
  margin-block: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px) clamp(15px, calc(4.3103448276px + 1.0775862069vw), 25px);
  color: var(--main-color);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
  font-weight: 500;
}
:is(.news, .sec) a:not(.pager *, .btn-slide, .single *) {
  color: var(--main-color);
  text-decoration: underline;
}

.intro_image {
  width: min(650px, 100%);
  margin-inline: auto;
  position: relative;
  margin-bottom: clamp(50px, calc(39.3103448276px + 1.0775862069vw), 60px);
}
.intro_image img {
  width: min(600px, 95%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-inline: auto 0;
  display: block;
}
.intro_image .text {
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: var(--sub-color);
  color: white;
  border-radius: 5px;
  padding-block: clamp(12px, calc(9.8620689655px + 0.2155172414vw), 14px);
  padding-inline: clamp(10px, calc(5.724137931px + 0.4310344828vw), 14px);
  font-size: clamp(22px, calc(12.3793103448px + 0.9698275862vw), 31px);
  line-height: 1.0967741935;
}
.intro_image .text span {
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  line-height: 1.4166666667;
}

.color_table > * {
  padding-block: clamp(15px, calc(11.7931034483px + 0.3232758621vw), 18px);
  padding-inline: clamp(12px, calc(7.724137931px + 0.4310344828vw), 16px);
  display: grid;
  grid-template-columns: var(--ct_chd-clm, 1fr);
}
.color_table > *:nth-child(2n+1) {
  background-color: var(--yellow);
}
@media screen and (min-width: 992px) {
  .color_table > * {
    --ct_chd-clm: 220px 1fr;
  }
}
.color_table > * > :nth-child(1) {
  color: var(--main-color);
  font-size: clamp(16px, calc(11.724137931px + 0.4310344828vw), 20px);
}
.color_table > * > :nth-child(2) {
  font-size: clamp(14px, calc(9.724137931px + 0.4310344828vw), 18px);
}

.content_center > * {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-block: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
.content_center iframe {
  width: min(560px, 100%);
}
.content_center img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.interview_wrapper .iw_top {
  display: flex;
  gap: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  flex-wrap: wrap;
  margin-bottom: clamp(30px, calc(-2.0689655172px + 3.2327586207vw), 60px);
}
.interview_wrapper .iw_top img {
  -o-object-fit: cover;
     object-fit: cover;
}
.interview_wrapper .iw_bottom {
  display: grid;
  grid-template-columns: var(--iwb-clm, 1fr);
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .interview_wrapper .iw_bottom {
    --iwb-clm: repeat(3, 1fr);
  }
}
.interview_wrapper .iw_bottom img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.title_image > * {
  position: relative;
}
.title_image img {
  width: 100%;
  border-radius: 10px;
}
.title_image .img_ttl {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--sub-color);
  color: white;
  border-radius: 0 5px 0 10px;
  padding-inline: clamp(15px, calc(9.6551724138px + 0.5387931034vw), 20px);
  padding-block: clamp(5px, calc(-0.3448275862px + 0.5387931034vw), 10px);
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
}

.orange_ttl {
  background-color: var(--main-color);
  color: white;
  font-size: clamp(16px, calc(7.4482758621px + 0.8620689655vw), 24px);
  padding-block: clamp(10px, calc(4.6551724138px + 0.5387931034vw), 15px);
  padding-inline: clamp(10px, calc(-0.6896551724px + 1.0775862069vw), 20px);
  border-radius: 5px;
}

.pages .has_aside {
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
  margin-top: 0;
  display: grid;
  grid-template-columns: var(--ha-clm, 1fr);
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .pages .has_aside {
    --ha-clm: 1fr 370px;
  }
}
.pages .has_aside > * {
  margin-top: 0;
}
.pages .has_aside .sec img {
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.pages.symptoms ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: clamp(20px, calc(9.3103448276px + 1.0775862069vw), 30px);
}
@media screen and (min-width: 992px) {
  .pages.symptoms ul {
    flex-direction: row;
  }
}
.pages.symptoms .wp-block-group.sec_title:has(h4) {
  margin-top: clamp(25px, calc(-1.724137931px + 2.6939655172vw), 50px);
}
.pages section:not(.page_top) {
  margin-bottom: clamp(40px, calc(-2.7586206897px + 4.3103448276vw), 80px);
  padding-top: clamp(20px, calc(-1.3793103448px + 2.1551724138vw), 40px);
}
.pages.access iframe {
  display: block;
  margin-inline: auto;
}

.nav_banners .grid_x2 > *:nth-child(1) {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/nav_menu/01.png);
  background-position: bottom;
}
.nav_banners .grid_x2 > *:nth-child(2) {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/banner/nav_menu/02.png);
  background-position: center 18%;
}
.nav_banners a {
  height: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.nav_banners a > * {
  color: white;
  font-size: clamp(14px, calc(-0.9655172414px + 1.5086206897vw), 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  gap: 10px;
}
.nav_banners a > *::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: var(--target-top, 0);
}
@media screen and (min-width: 992px) {
  .nav_banners a > *::after {
    width: 30px;
    height: 30px;
  }
}
/*# sourceMappingURL=style.css.map */