@charset "Shift_JIS";
@media only print, only screen and (max-width: 767px) {
svg.shipsLogo{
  width: 20%;
}
.footer {
  background: #f4f4f4;
  padding: 50px 35px;
  text-align: center;
  margin: 50px 0 0 0;
}
.footer-logo ul li{
  padding: 4vw 0;
}
.footer-logo ul::after{
  content: "";
  width: 35px;
  position: absolute;
  margin: 0 auto;
  background: #000000;
  height: 1px;
  left: calc(50% - 35px/2);
}
}
@media only print, only screen and (min-width: 768px){
.l-footer {
  padding: 4% 0;
  text-align: center;
}
.shipsLogo{
  width: 80px;
}
