@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: 'Noto Sans JP', sans-serif;
}

html {
  scroll-behavior: smooth;
  color: #666;
}
img {
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #044444;
}

footer {
  background-color: #444444;
}
