footer.G_footer {
  position: relative;
}
footer.G_footer p.footer_wave_img {
  position: absolute;
  width: 100%;
  top: 0;
}
footer.G_footer p.footer_wave_img img {
  width: 100%;
  bottom: -1px;
  height: auto;
  position: absolute;
}
footer.G_footer > .inner {
  margin-top: 60px;
  background-color: #336fba;
  padding: 4em 1em;
}
footer.G_footer > .inner .site_map {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 500px) {
  footer.G_footer > .inner .site_map {
    display: block;
  }
}
footer.G_footer > .inner .site_map nav {
  color: #ffffff;
}
@media (max-width: 500px) {
  footer.G_footer > .inner .site_map nav {
    margin-bottom: 2em;
  }
}
footer.G_footer > .inner .site_map nav ul li {
  line-height: 2;
}
footer.G_footer > .inner .site_map nav.service > ul > li::before {
  content: "-";
  margin-right: 0.4em;
}
footer.G_footer > .inner .logo_aria {
  width: 200px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (max-width: 500px) {
  footer.G_footer > .inner .logo_aria {
    width: 150px;
    margin-right: 0;
    margin-left: auto;
  }
}
footer.G_footer > small {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: right;
}
@media (max-width: 500px) {
  footer.G_footer > small {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=footer.css.map */