@charset "utf-8";
footer, .sp_footer {
  width: 100%;
  background: #6fdeef;
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
}
footer img {
  width: 135px;
}
.footer_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1864px;
  margin: 0 auto;
  padding: 25px 20px;
  font-size: 10px;
}
.footer_area li {
  padding-right: 93px;
  border-right: 2px solid #fff;
}
@media screen and (min-width: 801px) {
  footer.ajast {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  footer .sp {
    display: flex;
  }
  .footer_area {
    flex-direction: column;
    justify-content: center;
  }
  .footer_area li {
    padding-right: 0px;
    border-right: 0px;
  }
  .footer_deco_area {
    display: flex;
    justify-content: center;
  }
  .footer_deco {
    height: 100px;
    width: 1px;
    background: rgba(255, 255, 255, 1.00);
  }
  .footer_area {
    font-size: 10px;
    /*max-width: 1198px;*/
  }
  .footer_logo_area {
    width: 40%;
    margin: 4% 0;
  }
  .footer_logo_area img {
    width: 100%;
  }
  .footer_menu_area {
    font-size: 2vw;
  }
}