@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Noto Sans JP", sans-serif;
}

#header {
  display: flex;
  padding: 10px 60px;
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#header-logo {
  display: block;
  width: 100%;
  max-width: 140px;
}
#header-logo img {
  display: block;
  width: 100%;
}
#header-nav {
  margin-left: auto;
}
#header-nav ul {
  display: flex;
}
#header-nav ul li {
  font-size: 32px;
  line-height: 70px;
  margin-left: 40px;
  color: #555;
}
#header-nav ul li:first-child {
  margin-left: 0;
}

#page {
  margin-top: 90px;
}/*# sourceMappingURL=common.css.map */