footer {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  footer .inbox {
    padding: 0 16px;
  }
}

footer .inbox .bnr_area {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

footer .inbox .footermenu {
  text-align: center;
  padding-bottom: 8px;
}

footer .inbox .logo1 {
  text-align: center;
  padding: 48px 0 24px;
}

@media only screen and (max-width: 767px) {
  footer .inbox .logo1 {
    padding: 32px 0 16px;
  }
}

footer .inbox .logo1 img {
  width: 96px;
  height: 48px;
}

footer .inbox .logo2 {
  text-align: center;
  padding: 48px 0 24px;
}

@media only screen and (max-width: 767px) {
  footer .inbox .logo2 {
    padding: 32px 0 16px;
  }
}

footer .inbox .logo2 img {
  width: 160px;
  height: 48px;
}

footer .inbox .footermenu {
  color: #004EA2;
}

footer .inbox .footermenu li {
  display: inline-block;
  padding: 0 8px;
  border-left: 1px solid #999999;
}

footer .inbox .footermenu li a {
  color: #004EA2;
}

footer .inbox .footermenu li:first-child,
footer .inbox .copyright li:first-child {
  border: none !important;
}

#copyright {
  font-size: 12px;
  text-align: center;
  padding-bottom: 16px;
}

#copyright li {
  width: 100%;
  display: inline-block;
  padding: 0 8px;
  color: #004EA2;
}

#copyright li:last-child {
  padding-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  #copyright li:last-child {
    padding-bottom: 48px;
  }
}

#copyright li img {
  height: 9px;
  vertical-align: unset;
}

@media only screen and (max-width: 767px) {
  #copyright li {
    padding: 0;
  }
}
/*# sourceMappingURL=footer.css.map */