.footer04 {
  color: #808080;
  background: #e5e5e5;
  text-align: center;
  padding: 30px;
}
.footer04 a {
  color: #808080;
  text-decoration: none;
}
.footer04 a:hover {
  text-decoration: underline;
}
.footer04 .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  font-size: 1vw;
}
@media screen and (max-width: 599px) {
  .footer04 .menu {
    justify-content: flex-start;
    line-height: 1.5;
    font-size: 3vw;
  }
}
.footer04 .menu li {
  margin: 0;
  padding: 0 20px;
  border-right: 1px #808080 solid;
}
@media screen and (max-width: 599px) {
  .footer04 .menu li {
    width: 100%;
    box-sizing: border-box;
    border: none;
    line-height: 25px;
  }
}
.footer04 .menu li:last-child {
  border: none;
}

.footer04 .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer04 .sns .name {
  width: 80px;
  min-width: 80px;
  height: auto;
  border-radius: 20px;
  padding: 15px;
}
.footer04 .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}
