.footer {
  background: #f4f8f8;
  padding: 20px 0;
  border-top: 3px solid #00a29a;
}
.footer .logo-sm {
  text-align: center;
  margin-bottom: 25px;
}
.footer .menu-sm {
  text-align: center;
}
.footer .menu-sm .ul-menu-sm {
  display: flex;
  justify-content: center;
}
.footer .menu-sm .ul-menu-sm li a {
  padding: 0 30px;
  border-left: 1px solid #000000;
  font-size: 14px;
  font-family: gothic;
  color: #303030;
}
.footer .menu-sm .ul-menu-sm li a:hover {
  text-decoration: none;
}
.footer .menu-sm .ul-menu-sm li:last-child a {
  border-right: 1px solid #000000;
}
.footer .icon {
  text-align: center;
  margin: 10px 0 20px;
}
.footer .icon .ul-icon {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.footer .icon .ul-icon li {
  margin-left: 15px;
}
.footer .source {
  font-size: 12px;
  font-family: gothic;
  text-align: center;
}
.footer .source a {
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .footer .menu-sm .ul-menu-sm {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .menu-sm .ul-menu-sm li:last-child a {
    border-right: none;
  }
  .footer .menu-sm .ul-menu-sm li {
    border-bottom: 1px solid #e6e7e7;
    border-left: 1px solid #e6e7e7;
    width: 50%;
  }
  .footer .menu-sm .ul-menu-sm li a {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
  }
  .footer .menu-sm .ul-menu-sm li:nth-child(1), .footer .menu-sm .ul-menu-sm li:nth-child(2) {
    border-top: 1px solid #e6e7e7;
  }
  .footer .menu-sm .ul-menu-sm li:nth-child(2n+1) {
    border-left: none;
  }
}
