@charset "UTF-8";
:root {
  --light-main-color:#29a747;
  --green:#468c01;
  --light-green:#EEF9E3;
  --red:#ff0000;
  --yellow:#fcff00;
  --blue:#4373c5;
  --pink:#F36C6D;
  --carmine:#d73c3c;
  --lightbrown:#987d4f;
  --brown:#67460C;
  --deepbrown:#837154;
  --orange:#ff9600;
  --perple:#7f58b5;
  --black:#333;
  --white:#fff;
  --pastel:#f6f2ed;
  --gradation:linear-gradient(to bottom,#29a747,#0a9d2d);
  --main_visual:#fffbeb;
  --sp-h: 60px;
  --pc-h: 80px;
  --sp-padding: 30px;
  --header-pc-p: 80px;
  --header-sp-p: 10px;
  --w: 1000px;
  --font_1: "M PLUS Rounded 1c", sans-serif;
  --font_2: "Noto Serif JP", serif;
  --font_3: "Noto Sans JP", sans-serif;
  --font_4: "Zen Maru Gothic", sans-serif;
  --black: #333333;
  --main-color: #F26100;
  --sub-color: #F26100;
  --l_orange: #FFF2D8;
  --l_grey: #EFEFEF;
  --yellow: #FFFF06;
  --beige: #F6F2ED;
  --line: #06C755;
  --gold: #DDAA18;
  --gold_2: #D19A1A;
}

/*! 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-behavior: smooth;
  scroll-padding-top: var(--header-height, 174px);
}

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

.consultation .c_wrapper > *:nth-child(1)::before {
  -webkit-mask-image: url(../images/top/icon/i_01.svg);
          mask-image: url(../images/top/icon/i_01.svg);
}
.consultation .c_wrapper > *:nth-child(2)::before {
  -webkit-mask-image: url(../images/top/icon/i_02.svg);
          mask-image: url(../images/top/icon/i_02.svg);
}
.consultation .c_wrapper > *:nth-child(3)::before {
  -webkit-mask-image: url(../images/top/icon/i_03.svg);
          mask-image: url(../images/top/icon/i_03.svg);
}
.consultation .c_wrapper > *:nth-child(4)::before {
  -webkit-mask-image: url(../images/top/icon/i_04.svg);
          mask-image: url(../images/top/icon/i_04.svg);
}
.consultation .c_wrapper > *:nth-child(5)::before {
  -webkit-mask-image: url(../images/top/icon/i_05.svg);
          mask-image: url(../images/top/icon/i_05.svg);
}
.consultation .c_wrapper > *:nth-child(6)::before {
  -webkit-mask-image: url(../images/top/icon/i_06.svg);
          mask-image: url(../images/top/icon/i_06.svg);
}

.reason .r_card .circle.c_01::before {
  -webkit-mask-image: url(../images/top/icon/reason_01.svg);
          mask-image: url(../images/top/icon/reason_01.svg);
}
.reason .r_card .circle.c_02::before {
  -webkit-mask-image: url(../images/top/icon/reason_02.svg);
          mask-image: url(../images/top/icon/reason_02.svg);
}
.reason .r_card .circle.c_03::before {
  -webkit-mask-image: url(../images/top/icon/reason_03.svg);
          mask-image: url(../images/top/icon/reason_03.svg);
}
.reason .r_card .circle.c_04::before {
  -webkit-mask-image: url(../images/top/icon/reason_04.svg);
          mask-image: url(../images/top/icon/reason_04.svg);
}
.reason .r_card .circle.c_05::before {
  -webkit-mask-image: url(../images/top/icon/reason_05.svg);
          mask-image: url(../images/top/icon/reason_05.svg);
}
.reason .r_card .circle.c_06::before {
  -webkit-mask-image: url(../images/top/icon/reason_06.svg);
          mask-image: url(../images/top/icon/reason_06.svg);
}

.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 {
  margin-block: var(--wrk-my, 30px 50px);
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2 {
    --child-w: 500px;
    --gap: 30px;
    justify-content: center;
    --wrk-my: 60px 100px;
  }
}

@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
}

.voice_slide {
  --swiper-navigation-sides-offset: 20px;
  --swiper-navigation-size: 30px;
  position: relative;
}
@media (min-width: 1100px) {
  .voice_slide {
    --swiper-navigation-sides-offset: -20px;
    --swiper-navigation-size: 55px;
  }
}
.voice_slide .voiceSwiper {
  width: var(--vs-w, min(300px, 100%));
  padding-inline: var(--vs-px, 20px);
}
@media screen and (min-width: 992px) {
  .voice_slide .voiceSwiper {
    --vs-w: min(450px, 100%);
  }
}
@media (min-width: 1100px) {
  .voice_slide .voiceSwiper {
    --vs-w: 100%;
    --vs-px: 0;
  }
}
.voice_slide .voiceSwiper .swiper-slide {
  background-color: white;
  border-radius: 10px;
  padding-block: 12px;
  padding-inline: 25px;
}
.voice_slide .voiceSwiper .swiper-slide img {
  width: 100%;
  height: min(370px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_slide .swiper-button-next,
.voice_slide .swiper-button-prev {
  color: #F36C6D;
}
.voice_slide .swiper-button-next::before, .voice_slide .swiper-button-next::after,
.voice_slide .swiper-button-prev::before,
.voice_slide .swiper-button-prev::after {
  font-weight: 800;
}

.link_button.arrow a {
  margin-inline: auto;
  margin-top: 35px;
  height: 60px;
  display: grid;
  grid-template-columns: 0 auto 1fr;
  color: var(--main_color);
  border: 2px solid;
  padding-inline: 20px;
  align-items: center;
  font-size: var(--btn-fs, 16px);
  font-weight: 500;
  border-radius: 57px;
  background-color: var(--main-color);
  color: white;
  border-color: transparent;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
@media screen and (min-width: 992px) {
  .link_button.arrow a {
    --btn-fs: 20px;
  }
}
.link_button.arrow a::before {
  content: "";
}
.link_button.arrow a::after {
  display: inline-block;
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
.link_button.arrow a.bg {
  background-color: var(--main_color);
  color: white;
  border-color: var(--main_color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.cta {
  --yellow: #FFDF89;
  background-color: #FCE2E3;
}
@media screen and (min-width: 992px) {
  .cta {
    --p_y: 80px;
  }
}
.cta .cta_wapper {
  background-color: white;
  border-radius: 15px;
  border: 3px solid #F58018;
}
.cta .cta_wapper .top {
  display: grid;
  grid-template-columns: var(--cta_top-columns, 1fr);
  justify-content: space-between;
  align-items: center;
  padding-inline: var(--cta_top-px, 15px);
  border-bottom: 3px solid #F58018;
  padding-top: var(--cta_top-pt, 25px);
  color: var(--brown);
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .top {
    --cta_top-columns: max-content 300px;
    --cta_top-pt: 0;
    --cta_top-px: 35px 15px;
  }
}
.cta .cta_wapper .top .cta_l .cl_top_text {
  background-color: var(--yellow);
  border-radius: 25px;
  font-size: var(--cta_l_ctt-fs, 13.5px);
  font-weight: 500;
  line-height: 1.4615384615;
  padding-block: 6px 5px;
  padding-inline: var(--cta_l_ctt-px, 15px);
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .top .cta_l .cl_top_text {
    --cta_l_ctt-fs: 26px;
    --cta_l_ctt-px: 25px;
  }
}
.cta .cta_wapper .top .cta_l .cl_bottom {
  margin-top: 5px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: var(--cta_clb-jc, center);
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .top .cta_l .cl_bottom {
    --cta_clb-jc: initial;
    gap: 5px;
  }
}
.cta .cta_wapper .top .cta_l .cl_bottom strong {
  width: var(--clb-w, 9.5vw);
  height: var(--clb-w, 9.5vw);
  background-color: var(--brown);
  border-radius: 50%;
  color: white;
  font-size: var(--clb-fs, 24px);
  font-weight: bold;
  line-height: 1.4827586207;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .cta .cta_wapper .top .cta_l .cl_bottom strong {
    --clb-w: 80px;
    --clb-fs: 58px;
  }
}
.cta .cta_wapper .top .cta_r img {
  display: block;
  margin-inline: auto;
  width: var(--cta_r_img-w, min(175px, 100%));
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .top .cta_r img {
    --cta_r_img-w: auto;
  }
}
.cta .cta_wapper .bottom {
  padding-block: var(--cta_b-py, 15px);
  padding-inline: var(--cta_b-px, 30px);
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom {
    --cta_b-px: 50px;
    --cta_b-py: 30px 50px;
  }
}
.cta .cta_wapper .bottom .contact_area {
  display: grid;
  grid-template-columns: var(--cta_btm_ca-columns, 100%);
  gap: var(--cta_btm_ca-gap, 10px);
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .contact_area {
    --cta_btm_ca-columns: 1fr 1fr;
    --cta_btm_ca-gap: 20px;
  }
}
.cta .cta_wapper .bottom .contact_area > * {
  border-radius: 10px;
}
.cta .cta_wapper .bottom .contact_area .cta_tel {
  padding-block: var(--cta_tel_py, 11px);
  background-color: #FFF0BE;
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .contact_area .cta_tel {
    --cta_tel_py: 11px 13px;
  }
}
.cta .cta_wapper .bottom .contact_area .cta_tel .heading {
  font-size: var(--cta_hdg-fs, 14px);
  font-weight: bold;
  background-color: unset;
  padding: 0;
  color: var(--brown);
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .contact_area .cta_tel .heading {
    --cta_hdg-fs: 17px;
  }
}
.cta .cta_wapper .bottom .contact_area .cta_tel .tel {
  padding-bottom: 0;
}
.cta .cta_wapper .bottom .contact_area .cta_mail {
  background-color: var(--main-color);
  color: white;
  padding-inline: var(--cta_ml_i-px, 13px);
  display: grid;
  grid-template-columns: var(--cta_ml-l, 35px) max-content;
  gap: var(--cta_ml_i-gap, 5px);
  align-items: center;
  padding-block: var(--cta_ml-py, 15px);
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .contact_area .cta_mail {
    --cta_ml-l: 51px max-content;
    --cta_ml-py: 0;
  }
}
.cta .cta_wapper .bottom .contact_area .cta_mail i {
  color: inherit;
  font-size: var(--cta_ml_i-fs, 30px);
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .contact_area .cta_mail i {
    --cta_ml_i-fs: 50px;
    --cta_ml_i-gap: 30px;
    --cta_ml_i-px: 22px;
  }
}
.cta .cta_wapper .bottom .contact_area .cta_mail > p {
  font-size: var(--cta_ml_p-fs, 16px);
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .contact_area .cta_mail > p {
    --cta_ml_p-fs: 24px;
  }
}
.cta .cta_wapper .bottom .line_area {
  margin-top: var(--cta_la-mt, 10px);
}
@media screen and (min-width: 992px) {
  .cta .cta_wapper .bottom .line_area {
    --cta_la-mt: 18px;
  }
}

main.sub_main .cta {
  background-color: unset;
}
main.sub_main .cta > div {
  width: var(--cta_div-w, calc(100% - var(--sp-padding)));
  margin-inline: var(--cta_div-mx, auto);
}
@media screen and (min-width: 992px) {
  main.sub_main .cta > div {
    --cta_div-w: 100%;
    --cta_div-mx: 0;
  }
}
main.sub_main .cta .cta_wapper {
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .top {
    --cta_top-columns: max-content 245px;
    --cta_top-pt: 20px;
    --cta_top-px: 25px;
	  color: var(--brown);
  }
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .top .cta_l .cl_top_text {
    --cta_l_ctt-fs: 18px;
    --cta_l_ctt-px: 25px;
  }
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .top .cta_l .cl_bottom strong {
    --clb-w: 65px;
    --clb-fs: 45px;
  }
}
main.sub_main .cta .cta_wapper .bottom .contact_area .cta_mail {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .bottom .contact_area .cta_mail > p {
    --cta_ml_p-fs: 20px;
  }
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .bottom .contact_area .cta_mail i {
    --cta_ml_i-fs: 40px;
  }
}
main.sub_main .cta .cta_wapper .bottom .contact_area .cta_tel .heading {
  font-size: var(--ct_hdg-fs, 14px);
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .bottom .contact_area .cta_tel .heading {
    --ct_hdg-fs: 15px;
  }
}
main.sub_main .cta .cta_wapper .bottom .contact_area .consulting-bloc .tel {
  text-decoration: none;
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .bottom .contact_area .consulting-bloc .tel {
    font-size: 30px;
  }
}
main.sub_main .cta .cta_wapper .bottom .contact_area .consulting-bloc .tel i {
  font-size: 25px;
}
main.sub_main .cta .cta_wapper .bottom .contact_area .consulting-bloc .recept-time {
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  main.sub_main .cta .cta_wapper .bottom .contact_area .consulting-bloc .recept-time {
    font-size: 16px;
  }
}

body {
  position: relative;
  font-family: var(--font_1);
  min-block-size: 100svb;
  color: var(--black);
}

a {
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
  }
  a:where(:any-link, :enabled, summary):hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
  }
}

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

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }
}

.pdtb80 {
  padding: 8vw 0;
}
@media screen and (min-width: 601px) {
  .pdtb80 {
    padding: 80px 0;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  display: block;
  margin-left: auto;
}

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

hgroup .sml_txt, .title_box .sml_txt {
  color: var(--brown);
  display: block;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--hgp-fs, 16px);
  font-weight: 600;
  line-height: 1.5357142857;
}
@media screen and (min-width: 992px) {
  hgroup .sml_txt, .title_box .sml_txt {
    --hgp-fs: 28px;
  }
}

.consulting-bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.consulting-bloc .heading {
  background: #F58018;
  color: var(--white);
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  font-size: 1.08vw;
  padding: 0.42vw 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .consulting-bloc .heading {
    padding: 5px 0;
    font-size: 0.8125rem;
    width: 280px;
  }
}
.consulting-bloc .tel {
  color: #D73C3C;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: initial;
  padding: 0.42vw 0;
}
.consulting-bloc .tel i {
	color: var(--brown);
}
@media screen and (min-width: 1200px) {
  .consulting-bloc .tel {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}
.consulting-bloc .recept-time {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 0.3;
  margin: 5px 0 0;
}
.consulting-bloc .recept-time span {
	padding: 3px 5px;
    margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .consulting-bloc .recept-time {
    font-size: 0.75rem;
    line-height: 1;
  }
}

#breadcrumb {
  padding: 0;
  margin: 0 auto;
  width: min(90%, 1100px);
  white-space: nowrap;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 2vw 0 1vw;
  width: 100%;
}
#breadcrumb ul li {
  display: flex;
  font-size: max(1vw, 9.6px);
}
@media screen and (min-width: 1200px) {
  #breadcrumb ul li {
    font-size: 12px;
  }
}
#breadcrumb ul li:not(:last-child):after {
  content: ">";
  display: inline-block;
}
#breadcrumb ul li a {
  color: var(--main-color);
  text-decoration: underline;
}

.main-color {
  color: var(--main-color);
}

.color-pink {
	color: var(--pink);
}

.color-brown {
	color: var(--brown);
}

.bg-yellow {
	background-color: #FFF0BE;
}

.section__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.section__inner.mw--1100 {
  width: 90%;
}
@media screen and (min-width: 601px) {
  .section__inner.mw--1100 {
    width: 91.7vw;
    max-width: 1000px;
  }
}
.section__inner > div {
  position: relative;
  width: 100%;
}

.sec {
  padding-block: var(--p_y, 70px);
}

.section__title {
  background: none;
  border: none;
  color: var(--brown);
  position: relative;
  display: flex;
  font-size: max(3vw, 22px);
  justify-content: center;
  padding: 0 0 3vw;
  margin: 0 auto 6vw !important;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .section__title {
    margin: 0 auto 5.8vw !important;
    padding: 0 0 1.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .section__title {
    margin: 0 auto 70px !important;
    padding: 0 0 20px;
    font-size: 2.25rem;
  }
}
.section__title:after {
  content: "";
  background: #F36C6D;
  display: inline-block;
  position: absolute;
  inset: 100% calc(50% - 2.5vw);
  width: max(5vw, 20px);
  height: max(0.7vw, 4px);
}
@media screen and (min-width: 1200px) {
  .section__title:after {
    inset: 100% calc(50% - 17.5px);
    width: 35px;
    height: 5px;
  }
}

.link-button {
  padding: 10px 0 20px;
}
.link-button a {
  background: var(--main-color);
  border-radius: 100px;
  color: var(--white) !important;
  font-size: max(1.84vw, 16px);
  font-weight: 500;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 2vw 4vw 2vw 0;
  width: 75%;
}

.link-button.arrow a::after {
    display: inline-block;
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-left: 20px;
    position: relative;
    top: 2px;
}
@media screen and (min-width: 601px) {
  .link-button a {
    padding: 1.25vw 0;
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .link-button a {
    font-size: 1.375rem;
    padding: 10px 0;
    width: 330px;
  }
}

main.sub_main {
  margin-top: var(--sbm-mt, 80px);
}
@media screen and (min-width: 768px) {
  main.sub_main {
    --sbm-mt: 180px;
  }
}
main h2 {
  background: var(--main-color);
  padding: 10px 2%;
  width: 96%;
  color: var(--white);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}
@media screen and (min-width: 601px) {
  main h2 {
    font-size: 2.08vw;
    padding: 0.83vw 2%;
    margin: 0 auto 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  main h2 {
    font-size: 1.6875rem;
    padding: 10px 2%;
  }
}
main h3 {
  --mh3_bg: #FFFCF0;
  color: var(--brown);
  background: var(--mh3_bg);
  border-bottom-color: #F36C6D;
  margin: 5rem auto 0;
  width: 100%;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  padding: 2vw 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
@media screen and (min-width: 601px) {
  main h3 {
    padding: 0.82vw 0;
    border-bottom-width: 0.25vw;
  }
}
@media screen and (min-width: 1200px) {
  main h3 {
    padding: 12px 1%;
  }
}
main .search-container, main .page-container {
  padding: 0;
}
main .search-container h2, main .page-container h2 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  margin: 0 auto 1.5rem;
  padding: 3vw 4%;
  width: 100%;
}
@media screen and (min-width: 601px) {
  main .search-container h2, main .page-container h2 {
    font-size: 2.08vw;
    padding: 0.83vw 2%;
    margin: 0 auto 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  main .search-container h2, main .page-container h2 {
    font-size: 1.6875rem;
    padding: 10px 2%;
  }
}
main .search-container h3, main .page-container h3 {
  font-size: 4.5vw;
  border-bottom-width: 0.2vw;
  margin: 4.2vw auto 2.5vw;
  padding: 1vw 3%;
}
@media screen and (min-width: 601px) {
  main .search-container h3, main .page-container h3 {
    font-size: 1.83vw;
    border-bottom-width: 0.2vw;
    margin: 4.2vw auto 2.5vw;
    padding: 1vw 1%;
  }
}
@media screen and (min-width: 1200px) {
  main .search-container h3, main .page-container h3 {
    border-bottom-width: 2px;
    font-size: 1.4375rem;
    margin: 3.125rem 0 1.875rem;
    padding: 12px 20px;
  }
}
main .search-container h4, main .page-container h4 {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  font-weight: 700;
  line-height: 1.3;
  padding: 1.5vw 1% 1.5vw 2%;
  margin: min(4.2vw, 3.125rem) auto min(2.5vw, 1.875rem);
}
@media screen and (min-width: 601px) {
  main .search-container h4, main .page-container h4 {
    font-size: min(1.5vw, 1.25rem);
  }
}
main .search-container h5, main .page-container h5 {
  color: #333333;
  border-left-color: var(--pink);
  border-left-width: 4px;
  border-left-style: solid;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.5vw 1% 1.5vw 2%;
}
@media screen and (min-width: 601px) {
  main .search-container h5, main .page-container h5 {
    border-left-width: min(0.45vw, 5px);
    font-size: min(1.5vw, 1.25rem);
    padding: min(0.42vw, 5px) 1%;
    margin: min(4.2vw, 3.125rem) auto min(2.5vw, 1.875rem);
  }
}
main .search-container h6, main .page-container h6 {
  background-color: #fffcdf;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 3.125rem 0 1.875rem;
  padding: 12px 1%;
}
@media screen and (min-width: 601px) {
  main .search-container h6, main .page-container h6 {
    font-size: min(1.33vw, 1rem);
    margin: min(4.2vw, 3.125rem) auto min(2.5vw, 1.875rem);
    padding: min(1.16vw, 14px) 1%;
  }
}
main .search-container .entry, main .page-container .entry {
  margin: 0 auto;
  width: 90vw;
}
@media screen and (min-width: 601px) {
  main .search-container .entry, main .page-container .entry {
    width: min(70vw, 840px);
  }
}
main .search-container .entry .published-date, main .page-container .entry .published-date {
  color: #666;
  font-size: 0.7rem;
  padding: 0 4vw 4vw 0;
  margin: 0;
}
@media screen and (min-width: 601px) {
  main .search-container .entry .published-date, main .page-container .entry .published-date {
    font-size: min(1.17vw, 14px);
    padding: 0 1.5vw 1.5vw 0;
  }
}
@media screen and (min-width: 1200px) {
  main .search-container .entry .published-date, main .page-container .entry .published-date {
    padding: 0 0 20px;
  }
}
main .search-container .container, main .page-container .container {
  padding: 0;
}
main .search-container .contents, main .page-container .contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 601px) {
  main .search-container .contents, main .page-container .contents {
    width: 91.7vw;
  }
}
@media screen and (min-width: 1200px) {
  main .search-container .contents, main .page-container .contents {
    width: 1100px;
  }
}

.container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.search_top, .page_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_top {
  position: relative;
  width: 100%;
  height: 100%;
}
.page_top .search-form {
  display: none;
}
@media screen and (min-width: 601px) {
  .page_top .search-form {
    display: inline-block;
  }
}
.page_top .search-form form {
  display: flex;
  font-size: 0.75rem;
}
.page_top .search-form form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dbdbdb;
  padding: 0.67vw;
  text-decoration: unset !important;
}
.page_top .search-form form button {
  color: #fff;
  background: #717171;
  border: none;
  font-size: 1.18vw;
  margin-left: 0.85vw;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .page_top .search-form form button {
    font-size: 0.875rem;
    padding: 7px;
  }
}

.support {
  margin-bottom: 50px;
}
.support .BoxMenu {
  display: flex;
  justify-content: space-between;
}
.support .BoxMenu .BoxMenu__Item {
  color: #333333;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 10px;
  text-decoration: none;
  overflow: hidden;
  width: 33.3vw;
}
@media screen and (min-width: 1200px) {
  .support .BoxMenu .BoxMenu__Item {
    margin: 0;
    overflow: visible;
    width: 400px;
    height: 140px;
  }
}

.popular-contents {
  margin-bottom: min(5vw, 3.75rem);
}
.popular-contents h5 {
  border-bottom: 0.2vw solid var(--pink);
  font-size: min(1.5vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  margin: 4.2vw auto 3.3vw;
  padding: 0.42vw 1%;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .popular-contents h5 {
    border-bottom: 2px solid var(--pink);
    margin: 50px auto 40px;
    padding: 5px 1%;
  }
}
.popular-contents .popular-contents__bg {
	background-color: #FFFCF0;
}
.popular-contents .popular-contents__bg > div {
  background-size: 100% auto !important;
  background-position: center;
  background-repeat: no-repeat;
  border: 0.2vw solid #F5BC16;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg > div {
    border-width: 0.2vw;
  }
}
.popular-contents .popular-contents__bg .popular-contents__text {
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  width: 29.5vw;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg .popular-contents__text {
    margin-bottom: 0;
    width: 350px;
  }
}
.popular-contents .popular-contents__bg .popular-contents__text img {
  width: 75%;
}
.popular-contents .popular-contents__bg .popular-contents__text p {
  margin-top: 10px;
  line-height: 1.2;
  font-size: min(2.42vw, 29px);
}
.popular-contents .popular-contents__bg .popular-contents__text p strong {
  color: var(--pink);
}
.popular-contents .popular-contents__bg .popular-contents__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  width: 34.6vw;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg .popular-contents__list {
    width: 415px;
  }
}
.popular-contents .popular-contents__bg .popular-contents__list .menu-item {
  font-size: 1.33vw;
  position: relative;
  list-style: none !important;
  padding: 0;
  margin: 0 0 1.25vw;
  width: 16.68vw;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg .popular-contents__list .menu-item {
    margin: 0 0 15px;
    width: 200px;
  }
}
.popular-contents .popular-contents__bg .popular-contents__list .menu-item:after {
  background: #F58018;
  content: " \f0da";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.82vw, 16px);
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  height: 100%;
  width: 0.83vw;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg .popular-contents__list .menu-item:after {
    width: 10px;
  }
}
.popular-contents .popular-contents__bg .popular-contents__list .menu-item a {
  background: linear-gradient(to bottom, #fff, #e6e6e6);
  color: #333333;
  display: flex;
  align-items: center;
  font-size: min(1.42vw, 17px);
  font-weight: 500;
  padding: 1.25vw 0;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg .popular-contents__list .menu-item a {
    padding: 15px 0;
  }
}
.popular-contents .popular-contents__bg .popular-contents__list .menu-item a i {
  color: #F58018;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 3.33vw;
}
@media screen and (min-width: 1200px) {
  .popular-contents .popular-contents__bg .popular-contents__list .menu-item a i {
    width: 40px;
  }
}

.author_box .author_title {
  display: inline-block;
  padding: 5px 15px;
  margin: 0;
  background: var(--main-color);
  color: #fff;
}
.author_box .author_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px;
  border: 2px solid var(--main-color);
}
.author_box .author_inner figure {
  width: 25%;
}
.author_box .author_inner .text {
  width: calc(75% - 30px);
}
.author_box .author_inner .text p {
  margin: 0;
}
.author_box .author_inner .text p.company {
  font-size: 0.8rem;
}
.author_box .author_inner .text p.name {
  font-size: 1.1rem;
  font-weight: bold;
}

.sidebar_list_design, .child_link ul li a, aside .sidebar__content .contents-list.single_list li a, aside .sidebar__content .contents-list .parent {
  border-bottom: 0.09vw solid #e2e2e2;
  font-size: min(4vw, 15px);
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  padding: 2vw 1.5vw;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .sidebar_list_design, .child_link ul li a, aside .sidebar__content .contents-list.single_list li a, aside .sidebar__content .contents-list .parent {
    padding: 15px 10px;
    border-bottom-width: 1px;
  }
}
.sidebar_list_design:hover, .child_link ul li a:hover, aside .sidebar__content .contents-list.single_list li a:hover, aside .sidebar__content .contents-list .parent:hover {
  background: #fff1e4;
}
.sidebar_list_design::before, .child_link ul li a::before, aside .sidebar__content .contents-list.single_list li a::before, aside .sidebar__content .contents-list .parent::before {
  color: var(--main-color);
  content: "\f105";
  display: inline-block;
  font-size: min(1.07vw, 13px);
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin: 0.17vw 0.4vw 0 0;
}
@media screen and (min-width: 1200px) {
  .sidebar_list_design::before, .child_link ul li a::before, aside .sidebar__content .contents-list.single_list li a::before, aside .sidebar__content .contents-list .parent::before {
    margin: 2px 5px 0 0;
  }
}

aside {
  width: 21.2%;
  display: none;
}
@media screen and (min-width: 1200px) {
  aside {
    margin: 0;
    padding: 0;
    width: 230px;
    display: block;
  }
}
aside .sidebar .sidebar-primary .BoxMenu__Item {
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (min-width: 601px) {
  aside .sidebar .sidebar-primary .BoxMenu__Item {
    margin: 0 auto 0.82vw;
    padding: 0 0.82vw 0 3.75vw;
    height: 5.16vw;
  }
}
@media screen and (min-width: 1200px) {
  aside .sidebar .sidebar-primary .BoxMenu__Item {
    margin: 0 auto 10px;
    padding: 0 10px 0 45px;
    height: 62px;
  }
}
aside .sidebar .sidebar-primary .BoxMenu__Item .BoxMenu__Image {
  position: absolute;
  inset: 0 0;
  width: 100%;
  z-index: 0;
}
aside .sidebar .sidebar-primary .BoxMenu__Item .BoxMenu__Title {
  position: relative;
  font-size: 1.5vw;
  padding: 0 0 0.25vw;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  aside .sidebar .sidebar-primary .BoxMenu__Item .BoxMenu__Title {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 0 3px;
  }
}
aside .sidebar .sidebar-primary .BoxMenu__Item .BoxMenu__Description {
  position: relative;
  font-size: 0.92vw;
  font-weight: 400;
  line-height: 1.25;
  padding: 0 0 0 0.1vw;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  aside .sidebar .sidebar-primary .BoxMenu__Item .BoxMenu__Description {
    font-size: 0.6875rem;
    padding: 0 0 0 1px;
  }
}
aside .sidebar .sidebar-primary .BoxMenu__Item .BoxMenu__Description em {
  color: var(--main-color);
  font-style: normal;
}
aside .sidebar .sidebar-primary .BoxMenu__Item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
aside .sidebar .sidebar-primary .BoxMenu__Item .link a {
  display: block;
  opacity: 0;
  height: 100%;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item {
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  padding: 0 3.3vw 0 0.82vw;
}
@media screen and (min-width: 601px) {
  aside .sidebar .BoxMenu--secondary .BoxMenu__Item {
    margin: 0 auto 0.82vw;
    padding: 0 0.82vw 0 3.75vw;
  }
}
@media screen and (min-width: 1200px) {
  aside .sidebar .BoxMenu--secondary .BoxMenu__Item {
    margin: 0 auto 10px;
    padding: 0;
  }
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Image {
  inset: 0 0;
  width: 100%;
  z-index: 0;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title {
  font-size: 1.67vw;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-weight: 500;
  line-height: 1.2;
  z-index: 1;
  margin: 0;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title {
    font-size: 1.15rem;
  }
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title.--red {
  color: #d73c3c;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title.--blue {
  color: #4373c5;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title.--green {
  color: #70ac48;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title.--purple {
  color: #7f58b5;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title.--case {
  font-size: min(1.67vw, 1.25rem);
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .BoxMenu__Title.--case strong {
  color: #d50711;
  display: block;
  font-size: min(2.49vw, 1.875rem);
  font-weight: 700;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  margin: 0;
}
aside .sidebar .BoxMenu--secondary .BoxMenu__Item .link a {
  display: block;
  opacity: 0;
  height: 100%;
}
aside .sidebar__content {
  border: solid 1px #e2e2e2;
  border-radius: 0.83vw 0.83vw 0 0;
  font-size: min(1.25vw, 15px);
  gap: 0;
  padding: 0;
  margin-bottom: 1.7vw;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  aside .sidebar__content {
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px;
  }
}
aside .sidebar__content .sidebar__heading {
  color: rgb(255, 255, 255);
  font-size: min(1.5vw, 18px);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-align: center;
  width: 100%;
  background: var(--main-color);
  border-radius: 0.7vw 0.7vw 0px 0px;
  padding: 0.83vw 0px;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  aside .sidebar__content .sidebar__heading {
    border-radius: 8px 8px 0 0;
    padding: 10px 0;
  }
}
aside .sidebar__content iframe.googlemap {
  height: 15.4vw;
  padding: 0.42vw 0;
  width: 90%;
}
@media screen and (min-width: 1200px) {
  aside .sidebar__content iframe.googlemap {
    height: 100%;
    width: 100%;
    padding: 0;
  }
}
aside .sidebar__content .contents-list ul {
  display: none;
  background-color: var(--light-green);
}
aside .sidebar__content .contents-list ul li a {
  border-bottom: 0.09vw solid #e2e2e2;
  font-size: min(1.25vw, 15px);
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  padding: 1.25vw 0.83vw;
}
aside .sidebar__content .contents-list ul li a:hover {
  background: #fff1e4;
}
aside .sidebar__content .contents-list.single_list li a {
  display: block;
}
aside .sidebar__content iframe {
  height: auto;
  vertical-align: bottom;
}

.main.sub_main {
  margin-top: var(--sbm-mt, 80px);
}
@media screen and (min-width: 768px) {
  .main.sub_main {
    --sbm-mt: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .main.sub_main {
    --sbm-mt: 250px;
  }
}
.main.sub_main .BoxMenu__Item {
  text-decoration: none;
}
.main h3 {
  --mh3_bg: #FFFCF0;
  color: #333333;
  background: var(--mh3_bg);
  border-bottom-color: var(--pink);
  margin: 5rem auto 0;
  width: 100%;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  padding: 2vw 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
@media screen and (min-width: 601px) {
  .main h3 {
    padding: 0.82vw 0;
    border-bottom-width: 0.25vw;
  }
}
.main p {
  margin: 10px 0;
}

:is(.support-menu, .page_menu) > div {
  display: grid;
  grid-template-columns: var(--smd-columns, 1fr);
  width: min(1000px, 100%);
  gap: 18px;
}
@media screen and (min-width: 1200px) {
  :is(.support-menu, .page_menu) > div {
    --smd-columns: 1fr 1fr;
  }
}
:is(.support-menu, .page_menu) > div:has(:nth-child(4 of .support-menu__item)) > :nth-child(1) {
  --sm_dv-gc: 1;
}
:is(.support-menu, .page_menu) > div > :nth-child(1) {
  grid-column: var(--sm_dv-gc, 1/3);
}
:is(.support-menu, .page_menu) > div .support-menu__item {
  background: #fff;
  border: 3px solid;
  border-radius: 20px;
  display: grid;
  margin: var(--smd-mi-m, 0 auto);
  padding: 0;
  width: 100%;
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__heading {
  color: var(--white);
  display: flex;
  align-items: stretch;
  gap: 20px;
  border-radius: 15px 15px 0 0;
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__heading .support-menu__item__heading-image {
  background: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  width: min(16%, 90px);
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__heading .support-menu__item__heading-title {
  display: flex;
  align-items: center;
  font-size: max(1.92vw, 16px);
  font-weight: 500;
  line-height: 1.1;
  width: 84%;
}
@media screen and (min-width: 1200px) {
  :is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__heading .support-menu__item__heading-title {
    font-size: 21px;
  }
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main {
  position: relative;
  padding: 0 5%;
  justify-content: space-between;
  min-height: 23vw;
}
@media screen and (min-width: 601px) {
  :is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main {
    min-height: min(12.5vw, 100px);
  }
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div .support-menu__item__main-title {
  background-color: transparent;
  border: none;
  font-weight: 700;
  line-height: 1.1;
  width: 100%;
  font-size: min(5vw, 24px);
  padding: 0.42vw 0;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  :is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div .support-menu__item__main-title {
    padding: 5px 0;
  }
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div .support-menu__item__price {
  color: #d50711;
  font-size: min(7.5vw, 36px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  :is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div .support-menu__item__price {
    font-size: 2.25rem;
  }
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div .support-menu__item__icon {
  width: 14vw;
}
@media screen and (min-width: 601px) {
  :is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main > div .support-menu__item__icon {
    width: min(6.7vw, 60px);
  }
}
:is(.support-menu, .page_menu) > div .support-menu__item .support-menu__item__main + .detail_text {
  padding-inline: 5%;
  margin-bottom: 20px;
  line-height: 1.59375;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_red {
  border-color: #d73c3c;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_red .support-menu__item__heading {
  background: #d73c3c;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_red .support-menu__item__main-title {
  color: #d73c3c;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_blue {
  border-color: #4373c5;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_blue .support-menu__item__heading {
  background: #4373c5;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_blue .support-menu__item__main-title {
  color: #4373c5;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_green {
  border-color: #70ac48;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_green .support-menu__item__heading {
  background: #70ac48;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_green .support-menu__item__main-title {
  color: #70ac48;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_purple {
  border-color: #7f58b5;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_purple .support-menu__item__heading {
  background: #7f58b5;
}
:is(.support-menu, .page_menu) > div .support-menu__item.bg_purple .support-menu__item__main-title {
  color: #7f58b5;
}

.support-menu-bg {
  background-color: #F6F2ED;
}
.support-menu-bg .support-menu__item {
  background: #fff;
  border: 3px solid;
  border-radius: 20px;
  display: grid;
  margin: var(--smd-mi-m, 0 auto);
  padding: 0;
  width: 100%;
}
.support-menu-bg .support-menu__item .support-menu__item__heading {
  color: var(--white);
  display: flex;
  align-items: stretch;
  gap: 20px;
  border-radius: 15px 15px 0 0;
}
.support-menu-bg .support-menu__item .support-menu__item__heading .support-menu__item__heading-image {
  background: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  width: min(16%, 90px);
}
.support-menu-bg .support-menu__item .support-menu__item__heading .support-menu__item__heading-title {
  display: flex;
  align-items: center;
  font-size: max(1.92vw, 16px);
  font-weight: 500;
  line-height: 1.1;
  width: 84%;
}
@media screen and (min-width: 601px) {
  .support-menu-bg .support-menu__item .support-menu__item__heading .support-menu__item__heading-title {
    width: 36.7vw;
  }
}
@media screen and (min-width: 1200px) {
  .support-menu-bg .support-menu__item .support-menu__item__heading .support-menu__item__heading-title {
    font-size: 21px;
    width: 440px;
  }
}
.support-menu-bg .support-menu__item .support-menu__item__main {
  position: relative;
  padding: 0 5%;
  justify-content: space-between;
  min-height: 23vw;
}
@media screen and (min-width: 601px) {
  .support-menu-bg .support-menu__item .support-menu__item__main {
    min-height: min(12.5vw, 120px);
  }
}
.support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__main-title {
  background-color: transparent;
  border: none;
  font-size: max(2.92vw, 22.4px);
  padding: 1.5vw 0;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__main-title {
    padding: 0.85vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__main-title {
    font-size: 29px;
    padding: 10px 0 5px;
    width: 100%;
  }
}
.support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__price {
  color: #d50711;
  font-size: max(3.9vw, 30.4px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__price {
    font-size: 2.9375rem;
  }
}
.support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__icon {
  width: 14vw;
}
@media screen and (min-width: 601px) {
  .support-menu-bg .support-menu__item .support-menu__item__main .support-menu__item__icon {
    width: min(6.7vw, 80px);
  }
}
.support-menu-bg .support-menu__item .support-menu__item__main + .detail_text {
  padding-inline: 5%;
  margin-bottom: 20px;
  line-height: 1.59375;
}
.support-menu-bg .support-menu__item.bg_red {
  border-color: #d73c3c;
}
.support-menu-bg .support-menu__item.bg_red .support-menu__item__heading {
  background: #d73c3c;
}
.support-menu-bg .support-menu__item.bg_red .support-menu__item__main-title {
  color: #d73c3c;
}
.support-menu-bg .support-menu__item.bg_blue {
  border-color: #4373c5;
}
.support-menu-bg .support-menu__item.bg_blue .support-menu__item__heading {
  background: #4373c5;
}
.support-menu-bg .support-menu__item.bg_blue .support-menu__item__main-title {
  color: #4373c5;
}
.support-menu-bg .support-menu__item.bg_green {
  border-color: #70ac48;
}
.support-menu-bg .support-menu__item.bg_green .support-menu__item__heading {
  background: #70ac48;
}
.support-menu-bg .support-menu__item.bg_green .support-menu__item__main-title {
  color: #70ac48;
}
.support-menu-bg .support-menu__item.bg_purple {
  border-color: #7f58b5;
}
.support-menu-bg .support-menu__item.bg_purple .support-menu__item__heading {
  background: #7f58b5;
}
.support-menu-bg .support-menu__item.bg_purple .support-menu__item__main-title {
  color: #7f58b5;
}

.page .main-wrapper {
  display: flex;
}
.page .main-wrapper .main {
  background: #fff;
  font-size: 1rem;
  flex-grow: 2;
  margin: 0 auto;
  padding: 0 15px;
  width: 100vw;
}
@media screen and (min-width: 601px) {
  .page .main-wrapper .main {
    padding: 0 0 0 3%;
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .page .main-wrapper .main {
    width: 840px;
  }
}
.page .main-wrapper .main a {
  text-decoration: underline;
}
.page .main-wrapper .main table td, .page .main-wrapper .main table th {
  border: 1px solid #aaa;
  padding: 5px;
}
.page .main-wrapper .main table.mainstyle {
  width: 100%;
}
.page .main-wrapper .main table.mainstyle tr {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .page .main-wrapper .main table.mainstyle tr {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page .main-wrapper .main table.mainstyle tr th {
  padding: 10px;
  background: #f8f6f1;
}
.page .main-wrapper .main table.mainstyle tr td {
  padding: 10px;
}
.page .main-wrapper .main table input[type=text], .page .main-wrapper .main table input[type=tel], .page .main-wrapper .main table input[type=number], .page .main-wrapper .main table select {
  border: 1px solid #999;
  padding: 5px 10px;
  width: 100%;
}
.page .main-wrapper .main table label {
  display: inline-flex;
  align-items: center;
}
.page .main-wrapper .main table label:has(input[type=radio]) {
  cursor: pointer;
  margin-right: 5px;
}
.page .main-wrapper .main table label:has(input[type=radio]):before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100px;
  border: 1px solid #aaa;
}
.page .main-wrapper .main table label:has(input[type=radio]):checked:before {
  background: #ccc;
  box-shadow: 0 0 0 2px #fff inset;
}
.page .main-wrapper .main table label:has(input[type=radio]:checked):before {
  background: #ccc;
  box-shadow: 0 0 0 2px #fff inset;
}
.page .main-wrapper .main #arrowdown {
  margin: 20px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0 50px;
  border-color: var(--main-color) transparent transparent transparent;
}
.page .main-wrapper .main .arrow-down-before01 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid var(--main-color);
  background: #e8e4d6;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page .main-wrapper .main .arrow-down-before01 {
    flex-direction: row;
  }
}
.page .main-wrapper .main .arrow-down-before01 div {
  padding: 12px 40px;
}
.page .main-wrapper .main .arrow-down-before01 div.totalbox {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
  padding: 24px 32px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page .main-wrapper .main .arrow-down-before01 div.totalbox {
    width: 40%;
  }
}
.page .main-wrapper .main .arrow-down-before01 div.totalnum {
  background: #e8e4d6;
  color: var(--main-color);
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .page .main-wrapper .main .arrow-down-before01 div.totalnum {
    width: 60%;
  }
}
.page .main-wrapper .main .arrow-down-before01 div.totalnum #result, .page .main-wrapper .main .arrow-down-before01 div.totalnum #result2 {
  font-size: 2rem;
}
.page .main-wrapper .main .arrow-down-before01 div.totalnum .thousand {
  color: #000;
  padding: 0 10px;
}

.child_link h2 {
  margin: 0 !important;
}
.child_link ul {
  border: 2px solid var(--main-color);
}
.child_link ul li a {
  display: block;
}

.search_list li {
  margin-bottom: 20px;
}

.home .top #mv, .home .top #mv_sp {
  padding: 0;
  width: 100%;
  background: url(../../images/top/mv/bg.png) no-repeat center top;
  background-size: cover;
}
.home .top .MainVisual {
  display: flex;
  flex-direction: column;
  font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "reason primary";
    align-items: center;
    margin: 0 auto;
    padding-inline: 0;
    width: min(100%, 1000px);
    font-size: 2.5vw;
  }
}
.home .top .MainVisual .m_left {
  padding: 30px 0 0;
  width: 100%;
}
.home .top .MainVisual .m_left .MainVisual__PrimaryHeading {
  color: var(--black);
  font-size: 1.4375rem;
  text-align: left;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 601px) {
  .home .top .MainVisual .m_left .MainVisual__PrimaryHeading {
    font-size: 2.75vw;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .home .top .MainVisual .m_left .MainVisual__PrimaryHeading {
    font-size: 1.875rem;
  }
}
.home .top .MainVisual .m_left .MainVisual__PrimaryHeading p {
  background-color: var(--white);
  color: var(--brown);
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 10px;
  box-shadow: 1px 1px 2px #aaa;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 601px) {
  .home .top .MainVisual .m_left .MainVisual__PrimaryHeading p {
    font-size: 2.75vw;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .home .top .MainVisual .m_left .MainVisual__PrimaryHeading p {
    font-size: 42px;
    text-align: left;
  }
}
.home .top .MainVisual .m_left .MainVisual__PrimaryHeading p strong {
  color: var(--main-color);
}
.home .top .MainVisual .m_left .MainVisual__PrimaryHeading .m_text {
  margin-top: var(--m_txt-mt, 0);
  display: block;
  font-size: var(--m_txt-fs, 17px);
  line-height: 1.1904761905;
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual .m_left .MainVisual__PrimaryHeading .m_text {
    --m_txt-mt: 10x;
    --m_txt-fs: 21px;
  }
}
.home .top .MainVisual .m_left .bottom img {
  width: var(--m_l_b-img-w, calc(100% - var(--img-px)));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  max-height: 312px;
  height: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .home .top .MainVisual .m_left .bottom img {
    --m_l_b-img-w: 100%;
  }
}
.home .top .MainVisual .m_right {
  padding-inline: var(--m_r-ps, 0);
  margin-bottom: var(--m_r-mb, 15px);
}
@media screen and (min-width: 768px) {
  .home .top .MainVisual .m_right {
    --m_r-ps: 42px 0;
    --m_r-mb: 0;
  }
}
.home .top .MainVisual .m_right .top p {
  padding-top: 1%;
  padding-bottom: 3%;
  background: url("../images/top/mv/ribbon.png") no-repeat center center/contain;
  color: #fff;
  font-size: 5vw;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .home .top .MainVisual .m_right .top p {
    font-size: 24px;
  }
}
.home .top .MainVisual .m_right .bottom {
  --b-bg-clr: #DDAA18;
  --b-brd-clr: #FBE4A4;
}
.home .top .MainVisual .m_right .bottom .m_list {
  margin-top: 7px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background-color: var(--b-brd-clr);
}
.home .top .MainVisual .m_right .bottom .m_list > li {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.home .top .MainVisual .m_right .bottom .m_list > li > :first-child {
  background-color: var(--b-bg-clr);
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding-block: 8px;
  text-align: center;
  line-height: 1.4;
}
.home .top .MainVisual .m_right .bottom .m_list > li > :last-child {
  background-color: white;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.84;
}
.home .top .MainVisual .m_right .bottom .award {
  margin-top: 20px;
  padding: 10px;
  display: grid;
  grid-template-columns: var(--awd-columns, 1fr 1fr);
  background: white;
  align-items: center;
  justify-content: center;
  gap: var(--awd-gap, 0);
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual .m_right .bottom .award {
    --awd-columns: 193px max-content;
    --awd-gap: 10px;
  }
}
.home .top .MainVisual .m_right .bottom .award .a_left {
  background-image: url(../../src/images/top/mv/award.png);
  background-size: var(--al_bs, 80%);
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual .m_right .bottom .award .a_left {
    --al_bs: cover;
  }
}
.home .top .MainVisual .m_right .bottom .award .a_left > * {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.home .top .MainVisual .m_right .bottom .award .a_left > p {
  font-size: var(--al_p-fs, 16px);
  position: relative;
  top: 7px;
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual .m_right .bottom .award .a_left > p {
    --al_p-fs: 19px;
  }
}
.home .top .MainVisual .m_right .bottom .award .a_left > span {
  font-size: 11px;
}
.home .top .MainVisual .m_right .bottom .award .a_right {
  font-size: var(--ar-fs, 14px);
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual .m_right .bottom .award .a_right {
    --ar-fs: 18px;
  }
}
.home .top .MainVisual .m_right .bottom .award .a_right span {
  position: relative;
  bottom: 5px;
}
.home .top .MainVisual .m_right .bottom .award .a_right strong {
  color: var(--gold_2);
  font-size: var(--ar_stg-fs, 36px);
  font-weight: 500;
  line-height: var(--ar_stg-lh, 1);
  letter-spacing: 0.02em;
}
@media screen and (min-width: 992px) {
  .home .top .MainVisual .m_right .bottom .award .a_right strong {
    --ar_stg-fs: 54px;
    --ar_stg-lh: 0.8888888889;
  }
}
.home .top .MainVisual .m_right .bottom .award .a_right strong > span {
  font-size: 18px;
  color: inherit;
}
.home .seminar_info .top {
  background-color: #FCE2E3;
  color: var(--brown);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1428571429;
  padding: 0;
  padding-block: 8px;
  border-radius: 5px 5px 0 0;
  border-bottom-width: 0;
  margin: 0;
}
.home .seminar_info .bottom {
  border: 2px solid #FCE2E3;
  border-radius: 0 0 5px 5px;
  padding-block: 20px 30px;
  padding-inline: 30px;
}
.home .seminar_info .bottom .wrapper {
  display: grid;
  grid-template-columns: var(--b_w-columns, 1fr);
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .home .seminar_info .bottom .wrapper {
    --b_w-columns: 145px 1fr;
  }
}
.home .seminar_info .bottom .wrapper img {
  width: min(145px, 100%);
  height: min(180px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-inline: auto;
}
.home .seminar_info .bottom .wrapper .detail .b_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--brown);
}
.home .seminar_info .bottom .wrapper .detail > ul {
  margin-top: 10px;
}
.home .seminar_info .bottom .wrapper .detail > ul > li {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.home .consultation {
  --c_child-bg: #FFF0BE;
}
.home .consultation .c_wrapper {
  display: grid;
  grid-template-columns: var(--c_w-columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .home .consultation .c_wrapper {
    --c_w-columns: repeat(3, 1fr);
  }
}
.home .consultation .c_wrapper > * {
  border: 2px solid var(--main-color);
  border-radius: 5px;
  background-color: white;
  padding-block: var(--ccw-py, 17px);
  padding-inline: var(--ccw-px, 8px);
  display: grid;
  grid-template-columns: var(--ccw-columns, 13% 1fr);
  gap: var(--ccw-gap, 15px);
  align-items: center;
}
@media screen and (min-width: 992px) {
  .home .consultation .c_wrapper > * {
    --ccw-py: 35px;
    --ccw-px: 15px;
    --ccw-columns: 30% 1fr;
    --ccw-gap: 25px;
  }
}
.home .consultation .c_wrapper > *::before {
  content: "";
  width: min(75px, 100%);
  height: var(--ccw_b-h, 55px);
  background-color: #F58018;
  -webkit-mask-size: var(--ccw_b-m_size, contain);
          mask-size: var(--ccw_b-m_size, contain);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .home .consultation .c_wrapper > *::before {
    --ccw_b-h: min(75px, 100%);
    --ccw_b-m_size: cover;
  }
}
.home .consultation .c_wrapper > * > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
.home .reason .reason_wrapper {
  display: grid;
  grid-template-columns: var(--rw-columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper {
    --rw-columns: repeat(3, 1fr);
  }
}
.home .reason .reason_wrapper .r_card {
  position: relative;
  display: grid;
  grid-template-columns: var(--r_card-columns, 1fr 45px);
  grid-template-rows: var(--r_card-rows, unset);
  grid-row: var(--r_card-gr, unset);
  gap: 0;
  font-family: var(--font_4);
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card {
    --r_card-columns: none;
    --r_card-rows: subgrid;
    --r_card-gr: span 2;
  }
}
.home .reason .reason_wrapper .r_card .r_top {
  padding-block: var(--r_top-py, 12px);
  padding-inline: var(--r_top-px, 12px);
  border-radius: var(--r_top-br, 10px 0 0 10px);
  background-color: #FFFCF0;
  border: solid var(--main-color);
  border-width: var(--r_top-bw, 2px 0 2px 2px);
  display: var(--r_top-d, grid);
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_top {
    --r_top-bw: 2px 2px 0 2px;
    --r_top-br: 10px 10px 0 0 ;
    --r_top-d: block;
    --r_top-py: 30px 20px;
    --r_top-px: 15px;
  }
}
.home .reason .reason_wrapper .r_card .r_top .circle {
  width: var(--c-size, 63px);
  height: var(--c-size, 63px);
  border-radius: 50%;
  background-color: #F58018;
  display: grid;
  place-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_top .circle {
    --c-size: 127px;
  }
}
.home .reason .reason_wrapper .r_card .r_top .circle::before {
  content: "";
  width: var(--c_brr-size, 45px);
  height: var(--c_brr-size, 45px);
  background-color: white;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_top .circle::before {
    --c_brr-size: 90px;
  }
}
.home .reason .reason_wrapper .r_card .r_top .text {
  margin-top: var(--r_top_txt-mt, 0);
  font-size: var(--r_top_txt-fs, 16px);
  font-weight: 600;
  line-height: 1.3181818182;
  text-align: var(--r_top_txt-ta, left);
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_top .text {
    --r_top_txt-mt: 11px;
    --r_top_txt-fs: 21px;
    --r_top_txt-ta: center;
  }
}
.home .reason .reason_wrapper .r_card .r_bottom {
  padding: var(--r_btm-p, 10px);
  background-color: var(--main-color);
  color: white;
  display: grid;
  grid-template-columns: var(--r_btm-columns, max-content);
  align-items: center;
  justify-content: var(--r_btm-jc, center);
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  border-radius: var(--r_btm-br, 0 10px 10px 0);
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_bottom {
    --r_btm-columns: max-content max-content;
    --r_btm-jc: space-between;
    --r_btm-br: 0 0 10px 10px;
    --r_btm-p: 20px;
  }
}
.home .reason .reason_wrapper .r_card .r_bottom::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid white;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: relative;
  right: var(--r_btm_afr-r, 2px);
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_bottom::after {
    --r_btm_afr-r: 0;
  }
}
.home .reason .reason_wrapper .r_card .r_bottom > span, .home .reason .reason_wrapper .r_card .r_bottom > em {
  display: var(--rb_span-d, none);
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .home .reason .reason_wrapper .r_card .r_bottom > span, .home .reason .reason_wrapper .r_card .r_bottom > em {
    --rb_span-d: block;
  }
}
.home .reason .reason_wrapper .r_card .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home .reason .reason_wrapper .r_card .link a {
  display: block;
  height: 100%;
}
.home .voice {
  background-color: #FFFCF0;
}
.home .greeting .greeting_wrapper {
  display: grid;
  grid-template-columns: var(--gw-columns, 1fr);
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .home .greeting .greeting_wrapper {
    --gw-columns: max-content 1fr;
  }
}
.home .greeting .greeting_wrapper img {
  /* width: var(--gw_img-w, min(195px, 100%)); */
  height: min(505px, 100%);
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .home .greeting .greeting_wrapper img {
    --gw_img-w: min(423px, 100%);
  }
}
.home .greeting .greeting_wrapper .g_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.home #columns .columns__heading {
  border-bottom-width: 2px;
  font-size: 1.3125rem;
  margin: 6vw 0 4vw;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .home #columns .columns__heading {
    padding: 0.82vw 0;
    font-size: 2.5vw;
    border-bottom-width: 0.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .home #columns .columns__heading {
    font-size: 1.875rem;
    margin: 0 0 2rem;
    padding: 10px 0;
  }
}
.home #columns .columns__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home #columns .columns__inner .columns__list {
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .home #columns .columns__inner .columns__list {
    width: 48%;
  }
}
.home #columns .columns__inner .columns__list ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid #d3d3d3;
}
.home #columns .columns__inner .columns__list ul li .columns__image {
  aspect-ratio: 1;
  overflow: hidden;
  max-width: 100px;
}
.home #columns .columns__inner .columns__list ul li .columns__title {
  padding: 0 0 5px 30px;
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .home #columns .columns__inner .columns__list ul li .columns__title {
    font-size: 1.83vw;
  }
}
@media screen and (min-width: 1200px) {
  .home #columns .columns__inner .columns__list ul li .columns__title {
    font-size: 1.375rem;
  }
}
.home #columns .columns__inner .columns__list ul li .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home #columns .columns__inner .columns__list ul li .link a {
  display: block;
  height: 100%;
  opacity: 0;
}
.home #columns .pick_up {
  display: grid;
  grid-template-columns: var(--clm-columns, 1fr);
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .home #columns .pick_up {
    --clm-columns: 48% 48%;
  }
}
.home #columns .pick_up > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.home #columns .pick_up .pick_up_wrapper {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.home #columns .pick_up .detail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 24/13;
}
.home #columns .pick_up .detail .c_title {
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--brown);
}
.home #columns .pick_up .detail .c_date {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.0625;
}
.home #columns .pick_up .link-button {
  padding-top: 25px;
}
.home #columns .pick_up .link-button.arrow a {
  padding: var(--c_lb_a-p, 5px);
  font-size: var(--c_lb_a-fs, 18px);
}
.home #columns .pick_up .link-button.arrow a::after {
	position: absolute;
    top: 4px;
    right: 23px;
}
@media screen and (min-width: 1200px) {
  .home #columns .pick_up .link-button.arrow a {
    --c_lb_a-p: 5px;
    --c_lb_a-fs: 19px;
  }
}
.home .helpful {
  --ylw: #FFDF89;
  background-color: var(--ylw);
}
.home .helpful .link_button.arrow a {
  border-color: white;
  padding-inline: 40px;
}
.home .helpful .helpful_nav {
  display: grid;
  grid-template-columns: var(--hlp_nv-columns, 1fr 1fr);
  gap: var(--hlp_nv-gap, 10px);
  background-color: var(--hlp_nv-bc, unset);
  border: var(--hlp_nv-brd, unset);
  border-radius: var(--hlp_nv-br, 0);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav {
    --hlp_nv-columns: repeat(4, 1fr);
    --hlp_nv-gap: 1px;
    --hlp_nv-bc: var(--brown);
    --hlp_nv-brd: 1px solid var(--brown);
    --hlp_nv-br: 10px;
  }
}
.home .helpful .helpful_nav > * {
  background-color: white;
  border-radius: var(--hlp_chd-br, 5px);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav > * {
    --hlp_chd-br: 0;
  }
}
.home .helpful .helpful_nav > *:first-child {
  border-radius: var(--hlp_f-br, 5px);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav > *:first-child {
    --hlp_f-br: 9px 0 0 9px;
  }
}
.home .helpful .helpful_nav > *:first-child > * {
  border-radius: var(--hlp_fcd-br, 5px);
}
.home .helpful .helpful_nav > *:first-child > *.active:not(#_) {
  border-radius: var(--hlp_fcd-br, 5px);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav > *:first-child > * {
    --hlp_fcd-br: 8px 0 0 8px;
  }
}
.home .helpful .helpful_nav > *:last-child {
  border-radius: var(--hlp_l-br, 5px);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav > *:last-child {
    --hlp_l-br: 0 9px 9px 0;
  }
}
.home .helpful .helpful_nav > *:last-child > * {
  border-radius: var(--hlp_lcd-br, 5px);
}
.home .helpful .helpful_nav > *:last-child > *.active:not(#_) {
  border-radius: var(--hlp_lcd-br, 5px);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav > *:last-child > * {
    --hlp_lcd-br: 0 8px 8px 0;
  }
}
.home .helpful .helpful_nav .nav-item > button {
  color: var(--brown);
  width: 100%;
  height: 100%;
  font-size: var(--nv_btn-fs, 16px);
  line-height: 2.15;
  padding-block: var(--nv_btn-py, 5px);
  padding-inline: var(--nv_btn-px, 5px);
  text-align: center;
}
.home .helpful .helpful_nav .nav-item > button:focus {
  outline: 1px transparent;
}
.home .helpful .helpful_nav .nav-item > button.active {
  color: white;
  background-color: var(--brown);
  border-radius: var(--hlp_act-br, 5px);
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav .nav-item > button.active {
    --hlp_act-br: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .helpful .helpful_nav .nav-item > button {
    --nv_btn-py: 15px;
    --nv_btn-px: 0;
    --nv_btn-fs: 20px;
  }
}
.home .helpful .tab-content .tab-pane > * + * {
  margin-top: 20px;
}
.home .helpful .tab-content .tab_detail {
  display: grid;
  grid-template-columns: var(--td-columns, 1fr);
  gap: var(--td-gap, 0);
  padding-inline: var(--td-px, 20px);
  padding-top: var(--td-pt, 15px);
  background: white;
  border-radius: 5px 0 0 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home .helpful .tab-content .tab_detail {
    --td-columns: 210px 1fr;
    --td-px: 20px 45px;
    --td-gap: 20px;
    --td-pt: 0;
  }
}
.home .helpful .tab-content .tab_detail::before {
  content: "";
  display: block;
  width: var(--td_bfr-w, 20px);
  height: 100%;
  background-color: var(--brown);
  position: absolute;
  right: 0;
  border-radius: 0 5px 5px 0;
}
@media screen and (min-width: 992px) {
  .home .helpful .tab-content .tab_detail::before {
    --td_bfr-w: 45px;
  }
}
.home .helpful .tab-content .tab_detail::after {
  content: "";
  width: 15px;
  height: 15px;
  border: solid white;
  border-width: 3px 3px 0 0;
  rotate: 45deg;
  position: absolute;
  inset-block: 0;
  right: var(--td_aft-r, 6px);
  margin-block: auto;
  scale: var(--td_aft-scl, 0.8);
}
@media screen and (min-width: 992px) {
  .home .helpful .tab-content .tab_detail::after {
    --td_aft-r: 18px;
    --td_aft-scl: 1;
  }
}
.home .helpful .tab-content .tab_detail img {
  display: block;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding-block: var(--td_img-py, 0);
  aspect-ratio: 45/23;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .home .helpful .tab-content .tab_detail img {
    --td_img-py: 20px;
  }
}
.home .helpful .tab-content .tab_detail hgroup {
  padding-block: 20px;
  padding-inline: 0 20px;
}
.home .helpful .tab-content .tab_detail hgroup .tab_in_title {
  color: var(--brown);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
}
.home .helpful .tab-content .tab_detail hgroup .tab_in_date {
  font-size: 16px;
  line-height: 2.0625;
  font-weight: 500;
}
.home .helpful .tab-content .tab_detail .arrow {
  display: grid;
  place-content: center;
  padding-inline: 15px;
  border-radius: 0 5px 5px 0;
  background-color: var(--brown);
}
.home .helpful .tab-content .tab_detail .arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  border: solid white;
  border-width: 3px 3px 0 0;
  rotate: 45deg;
  position: relative;
  right: 3px;
}

.archive .case .main h4 {
  margin-top: 20px;
}
.archive .case .cat_list {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.archive .case .cat_list li {
  width: calc(50% - 10px);
  max-width: 200px;
}
.archive .case .cat_list li a {
  display: block;
  position: relative;
  padding: 10px;
  background-image: -ms-linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #d6d6d6;
  line-height: 1.5em;
  font-size: 14px;
  min-height: 15px;
  text-decoration: none;
  color: #333;
}
.archive .case .cat_list li a:before {
  content: "";
  display: block;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
  height: 100% !important;
  background: #f66000;
  color: white;
}
.archive .case .cat_list li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  right: 3px;
  top: 50%;
  transform: translate(0%, -50%);
  color: white;
  display: inline-block;
}
.archive .case_list {
  border-bottom: 1px dashed #333;
}
.archive .case_list:first-child {
  border-top: 1px dashed #333;
}
.archive .case_list a {
  text-decoration: none !important;
}
.archive .case_list a p {
  font-size: 0.8rem;
}
.archive .case_list a p.cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.archive .case_list a p.cat span {
  padding: 3px 5px;
  background: var(--l_orange);
  color: #333;
}
.archive .case_list a p.time {
  color: #333;
  margin-bottom: 0;
}
.archive .case_list a p.name {
  font-size: 1.2rem;
  font-weight: bold;
}
.archive .voice_list h3 {
  margin-bottom: 10px !important;
}
.archive .voice_list .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.archive .voice_list .cat span {
  padding: 3px 5px;
  background: var(--l_orange);
  color: #333;
}
.archive .voice_list .voice_inner {
  display: flex;
  gap: 40px;
}
.archive .voice_list .voice_inner figure {
  width: 22%;
}
.archive .voice_list .voice_inner .text {
  width: calc(78% - 40px);
}
.archive .voice_list .voice_inner .text .answer {
  padding: 20px;
  background: #f4f4f4;
  border: 2px solid var(--main-color);
  border-radius: 20px;
}
.archive .voice_list .voice_inner .text .answer p {
  color: var(--main-color);
  font-weight: bold;
}
.archive .voice_list .voice_inner .text .link a {
  position: relative;
  display: block;
  width: 30%;
  min-width: 120px;
  padding: 10px 20px;
  margin-left: auto;
  border-radius: 10px;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
}
.archive .voice_list .voice_inner .text .link a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  color: var(--main-color);
  border-radius: 50%;
}
.archive .voice_list .voice_inner .text .link a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
  border-radius: 1px;
}
.archive .list {
  border-bottom: 1px dashed #333;
}
.archive .list a {
  display: block;
  padding: 15px 0;
  text-decoration: none !important;
}
.archive .list a p {
  margin: 0;
}
.archive .list a p.time {
  color: #333;
  font-size: 0.9rem;
}
.archive .list a p.title {
  font-size: 1.1rem;
  font-weight: bold;
}

.single .return {
  margin-top: 50px;
}
.single .return a {
  position: relative;
  display: block;
  width: 80%;
  max-width: 360px;
  padding: 15px 20px;
  margin: 0 auto;
  border-radius: 10px;
  background: var(--main-color);
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
}
.single .return a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: #fff;
  color: var(--main-color);
  border-radius: 50%;
}
.single .return a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 3px solid var(--main-color);
  border-left: 3px solid var(--main-color);
  border-radius: 1px;
}

.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email], .wpcf7-form textarea {
  border: 1px solid #999;
  padding: 5px 10px;
  width: 100%;
}
.wpcf7-form textarea {
  max-height: 180px;
}
.wpcf7-form input[type=checkbox] {
  border: 1px solid #999;
  width: 1rem;
  height: 1rem;
}
.wpcf7-form input[type=submit] {
  padding: 10px 20px;
  background: var(--main-color);
  color: #fff;
}
.wpcf7-form input[type=submit]:disabled {
  background: #999;
}
.wpcf7-form .red {
  color: #f00;
}

.drawer-hamburger {
  top: 8px;
  right: 15px;
  margin: 0;
  padding: 5px 5px 2px;
  background-color: #F58018;
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(45px, 13vw, 20px);
  height: clamp(45px, 13vw, 20px);
}
.drawer-hamburger:hover {
  background-color: var(--main-color);
}

.drawer-hamburger-icon {
  margin-bottom: 6px;
  background-color: #fff;
  background-color: var(--white);
  height: 3px;
  width: 50%;
}
.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #fff;
  top: -8px;
}
.drawer-hamburger-icon:before {
  background-color: var(--white);
  inset: max(-2.5vw, -10px) 0;
  height: 3px;
}
.drawer-hamburger-icon:after {
  inset: min(2.5vw, 10px) 0;
  height: 3px;
}

.drawer-hamburger-txt {
  position: absolute;
  inset: auto 0 min(0.5vw, 5px);
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-top: 50px;
}

.drawer-nav {
  height: 100vh;
  background-color: #F58018;
  overflow-y: auto;
}
.drawer-nav ul li a {
  border-bottom: 1px solid;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 15px;
}
.drawer-nav ul li a:has(+ ul.sub-menu) {
  position: relative;
  color: #fff;
}
.drawer-nav ul li a:has(+ ul.sub-menu):hover {
  color: #fff;
}
.drawer-nav ul li a:has(+ ul.sub-menu):before {
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.4s ease;
}
.drawer-nav ul li a:has(+ ul.sub-menu):after {
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
}
.drawer-nav ul li a:has(+ ul.sub-menu).active:before {
  transform: rotate(0);
}
.drawer-nav ul li .sub-menu {
  display: none;
}
.drawer-nav ul li .sub-menu li a {
  background: rgba(255, 255, 255, 0.2);
}

header {
  position: relative;
  width: min(100%, 1100px);
  margin: auto;
  z-index: 9999999;
}
header .navbar {
  padding: 0;
  padding-block: 8px;
  padding-inline: calc(var(--sp-padding) * 0.5);
}
@media screen and (min-width: 768px) {
  header .header_btn {
    display: none;
  }
}
header .header_sp {
  align-items: center;
  background: white;
  height: var(--h_h, 70px);
}
@media screen and (min-width: 768px) {
  header .header_sp {
    --h_h: auto;
  }
}
header .header_sp .header_inner {
  display: grid;
  grid-template-columns: max-content max-content;
  margin-inline: auto;
  width: min(1000px, 100%);
  justify-content: space-between;
}
header .header_sp .header_inner .left-box h1 {
  background-color: #fff0be;
  color: var(--brown);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 1% 2%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  header .header_sp .header_inner .left-box h1 {
    padding: 0.42vw 1.25vw;
    min-width: 33.3vw;
    font-size: 1.08vw;
  }
}
@media screen and (min-width: 992px) {
  header .header_sp .header_inner .left-box h1 {
    font-size: 14px;
    padding: 5px 15px;
    min-width: 400px;
  }
}
header .header_sp .header_inner .left-box .site-name {
  font-size: 16px;
  padding: 5px 0 0;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  color: var(--brown);
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
header .header_sp .header_inner .left-box .site-name span {
	margin-right: -3px;
}
@media screen and (min-width: 768px) {
  header .header_sp .header_inner .left-box .site-name {
    padding: 0.85vw 0 0;
    font-size: 2.58vw;
  }
}
@media screen and (min-width: 992px) {
  header .header_sp .header_inner .left-box .site-name {
    padding: 10px 0 0;
    font-size: 31px;
  }
}
header .header_sp .header_inner .left-box .site-name img {
  max-height: 24px;
}
@media screen and (min-width: 768px) {
  header .header_sp .header_inner .left-box .site-name img {
    max-height: 48px;
  }
}
header .header_sp .header_inner .left-box .sub-title {
  color: #333;
  display: flex;
  gap: 1rem;
}
header .header_sp .header_inner .left-box .sub-title p {
  font-size: max(1.08vw, 8.3px);
}
@media screen and (min-width: 768px) {
  header .header_sp .header_inner .left-box .sub-title p {
    font-size: inherit;
  }
}
header .header_sp .header_inner .right-box {
  display: var(--h-rb-d, none);
  grid-template-columns: max-content max-content max-content;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  header .header_sp .header_inner .right-box {
    --h-rb-d: grid;
  }
}
header .header_sp .header_inner .right-box .consulting-bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .header_sp .header_inner .right-box .consulting-bloc .heading {
  background: #F58018;
  color: var(--white);
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  font-size: 1.08vw;
  padding: 0.42vw 0;
  width: 100%;
}
header .header_sp .header_inner .right-box .consulting-bloc .recept-time span {
	padding: 3px 5px;
	margin-right: 10px;
}
@media screen and (min-width: 992px) {
  header .header_sp .header_inner .right-box .consulting-bloc .heading {
    padding: 5px 0;
    font-size: 0.8125rem;
    width: 280px;
  }
}
header .header_sp .header_inner .right-box .consulting-bloc .tel {
  color: #D73C3C;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: initial;
  padding: 0.42vw 0;
}
header .header_sp .header_inner .right-box .consulting-bloc .tel i {
	color: #67460C;
}
@media screen and (min-width: 992px) {
  header .header_sp .header_inner .right-box .consulting-bloc .tel {
    font-size: 2.375rem;
    line-height: 1.2;
  }
}
header .header_sp .header_inner .right-box .contact_icons div a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
header .header_sp .header_inner .right-box .contact_icons div.contact {
	padding-top: 1.7rem;
}
header .header_sp .header_inner .right-box .contact_icons div.contact i {
  color: #67460C;
  font-size: 48px;
}
header .header_sp .header_inner .right-box .contact_icons div.line i {
  color: #0eb900;
  font-size: 50px;
}
header .navbar {
  padding: 0;
  padding-block: 8px;
  padding-inline: calc(var(--sp-padding) * 0.5);
}
header .header_nav_pc {
  display: none;
  background-color: #FFDF89;
}
@media screen and (min-width: 768px) {
  header .header_nav_pc {
    display: block;
  }
}
header .header_nav_pc ul {
  margin-bottom: 0;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
header .header_nav_pc ul li {
  position: relative;
  list-style: none;
  padding-left: 0;
  width: 12.5%;
  border-right: #ffffff 1px solid;
  font-family: var(--font_3);
}
@media screen and (min-width: 768px) {
  header .header_nav_pc ul li {
    padding: 0;
    font-size: 85%;
  }
}
@media screen and (min-width: 1200px) {
  header .header_nav_pc ul li {
    font-size: 100%;
  }
}
header .header_nav_pc ul li:first-child {
  border-left: #ffffff 1px solid;
}
header .header_nav_pc ul li a {
  color: #67460C;
  line-height: 1.5;
  font-size: var(--hnp_li_a-fs, 12px);
  font-weight: bold;
  display: grid;
  place-content: center;
  height: 100%;
  min-height: 48px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  header .header_nav_pc ul li a {
    --hnp_li_a-fs: 11px;
  }
}
@media screen and (min-width: 992px) {
  header .header_nav_pc ul li a {
    --hnp_li_a-fs: 13px;
  }
}
@media screen and (min-width: 1200px) {
  header .header_nav_pc ul li a {
    --hnp_li_a-fs: 15px;
  }
}
header .header_nav_pc ul li a:not([href]) {
  color: var(--brown);
}
header .header_nav_pc ul li:hover > ul {
  display: block;
}
header .header_nav_pc ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  background: rgba(0, 0, 0, 0.5);
  width: inherit;
}
header .header_nav_pc ul li ul:hover {
  display: block;
}
header .header_nav_pc ul li ul.sub-menu {
  width: auto;
}
header .header_nav_pc ul li ul.sub-menu li a {
  color: white;
  white-space: nowrap;
  padding: 0 10px;
  place-content: center start;
}
header .header_nav_pc ul li ul li {
  width: 100%;
}
header .header_nav_pc ul li ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

footer {
  background-color: var(--beige);
  border-top: 3px solid var(--main_color);
}
footer .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-block: 20px;
}
footer .footer__container {
  justify-content: space-between;
  margin: auto;
  padding: 5%;
}
@media screen and (min-width: 601px) {
  footer .footer__container {
    padding: 0;
    flex-wrap: nowrap;
    width: 83.4vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container {
    width: 100%;
    max-width: 1000px;
  }
}
footer .footer__container #footer_top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_top {
    display: flex;
    -moz-column-width: 19vw;
    column-width: 19vw;
    margin: auto;
    padding: 3.34vw 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_top {
    padding: 40px 0;
  }
}
footer .footer__container #footer_top > div {
  width: 25%;
}
footer .footer__container #footer_top > div:not(#_) {
  width: 100%;
}
footer .footer__container #footer_top > div ul li {
  font-size: 1rem;
  line-height: 1.3;
  padding-left: 18px;
  margin-bottom: 10px;
  min-height: var(--fft_li-mh, auto);
  position: relative;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_top > div ul li {
    --fft_li-mh: 34px;
  }
}
footer .footer__container #footer_top > div ul li a {
  color: #333333;
  font-size: var(--fft_nva-fs, 14px);
  letter-spacing: 0.8px;
  line-height: 1.2;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_top > div ul li a {
    --fft_nva-fs: 1.25vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_top > div ul li a {
    font-size: 0.9375rem;
  }
}
footer .footer__container #footer_top > div ul li a:before {
  font: var(--fa-font-solid);
  font-size: 0.75rem;
  content: "\f054";
  margin-right: 10px;
  color: var(--pink);
  position: absolute;
  inset: 5px 0;
}
footer .footer__container #footer_bottom {
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 6vw 0;
  width: 90%;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom {
    flex-direction: row;
    padding: 0 0 6.66vw;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom {
    padding: 0 0 80px;
  }
}
footer .footer__container #footer_bottom .left {
  padding: 5vw;
  background: var(--white);
  width: 100%;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom .left {
    padding: 1.68vw;
    width: 48.35vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom .left {
    padding: 20px;
    width: 580px;
  }
}
footer .footer__container #footer_bottom .left p {
  color: #333333;
  font-size: 0.85rem;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom .left p {
    font-size: 1.16vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom .left p {
    font-size: 0.875rem;
  }
}
footer .footer__container #footer_bottom .left p.company_name {
  color: var(--brown);
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom .left p.company_name {
    font-size: 1.66vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom .left p.company_name {
    font-size: 1.25rem;
  }
}
footer .footer__container #footer_bottom .left .footer__info-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
}
footer .footer__container #footer_bottom .left .footer__info-list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85rem;
  color: #F58018;
  text-decoration: underline;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom .left .footer__info-list a {
    font-size: 1.33vw;
    min-height: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom .left .footer__info-list a {
    font-size: 1rem;
  }
}
footer .footer__container #footer_bottom .right {
  width: 100%;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom .right {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom .right {
    height: 320px;
    width: 420px;
  }
}
footer .footer__container #footer_bottom .right iframe {
  height: 60vw;
}
@media screen and (min-width: 601px) {
  footer .footer__container #footer_bottom .right iframe {
    height: 26.7vw;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer__container #footer_bottom .right iframe {
    height: 320px;
  }
}
footer .footer_address {
  padding: 0.5rem 1rem;
  background-color: white;
  padding-bottom: var(--fa-pb, 60px);
}
@media screen and (min-width: 992px) {
  footer .footer_address {
    --fa-pb: .5rem;
  }
}
footer .footer_address .inner_flex {
  display: grid;
  grid-template-columns: 1;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
	footer .footer_address .inner_flex {
  		grid-template-columns: max-content max-content;
	}
}
footer .footer_address .inner_flex .left-box .title {
  background-color: #fff0be;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 1% 2%;
  min-width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer_address .inner_flex .left-box .title {
    padding: 0.42vw 1.25vw;
    min-width: 33.3vw;
    font-size: 1.08vw;
  }
}
@media screen and (min-width: 992px) {
  footer .footer_address .inner_flex .left-box .title {
    font-size: 14px;
    padding: 5px 15px;
    min-width: 400px;
  }
}
footer .footer_address .inner_flex .left-box .site-name {
  font-size: 20px;
  padding: 5px 0 0;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  color: var(--brown);
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  gap: 5px;
}

footer .footer_address .inner_flex .left-box .site-name span {
	margin-right: -3px;
}

@media screen and (min-width: 768px) {
  footer .footer_address .inner_flex .left-box .site-name {
    padding: 0.85vw 0 0;
    font-size: 2.58vw;
  }
}
@media screen and (min-width: 992px) {
  footer .footer_address .inner_flex .left-box .site-name {
    padding: 10px 0 0;
    font-size: 31px;
  }
}
footer .footer_address .inner_flex .left-box .sub-title {
  color: #333;
  display: flex;
  gap: 1rem;
}
footer .footer_address .inner_flex .left-box .sub-title p {
  display: inline-block;
  font-size: max(1.08vw, 8.3px);
}
@media screen and (min-width: 768px) {
  footer .footer_address .inner_flex .left-box .sub-title p {
    font-size: 14px;
  }
}
footer .footer_address .inner_flex .right-box {
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  display: var(--h-rb-d, none);
  grid-template-columns: max-content max-content max-content;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  footer .footer_address .inner_flex .right-box {
    --h-rb-d: grid;
  }
}
footer .footer_address .inner_flex .right-box .contact_icons div a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
footer .footer_address .inner_flex .right-box .contact_icons div.contact i {
  color: var(--brown);
  font-size: 48px;
  padding-top: 1.7rem;
}
footer .footer_address .inner_flex .right-box .contact_icons div.line i {
  color: #0eb900;
  font-size: 50px;
}
footer .copyright {
  color: var(--black);
  font-size: 12px;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  z-index: 1300;
}
@media screen and (min-width: 992px) {
  .floating {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
}
.floating > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 0;
}
@media screen and (min-width: 992px) {
  .floating > div {
    flex-direction: column;
    width: auto;
    gap: 10px;
  }
}
.floating > div .menu-item {
  --bg_1: #F36C6D;
  --bg_2: #F58018;
  --bg_3: #F26100;
  --bg_4: #7F58B5;
  flex: 1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .floating > div .menu-item {
    border-radius: 5px 0 0 5px;
  }
}
.floating > div .menu-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: unset;
  min-height: unset;
  padding: 10px 5px;
  font-size: 12px;
  border-radius: 0;
  color: white;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .floating > div .menu-item a {
    flex: unset;
    flex-direction: column;
    gap: 5px;
    height: auto;
    min-width: 20px;
    min-height: 80px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px 0 0 5px;
  }
}
.floating > div .menu-item a strong {
  writing-mode: horizontal-tb;
  text-orientation: unset;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .floating > div .menu-item a strong {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.floating > div .menu-item.pink {
  background-color: var(--bg_1);
}
.floating > div .menu-item.green {
  background-color: var(--bg_2);
}
.floating > div .menu-item.blue {
  background-color: var(--bg_3);
}
.floating > div .menu-item.orange {
  background-color: var(--bg_4);
  display: var(--visible, none);
}
@media screen and (min-width: 768px) {
    .floating > div .menu-item.orange {
        --visible: block;
    }
}

.page_top_area {
  position: fixed;
  right: 0;
  margin-right: 0;
  margin-left: auto;
  display: block;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  background: var(--white);
  transition: 0.3s;
  z-index: 9999;
  width: 50px;
  height: 50px;
  bottom: 10%;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (min-width: 601px) {
  .page_top_area {
    width: 40px;
    height: 40px;
    bottom: 10%;
  }
}
.page_top_area .page_top {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_top_area .page_top i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 14px;
  padding-top: 4px;
}/*# sourceMappingURL=style.css.map */