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