/* footer-0 */
footer.footer-0 {
  background: var(--footer_bg_color, #ffffff);
  padding: 5rem 0rem;
}
.contrast-mode .contrast-mode-color-02 + footer.footer-0,
.contrast-mode .contrast-mode-color-02 + style + footer.footer-0,
.contrast-mode .offer-single-outer.contrast-mode-color-02 + .section-code-body + footer.footer-0{
  border-top: 1px solid var(--color-01);
}
.footer-0 .footer-text li {
  font-size: 1.4rem;
  color: var(--footer_font_color, #000000);
  letter-spacing: 0.028rem;
  line-height: 2.8rem;
  margin-left: 4rem;
  padding: 0rem !important;
  font-size: inherit !important;
}

.footer-0 ul.footer-text,
.footer-0 ul.footer-text li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.footer-0 .footer-text li:after {
  content: none !important;
}

.footer-0 .footer-text li a {
  color: var(--footer_active_color, #000000) !important;
}

.footer-0 .footer-text li a:hover {
  color: var(--footer_active_color, #000000) !important;
}

.footer-0 .footer-text li:first-child {
  margin-left: 0rem;
}

.footer-0 .footer-link a.link {
  color: var(--footer_font_color, #000000) !important;
}

@media (min-width: 1460px) and (max-width: 1559px) {
  footer.footer-0 {
    padding: 4rem 0rem;
  }
}

@media (min-width: 1360px) and (max-width: 1459px) {
  footer.footer-0 {
    padding: 3rem 0rem;
  }
}

@media (min-width: 1200px) and (max-width: 1359px) {
  footer.footer-0 {
    padding: 3rem 0rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer.footer-0 {
    padding: 3rem 0rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer.footer-0 {
    padding: 2rem 0rem 2.5rem;
  }

  .footer-0 .footer-text li {
    font-size: 1.2rem;
    margin-left: 1.7rem;
  }

  .footer-0 .link {
    font-size: 1.2rem;
  }

  .footer-0  ul.footer-text, 
  .footer-0 .footer-block {
    justify-content: center !important;
  }
  .footer-0 ul.footer-text li:last-child {
    margin-top: 0.9rem !important;
  }
}

@media (max-width: 767px) {
  footer.footer-0 {
    padding: 2rem 0rem 2.5rem;
  }

  .footer-0 .footer-text li {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-left: 0rem;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .footer-0 .link {
    font-size: 1.3rem;
  }

  .footer-0 .footer-link {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }

  .footer-0  ul.footer-text, 
  .footer-0 .footer-block {
    justify-content: center !important;
  }
  .footer-0 ul.footer-text li:last-child {
    margin-top: 0.9rem !important;
  }
}
