@charset "UTF-8";
/*! 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);
}

.sec.service hgroup::before {
  background-image: url(../images/section/service/img.png);
}

.sec.case hgroup::before {
  background-image: url(../images/section/case/img.png);
}

.sec.flow hgroup::before {
  background-image: url(../images/section/flow/img.png);
}

.sec.reason hgroup::before {
  background-image: url(../images/section/reason/img.png);
}

.sec.staff hgroup::before {
  background-image: url(../images/section/staff/img.png);
}

.sec.voice hgroup::before {
  background-image: url(../images/section/voice/img.png);
}

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

:root {
  --sp-h: 60px;
  --pc-h: 110px;
  --sp-padding: 30px;
  --header-pc-p: 110px;
  --header-sp-p: 10px;
  --nav-h: 75px;
  --header-nav-h: 185px;
  --w: 1200px;
  --font: Noto Sans JP,serif;
  --black: #333333;
  --main_color: #0162AC;
  --main_color_2: #0162AC;
  --main_color_3: #D9EAF6;
  --sub_color: #FFA500;
  --sub_color_2: #FFF5DE;
  --grey_dark: #DDDDDD;
  --grey_neutral: #F1F1F3;
  --grey_light: #FAFAFA;
  --btn_color: #FFA500;
  --btn_color_2: #63AE1E;
  --btn_color_3: #EEC10C;
  --strong: #FFFF00;
}

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

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

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

.left_right {
  --i-size: 480px;
}
.left_right > * + * {
  margin-top: var(--lr-mt, 30px);
}
@media screen and (min-width: 992px) {
  .left_right > * + * {
    --lr-mt: 60px;
  }
}
@media screen and (min-width: 992px) {
  .left_right > :nth-child(2n+1) {
    --columns: var(--i-size) auto;
  }
}
@media screen and (min-width: 992px) {
  .left_right > :nth-child(2n) {
    --columns: auto var(--i-size);
  }
  .left_right > :nth-child(2n) > :first-child {
    grid-column: 2;
    grid-row: 1;
  }
  .left_right > :nth-child(2n) > :last-child {
    grid-column: 1;
    grid-row: 1;
  }
}
.left_right .grid_x2.in_img {
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .left_right .grid_x2.in_img {
    --gap: 30px;
  }
}
.left_right .grid_x2.in_img img {
  width: min(var(--i-size), 100%);
  max-height: 320px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.grid_x2.img_center {
  margin-top: var(--mt, 30px);
  padding-inline: var(--img_px, 15px);
  --gap: 30px;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_center {
    --mt: 50px;
    --gap: 100px;
    --img_px: 50px;
  }
}
.grid_x2.img_center img {
  width: min(500px, 100%);
  max-height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x2.img_right {
  --img-w: 480px;
  margin-top: var(--mt, 20px);
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_right {
    --mt: 20px;
    --gap: 30px;
    --columns: auto min(var(--img-w), 100%);
  }
}
.grid_x2.img_right img {
  width: min(var(--img-w), 100%);
  max-height: 320px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x2.img_right > div > :nth-child(1 of .link_button) {
  margin-top: 30px;
}
.grid_x2.img_right > div > :not(:nth-child(1 of .link_button)) {
  margin-top: 10px;
}
.grid_x2.img_right .link_button.arrow a {
  width: min(300px, 100%);
  padding-block: 10px;
  padding-inline: 30px 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-inline: 0;
  box-shadow: unset;
  border-radius: 0;
  font-size: 16px;
  justify-content: space-between;
  grid-template-columns: auto 1fr;
  justify-self: var(--lba_js, center);
}
@media screen and (min-width: 992px) {
  .grid_x2.img_right .link_button.arrow a {
    --lba_js: start;
  }
}
.grid_x2.img_right .link_button.arrow a::before {
  content: initial;
}
.grid_x2.img_left {
  --img-w: 500px;
  margin-top: var(--mt, 20px);
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_left {
    --mt: 20px;
    --gap: 30px;
    --columns: min(var(--img-w), 100%) auto;
  }
}
.grid_x2.img_left img {
  width: min(var(--img-w), 100%);
  max-height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x2.img_left > div > :nth-child(1 of .link_button) {
  margin-top: 30px;
}
.grid_x2.img_left > div > :not(:nth-child(1 of .link_button)) {
  margin-top: 10px;
}
.grid_x2.img_left .link_button.arrow a {
  width: min(300px, 100%);
  padding-block: 10px;
  padding-inline: 30px 20px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-inline: 0;
  box-shadow: unset;
  border-radius: 0;
  font-size: 16px;
  justify-content: space-between;
  grid-template-columns: auto 1fr;
  justify-self: var(--lba_js, center);
  margin-inline: auto 0;
}
@media screen and (min-width: 992px) {
  .grid_x2.img_left .link_button.arrow a {
    --lba_js: start;
  }
}
.grid_x2.img_left .link_button.arrow a::before {
  content: initial;
}
.grid_x2.president {
  --img-w: 320px;
  margin-top: var(--mt, 20px);
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2.president {
    --mt: 20px;
    --gap: 40px;
    --columns: auto min(var(--img-w), 100%) ;
  }
}
.grid_x2.president img {
  width: min(var(--img-w), 100%);
  max-height: 350px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x2.link_boxes:has(.link_box, .link_box_2) {
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid_x2.link_boxes:has(.link_box, .link_box_2) {
    --gap: 20px 30px;
    --columns: 1fr 1fr;
  }
}
.grid_x2.link_boxes:has(.link_box, .link_box_2) .link_box a {
  height: auto;
}
.grid_x2:has(.full_card) {
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2:has(.full_card) {
    --gap: 40px;
  }
}
.grid_x2:has(.link_box, .link_box_2) {
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid_x2:has(.link_box, .link_box_2) {
    --columns: auto 30%;
    --gap: 30px;
  }
}
.grid_x2:has(.title_box) {
  --gap: 20px;
}
@media screen and (min-width: 992px) {
  .grid_x2:has(.title_box) {
    --gap: 40px;
  }
}

.full_card {
  padding: var(--fc-p, 20px 15px);
  border: 1px solid var(--main_color);
}
@media screen and (min-width: 992px) {
  .full_card {
    --fc-p: 40px;
  }
}
.full_card > * + * {
  margin-top: var(--fc_child-mt, 15px);
}
@media screen and (min-width: 992px) {
  .full_card > * + * {
    --fc_child-mt: 20px;
  }
}
.full_card .title {
  font-size: var(--fc_ttl-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .full_card .title {
    --fc_ttl-fs: 22px;
  }
}
.full_card img {
  width: min(400px, 100%);
  max-height: 260px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.title_box {
  padding: var(--tb-p, 15px);
  border: 1px solid var(--main_color);
}
@media screen and (min-width: 992px) {
  .title_box {
    --tb-p: 40px;
  }
}
.title_box:is(.sec *):not(:is(.grid_x2 *)) {
  border: 0;
  text-align: center;
  padding: 0;
}
.title_box:is(.sec *):not(:is(.grid_x2 *)) h2 {
  margin-top: 5px;
  font-size: var(--tb_h2-fs, 26px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .title_box:is(.sec *):not(:is(.grid_x2 *)) h2 {
    --tb_h2-fs: 32px;
  }
}
.title_box:is(.sec *):not(:is(.grid_x2 *)) p {
  color: var(--main_color);
  font-size: 14px;
  font-weight: bold;
}
.title_box .box_title {
  font-size: var(--bt-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
  text-align: center;
  margin-bottom: var(--bt-bm, 10px);
}
@media screen and (min-width: 992px) {
  .title_box .box_title {
    --bt-fs: 22px;
    --bt-bm: 20px;
  }
}

.bg_box {
  border-radius: 5px;
  padding: var(--bg_box-p, 15px);
  background-color: var(--main_color_3);
  font-size: var(--bg_box-fs, 14px);
  font-weight: bold;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bg_box:is(.grid_x3 *) {
    --bg_box-p: 22px 20px;
  }
}
.bg_box:is(.grid_x4 *) {
  --bg_box-p: 10px;
}
@media screen and (min-width: 992px) {
  .bg_box:is(.grid_x4 *) {
    --bg_box-p: 10px 20px;
  }
}
@media screen and (min-width: 992px) {
  .bg_box {
    --bg_box-fs: 16px;
  }
}

.grid_x3 {
  --gap: 20px;
}
.grid_x3:has(.bg_box) {
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid_x3:has(.bg_box) {
    --gap: 20px 30px;
  }
}
.grid_x3.img_text img {
  width: min(400px, 100%);
  max-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x3.in_card > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 15px;
}
.grid_x3.in_card > * img {
  width: min(387px, 100%);
  max-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x3.in_card > * h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.grid_x3.in_card > * .link_button.arrow {
  border-radius: 0;
  box-shadow: unset;
  --button_w: 100%;
  --btn-fs: 14px;
}
@media screen and (min-width: 992px) {
  .grid_x3.in_card > * .link_button.arrow {
    --button_w: 100%;
    --button_h: 45px;
    --btn-fs: 16px;
  }
}
.grid_x3.link_boxes {
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid_x3.link_boxes {
    --gap: 20px 30px;
  }
}
.grid_x3.link_boxes :is(.link_box_2, .link_box) a {
  border-color: var(--main_color);
  padding-block: 30px;
  padding-inline: 20px 15px;
  border-radius: 5px;
}

.grid_x4 {
  --gap: 10px;
}
.grid_x4:has(.bg_box) {
  --gap: 15px;
}
@media screen and (min-width: 992px) {
  .grid_x4:has(.bg_box) {
    --gap: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .grid_x4 {
    --gap: 20px;
  }
}
.grid_x4 img {
  width: min(285px, 100%);
  max-height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.grid_x4.link_boxes {
  --gap: 10px;
}
@media screen and (min-width: 992px) {
  .grid_x4.link_boxes {
    --gap: 20px;
  }
}
.grid_x4.link_boxes :is(.link_box_2, .link_box) a {
  border-color: var(--main_color);
  padding-block: 30px;
  padding-inline: 20px 36px;
  border-radius: 5px;
  text-wrap: balance;
}

.detail .grid_x2.img_center img {
  width: min(500px, 100%);
  max-height: 500px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.detail .grid_x2.img_right img {
  width: min(var(--img-w), 100%);
  max-height: 320px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.detail .grid_x2.img_left img {
  width: min(var(--img-w), 100%);
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.detail .grid_x2.president img {
  width: min(var(--img-w), 100%);
  max-height: 350px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.detail .grid_x3 {
  --gap: 20px;
}
.detail .grid_x3.in_card > * img {
  width: min(387px, 100%);
  max-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.detail .grid_x3.in_card > * h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.detail .grid_x3.img_text img {
  width: min(400px, 100%);
  max-height: 250px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper.fvSwiper {
  -webkit-mask-image: url(../images/top/mv_house.png);
          mask-image: url(../images/top/mv_house.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.swiper.fvSwiper .swiper-slide img {
  max-height: var(--ss-mh, 500px);
}
@media screen and (min-width: 992px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper.fvSwiper .swiper-slide img {
    --ss-mh: 860px;
  }
}

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

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

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

.case .caseSlide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.case .caseSlide .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 10px;
}
.case .caseSlide .swiper-wrapper .swiper-slide img {
  width: min(370px, 100%);
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.case .caseSlide .swiper-wrapper .swiper-slide h4 {
  font-size: var(--cs_h4-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .case .caseSlide .swiper-wrapper .swiper-slide h4 {
    --cs_h4-fs: 22px;
  }
}
.case .caseSlide .swiper-wrapper .swiper-slide .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.voice .slide_wrapper {
  --sw-w: 90%;
}
.voice .voiceSlide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.voice .voiceSlide .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  row-gap: 10px;
  background-color: white;
  padding: 20px;
}
.voice .voiceSlide .swiper-wrapper .swiper-slide .from {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25;
}
.voice .voiceSlide .swiper-wrapper .swiper-slide img {
  width: min(370px, 100%);
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.voice .voiceSlide .swiper-wrapper .swiper-slide h4 {
  font-size: var(--cs_h4-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .voice .voiceSlide .swiper-wrapper .swiper-slide h4 {
    --cs_h4-fs: 22px;
  }
}
.voice .voiceSlide .swiper-wrapper .swiper-slide .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.voice .voiceSlide .swiper-wrapper .swiper-slide .link_more {
  color: var(--main_color);
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
.voice .voiceSlide .swiper-wrapper .swiper-slide .link_more::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid var(--main_color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
}

.staff .slide_wrapper {
  --sw-w: 97%;
}
.staff .staffSlide .swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
}
.staff .staffSlide .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  background-color: white;
  padding: 20px;
}
.staff .staffSlide .swiper-wrapper .swiper-slide img {
  width: min(370px, 100%);
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.staff .staffSlide .swiper-wrapper .swiper-slide h4 {
  margin-top: 20px;
  font-size: var(--cs_h4-fs, 16px);
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .staff .staffSlide .swiper-wrapper .swiper-slide h4 {
    --cs_h4-fs: 18px;
  }
}
.staff .staffSlide .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

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

.tservbd {
  margin-top: 30px;
}

.tservtab {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 10px;
}

.tservtab .item {
  position: relative;
  z-index: 2;
  width: 280px;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8d6d6;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.tservtab .item.on {
  color: #fff;
  background-color: var(--main_color);
  border-color: var(--main_color);
}

.tservtab .item.on::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  display: block;
  width: 16px;
  height: 14px;
  background-color: var(--main_color);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  transform: translateX(-50%);
}

.tservbox {
  background-color: var(--main_color_3);
  display: none;
}

.tservbox.show {
  display: block;
}

.tservlist {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  -moz-column-gap: 3.5%;
       column-gap: 3.5%;
  row-gap: 40px;
  padding: 44px 49px;
}

.tservitem {
  padding: 20px;
  width: 340px;
  width: 31%;
  border-radius: 11px;
  background-color: #fff;
}

.tservitem .tservart .pic {
  text-align: center;
  position: relative;
  background-color: transparent;
}

.tservitem .tservart .pic::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}

.tservitem .tservart .pic img,
.tservitem .tservart .pic iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 11px;
}

.tservitem .tservart .fot {
  padding: 20px 15px 0 0;
  font-size: 24px;
  font-weight: 700;
}

.tservitem .tservart .link {
  display: block;
  padding-right: 30px;
  font-size: 24px;
  font-weight: bold;
  background: url(../images/global/arrow_1.png) right 5px no-repeat;
  background-size: 30px;
}

.tservitem .tservart .link:hover {
  opacity: 0.75;
}

.tservitem .tservlinks {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
}

.tservitem .tservlinks :where(.btnlink, a) {
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  background: url(../images/global/arrow_2.png) right 14px center no-repeat;
  background-size: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 100%;
  padding-inline: 20px 50px;
}
.tservitem .tservlinks :where(.btnlink, a):is(.grid_x2 *) {
  height: auto;
}

.tservitem .tservlinks .btnlink:hover {
  opacity: 0.75;
}

.tservsearch {
  padding: 0 49px;
}

.tsvschform {
  padding: 50px 20px;
}

.searchbox {
  width: 670px;
  max-width: 100%;
  height: 60px;
  display: flex;
  margin: 0 auto;
  padding: 0 10px 0 30px;
  background-color: #fff;
  border: 1px solid #d8d6d6;
  border-radius: 12px;
}

.searchbox .ipttext {
  flex: 1;
  width: 100%;
  font-size: 15px;
  background-color: transparent;
  border: none;
}

.searchbox .btnsubmit {
  flex: none;
  width: 60px;
  font-size: 0;
  color: #fff;
  background: transparent url(../images/fontawesome/solid/magnifying-glass.svg) center/28px auto no-repeat;
  border: none;
  cursor: pointer;
}

.tsvschcon {
  padding-top: 50px;
  border-top: 1px solid #d8d6d6;
}

.tsvschlinks .item {
  margin-bottom: 20px;
}

.tsvschlinks .item:last-child {
  margin-bottom: 0;
}

.tsvschlinks .item a {
  display: block;
  padding: 21px 85px 21px 30px;
  font-size: 18px;
  line-height: 1.4445;
  background: #fff url(../images/global/arrow_1.png) 97% 50% no-repeat;
  border: 1px solid #d8d6d6;
  border-radius: 5px;
}

.tsvschlinks .item a:hover {
  color: var(--main_color);
}

.tsvschcon .fotlink {
  padding: 70px;
  text-align: center;
}

.tservitem .tservbtn {
  display: none;
}

@media (max-width: 1024px) {
  .tservtab {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .tservtab .item {
    font-size: 14px;
  }
  .tservtab .item.on::after {
    width: 12px;
    height: 10px;
  }
  .tservlist {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 24px;
  }
  .tservitem {
    width: calc(50% - 10px);
  }
  .tservsearch {
    padding: 0 24px;
  }
  .tsvschform {
    padding: 25px 20px;
  }
  .tsvschcon {
    margin-top: 25px;
  }
  .tsvschcon .fotlink {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .topserv {
    padding: 35px 0 0;
  }
  .tservbd {
    margin-top: 25px;
    padding: 19px;
    background-color: var(--main_color_3);
    border: 1px solid #ddd;
  }
  .tservtab {
    padding: 0;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
  .tservtab .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 5px);
    padding: 7px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.28;
    border: 1px solid #d8d6d6;
    border-radius: 6px;
  }
  .tservtab .item.on::after {
    display: none;
  }
  .tservcon {
    margin-top: 20px;
  }
  .tservbox {
    border: none;
  }
  .tservlist {
    padding: 0;
    row-gap: 20px;
  }
  .tservitem {
    width: 100%;
    padding-bottom: 0;
  }
  .tservitem .tservart .pic img {
    display: block;
    width: 100%;
  }
  .tservitem .tservart .fot {
    padding: 20px 15px 20px 10px;
    font-size: 16px;
  }
  .tservitem .tservart .link {
    padding-right: 30px;
    font-size: 16px;
    background-size: 20px;
    background-position: 100% 2px;
  }
  .tservitem .tservlinksbox {
    display: none;
    padding-bottom: 20px;
  }
  .tservitem .tservlinks {
    margin-top: 0;
    row-gap: 10px;
  }
  .tservitem .tservlinks .btnlink {
    padding: 11px 50px 11px 14px;
    font-size: 14px;
    line-height: 1.5;
    background-size: 20px;
    background-position: right 14px center;
    border-radius: 4px;
  }
  .tservitem .tservbtn {
    display: block;
    margin: 0 -20px;
    height: 50px;
    border-top: 1px solid #d8d6d6;
  }
  .tservitem .tservbtn .btnopen {
    display: block;
    padding: 14px 0;
    height: 100%;
    font-size: 14px;
    text-align: center;
  }
  .tservitem .tservbtn .btnopen::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 100%;
    margin-left: 10px;
    background-color: var(--main_color);
    -webkit-mask: url(../images/fontawesome/solid/angle-down.svg) center/contain no-repeat;
            mask: url(../images/fontawesome/solid/angle-down.svg) center/contain no-repeat;
  }
  .tservitem .tservbtn.isshow .btnopen::after {
    width: 10px;
    -webkit-mask-image: url(../images/fontawesome/solid/xmark.svg);
            mask-image: url(../images/fontawesome/solid/xmark.svg);
  }
  .tservsearch {
    padding: 0;
  }
  .tsvschform {
    padding: 10px 0;
  }
  .tsvschcon {
    margin-top: 20px;
    padding-top: 30px;
  }
  .tsvschlinks .item {
    margin-bottom: 15px;
  }
  .searchbox {
    width: 100%;
    height: 45px;
    padding: 0 6px 0 14px;
    border-radius: 6px;
  }
  .searchbox .ipttext {
    font-size: 14px;
  }
  .searchbox .btnsubmit {
    width: 45px;
    background-size: 24px auto;
  }
  .tsvschlinks .item a {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 45px 15px 14px;
    background-size: 20px;
    background-position: right 14px center;
  }
  .tsvschcon .fotlink {
    padding: 30px 0 10px;
  }
}
.btndlink.tal {
  text-align: left;
}

.btndlink,
.is-style-btndlink a {
  display: inline-block;
  vertical-align: top;
  width: 357px;
  max-width: 100%;
  height: 70px;
  padding: 22px 30px 22px 20px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  background: #fff url(../images/global/arrow_1.png) 92.4% 50% no-repeat;
  border: 2px solid var(--main_color);
  box-shadow: 6px 7px 1px rgba(85, 75, 63, 0.12);
  border-radius: 5px;
  text-decoration: none;
}

:where(.page, .pages) .sec .tservbox.show {
  padding: var(--pp_t-p, 20px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .sec .tservbox.show {
    --pp_t-p: 0;
  }
}
@media (max-width: 767px) {
  :where(.page, .pages) .sec .tservitem .tservbtn {
    display: block;
    margin: 0 -20px;
    height: 50px;
    border-top: 1px solid #d8d6d6;
  }
  :where(.page, .pages) .sec .tservitem .tservbtn a {
    display: block;
    padding: 14px 0;
    height: 100%;
    font-size: 14px;
    text-align: center;
  }
  :where(.page, .pages) .sec .tservitem .tservbtn a::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 100%;
    margin-left: 10px;
    margin-top: 3px;
    background-color: var(--main_color);
    -webkit-mask: url(../images/fontawesome/solid/angle-down.svg) center/contain no-repeat;
    mask: url(../images/fontawesome/solid/angle-down.svg) center/contain no-repeat;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header {
  display: grid;
  align-items: center;
  position: var(--header_pos, fixed);
  height: var(--header_h, var(--sp-h));
  top: var(--header_top, 0);
  width: 100%;
  background-color: white;
  z-index: 99;
  /* メニューボタンの設定 */
}
@media screen and (min-width: 992px) {
  header {
    --header_h: var(--pc-h);
    --header_pos: relative;
    --header_top: auto;
  }
}
header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
header .header_wrapper .logo {
  display: block;
}
header .header_wrapper h1 img {
  width: var(--logo_img-w, 200px);
  max-height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  header .header_wrapper h1 img {
    --logo_img-w: 340px;
  }
}
header .header_wrapper .logo_top {
  display: block;
  font-size: var(--logo_top-fs, 10px);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  header .header_wrapper .logo_top {
    --logo_top-fs: 11px;
  }
}
@media screen and (min-width: 1200px) {
  header .header_wrapper .logo_top {
    --logo_top-fs: 13px;
  }
}
header .header_wrapper > .header_right {
  display: var(--div-nth-2-display, none);
  align-items: center;
  gap: 20px;
  padding-block: 9px;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right {
    --div-nth-2-display: flex;
  }
}
header .header_wrapper > .header_right .person {
  width: min(74px, 100%);
  max-height: 85px;
  height: 100%;
}
header .header_wrapper > .header_right .tel {
  pointer-events: var(--tel-pe, initial);
  color: white;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right .tel {
    --tel-pe: none;
  }
}
header .header_wrapper > .header_right .tel > p {
  color: inherit;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  font-size: var(--tel-p-fs, 25px);
  font-weight: bold;
  line-height: 1.4545454545;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right .tel > p {
    --tel-p-fs: 36px;
  }
}
header .header_wrapper > .header_right .tel > p:is(.info_top *)::before {
  -webkit-mask-image: url(../images/fontawesome/solid/phone-volume.svg);
          mask-image: url(../images/fontawesome/solid/phone-volume.svg);
}
header .header_wrapper > .header_right .tel > p::before {
  content: "";
  width: var(--tel-p-before-w, 23px);
  aspect-ratio: 1;
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right .tel > p::before {
    --tel-p-before-w: 31px;
  }
}
@media screen and (min-width: 992px) {
  header .header_wrapper > .header_right .tel {
    --tel-pe: none;
  }
}
header .header_wrapper > .header_right .tel .tel_top {
  display: block;
  text-align: center;
  color: white;
  background-color: var(--main_color);
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
  border-radius: 10px;
}
header .header_wrapper > .header_right .tel .tel_bottom {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--t_b-fs, 11px);
  font-weight: 500;
  line-height: 1.4545454545;
  display: block;
}
:is(.tel_bottom, header .header_wrapper > .header_right .tel > p) {
  color: initial;
}
:is(.tel_bottom, header .header_wrapper > .header_right .tel > p):is(.support *) {
  color: white;
}
header .header_wrapper > .header_right .mail {
  width: min(200px, 100%);
}
header .header_wrapper > .header_right .mail img {
  width: 100%;
}
header .menu_button {
  display: var(--menu_button, block);
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  width: var(--sp-h);
  aspect-ratio: 1;
  background-color: var(--main_color);
}
header .menu_button span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 50%;
}
header .menu_button span:nth-of-type(1) {
  top: 21px;
}
header .menu_button span:nth-of-type(2) {
  top: 29px;
}
header .menu_button span:nth-of-type(3) {
  top: 37px;
}
header .menu_button.active span:nth-of-type(1) {
  top: 24px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
header .menu_button.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_button.active span:nth-of-type(3) {
  top: 36px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
header :is(#offcanvasNavbar, .offcanvas-backdrop) {
  top: var(--offset-top, var(--sp-h));
}
@media screen and (min-width: 992px) {
  header :is(#offcanvasNavbar, .offcanvas-backdrop) {
    --offset-top: var(--pc-h);
  }
}
header .menu_sp_inner {
  --bs-border-color: var(--base_color);
  width: 100%;
  padding-bottom: 50px;
}
header .menu_sp_inner > :first-child {
  margin-top: 12px;
}
header .menu_sp_inner > p {
  border-bottom: 1px solid var(--acc-border-color, #ddd);
}
header .menu_sp_inner p:is(.grandchild_accordion *) {
  background-color: #7E7E7E;
  --acc-border-color: #fff;
}
header .menu_sp_inner p:is(.grandchild_accordion *) a {
  color: #fff;
}
header .menu_sp_inner p > a {
  padding-block: 20px;
  padding-inline: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
header .menu_sp_inner p > a::after {
  display: block;
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  flex-shrink: 0;
}
header .menu_sp_inner a {
  color: var(--fc);
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
header .menu_sp_inner .accordion {
  --accordion-body-color: #fff;
  --accordion-body-fw: normal;
  --bs-accordion-inner-border-radius: 0;
  margin-top: 20px;
  margin-top: 0;
}
header .menu_sp_inner .accordion.accordion-flush .accordion-item .accordion-button, header .menu_sp_inner .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
header .menu_sp_inner .accordion .accordion-item {
  padding-block: var(--acc-item-p, 7px);
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item {
    --acc-item-p: 15px;
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-header {
  padding-inline: var(--acc-header-p, 0 15px);
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main_color);
  width: 20px;
  height: 1px;
  transition: all 0.3s;
  background-image: none;
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span {
  --span-mr: 10px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span:first-child {
  display: grid;
  color: var(--main_color);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > span:last-child {
  font-size: var(--faq_q_fs, 14px);
  font-weight: 500;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item .accordion-body > span:last-child {
    --faq_q_w: 97%;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item button {
  display: flex;
  align-items: center;
}
header .menu_sp_inner .accordion .accordion-item button span {
  --span-mr: 10px;
  --span-size: 34px;
  font-size: var(--faq_q_fs, 14px);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  header .menu_sp_inner .accordion .accordion-item button span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
header .menu_sp_inner .accordion .accordion-item button span:first-child {
  display: grid;
  color: #fff;
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--main_color);
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
header .menu_sp_inner .accordion .accordion-item button span:last-child {
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  header .menu_sp_inner .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}
header .menu_sp_inner .accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
header .menu_sp_inner .accordion .accordion-item {
  --acc-item-p: 20px 0;
  border-width: 0 0 1px 0;
  padding: 0;
}
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::before,
header .menu_sp_inner .accordion .accordion-item .accordion-header .accordion-button::after {
  top: -4px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body {
  --acc_a-ps: 15px;
  --accordion-body-mt: 20px;
  padding-inline: 0;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body a {
  line-height: 1.4;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > a {
  padding-left: var(--acc_a-ps);
  padding-block: 6px;
  text-decoration: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
  background-image: url(../images/header/arrow_1.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 97% center;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body > a:not(:first-child) {
  margin-top: 20px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body .grandchild_items {
  padding-left: var(--acc_a-ps);
}
header .menu_sp_inner .accordion .accordion-item .accordion-body .grandchild_items > :first-child {
  margin-top: 10px;
}
header .menu_sp_inner .accordion .accordion-item .accordion-body .grandchild_items a {
  padding-block: 8px;
  margin-top: 10px;
  border-bottom: 1px solid #F4F2F2;
  font-size: 13px;
  font-weight: 500;
  background-image: url(../images/header/arrow_2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 96% center;
}
header .menu_sp_inner .accordion .accordion-item button {
  color: var(--fc);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-block: 20px;
  padding-inline: 15px 10px;
}
header .menu_sp_inner .accordion .child_accordion button {
  background-color: var(--lblue);
}
header .menu_sp_inner .accordion .child_accordion :is(h3, h4):not(:last-of-type) {
  border-bottom: 1px solid var(--main_color);
}
header .menu_sp_inner :is(.menu_sp_bottom, .menu_sp_buttons) {
  display: flex;
}
header .menu_sp_inner .menu_sp_buttons {
  margin-block: 30px 25px;
  padding-inline: 15px;
  gap: 10px;
}
header .menu_sp_inner .menu_sp_bottom {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
header .menu_sp_inner .menu_sp_bottom > a {
  height: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
}
header .menu_sp_inner .menu_sp_bottom > a::after {
  --arrow-size: 13px;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 24 24"><path fill="none" stroke="%23070064" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-4M14 4h6m0 0v6m0-6L10 14"%2F><%2Fsvg>');
  background-repeat: no-repeat;
  right: var(--arrow-size);
  width: var(--arrow-size);
  height: var(--arrow-size);
}

.logo_bottom {
  display: block;
  font-size: var(--logo_bottom-fs, 8px);
  line-height: 1.25;
  font-weight: 500;
  margin-top: 2px;
}
@media screen and (min-width: 992px) {
  .logo_bottom {
    --logo_bottom-fs: 12px;
  }
}

nav.h_nav:is(header + *) {
  --nav-h: 75px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: var(--grey_neutral);
  width: 100%;
  height: var(--nav-h);
  display: var(--header-nav-display, none);
  z-index: 20;
}
@media screen and (min-width: 992px) {
  nav.h_nav:is(header + *) {
    --header-nav-display: block;
  }
}
nav.h_nav:is(header + *) .memu_wrapper {
  height: 100%;
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
nav.h_nav:is(header + *) .memu_wrapper > ul {
  height: 100%;
  display: flex;
  justify-content: var(--menu_ul-jc, center);
}
@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper > ul {
    --menu_ul-jc: space-between;
  }
}
nav.h_nav:is(header + *) .memu_wrapper > ul > li {
  --border-op: 1px solid #ddd;
  border-right: var(--border-op);
  white-space: nowrap;
}
nav.h_nav:is(header + *) .memu_wrapper > ul > li:first-child {
  border-left: var(--border-op);
}
nav.h_nav:is(header + *) .memu_wrapper > ul li:has(.has_child) {
  overflow-x: hidden;
}
nav.h_nav:is(header + *) .memu_wrapper > ul li:has(.has_child) a:is(:not(.child_items *, .pe-auto)) {
  cursor: default;
}
nav.h_nav:is(header + *) .memu_wrapper > ul li:has(.has_child):hover .child_items {
  visibility: visible;
  opacity: 1;
}
nav.h_nav:is(header + *) .memu_wrapper > ul .item {
  height: 100%;
  display: grid;
  place-content: center;
  font-size: var(--item-fs, 12px);
  font-weight: 500;
  text-align: center;
  padding-inline: var(--menu_li-px, 18px);
}
@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper > ul .item {
    --menu_li-px: 23px;
  }
}
@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper > ul .item {
    --item-fs: 14px;
  }
}
nav.h_nav:is(header + *) .memu_wrapper > ul .item.has_child::after {
  content: "";
  width: 15px;
  height: 8px;
  background-color: var(--main_color);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: 5px;
  margin-inline: auto;
}
nav.h_nav:is(header + *) .memu_wrapper > ul .item.active {
  color: var(--main_color);
  pointer-events: none;
}
nav.h_nav:is(header + *) .memu_wrapper .child_items {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: 0;
  background-color: white;
  top: var(--nav-h);
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: var(--child_items-justify, center);
  width: min(1200px, 100%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px 60px;
  margin-inline: auto;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  transition: visibility 0.4s ease, opacity 0.4s ease-in;
}
@media screen and (min-width: 1200px) {
  nav.h_nav:is(header + *) .memu_wrapper .child_items {
    --child_items-justify: auto;
  }
}
nav.h_nav:is(header + *) .memu_wrapper .child_items > li > a:not(:nth-of-type(1)) {
  margin-top: 40px;
}
nav.h_nav:is(header + *) .memu_wrapper .child_items a {
  display: block;
  background-image: url(../images/header/arrow_1.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center right;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-wrap: balance;
  transition: all 0.3s;
  white-space: normal;
}
nav.h_nav:is(header + *) .memu_wrapper .child_items a:is(.grandchild_items *) {
  border-bottom: 1px solid #F4F2F2;
  text-underline-offset: 4px;
  font-size: 15px;
  font-weight: 500;
  background-image: url(../images/header/arrow_2.png);
  background-position: 97% center;
  padding-block: 15px;
}
nav.h_nav:is(header + *) .memu_wrapper .child_items a.fs-sml {
  font-size: 11px;
}
nav.h_nav:is(header + *) .memu_wrapper .child_items a:hover {
  color: var(--main_color);
  opacity: 1;
}
nav.h_nav:is(header + *) .memu_wrapper .grandchild_items {
  margin-top: 15px;
}

footer {
  position: -webkit-sticky;
  position: sticky;
  inset-block-start: 100%;
  background-color: var(--grey_neutral);
  padding-block: var(--f-py, 30px);
}
@media screen and (min-width: 992px) {
  footer {
    --f-py: 60px;
  }
}
footer .footer_wrapper {
  display: grid;
  grid-template-columns: var(--f_w-columns, 1fr);
  gap: var(--f_w-gap, 30px);
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper {
    --f_w-columns: auto 580px;
    --f_w-gap: 70px;
  }
}
footer .footer_wrapper .footer_left hgroup .logo_top {
  display: block;
  font-size: var(--logo_top-fs, 10px);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  footer .footer_wrapper .footer_left hgroup .logo_top {
    --logo_top-fs: 11px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer_wrapper .footer_left hgroup .logo_top {
    --logo_top-fs: 13px;
  }
}
footer .footer_wrapper .footer_left hgroup h3 img {
  width: var(--logo_img-w, 200px);
  max-height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_left hgroup h3 img {
    --logo_img-w: 340px;
  }
}
footer .footer_wrapper .footer_left .address {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
footer .footer_wrapper .footer_left .info_top {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: var(--i_t-jc, center);
}
@media screen and (min-width: 768px) {
  footer .footer_wrapper .footer_left .info_top {
    --i_t-jc: flex-start;
  }
}
footer .footer_wrapper .footer_left .info_top .person {
  width: min(74px, 100%);
  max-height: 85px;
  height: 100%;
}
footer .footer_wrapper .footer_left .info_top .tel {
  pointer-events: var(--tel-pe, initial);
  color: white;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_left .info_top .tel {
    --tel-pe: none;
  }
}
footer .footer_wrapper .footer_left .info_top .tel > p {
  color: inherit;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  font-size: var(--tel-p-fs, 25px);
  font-weight: bold;
  line-height: 1.4545454545;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_left .info_top .tel > p {
    --tel-p-fs: 36px;
  }
}
footer .footer_wrapper .footer_left .info_top .tel > p:is(.info_top *)::before {
  -webkit-mask-image: url(../images/fontawesome/solid/phone-volume.svg);
          mask-image: url(../images/fontawesome/solid/phone-volume.svg);
}
footer .footer_wrapper .footer_left .info_top .tel > p::before {
  content: "";
  width: var(--tel-p-before-w, 23px);
  aspect-ratio: 1;
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_left .info_top .tel > p::before {
    --tel-p-before-w: 31px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_left .info_top .tel {
    --tel-pe: none;
  }
}
footer .footer_wrapper .footer_left .info_top .tel .tel_top {
  display: block;
  text-align: center;
  color: white;
  background-color: var(--main_color);
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
  border-radius: 10px;
}
footer .footer_wrapper .footer_left .info_top .tel .tel_bottom {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--t_b-fs, 11px);
  font-weight: 500;
  line-height: 1.4545454545;
  display: block;
}
footer .footer_wrapper .footer_left .info_top .tel p {
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_left .info_top .tel p {
    --tel-p-fs: 34px;
  }
}
footer .footer_wrapper .footer_left .info_top .tel .tel_bottom {
  --t_b-fs: 12px;
}
footer .footer_wrapper .footer_left .site_list {
  margin-top: var(--sl_mt, 20px);
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  footer .footer_wrapper .footer_left .site_list {
    --sl_mt: 40px;
  }
}
footer .footer_wrapper .footer_left .site_list img {
  width: min(265px, 100%);
  max-height: 60px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
  display: block;
}
footer .footer_wrapper .footer_right {
  display: flex;
  gap: 30px;
  flex-direction: var(--f_r-dir, column);
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .footer_right {
    --f_r-dir: row;
  }
}
footer .footer_wrapper .links li:not(:first-child) {
  margin-top: 20px;
}
footer .footer_wrapper .links.has_child li:not(:first-child) {
  margin-top: 12px;
}
footer .footer_wrapper .links.has_child li:not(:first-child):has(.child) {
  margin-top: 30px;
}
footer .footer_wrapper .links a {
  font-size: var(--f_links_a-fs, 16px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  footer .footer_wrapper .links a {
    --f_links_a-fs: 18px;
  }
}
footer .footer_wrapper .child {
  margin-top: 15px;
  padding-left: 15px;
}
footer .footer_wrapper .child a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
footer .footer_wrapper .child a::before {
  --a_arw-w: 8px;
  content: "";
  width: var(--a_arw-w);
  height: var(--a_arw-w);
  border: solid var(--main_color);
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}
footer .copy {
  margin-top: 40px;
  text-align: center;
}
footer .copy small {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.6666666667;
}

aside > * + * {
  margin-top: var(--aside_child-mt, 20px);
}
@media screen and (min-width: 992px) {
  aside > * + * {
    --aside_child-mt: 50px;
  }
}
aside .aside_content h5 {
  position: relative;
  background-color: var(--main_color);
  color: white;
  width: 100%;
  height: 60px;
  display: grid;
  place-content: center;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5454545455;
  margin-bottom: 35px;
}
aside .aside_content h5::after {
  position: absolute;
  inset: 0;
  top: calc(100% - 1px);
  content: "";
  width: 20px;
  height: 15px;
  background-color: inherit;
  margin-inline: auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
aside .aside_content h6 {
  padding-left: 14px;
  width: 100%;
  height: 45px;
  color: var(--main_color);
  border-left: 5px solid;
  display: grid;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
aside .aside_content > ul:is(h6 + *) li {
  border-color: var(--main_color);
}
aside .aside_content > ul li {
  border-bottom: 1px solid #DEDEDE;
}
aside .aside_content > ul li a {
  display: block;
  padding: var(--find_services-li-a-p, 10px);
  font-size: var(--find_services-li-a-fs, 16px);
  font-weight: 500;
  line-height: 1.8888888889;
}
@media screen and (min-width: 992px) {
  aside .aside_content > ul li a {
    --find_services-li-a-p: 20px;
    --find_services-li-a-fs: 18px;
  }
}
aside .keyword_wrapper {
  --bs-border-color: #ccc;
  --bs-border-radius: 5px;
}
aside .keyword_wrapper .form-control {
  padding-block: 10px;
  padding-inline: 20px;
  font-size: 16px;
  line-height: 1.5;
}
aside .keyword_wrapper .form-control::-moz-placeholder {
  color: #ccc;
}
aside .keyword_wrapper .form-control:-ms-input-placeholder {
  color: #ccc;
}
aside .keyword_wrapper .form-control::placeholder {
  color: #ccc;
}
aside .keyword_wrapper .btn {
  background-color: var(--main_color);
}
aside .keyword_wrapper .btn::before {
  --b-size: 22px;
  display: block;
  content: "";
  width: var(--b-size);
  height: var(--b-size);
  background-color: white;
  -webkit-mask-image: url("../images/fontawesome/solid/magnifying-glass.svg");
          mask-image: url("../images/fontawesome/solid/magnifying-glass.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
aside .keyword_wrapper input {
  height: 45px;
}
aside h4 {
  background-color: var(--main_color);
  color: white;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  padding-block: 10px;
  padding-inline: 20px;
  font-size: var(--aside_h4-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  aside h4 {
    --aside_h4-fs: 20px;
  }
}
aside .category {
  margin-top: 10px;
}
aside .category > * {
  border-bottom: 1px solid #ECECEC;
  padding-inline: 25px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
aside .category > *:has(.child) {
  margin-top: 10px;
  padding-bottom: 10px;
}
aside .category > * a:not(:is(.child *)) {
  display: block;
  padding-block: 10px;
}
aside .category > * .child {
  margin-top: 10px;
}
aside .category > * .child > * + * {
  margin-top: 5px;
}
aside .category > * .child a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}
aside .category > * .child a::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: var(--main_color);
}

:is(.top_blog, .top_form) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-direction: var(--form-direction, column);
}
@media screen and (min-width: 992px) {
  :is(.top_blog, .top_form) {
    --form-w: 270px;
    --form-h: 40px;
    --form-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .top_form > :last-child .input-box {
    --form-w: 46vw;
  }
}

.form-select {
  --bs-border-radius: 0;
  --bs-border-width: 0;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  width: var(--form-w, 93vw);
  height: 40px;
  font-size: 14px;
  background-color: var(--main_color);
  color: white;
}
.form-select option {
  color: inherit;
}

.input-box {
  position: relative;
  width: var(--form-w, 93vw);
  height: 40px;
  font-size: 14px;
}
.input-box .form-control {
  border: 1px solid #333;
  border-radius: 0;
  font-size: 14px;
  height: 100%;
}
.input-box .form-control::-moz-placeholder {
  color: #DEDEDE;
}
.input-box .form-control:-ms-input-placeholder {
  color: #DEDEDE;
}
.input-box .form-control::placeholder {
  color: #DEDEDE;
}
.input-box i {
  position: absolute;
  right: 13px;
  top: 9px;
  color: #ced4da;
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/fontawesome/solid/magnifying-glass.svg);
          mask-image: url(../images/fontawesome/solid/magnifying-glass.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.input-box .fa-search:before {
  color: var(--main_color);
}

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

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

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

img {
  max-width: 100%;
}

strong {
  color: var(--strong_color, var(--strong));
  font-weight: bold;
}

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

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

.sec {
  margin-block: var(--sec-my, 0);
}
.sec.bg_padding .inner {
  padding-block: var(--sec_voice-py, 25px);
}
@media screen and (min-width: 992px) {
  .sec.bg_padding .inner {
    --sec_voice-py: 50px;
  }
}

.accordion {
  --bs-accordion-inner-border-radius: 0;
  margin-top: 20px;
}
.accordion.accordion-flush .accordion-item .accordion-button, .accordion .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
.accordion .accordion-item {
  padding-block: var(--acc-item-p, 7px);
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item {
    --acc-item-p: 15px;
  }
}
.accordion .accordion-item .accordion-header {
  padding-inline: var(--acc-header-p, 0 15px);
}
.accordion .accordion-item .accordion-header .accordion-button::before,
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--main_color);
  width: 20px;
  height: 1px;
  transition: all 0.3s;
  background-image: none;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before,
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  opacity: 0;
}
.accordion .accordion-item .accordion-body > span {
  --span-mr: 10px;
  --span-size: 34px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-body > span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
.accordion .accordion-item .accordion-body > span:first-child {
  display: grid;
  color: var(--main_color);
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
  border: 1px solid;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body > span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item .accordion-body > span:last-child {
  font-size: var(--faq_q_fs, 14px);
  font-weight: 500;
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-body > span:last-child {
    --faq_q_w: 97%;
    --faq_q_fs: 16px;
  }
}
.accordion .accordion-item button {
  display: flex;
  align-items: center;
}
.accordion .accordion-item button span {
  --span-mr: 10px;
  --span-size: 34px;
  font-size: var(--faq_q_fs, 14px);
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item button span {
    --span-mr: 10px;
    --span-size: 44px;
    --faq_q_fs: 16px;
  }
}
.accordion .accordion-item button span:first-child {
  display: grid;
  color: #fff;
  text-transform: uppercase;
  width: var(--span-size);
  height: var(--span-size);
  border-radius: 50%;
  background-color: var(--main_color);
  place-content: center;
  margin-right: var(--faq_q_mr, 8px);
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item button span:first-child {
    --faq_q_mr: var(--span-mr);
  }
}
.accordion .accordion-item button span:last-child {
  width: calc(var(--faq_q_w, 95%) - var(--span-size) - var(--span-mr));
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item button span:last-child {
    --faq_q_w: 97%;
  }
}
.accordion > div:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.cta_bottom {
  padding: var(--cta_b-p, 0 0 30px);
}
@media screen and (min-width: 992px) {
  .cta_bottom {
    --cta_b-p: 0 0 60px;
  }
}
.cta_bottom .inner > * + * {
  margin-top: var(--cta_btm_chd-mt, 30px);
}
@media screen and (min-width: 992px) {
  .cta_bottom .inner > * + * {
    --cta_btm_chd-mt: 60px;
  }
}
.cta_bottom .links {
  display: grid;
  grid-template-columns: var(--links-columns, 1fr);
  gap: var(--links-gap, 15px);
}
@media screen and (min-width: 992px) {
  .cta_bottom .links {
    --links-columns: repeat(3, 1fr);
    --links-gap: 30px;
  }
}
.cta_bottom .links > :nth-child(1) {
  background-color: var(--btn_color);
}
.cta_bottom .links > :nth-child(1)::before {
  -webkit-mask-image: url(../images/fontawesome/regular/circle-question.svg);
          mask-image: url(../images/fontawesome/regular/circle-question.svg);
}
.cta_bottom .links > :nth-child(2) {
  background-color: var(--main_color_2);
}
.cta_bottom .links > :nth-child(2)::before {
  -webkit-mask-image: url(../images/fontawesome/solid/award.svg);
          mask-image: url(../images/fontawesome/solid/award.svg);
}
.cta_bottom .links > :nth-child(3) {
  background-color: var(--btn_color_3);
}
.cta_bottom .links > :nth-child(3)::before {
  -webkit-mask-image: url(../images/fontawesome/solid/building.svg);
          mask-image: url(../images/fontawesome/solid/building.svg);
}
.cta_bottom .links a {
  --a-ps: 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding-inline: var(--a-ps) var(--a-pe, 10px);
  height: 100px;
  color: white;
  font-size: var(--a-fs, 16px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .cta_bottom .links a {
    --a-ps: 28.5px;
    --a-pe: 20px;
    --a-fs: 18px;
  }
}
.cta_bottom .links a::before {
  --a_bfr-size: 43px;
  content: "";
  width: var(--a_bfr-size);
  height: var(--a_bfr-size);
  background-color: white;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  margin-right: var(--a-ps);
}
.cta_bottom .links a::after {
  --arw_size: 30px;
  content: "";
  width: var(--arw_size);
  height: var(--arw_size);
  padding-left: 10px;
  background-color: white;
  -webkit-mask-image: url(../images/fontawesome/solid/circle-chevron-right.svg);
          mask-image: url(../images/fontawesome/solid/circle-chevron-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.cta_bottom .cta_contact {
  position: relative;
  width: min(900px, 100%);
  margin-inline: auto;
  background-color: var(--sub_color);
  padding-block: var(--cta_c-py, 20px);
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact {
    --cta_c-py: 0;
  }
}
.cta_bottom .cta_contact::before, .cta_bottom .cta_contact::after {
  position: absolute;
  margin-block: calc((1em - 1lh) / 2);
  font-family: Arial, Helvetica, sans-serif;
  inset-inline: 0;
  color: white;
  content: "contact";
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  opacity: 0.3;
  margin-inline: auto;
  z-index: 0;
}
.cta_bottom .cta_contact::before {
  left: calc((1em - 1lh) / 2 * -1);
  -ms-writing-mode: sideways-rl;
      writing-mode: sideways-rl;
}
.cta_bottom .cta_contact::after {
  right: calc((1em - 1lh) / 2 * -1);
  -ms-writing-mode: sideways-lr;
      writing-mode: sideways-lr;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) {
  width: min(630px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--cta_c_w-columns, 1fr);
  gap: var(--cta_c_w-gap, 20px);
  height: var(--cta_c_w-h, auto);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) {
    --cta_c_w-columns: auto 350px;
    --cta_c_w-gap: 60px;
    --cta_c_w-h: 250px;
  }
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) figure {
  align-self: end;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) img {
  width: min(217px, 100%);
  max-height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right {
  align-self: center;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .top {
  border: solid white;
  border-width: 1px 0 1px 0;
  padding: 10px;
  color: var(--pa_color, white);
  text-align: center;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .top .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .top .phone_number {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4523809524;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: calc((1em - 1lh) / 2);
  width: min(330px, 100%);
  margin-inline: auto;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .top .phone_number::before {
  --size: 33px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-color: var(--pn_b_color, white);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  top: 5px;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .top .business_hour {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .bottom {
  margin-top: 20px;
  padding-inline: var(--cta_btm-px, 15px);
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .bottom {
    --cta_btm-px: 0;
  }
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .bottom a {
  color: white;
  background-color: var(--main_color);
  width: 100%;
  height: 65px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  padding-inline: var(--cta_btm_a-px, 20px);
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .bottom a::before {
  content: "";
  width: 28px;
  height: 21px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/fontawesome/solid/envelope.svg);
          mask-image: url(../images/fontawesome/solid/envelope.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .bottom a::after {
  --btm_a_aft-size: 8px;
  content: "";
  width: var(--btm_a_aft-size);
  height: var(--btm_a_aft-size);
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .cta_c_wrapper:not(.type_2) .right .bottom a {
    --cta_btm_a-px: 57px;
  }
}
.cta_bottom .cta_contact .type_2 {
  padding-inline: var(--cta_c_w-px, 15px);
  display: grid;
  grid-template-columns: var(--cta_c_w-columns, 1fr);
  gap: 5px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .type_2 {
    --cta_c_w-columns: auto 1fr;
    --cta_c_w-px: 20px;
  }
}
.cta_bottom .cta_contact .type_2 figure {
  width: min(217px, 100%);
  align-self: end;
  margin-inline: auto;
}
.cta_bottom .cta_contact .type_2 figure img {
  width: min(217px, 100%);
  max-height: 248px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.cta_bottom .cta_contact .type_2 .right {
  padding-block: 15px 25px;
}
.cta_bottom .cta_contact .type_2 .right .text {
  font-size: var(--ty2_r_txt-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: white;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .type_2 .right .text {
    --ty2_r_txt-fs: 22px;
  }
}
.cta_bottom .cta_contact .type_2 .right .bottom {
  border-top: 1px solid white;
  margin-top: 18px;
  display: grid;
  grid-template-columns: var(--ty2_r_btm-columns, 1fr);
  align-items: center;
  padding-top: var(--ty2_r_btm-pt, 10px);
  width: min(590px, 100%);
  justify-content: space-between;
  margin-inline: var(--ty2_r_btm-mx, auto);
  gap: var(--ty2_r_btm-gap, 15px);
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .type_2 .right .bottom {
    --ty2_r_btm-columns: auto auto;
    --ty2_r_btm-pt: 20px;
    --ty2_r_btm-gap: 0;
    --ty2_r_btm-mx: 0;
  }
}
.cta_bottom .cta_contact .type_2 .right .bottom .top {
  color: var(--pa_color, white);
  text-align: center;
  width: min(255px, 100%);
  margin-inline: auto;
}
.cta_bottom .cta_contact .type_2 .right .bottom .top .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.cta_bottom .cta_contact .type_2 .right .bottom .top .phone_number {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4523809524;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: calc((1em - 1lh) / 2);
  width: min(330px, 100%);
  margin-inline: auto;
}
.cta_bottom .cta_contact .type_2 .right .bottom .top .phone_number::before {
  --size: 33px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-color: var(--pn_b_color, white);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  top: 5px;
}
.cta_bottom .cta_contact .type_2 .right .bottom .top .business_hour {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
}
.cta_bottom .cta_contact .type_2 .right .bottom .top .text {
  font-size: 10px;
}
.cta_bottom .cta_contact .type_2 .right .bottom .top .phone_number {
  font-size: 32px;
  gap: 8px;
}
.cta_bottom .cta_contact .type_2 .right .bottom a:not(.phone_number a) {
  color: white;
  background-color: var(--main_color);
  width: 100%;
  height: 65px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
  justify-self: var(--ty2_r_btm_a-js, center);
  width: min(300px, 100%);
  padding-inline: 31px;
}
.cta_bottom .cta_contact .type_2 .right .bottom a:not(.phone_number a)::before {
  content: "";
  width: 28px;
  height: 21px;
  background-color: currentColor;
  -webkit-mask-image: url(../images/fontawesome/solid/envelope.svg);
          mask-image: url(../images/fontawesome/solid/envelope.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.cta_bottom .cta_contact .type_2 .right .bottom a:not(.phone_number a)::after {
  --btm_a_aft-size: 8px;
  content: "";
  width: var(--btm_a_aft-size);
  height: var(--btm_a_aft-size);
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  margin-inline: auto 0;
}
@media screen and (min-width: 992px) {
  .cta_bottom .cta_contact .type_2 .right .bottom a:not(.phone_number a) {
    --ty2_r_btm_a-js: end;
  }
}
.cta_bottom .area {
  padding-block: var(--ara-py, 15px);
  background-color: var(--main_color_3);
}
@media screen and (min-width: 992px) {
  .cta_bottom .area {
    --ara-py: 30px;
  }
}
.cta_bottom .area hgroup {
  font-weight: bold;
  text-align: center;
}
.cta_bottom .area hgroup p {
  font-size: 14px;
  color: var(--main_color);
}
.cta_bottom .area hgroup h4 {
  font-size: var(--ara_h4-fs, 22px);
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .cta_bottom .area hgroup h4 {
    --ara_h4-fs: 32px;
  }
}
.cta_bottom .area .bottom {
  border-top: 1px solid white;
  margin-top: 20px;
  padding-top: 30px;
}
.cta_bottom .area .bottom .wrapper {
  padding-inline: var(--ara_btm_wpr-px, 15px);
  display: grid;
  grid-template-columns: var(--ara_btm_wpr-columns, 1fr);
  gap: var(--ara_btm_wpr-gap, 20px);
}
@media screen and (min-width: 992px) {
  .cta_bottom .area .bottom .wrapper {
    --ara_btm_wpr-columns: auto auto;
    --ara_btm_wpr-gap: 30px;
    --ara_btm_wpr-px: 60px;
  }
}
.cta_bottom .area .bottom .wrapper img {
  width: min(250px, 100%);
  display: block;
  margin-inline: auto;
}
.cta_bottom .area .bottom .wrapper ul {
  display: grid;
  grid-template-columns: var(--ara_btm_ul-columns, 1fr 1fr);
  gap: 15px;
  align-self: center;
}
@media screen and (min-width: 992px) {
  .cta_bottom .area .bottom .wrapper ul {
    --ara_btm_ul-columns: repeat(3, 1fr);
  }
}
.cta_bottom .area .bottom .wrapper ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: var(--ara_btm_li-fs, 13px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .cta_bottom .area .bottom .wrapper ul li {
    --ara_btm_li-fs: 18px;
  }
}
.cta_bottom .area .bottom .wrapper ul li::before {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--main_color);
}
.cta_bottom .area .bottom .text {
  margin-top: 20px;
  text-align: center;
  color: var(--main_color);
  font-size: var(--ara_btm_txt-fs, 18px);
  font-weight: bold;
  line-height: 2.1818181818;
}
@media screen and (min-width: 992px) {
  .cta_bottom .area .bottom .text {
    --ara_btm_txt-fs: 22px;
  }
}

.grid_table {
  --border-color: #DEDEDE;
  --bg-color: var(--main_color_3);
  border-top: 1px solid var(--border-color);
  display: grid;
  grid-template-columns: var(--grid-talbe-column, 1fr);
}
@media screen and (min-width: 768px) {
  .grid_table {
    --grid-talbe-column: 200px 1fr;
  }
}
.grid_table > * {
  padding: var(--grid-table-child-p, 15px);
  border-bottom: 1px solid var(--border-color);
}
@media screen and (min-width: 768px) {
  .grid_table > * {
    --grid-table-child-p: 20px;
  }
}
.grid_table > :nth-child(2n+1) {
  background-color: var(--bg-color);
  text-align: center;
}

.reason_wrapper {
  margin-top: 30px;
}
.reason_wrapper > * + * {
  margin-top: var(--rw_child-mt, 20px);
}

.reason_box h4 {
  margin-bottom: 20px;
  color: var(--main_color);
  font-size: var(--rc_h4-fs, 18px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .reason_box h4 {
    --rc_h4-fs: 22px;
  }
}
.reason_box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: var(--rc_num-w, 100%);
  background: var(--main_color);
  border-top: 1px solid var(--main_color);
  border-bottom: 1px solid var(--main_color);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .reason_box .num {
    --rc_num-w: 10%;
  }
}
.reason_box .num p {
  font-size: 12px;
  font-weight: bold;
}
.reason_box .num p + p {
  font-size: var(--rc_p_p-fs, 22px);
  line-height: var(--rc_p_p-lh, 1.4);
}
@media screen and (min-width: 992px) {
  .reason_box .num p + p {
    --rc_p_p-fs: 36px;
    --rc_p_p-lh: 1.875;
  }
}
.reason_box .num + div {
  width: var(--rc_num_div-w, 100%);
  border: solid #ddd;
  border-width: var(--rc_num_div-bw, 1px);
  padding: var(--rc_num_div-p, 15px);
}
@media screen and (min-width: 992px) {
  .reason_box .num + div {
    --rc_num_div-w: 90%;
    --rc_num_div-bw: 1px 1px 1px 0;
    --rc_num_div-p: 30px;
  }
}
.reason_box .num + div .text {
  width: var(--rc_txt-w, 100%);
  margin-right: var(--rc_txt-me, 0);
}
@media screen and (min-width: 992px) {
  .reason_box .num + div .text {
    --rc_txt-w: calc(100% - 330px);
    --rc_txt-me: 30px;
  }
}
.reason_box .num + div figure {
  margin-top: var(--rc_num_fig-mt, 20px);
  width: min(300px, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .reason_box .num + div figure {
    --rc_num_fig-mt: 0;
  }
}
.reason_box .num + div figure img {
  width: min(300px, 100%);
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.child_margin_1 > *:not(:last-child) {
  margin-bottom: calc(10px * 1);
}

.child_margin_2 > *:not(:last-child) {
  margin-bottom: calc(10px * 2);
}

.child_margin_3 > *:not(:last-child) {
  margin-bottom: calc(10px * 3);
}

.child_margin_4 > *:not(:last-child) {
  margin-bottom: calc(10px * 4);
}

.child_margin_5 > *:not(:last-child) {
  margin-bottom: calc(10px * 5);
}

:where(.page, .pages) {
  margin-top: var(--page-mt, var(--sp-h));
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) {
    --page-mt: 0;
  }
}
:where(.page, .pages) .sec {
  --sec-my: 30px;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .sec {
    --sec-my: 60px;
  }
}
:where(.page, .pages) .sec hgroup, :where(.page, .pages) .sec .flow-title {
  text-align: center;
}
:where(.page, .pages) .sec hgroup::before, :where(.page, .pages) .sec .flow-title::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 140px;
  height: 90px;
  margin-inline: auto;
}
:where(.page, .pages) .sec hgroup h3, :where(.page, .pages) .sec .flow-title h3 {
  font-size: var(--sec_hgp_h-fs, 24px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .sec hgroup h3, :where(.page, .pages) .sec .flow-title h3 {
    --sec_hgp_h-fs: 32px;
  }
}
:where(.page, .pages) .sec hgroup p, :where(.page, .pages) .sec .flow-title p {
  margin-top: var(--sec_hgp_p-mt, 20px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
:where(.page, .pages) .sec hgroup p.top_en, :where(.page, .pages) .sec .flow-title p.top_en {
  --sec_hgp_p-mt: 5px;
  font-size: 14px;
  font-weight: bold;
  color: var(--main_color);
  text-transform: uppercase;
}
:where(.page, .pages) .sec hgroup::before, :where(.page, .pages) .sec .flow-title::before {
  background-image: url(../images/section/flow/img.png);
}
:where(.page, .pages) .sec.flow .inner > :first-child {
  text-align: center;
}
:where(.page, .pages) .sec.flow .inner > :first-child h3 {
  font-size: var(--sec_hgp_h-fs, 24px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .sec.flow .inner > :first-child h3 {
    --sec_hgp_h-fs: 32px;
  }
}
:where(.page, .pages) .sec.flow .inner > :first-child p {
  margin-top: var(--sec_hgp_p-mt, 20px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
:where(.page, .pages) .sec.flow .inner > :first-child p.top_en {
  --sec_hgp_p-mt: 5px;
  font-size: 14px;
  font-weight: bold;
  color: var(--main_color);
  text-transform: uppercase;
}
:where(.page, .pages) .sec.voice .inner {
  background-color: var(--main_color_3);
}
:where(.page, .pages) .page_top {
  background-image: var(--pt_bg, url(../images/page/title_bg.png));
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-block: var(--page_top-py, 40px);
}
:where(.page, .pages) .page_top:has(+ .title_bottom):is(.page_top_bg_1) {
  display: block;
  background-image: linear-gradient(rgba(19, 98, 217, 0.2), rgba(19, 98, 217, 0.2)), url(../images/page/bg_1.png);
}
:where(.page, .pages) .page_top:has(+ .title_bottom):is(.page_top_bg_2) {
  display: block;
  background-image: linear-gradient(rgba(19, 98, 217, 0.2), rgba(19, 98, 217, 0.2)), url(../images/page/bg_2.png);
}
:where(.page, .pages) .page_top:has(+ .title_bottom):is(.page_top_bg_3) {
  display: block;
  background-image: linear-gradient(rgba(19, 98, 217, 0.2), rgba(19, 98, 217, 0.2)), url(../images/page/bg_3.png);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .page_top {
    --page_top-h: 220px;
    --page_top-py: var(--nav-h);
  }
}
:where(.page, .pages) .page_top > * {
  width: min(750px, 90%);
}
:where(.page, .pages) .page_top:has(.text) {
  --page_top-py: 20px;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .page_top:has(.text) {
    --page_top-py: 40px;
  }
}
:where(.page, .pages) .page_top:has(.text) h2 {
  --pt_h2-br: 10px 10px 0 0;
}
:where(.page, .pages) .page_top h2 {
  padding-block: 10px;
  border-radius: var(--pt_h2-br, 10px);
  background-color: white;
  color: var(--main_color);
  font-size: var(--page_h2-fs, 20px);
  font-weight: bold;
  display: grid;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .page_top h2 {
    --page_h2-fs: 40px;
  }
}
:where(.page, .pages) .page_top .text {
  padding-block: var(--pt_txt-py, 8px);
  font-size: var(--pt_txt-fs, 16px);
  font-weight: bold;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
  background-color: #F4F2F2;
  margin-inline: auto;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .page_top .text {
    --pt_txt-fs: 20px;
    --pt_txt-py: 10px;
  }
}
:where(.page, .pages) .title_bottom {
  background-image: url(../images/page/title_bg.png);
  background-size: cover;
  background-position: center;
}
:where(.page, .pages) .title_bottom .points {
  display: grid;
  grid-template-columns: var(--points-columns, 1fr 1fr);
  gap: var(--points-gap, 20px);
  justify-content: center;
  padding-block: var(--points-py, 15px);
}
@media screen and (min-width: 768px) {
  :where(.page, .pages) .title_bottom .points {
    --points-columns: repeat(auto-fit, minmax(min(200px, 100%), 270px));
    --points-gap: 40px;
    --points-py: 35px;
  }
}
:where(.page, .pages) .title_bottom .points .point {
  text-align: center;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
:where(.page, .pages) .title_bottom .points .point .number {
  background-color: var(--main_color);
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding-block: 2px;
  position: relative;
}
:where(.page, .pages) .title_bottom .points .point .text {
  background-color: white;
  font-size: var(--pnt_txt-fs, 14px);
  font-weight: 500;
  padding-block: 7px;
  line-height: 1.5;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .title_bottom .points .point .text {
    --pnt_txt-fs: 18px;
  }
}
:where(.page, .pages) .title_bottom .points .point strong {
  --strong_color: var(--main_color);
  font-size: var(--pnt_txt-stg, 16px);
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .title_bottom .points .point strong {
    --pnt_txt-stg: 20px;
  }
}
:where(.page, .pages) .has_aside {
  display: grid;
  grid-template-columns: var(--ha-columns, 1fr);
  gap: var(--ha-gap, 30px);
  margin-bottom: var(--ha-mb, 50px);
  width: min(var(--w), 100% - var(--sp-padding));
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .has_aside {
    --ha-columns: auto 300px;
    --ha-mb: 60px;
    --ha-gap: 35px;
  }
}
:where(.page, .pages) .title_arrow {
  --ta_color: var(--sub_color);
  --b-w: 30px;
  --b-h: 20px;
  padding: var(--ta-p, 20px 10px);
  background-color: var(--ta_color);
  color: white;
  font-size: var(--ta-fs, 22px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-bottom: calc(var(--b-h) - 1px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .title_arrow {
    --ta-p: 20px;
    --ta-fs: 32px;
  }
}
:where(.page, .pages) .title_arrow > p {
  font-size: var(--ta-fs, 22px);
  font-weight: bold;
  line-height: 1.5;
}
:where(.page, .pages) .title_arrow::before {
  content: "";
  display: block;
  width: var(--b-w);
  height: var(--b-h);
  background-color: var(--ta_color);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  bottom: calc((var(--b-h) - 1px) * -1);
}
:where(.page, .pages) .base_title {
  font-size: var(--dt_ttl-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .base_title {
    --dt_ttl-fs: 32px;
  }
}
:where(.page, .pages) .base_title.color {
  color: var(--main_color);
}
:where(.page, .pages) .worries {
  padding: var(--w-p, 20px 15px);
  border: solid var(--sub_color);
  border-width: 1px;
  background-color: var(--sub_color_2);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .worries {
    --w-p: 40px 85px;
  }
}
:where(.page, .pages) .worries .w_texts {
  margin-block: 30px 10px;
  width: min(1030px, 100%);
  margin-inline: auto;
}
:where(.page, .pages) .worries .w_texts > * + * {
  margin-top: 20px;
}
:where(.page, .pages) .worries .w_texts p {
  background-color: white;
  padding: var(--w_txt-p, 10px 15px);
  font-size: var(--w_txt-fs, 16px);
  font-weight: bold;
  text-align: center;
}
:where(.page, .pages) .worries .w_texts p strong {
  color: var(--sub_color);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .worries .w_texts p {
    --w_txt-p: 20px 30px;
    --w_txt-fs: 20px;
  }
}
:where(.page, .pages) .w_title {
  font-size: var(--w_ttl-fs, 22px);
  font-weight: bold;
  line-height: 1.5;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .w_title {
    --w_ttl-fs: 32px;
  }
}
:where(.page, .pages) .w_title::before {
  display: block;
  content: "";
  width: 132px;
  height: 110px;
  background-image: url(../images/worries/title_img.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-inline: auto;
}
:where(.page, .pages) .detail_outer {
  margin-top: var(--do_mb, 30px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail_outer {
    --do_mt: 60px;
  }
}
:where(.page, .pages) .detail_outer .link_boxes {
  margin-bottom: var(--lb_mb, 30px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail_outer .link_boxes {
    --lb_mb: 60px;
  }
}
:where(.page, .pages) .detail .in_detail {
  margin-top: var(--idl_mt, 25px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail .in_detail {
    --idl_mt: 35px;
  }
}
:where(.page, .pages) .detail .in_detail > * {
  margin-top: var(--idl_chd_mt, 25px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail .in_detail > * {
    --idl_chd_mt: 35px;
  }
}
:where(.page, .pages) .detail .detail_title {
  background-color: var(--main_color);
  border-radius: 5px;
  color: white;
  padding-block: var(--detail-ttl-py, 15px);
  padding-inline: var(--detail-ttl-px, 15px);
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  :where(.page, .pages) .detail .detail_title {
    --detail-ttl-py: 25px;
    --detail-ttl-px: 35px;
  }
}
:where(.page, .pages) .detail .detail_title span {
  color: inherit;
  display: block;
  font-size: var(--detail-ttl-span-fs, 16px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  :where(.page, .pages) .detail .detail_title span {
    --detail-ttl-span-fs: 18px;
  }
}
:where(.page, .pages) .detail .detail_title .tags {
  display: flex;
  gap: var(--tags-gap, 5px);
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail .detail_title .tags {
    --tags-gap: 10px;
    --tags-span-p: 18px;
  }
}
:where(.page, .pages) .detail .detail_title .tags > :is(span, a) {
  color: var(--main_color);
  border: 1px solid;
  display: grid;
  place-content: center;
  background-color: white;
  font-size: var(--tags-span-fs, 13px);
  padding: 4px var(--tags-span-p, 5px);
  text-decoration: none;
  height: 27px;
}
:where(.page, .pages) .detail .detail_title .tags a {
  text-decoration: none;
}
:where(.page, .pages) .detail .detail_title h3 {
  font-size: var(--detail-ttl-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  :where(.page, .pages) .detail .detail_title h3 {
    --detail-ttl-fs: 24px;
  }
}
:where(.page, .pages) .detail p + figure {
  margin-block: var(--dtl_p_img, 20px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail p + figure {
    --dtl_p_img: 40px;
  }
}
:where(.page, .pages) .detail img {
  inline-size: min(860px, 100%);
  display: block;
  margin-inline: auto;
}
:where(.page, .pages) .detail h4 {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
  background-color: var(--main_color);
  color: #fff;
  font-size: var(--sub_title-fs, 18px);
  font-weight: bold;
  line-height: 1.4545454545;
  padding-inline: var(--sub_title-px, 10px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail h4 {
    --sub_title-fs: 22px;
    --sub_title-px: 20px;
  }
}
:where(.page, .pages) .detail h4 + div:has(p) {
  margin-top: 20px;
}
:where(.page, .pages) .detail h5 {
  border-top: 1px solid var(--main_color);
  border-bottom: 1px solid var(--main_color);
  padding: var(--h5-px, 15px);
  font-size: var(--h5-fs, 18px);
  font-weight: bold;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail h5 {
    --h5-fs: 20px;
    --h5-px: 15px 20px;
  }
}
:where(.page, .pages) .detail h6:is(:not(.map *)) {
  padding: var(--h6-px, 15px);
  font-size: var(--h6-fs, 16px);
  background: var(--main_color_3);
  font-weight: bold;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail h6:is(:not(.map *)) {
    --h6-fs: 18px;
    --h6-px: 15px 20px;
  }
}
:where(.page, .pages) .detail :where(h7, .map h6) {
  padding: 5px 0 5px 15px;
  border-left: 3px solid var(--bl_color, var(--main_color));
  font-weight: bold;
  display: block;
}
:where(.page, .pages) .detail :where(h7, .map h6):is(.map *) {
  --bl_color: var(--sub_color);
}
:where(.page, .pages) .detail .text {
  padding: 30px 20px;
  border: 5px solid #F4F2F2;
}
:where(.page, .pages) .detail p a:not(:is(.grid_x2 *, .grid_x3 *, .grid_x4 *)) {
  text-decoration: underline;
  color: var(--main_color);
}
:where(.page, .pages) .detail .map iframe {
  margin-top: 30px;
  width: 100%;
  height: 500px;
}
:where(.page, .pages) .detail .areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
:where(.page, .pages) .detail .areas li {
  background-color: white;
  font-size: 13px;
  font-weight: 500;
  color: var(--main_color);
  padding: 4px 40px;
}
:where(.page, .pages) .detail ul:not(.tservlinks, .areas) {
  padding: var(--dtl_ul-p, 30px 15px);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail ul:not(.tservlinks, .areas) {
    --dtl_ul-p: 30px 50px;
  }
}
:where(.page, .pages) .detail ul:not(.tservlinks, .areas).bg {
  background-color: var(--main_color_3);
}
:where(.page, .pages) .detail ul:not(.tservlinks, .areas).number li {
  list-style: auto;
  list-style-position: inside;
}
:where(.page, .pages) .detail ul:not(.tservlinks, .areas) li:not(:first-child) {
  margin-top: 20px;
}
:where(.page, .pages) .detail ul:not(.tservlinks, .areas) li {
  font-size: var(--dtl_li-fs, 14px);
  font-weight: 500;
  line-height: 1.6;
  color: var(--main_color);
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .detail ul:not(.tservlinks, .areas) li {
    --dtl_li-fs: 20px;
    --dtl_li_spn-ps: 15px;
  }
}
:where(.page, .pages) .detail ul:not(.tservlinks, .areas) li span {
  color: initial;
  padding-left: var(--dtl_li_spn-ps, 5px);
}
:where(.page, .pages) ul.number {
  counter-reset: count;
  background-color: var(--main_color_3);
}
:where(.page, .pages) ul.number li.list-item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  list-style-type: none;
  position: relative;
  margin: 20px 0 20px 0.75em;
  padding-left: 2em;
}
:where(.page, .pages) ul.number li.list-item::before {
  counter-increment: count;
  content: counter(count) ".";
  position: absolute;
  left: 0.5em;
  color: var(--main_color);
}
:where(.page, .pages) .next_prev {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
:where(.page, .pages) .next_prev .prev {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: 10px auto;
  gap: var(--np_child-gap, 10px);
  text-decoration: underline;
  align-items: center;
  color: var(--main_color);
  font-size: var(--np_child-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .next_prev .prev {
    --np_child-fs: 18px;
    --np_child-gap: 15px;
  }
}
:where(.page, .pages) .next_prev .prev::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: -135deg;
  position: relative;
  top: 2px;
}
:where(.page, .pages) .next_prev .next {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: auto 10px;
  gap: var(--np_child-gap, 10px);
  text-decoration: underline;
  align-items: center;
  color: var(--main_color);
  font-size: var(--np_child-fs, 14px);
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .next_prev .next {
    --np_child-fs: 18px;
    --np_child-gap: 15px;
  }
}
:where(.page, .pages) .next_prev .next::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  position: relative;
  top: 2px;
}
:where(.page, .pages) .link_box a {
  display: block;
  padding: 20px;
  padding-inline: 20px 55px;
  color: var(--main_color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  background: url(../images/global/arrow_2.png) right 14px center no-repeat;
  background-size: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 100%;
}
:where(.page, .pages) .link_box a:is(.grid_x2 *) {
  height: auto;
}
:where(.page, .pages) .link_box_2 a {
  display: block;
  padding: 20px;
  color: var(--main_color);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  background: url(../images/global/arrow_2.png) right 14px center no-repeat;
  background-size: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  height: 100%;
  background-image: url(../images/global/arrow_1.png);
}
:where(.page, .pages) .link_box_2 a:is(.grid_x2 *) {
  height: auto;
}

.home .fv {
  margin-top: var(--fv-mt, var(--sp-h));
}
@media screen and (min-width: 992px) {
  .home .fv {
    --fv-mt: 0;
  }
}
.home .head_cta {
  padding-block: var(--hc-py, 25px);
  background-color: var(--main_color_2);
}
@media screen and (min-width: 992px) {
  .home .head_cta {
    --hc-py: 50px;
  }
}
.home .head_cta .wrapper {
  display: grid;
  grid-template-columns: var(--hct_w-columns, 1fr);
  gap: var(--hct_w-gap, 20px);
}
@media screen and (min-width: 992px) {
  .home .head_cta .wrapper {
    --hct_w-columns: 1fr 1fr;
    --hct_w-gap: 30px;
  }
}
.home .head_cta .wrapper .cta_card {
  border-radius: 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.home .head_cta .wrapper .cta_card h2 {
  color: white;
  border-radius: 20px 20px 0 0;
  padding-block: 10px;
  text-align: center;
  font-size: var(--cc-fs, 18px);
  font-weight: bold;
  line-height: 1.2692307692;
}
@media screen and (min-width: 992px) {
  .home .head_cta .wrapper .cta_card h2 {
    --cc-fs: 26px;
  }
}
.home .head_cta .wrapper .cta_card h2:is(.left *) {
  background-color: var(--btn_color);
}
.home .head_cta .wrapper .cta_card h2:is(.right *) {
  background-color: var(--btn_color_2);
}
.home .head_cta .wrapper .cta_card .detail {
  --detail-mb: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  background-color: white;
  padding: 20px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom p {
  cursor: pointer;
  transition: opacity 0.3s;
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom p:hover {
  opacity: 0.7;
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom :where(a, p) {
  --c-size: 24px;
  display: grid;
  grid-template-columns: 1fr var(--c-size);
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
  padding-inline: 20px 10px;
  color: white;
  text-align: center;
  font-size: var(--db-fs, 14px);
  font-weight: 500;
  line-height: 1.25;
  border-radius: 26px;
  height: 51px;
  width: var(--dtl_b_a-w, var(--default-w, 100%));
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .home .head_cta .wrapper .cta_card .detail .detail_bottom :where(a, p) {
    --db-fs: 18px;
    --default-w: min(257px, 100%);
  }
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom :where(a, p):is(.left *) {
  background-color: var(--btn_color);
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom :where(a, p):is(.right *) {
  background-color: var(--btn_color_2);
}
@media screen and (min-width: 992px) {
  .home .head_cta .wrapper .cta_card .detail .detail_bottom :where(a, p):is(.has_one_child *) {
    --dtl_b_a-w: 400px;
  }
}
.home .head_cta .wrapper .cta_card .detail .detail_bottom :where(a, p)::after {
  content: "";
  width: var(--c-size);
  height: var(--c-size);
  background-color: white;
  -webkit-mask-image: url(../images/fontawesome/solid/circle-chevron-right.svg);
          mask-image: url(../images/fontawesome/solid/circle-chevron-right.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.home .sec {
  --sec-my: 30px;
}
@media screen and (min-width: 992px) {
  .home .sec {
    --sec-my: 60px;
  }
}
.home .sec hgroup {
  text-align: center;
}
.home .sec hgroup::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 140px;
  height: 90px;
  margin-inline: auto;
}
.home .sec hgroup h3 {
  font-size: var(--sec_hgp_h-fs, 24px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .home .sec hgroup h3 {
    --sec_hgp_h-fs: 32px;
  }
}
.home .sec hgroup p {
  margin-top: var(--sec_hgp_p-mt, 20px);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}
.home .sec hgroup p.top_en {
  --sec_hgp_p-mt: 5px;
  font-size: 14px;
  font-weight: bold;
  color: var(--main_color);
  text-transform: uppercase;
}
.home .voice .inner {
  background-color: var(--main_color_3);
}
.home .staff .inner {
  background-color: #F4F2F2;
  border-radius: 20px;
}

.flow .flow_wrapper:not(.type_2) {
  margin-top: 30px;
  display: grid;
  grid-template-columns: var(--fw-columns, 1fr);
  gap: var(--fw-gap, 20px 0);
}
@media screen and (min-width: 992px) {
  .flow .flow_wrapper:not(.type_2) {
    --fw-columns: repeat(6, 1fr);
    --fw-gap: 0 20px;
  }
}
.flow .flow_wrapper:not(.type_2) > :not(:last-child)::after {
  content: "";
  width: var(--f_trg-w, 30px);
  height: var(--f_trg-h, 10px);
  background-color: var(--main_color_2);
  -webkit-clip-path: var(--f_trg_cp, polygon(0 0, 100% 0, 50% 100%));
          clip-path: var(--f_trg_cp, polygon(0 0, 100% 0, 50% 100%));
  position: absolute;
  inset: 0;
  margin-block: var(--f_trg-my, auto 0);
  right: var(--f_trg-r, 0);
  bottom: var(--f_trg-b, -18px);
  margin-inline: var(--f_trg-mx, auto);
}
@media screen and (min-width: 992px) {
  .flow .flow_wrapper:not(.type_2) > :not(:last-child)::after {
    --f_trg-w: 10px;
    --f_trg-h: 30px;
    --f_trg-my: auto;
    --f_trg-mx: auto 0;
    --f_trg-r: -18px;
    --f_trg-b: 0;
    --f_trg_cp: polygon(0 0, 100% 50%, 0 100%);
  }
}
.flow .flow_wrapper:not(.type_2) .box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  border: 2px solid var(--main_color_2);
  gap: 0;
  position: relative;
}
.flow .flow_wrapper:not(.type_2) .box .bottom {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 20px 15px;
}
.flow .flow_wrapper:not(.type_2) .box .bottom h4 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  align-self: center;
}
.flow .flow_wrapper:not(.type_2) .box .step {
  background-color: var(--main_color_2);
  color: white;
  text-align: center;
  display: flex;
  gap: 5px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.flow .flow_wrapper:not(.type_2) .box .step::before {
  content: "step";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
}
.flow .flow_wrapper:not(.type_2) .box .step .number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1538461538;
}
.flow .flow_wrapper:not(.type_2) .box .icon {
  width: min(50px, 100%);
  height: 50px;
  display: block;
  margin-inline: auto;
  background-color: var(--main_color_2);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.flow .flow_wrapper:not(.type_2) .box .icon.i_1 {
  -webkit-mask-image: url(../images/fontawesome/regular/comments.svg);
          mask-image: url(../images/fontawesome/regular/comments.svg);
}
.flow .flow_wrapper:not(.type_2) .box .icon.i_2 {
  -webkit-mask-image: url(../images/fontawesome/solid/magnifying-glass.svg);
          mask-image: url(../images/fontawesome/solid/magnifying-glass.svg);
}
.flow .flow_wrapper:not(.type_2) .box .icon.i_3 {
  -webkit-mask-image: url(../images/fontawesome/solid/calculator.svg);
          mask-image: url(../images/fontawesome/solid/calculator.svg);
}
.flow .flow_wrapper:not(.type_2) .box .icon.i_4 {
  -webkit-mask-image: url(../images/fontawesome/regular/handshake.svg);
          mask-image: url(../images/fontawesome/regular/handshake.svg);
}
.flow .flow_wrapper:not(.type_2) .box .icon.i_5 {
  -webkit-mask-image: url(../images/fontawesome/solid/wrench.svg);
          mask-image: url(../images/fontawesome/solid/wrench.svg);
}
.flow .flow_wrapper:not(.type_2) .box .icon.i_6 {
  -webkit-mask-image: url(../images/fontawesome/regular/circle-check.svg);
          mask-image: url(../images/fontawesome/regular/circle-check.svg);
}
.flow .flow_wrapper:not(.type_2) .box .text {
  margin-top: var(--fw_txt-mt, 15px);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6923076923;
}
@media screen and (min-width: 992px) {
  .flow .flow_wrapper:not(.type_2) .box .text {
    --fw_txt-mt: 30px;
  }
}
.flow .type_2 {
  --circle_size: 80px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .flow .type_2 {
    --circle_size: 110px;
  }
}
.flow .type_2 > * + * {
  margin-top: 30px;
}
.flow .type_2 > :not(:last-child)::after {
  content: "";
  width: 50px;
  height: 15px;
  background-color: var(--main_color);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  display: block;
  inset-inline: 0;
  margin-inline: auto;
  top: 105%;
}
.flow .type_2 .box {
  display: grid;
  grid-template-columns: var(--ty2_box-columns, 1fr);
  padding: var(--ty2_box-p, 15px);
  background-color: var(--main_color_3);
  gap: var(--ty2_box-gap, 10px);
  position: relative;
}
@media screen and (min-width: 992px) {
  .flow .type_2 .box {
    --ty2_box-columns: var(--circle_size) auto;
    --ty2_box-p: 20px 30px;
    --ty2_box-gap: 20px;
  }
}
.flow .type_2 .box .step {
  width: var(--circle_size);
  height: var(--circle_size);
  background-color: var(--main_color);
  display: grid;
  gap: 5px;
  border-radius: 50%;
  place-content: center;
  text-align: center;
  color: white;
  margin-inline: auto;
}
.flow .type_2 .box .step::before {
  content: "step";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
.flow .type_2 .box .step .number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: var(--ty2_step_num-fs, 24px);
  font-weight: bold;
  line-height: 0.8333333333;
}
@media screen and (min-width: 992px) {
  .flow .type_2 .box .step .number {
    --ty2_step_num-fs: 36px;
  }
}
.flow .type_2 .box .bottom {
  align-self: center;
}
.flow .type_2 .box .bottom i {
  display: none;
}
.flow .type_2 .box .bottom h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--main_color);
}
.flow .type_2 .box .bottom .text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.sec_case > * + * {
  margin-top: 30px;
}

.case_wrapper {
  display: grid;
  grid-template-columns: var(--case_wrapper-column, 1fr);
  gap: var(--case_wrapper-gap, 10px);
}
@media screen and (min-width: 992px) {
  .case_wrapper {
    --case_wrapper-column: 350px 1fr;
    --case_wrapper-gap: 20px;
  }
}
.case_wrapper img {
  inline-size: min(350px, 100%);
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.case_wrapper .case_content ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.case_wrapper .case_content ul a {
  font-size: 12px;
  font-weight: 500;
  color: var(--main_color);
  text-align: center;
  padding-inline: 30px;
  height: 20px;
  display: grid;
  align-items: center;
  border: 1px solid;
}
.case_wrapper .case_content span {
  margin-top: 10px;
  font-size: var(--case_content-span-fs, 14px);
  font-weight: 500;
  line-height: 2.25;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  .case_wrapper .case_content span {
    --case_content-span-fs: 16px;
  }
}
.case_wrapper .case_content h3 {
  margin-top: 5px;
  font-size: var(--case_content-h3-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  color: var(--main_color);
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  .case_wrapper .case_content h3 {
    --case_content-h3-fs: 20px;
  }
}
.case_wrapper .case_content p {
  margin-top: 10px;
  font-size: var(--case_content-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .case_wrapper .case_content p {
    --case_content-p-fs: 15px;
  }
}
.case_wrapper .case_content .link_more {
  color: var(--main_color);
  display: flex;
  gap: 15px;
  align-items: center;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto 18px;
  margin-top: 10px;
  position: relative;
}
.case_wrapper .case_content .link_more::before {
  --a-size: 26px;
  content: "";
  width: var(--a-size);
  height: var(--a-size);
  background: var(--main_color_3);
  border: 1px solid var(--main_color);
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: -10px;
  border-radius: 50%;
}
.case_wrapper .case_content .link_more::after {
  content: "";
  width: 8px;
  aspect-ratio: 1;
  border: solid var(--main_color);
  border-width: 1px 1px 0 0;
  rotate: 45deg;
}

.content {
  overflow-x: clip;
}
.content > * + * {
  margin-top: 30px;
}
.content p, .content a {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .content p, .content a {
    --as_content-p-fs: 16px;
  }
}

.sec_blog > * + * {
  margin-top: 30px;
}

.blog_wrapper {
  margin-top: 30px;
}
.blog_wrapper:has(.tags) .blog_inner {
  margin-top: 10px;
}
.blog_wrapper > :nth-child(2n+1) {
  background-color: #FAFAFA;
}
.blog_wrapper > :first-child {
  border-top: 1px solid #DDD;
}
.blog_wrapper > * {
  border: solid #DDD;
  border-width: 0 0 1px;
}
.blog_wrapper a {
  display: block;
  padding: var(--blog_a-p, 20px 15px);
}
@media screen and (min-width: 992px) {
  .blog_wrapper a {
    --blog_a-p: 30px 20px;
  }
}
.blog_wrapper a .tags {
  display: flex;
  gap: var(--tags-gap, 5px);
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .blog_wrapper a .tags {
    --tags-gap: 10px;
    --tags-span-p: 18px;
    --tags-span-fs: 12px;
  }
}
.blog_wrapper a .tags > span {
  color: var(--main_color);
  border: 1px solid;
  display: grid;
  place-content: center;
  background-color: white;
  height: 22px;
  font-size: var(--tags-span-fs, 12px);
  padding: 2px var(--tags-span-p, 5px);
}
.blog_wrapper a .blog_inner {
  display: grid;
  grid-template-columns: var(--inner-column, 1fr);
  gap: var(--inner-gap, 10px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  align-items: baseline;
}
@media screen and (min-width: 992px) {
  .blog_wrapper a .blog_inner {
    --inner-column: 77px 1fr;
    --inner-gap: 20px;
  }
}
.blog_wrapper a .blog_inner time {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.blog_ill p::before {
  content: "";
  background-image: url(../images/section/blog/img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 140px;
  height: 90px;
  margin-inline: auto;
}

.detail {
  margin-bottom: var(--detail-mb, 30px);
}
@media screen and (min-width: 768px) {
  .detail {
    --detail-mb: 60px;
  }
}
.detail .title {
  background-color: var(--main_color);
  border-radius: 5px;
  color: white;
  padding-block: var(--detail-ttl-py, 15px);
  padding-inline: var(--detail-ttl-px, 15px);
  font-size: var(--detail-ttl-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .detail .title {
    --detail-ttl-fs: 24px;
    --detail-ttl-py: 25px;
    --detail-ttl-px: 35px;
  }
}
.detail .title :is(span, .date) {
  color: inherit;
  display: block;
  margin-bottom: var(--detail-ttl-span-mt, 0);
  font-size: var(--detail-ttl-span-fs, 16px);
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .detail .title :is(span, .date) {
    --detail-ttl-span-fs: 18px;
    --detail-ttl-span-mt: 5px;
  }
}
.detail .title .tags {
  display: flex;
  gap: var(--tags-gap, 5px);
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .detail .title .tags {
    --tags-gap: 10px;
    --tags-span-p: 18px;
  }
}
.detail .title .tags > :is(span, a) {
  color: var(--main_color);
  border: 1px solid;
  display: grid;
  place-content: center;
  background-color: white;
  font-size: var(--tags-span-fs, 13px);
  padding: 4px var(--tags-span-p, 5px);
  text-decoration: none;
  height: 27px;
}
.detail p + figure {
  margin-block: var(--dtl_p_img, 20px);
}
@media screen and (min-width: 992px) {
  .detail p + figure {
    --dtl_p_img: 40px;
  }
}
.detail img {
  inline-size: min(860px, 100%);
  display: block;
  margin-inline: auto;
}
.detail .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}
.detail .text {
  padding: 30px 20px;
  border: 5px solid #F4F2F2;
}

.content {
  overflow-x: clip;
}
.content > * + * {
  margin-top: 30px;
}
.content p, .content a {
  line-height: 2;
  font-size: var(--as_content-p-fs, 14px);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .content p, .content a {
    --as_content-p-fs: 16px;
  }
}

.in_detail .title {
  font-size: var(--id_ttl-fs, 22px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .in_detail .title {
    --id_ttl-fs: 32px;
  }
}

:where(.page, .pages) .page_staff {
  display: grid;
  grid-template-columns: var(--page_staff-columns, 1fr);
  gap: 20px;
}
@media screen and (min-width: 992px) {
  :where(.page, .pages) .page_staff {
    --page_staff-columns: 1fr 1fr 1fr;
  }
}

.staff .inner > :nth-child(odd) {
  --sc-bg: var(--main_color_3);
  --sc_txt-bg: white;
}

.staff_card {
  display: grid;
  grid-template-columns: var(--sc-columns, 1fr);
  gap: 40px;
  padding: var(--sc-p, 20px 15px);
  background: var(--sc-bg, white);
}
@media screen and (min-width: 992px) {
  .staff_card {
    --sc-columns: auto auto;
    --sc-p: 40px;
  }
}
@media screen and (min-width: 992px) {
  .staff_card .left {
    --l_w: 330px;
  }
}
.staff_card .left img {
  width: var(--l_w, min(340px, 100%));
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-inline: auto;
}
.staff_card .left .text {
  width: var(--l_w, auto);
  margin-top: 10px;
  background-color: var(--sc_txt-bg, var(--main_color_3));
  padding: var(--sc_l-p, 15px 10px);
}
@media screen and (min-width: 992px) {
  .staff_card .left .text {
    --sc_l-p: 15px 30px;
  }
}
.staff_card .left .text li {
  font-size: var(--sc_l_txt-li, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .staff_card .left .text li {
    --sc_l_txt-li: 16px;
  }
}
.staff_card .right :is(.affiliation_name, .staff_name) {
  color: var(--main_color);
  font-size: var(--sc_r-fs, 16px);
  font-weight: bold;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}
@media screen and (min-width: 992px) {
  .staff_card .right :is(.affiliation_name, .staff_name) {
    --sc_r-fs: 18px;
  }
}
.staff_card .right .staff_name {
  margin-top: 5px;
}
.staff_card .right .comment {
  margin-top: 10px;
  color: var(--main_color);
  font-size: var(--sc_r_cmt-fs, 20px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .staff_card .right .comment {
    --sc_r_cmt-fs: 22px;
  }
}
.staff_card .right .text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.survey {
  --sec-my: 50px 30px;
}
@media screen and (min-width: 992px) {
  .survey {
    --sec-my: 100px 60px;
  }
}
@media screen and (min-width: 992px) {
  .survey:has(.detail) {
    --sec-my: 0 60px;
  }
}
.survey .detail > * + * {
  margin-top: var(--s_dtl_child-mt, 30px);
}
@media screen and (min-width: 992px) {
  .survey .detail > * + * {
    --s_dtl_child-mt: 60px;
  }
}

.survey_top {
  border: 3px solid var(--main_color);
  border-radius: 20px;
  background-color: var(--main_color_3);
  padding-block: var(--st-py, 25px);
  display: flex;
  gap: var(--st-gap, 0);
  align-items: center;
  justify-content: center;
  max-height: var(--st-mh, auto);
  flex-direction: var(--st-fd, column);
  padding-inline: 15px;
}
@media screen and (min-width: 992px) {
  .survey_top {
    --st-fd: row;
    --st-mh: 257px;
    --st-gap: 80px;
    --st-py: 50px;
  }
}
.survey_top .left {
  font-size: var(--st_l-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  color: #B19950;
  width: min(380px, 100%);
  height: 65px;
  background-image: url(../images/section/survay/top_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: grid;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .survey_top .left {
    --st_l-fs: 22x;
  }
}
.survey_top .right {
  color: var(--main_color);
}
.survey_top .right .score {
  font-size: var(--st_r_scr-fs, 80px);
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 992px) {
  .survey_top .right .score {
    --st_r_scr-fs: 140px;
  }
}
.survey_top .right .points {
  font-size: var(--st_r_pnt-fs, 25px);
  font-weight: bold;
  line-height: 0.6;
}
@media screen and (min-width: 992px) {
  .survey_top .right .points {
    --st_r_pnt-fs: 50px;
  }
}

.s_wrapper {
  margin-top: var(--svy_sw_mt, 30px);
}
@media screen and (min-width: 992px) {
  .s_wrapper {
    --svy_sw_mt: 60px;
  }
}
.s_wrapper > * + * {
  margin-top: 20px;
}

.survey_card {
  padding: var(--sc-p, 20px 15px);
  --sc_images-w: 340px;
  display: grid;
  grid-template-columns: var(--sc-columns, 1fr);
  gap: var(--sc-gap, 20px);
  border: 1px solid var(--main_color);
}
@media screen and (min-width: 992px) {
  .survey_card {
    --sc-columns: var(--sc_images-w) auto;
    --sc-gap: 40px;
    --sc-p: 40px;
  }
}
.survey_card img {
  width: min(var(--sc_images-w), 100%);
  max-height: 220px;
  display: block;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.survey_card .right > * + * {
  margin-top: 10px;
}
.survey_card .right .city {
  background-color: var(--main_color);
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
  padding-inline: 42px;
  padding-block: 3px;
}
.survey_card .right .title {
  color: var(--main_color);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.survey_card .right .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.survey_card .right .link {
  text-align: right;
  color: var(--main_color);
  padding-bottom: 4px;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: flex-end;
}
.survey_card .right .link::after {
  content: "";
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
}

.survey_info {
  padding: var(--si-p, 30px 15px);
  background-color: var(--main_color_3);
}
@media screen and (min-width: 992px) {
  .survey_info {
    --si-p: 40px 80px;
  }
}
.survey_info .base_title {
  margin-top: 5px;
}
.survey_info .base_title::before {
  --size: 60px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-image: url(../images/section/voice/img.png);
  background-position: center;
  background-size: cover;
  display: block;
  margin-inline: auto;
}
.survey_info .message {
  --pnt_img-size: 100px;
  margin-top: 30px;
  padding: var(--pnt-p, 20px 15px);
  background-color: white;
  display: grid;
  grid-template-columns: var(--pnt-columns, 1fr);
  align-items: center;
  gap: var(--pnt-gap, 20px);
}
@media screen and (min-width: 992px) {
  .survey_info .message {
    --pnt-columns: var(--pnt_img-size) auto;
    --pnt-gap: 30px;
    --pnt-p: 30px;
  }
}
.survey_info .message img {
  width: min(var(--pnt_img-size), 100%);
  max-height: var(--pnt_img-size);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.survey_info .message .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.survey_info .points {
  margin-top: 20px;
  display: flex;
  gap: var(--pnt-gap, 10px);
  align-items: center;
  color: var(--main_color);
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .survey_info .points {
    --pnt-gap: 20px;
  }
}
.survey_info .points .left {
  font-size: var(--pnt_l-fs, 12px);
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .survey_info .points .left {
    --pnt_l-fs: 24px;
  }
}
.survey_info .points .right {
  font-size: var(--pnt_r-fs, 20px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .survey_info .points .right {
    --pnt_r-fs: 30px;
  }
}
.survey_info .points .right .score {
  font-size: var(--pnt_r_scr-fs, 60px);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .survey_info .points .right .score {
    --pnt_r_scr-fs: 100px;
  }
}

.faq {
  --sec-my: 0 30px;
}
@media screen and (min-width: 992px) {
  .faq {
    --sec-my: 0 60px;
  }
}
.faq .faq_top {
  margin-top: 50px;
  padding: var(--ft-p, 10px);
  background-color: #F4F2F2;
  display: grid;
  grid-template-columns: var(--fq-columns, 1fr 1fr);
  grid-auto-rows: var(--ft-h, 150px);
  gap: var(--ft-gap, 10px);
}
@media screen and (min-width: 992px) {
  .faq .faq_top {
    --fq-columns: repeat(3, 1fr);
    --ft-gap: 20px;
    --ft-p: 50px;
    --ft-h: 200px;
  }
}
.faq .faq_top > :first-child {
  grid-column: var(--ft_1st_column, initial);
  grid-row: 1;
}
@media screen and (min-width: 992px) {
  .faq .faq_top > :first-child {
    --ft_1st_column: span 3;
  }
}
.faq .faq_top > * {
  background-color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: grid;
  place-content: center;
}
.faq .faq_top a {
  position: relative;
}
.faq .faq_top a::after {
  display: var(--a_afr-d, none);
  --fq_top_a-size: 25px;
  --fq_top_a-pos: 20px;
  content: "";
  width: var(--fq_top_a-size);
  height: var(--fq_top_a-size);
  background-color: var(--main_color);
  -webkit-mask-image: url(../images/fontawesome/solid/circle-chevron-down.svg);
          mask-image: url(../images/fontawesome/solid/circle-chevron-down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  bottom: var(--fq_top_a-pos);
  right: var(--fq_top_a-pos);
}
@media screen and (min-width: 992px) {
  .faq .faq_top a::after {
    --a_afr-d: block;
  }
}
@media (max-width: 768px) {
  .faq .faq_top a p {
    font-size: 13px;
    text-align: center;
  }
}
.faq .faq_top a p::before {
  display: block;
  content: "";
  width: min(80px, 100%);
  height: var(--p_bf-h, 60px);
  background-image: var(--fq_top-bg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: var(--p_bf-mb, 0);
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .faq .faq_top a p::before {
    --p_bf-h: 80px;
    --p_bf-mb: 25px;
  }
}
.faq .faq_wrapper {
  margin-top: 60px;
}
.faq .faq_wrapper .detail {
  --detail-mb: 0;
  margin-top: var(--detail-mt, 30px);
}
@media screen and (min-width: 768px) {
  .faq .faq_wrapper .detail {
    --detail-mb: 0;
    --detail-mt: 60px;
  }
}
.faq .accordion-button:not(.collapsed) {
  color: var(--black);
}
.faq .accordion .accordion-item {
  --bs-accordion-btn-bg: var(--main_color_3);
  --bs-accordion-active-bg: var(--main_color_3);
}
.faq .accordion .accordion-item .accordion-header {
  --acc-header-p: 0;
}
@media screen and (min-width: 992px) {
  .faq .accordion .accordion-item .accordion-header {
    --acc-header-p: 0;
  }
}
.faq .accordion .accordion-item .accordion-body {
  position: relative;
  margin-top: var(--accordion-body-mt, 10px);
  padding-block: var(--accordion-body-pb, 15px 0);
  font-size: var(--accordion-body-fs, 16px);
  font-weight: var(--accordion-body-fw, bold);
  line-height: 2;
  color: var(--accordion-body-color, var(--bs-accordion-color));
  display: flex;
}
@media screen and (min-width: 992px) {
  .faq .accordion .accordion-item .accordion-body {
    --accordion-body-fs: 18px;
    --accordion-body-pb: 20px 0;
    --accordion-body-px: 30px 10px;
    --accordion-body-mt: 15px;
  }
}
.faq .in_page_links {
  width: min(895px, 100%);
  margin-bottom: var(--ipl-mb, 50px);
}
@media screen and (min-width: 992px) {
  .faq .in_page_links {
    --ipl-mb: 100px;
  }
}

.contact .form_wrapper .form_item > p.require::after {
  content: "必須";
  display: block;
  padding: 5px 10px;
  line-height: 1;
  background-color: #FF3737;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.contact {
  --sec-my: 0 30px;
}
@media screen and (min-width: 992px) {
  .contact {
    --sec-my: 0 60px;
  }
}
.contact .contact_top {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: var(--ct_columns, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .contact .contact_top {
    --ct_columns: 300px auto;
  }
}
.contact .contact_top img {
  width: min(300px, 100%);
  display: block;
  margin-inline: auto;
}
.contact .call {
  --call_img-w: 360px;
  width: min(1200px, 100%);
  margin-inline: auto;
  padding: var(--call-p, 20px 15px);
  background-color: var(--main_color_3);
  display: grid;
  grid-template-columns: var(--call-columns, 1fr);
  gap: var(--call-gap, 20px);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .contact .call {
    --call-columns: var(--call_img-w) auto;
    --call-gap: 30px;
    --call-p: 30px;
  }
}
.contact .call img {
  width: min(var(--call_img-w), 100%);
  max-height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.contact .call .right {
  align-self: center;
}
.contact .call .right .top {
  --pa_color: initial;
  --pn_b_color: var(--main_color);
  color: var(--pa_color, white);
  text-align: center;
  color: initial;
}
.contact .call .right .top .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
.contact .call .right .top .phone_number {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4523809524;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: calc((1em - 1lh) / 2);
  width: min(330px, 100%);
  margin-inline: auto;
}
.contact .call .right .top .phone_number::before {
  --size: 33px;
  content: "";
  width: var(--size);
  height: var(--size);
  background-color: var(--pn_b_color, white);
  -webkit-mask-image: url(../images/fontawesome/solid/phone.svg);
          mask-image: url(../images/fontawesome/solid/phone.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
  top: 5px;
}
.contact .call .right .top .business_hour {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4166666667;
}
.contact .call .right .top .phone_number {
  color: var(--pn_b_color);
  margin-block: unset;
}
.contact .call .text {
  font-size: var(--sub_title-fs, 18px);
  font-weight: 600;
  padding: 0;
  border: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.contact .contact_company {
  color: var(--main_color);
  font-size: var(--cc-fs, 18px);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-block: var(--cc-my, 30px);
}
@media screen and (min-width: 992px) {
  .contact .contact_company {
    --cc-fs: 20px;
    --cc-my: 40px 60px;
  }
}
.contact .worries_wrapper {
  margin-top: 30px;
}
.contact .worries_wrapper > div {
  display: grid;
  grid-template-columns: var(--worries_wrapper-column, 1fr);
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .contact .worries_wrapper > div {
    --worries_wrapper-column: auto 1fr;
  }
}
.contact .worries_wrapper > div img {
  width: min(300px, 100%);
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto;
}
.contact .worries_wrapper > div p {
  font-size: var(--worries_wrapper-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 1200px) {
  .contact .worries_wrapper > div p {
    --worries_wrapper-p-fs: 16px;
  }
}
.contact .from_tel {
  margin-top: 30px;
  background-color: var(--lorange);
}
.contact .from_tel a {
  padding-block: 20px 25px;
  padding-inline: 43px;
  display: grid;
  grid-template-columns: var(--from_tel-column, 1fr);
  gap: var(--from_tel-gap, 10px);
  align-items: center;
  pointer-events: var(--from_tel-pe, initial);
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a {
    --from_tel-pe: none;
    --from_tel-column: auto 1fr;
    --from_tel-gap: 20px;
  }
}
.contact .from_tel a .text {
  font-size: var(--text-fs, 18px);
  font-weight: 500;
  line-height: 1.5;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .text {
    --text-fs: 22px;
  }
}
.contact .from_tel a .number > p {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: var(--number-p-gap, 10px);
  color: var(--main_color);
  font-size: var(--number-p-fs, 35px);
  font-weight: bold;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .number > p {
    --number-p-fs: 56px;
    --number-p-gap: 18px;
  }
}
.contact .from_tel a .number > p::before {
  content: "";
  width: var(--number-p-w, 31px);
  aspect-ratio: 1;
  background-image: url(../images/icon/tel_pink_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .number > p::before {
    --number-p-w: 51px;
  }
}
.contact .from_tel a .number > span {
  display: block;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: var(--number-span-fs, 14px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .contact .from_tel a .number > span {
    --number-span-fs: 16px;
  }
}
.contact .form_top > p {
  font-size: var(--form_top-p-fs, 14px);
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .contact .form_top > p {
    --form_top-p-fs: 16px;
  }
}
.contact .form_wrapper .form_item {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 992px) {
  .contact .form_wrapper .form_item {
    --form_item-py: 10px 20px;
    --form_item-px: 30px;
  }
}
.contact .form_wrapper .form_item > * {
  font-size: 16px;
  font-weight: 500;
}
.contact .form_wrapper .form_item > div {
  padding-block: var(--form_item-py, 15px);
}
.contact .form_wrapper .form_item > p {
  display: flex;
  align-items: center;
  background-color: var(--lblue);
  word-break: keep-all;
}
.contact .form_wrapper .form_item > p.require {
  gap: 10px;
}
.contact .form_wrapper .form_item > p > br {
  display: none;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea) {
  width: 100%;
  padding: 10px;
  outline: 1px solid #CCC;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea)::-moz-placeholder {
  color: #ccc;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea):-ms-input-placeholder {
  color: #ccc;
}
.contact .form_wrapper .form_item :where(input:not([type=file]), textarea)::placeholder {
  color: #ccc;
}
.contact .form_wrapper .form_item input[type=file]::-webkit-file-upload-button {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: none;
}
.contact .form_wrapper .form_item input[type=file]::file-selector-button {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 0;
  border: none;
}
.contact .form_wrapper .form_item .wpcf7-form-control-wrap {
  width: 100%;
}
.contact .form_wrapper .check_pp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: var(--check_pp-my, 20px);
}
@media screen and (min-width: 992px) {
  .contact .form_wrapper .check_pp {
    --check_pp-my: 20px 40px;
  }
}
.contact .form_wrapper .check_pp > :last-child {
  margin-top: 20px;
}
.contact .form_wrapper .check_pp > p {
  font-size: var(--check_pp-p-fs, 14px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .contact .form_wrapper .check_pp > p {
    --check_pp-p-fs: 16px;
  }
}
.contact .form_wrapper .check_pp > p a {
  color: var(--main_color);
  text-decoration: underline;
}
.contact .form_wrapper :is(.submit, .wpcf7-submit) {
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  background-color: var(--main_color);
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  width: inherit;
  height: inherit;
  transition: opacity 0.5s;
  cursor: pointer;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.contact .form_wrapper :is(.submit, .wpcf7-submit):hover {
  opacity: 0.5;
}
.contact form > p {
  width: min(400px, 100%);
  height: 70px;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
.contact form > p::after {
  --after-w: 12px;
  content: "";
  width: var(--after-w);
  height: var(--after-w);
  aspect-ratio: 1;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  rotate: 45deg;
  background-size: 100%;
  position: absolute;
  inset-block: 0;
  margin-block: auto;
  right: 20px;
}
.contact .support {
  margin-top: var(--support-mt, 30px);
}
@media screen and (min-width: 1200px) {
  .contact .support {
    --support-mt: 60px;
  }
}
.contact .sub_title {
  padding-block: 15px;
  border-radius: 5px;
  margin-right: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.16);
}

.trouble .top_form + h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
}
.trouble .no_list {
  margin-block: var(--nl-my, 10px 30px);
}
@media screen and (min-width: 992px) {
  .trouble .no_list {
    --nl-my: 20px 50px;
  }
}

.trouble_ill p::before {
  content: "";
  background-image: url(../images/worries/title_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 140px;
  height: 90px;
  margin-inline: auto;
}/*# sourceMappingURL=style.css.map */