@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;
}
#jump1 a {
  color: #c89600;
}
#jump2 a {
  color: #c89600;
}
#jump3 a {
  color: #c89600;
}
#jump4 a {
  color: #c89600;
}
#jump5 a {
  color: #c89600;
}
#jump6 a {
  color: #c89600;
}

footer {
  background-color: #444444;
}
