
/* sub footer
---------------------------*/
.sub-footer {
  background-color: #EFECE7;
  padding-top: 90px;
  padding-bottom: 70px;
}
.sub-footer ul li {
  list-style: none;
  margin-bottom: 20px;
}
.sub-footer .footer__business_list a {
  font-size: 16px;
}
.sub-footer .footer__link__list a {
  font-size: 14px;
}
.sub-footer .logo_wrapper {
  max-width: 160px;
  height: 100%;
}
.sub-footer .footer__title {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 700;
}

.sub-footer .border-left {
  border-color: #707070 !important;
}

@media screen and (max-width: 991px) {
  .sub-footer ul li {
    margin-bottom: 10px;
  }
  .sub-footer .footer__business_list a {
    font-size: 14px;
  }
  .sub-footer .footer__link__list a {
    font-size: 14px;
  }
  .sub-footer .footer__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .sub-footer .logo_wrapper {
    margin: auto;
  }
  .sub-footer .footer__business_list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sub-footer .border-left {
    border-left: 0 !important;
  }
  .sub-footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

/* footer
---------------------------*/

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 18px 20px;
  top: 0;
  left: 0;
  background-color: #EFECE7;
}

@media (min-width: 1824px) {
  .footer {
    padding: 18px 2.5%;
  }
}

.footer__wrap__nav__ul {
  list-style: none;
}

.footer__wrap__nav__ul__li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  padding-left: 14px;
}

.footer__wrap__nav__ul__li:last-child {
  margin-left: 16px;
}

.footer__wrap__nav__ul__li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #000;
}

.footer__copyright p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .footer {
    padding: 8px 20px;
    flex-direction: column;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 8px;
  }
}

body.home .footer__pagetop {
  display: none;
}

/* pagetop
---------------------------*/
.footer__pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 10;
}

.footer__pagetop a {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000;
  line-height: 50px;
  position: absolute;
}

.footer__pagetop a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .footer__pagetop {
    bottom: 90px;
  }
}

.grecaptcha-badge {
  z-index: 10;
}