@charset "utf-8";

body {
  width: 750px;
}

header {
  width: 100%;
  height: 168px;
}

main {
  width: 100%;
}

aside  {
  display: none;
}

footer {
  width: 100%;
}

header img {
  max-width: 100%;
  height: auto;
}

footer {
  width: 100%;
}

.footer-mobile p {
  display: block;
  line-height: 1.6;
  font-size: 0.9rem;
  text-align: center;
}
