@charset "utf-8";

footer {
  background: #1496C4;
  padding: 50px 20px 40px;
}
.footer_inner {
  max-width: 350px;
}
.footer_left_address {
  margin-top: 35px;
  font-size: 14px;
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  line-height: 200%;
}
.footer_sns {
  display: flex;
  margin-top: 45px;
  width: 176px;
  align-items: center;
  justify-content: space-between;
}
/* .copy {
  color:#fff;
  font-size:10px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align:center;
  margin-top:210px;
} */

@media screen and (min-width: 960px) {
}
