@charset "UTF-8";

footer .content_wrapper {
  padding: 235px 0 0 !important;
  margin-bottom: 30px;
}

footer:before {
  position: absolute;
  content: "";
  background: url(/common/upload_data/polaris-carcoatingcom/image/footer_bg.jpg)
    no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 142px;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  footer .content_wrapper {
    padding: 80px 0 0 !important;
  }
  footer:before {
    bottom: 155px;
  }
}

@media (max-width: 431px) {
  footer:before {
    bottom: 195px;
  }
}





  @media (min-width: 769px) {
    a[id="flow_01"] + div .inner_item_img {
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    a[id="flow_01"] + div .inner_item_img img {
      width: 100% !important;
      height: 100% !important;
      object-fit: contain;
      object-position: center;
    }
  }