@charset "utf-8";

.dummy {
  /* margin-top: 30px; */
  /* padding: 50px; */
  /* background-color: #e1e65e; */
  /* font-size: 40px; */
  /* text-align: center; */
}

* {
  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: #627c53;
}
#jump2 a {
  color: #627c53;
}
#jump3 a {
  color: #627c53;
}
#jump4 a {
  color: #627c53;
}
#jump5 a {
  color: #627c53;
}
footer {
  background-color: #444444;
}
