@charset "utf-8";
.footer {
	margin-top: 80px;
}
.footer .footer-inner {
  padding: 32px 16px 16px;
  background: #5491c5;
}

.logo-area {
  text-align: center;
}

.footer .logo {
  max-width: 240px;
	padding: 10px 0;
}

.footer-menu {
  display: flex;
  row-gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 20px 0 4px;
  padding-left: 0;
  list-style-type: none;
  font-size: 15px;
}

.footer-menu .footer-menu-item {
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #fff;
  line-height: 1;
}

.footer-menu .footer-menu-item a {
  color: #fff;
}

.footer-menu .footer-menu-item:first-child {
  padding-left: 0;
  border-left: none;
}

.footer-menu .footer-menu-item:last-child {
  padding-right: 0;
}

.footer .footer-copy {
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  background-color: #000000;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
	.footer {
		padding-bottom: 130px;
	}
  .footer .footer-inner {
    padding: 36px 16px 12px;
  }
  .footer .logo {
    max-width: 180px;
  }
  .footer-menu {
    display: block;
    margin: 32px 0 4px;
    padding-left: 0;
    list-style-type: none;
    font-size: 13px;
  }

  .footer-menu .footer-menu-item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
    border-left: none;
    line-height: 1;
  }

  .footer .footer-copy {
    font-size: 12px;
  }
}
