@charset "UTF-8";
footer {
  width: 100%;
  border-top: 2px solid #77d2d9;
  margin: 0;
  padding: 20px 0;
}
footer .container {
  position: relative;
}
footer .container .link {
  text-align: center;
}
footer .container .link span {
  margin: 0 10px;
}
footer .copy {
  margin-top: 20px;
  text-align: center;
  font-size: 0.8em;
}

/* スマホ */