* {
  font-family: "Noto Sans Japanese";
}

ul,
li,
ol,
oi {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 1.7em;
  font-weight: 600;
}
h2 {
  font-size: 1.6em;
  font-weight: 500;
}
h3 {
  font-size: 1.5em;
  border-bottom: #999 1px solid;
  padding-bottom: 6px;
  font-weight: 400;
}
h4 {
  font-size: 1.4em;
  font-weight: 300;
}
h5 {
  font-size: 1.3em;
  font-weight: 200;
}
h6 {
  font-size: 1.2em;
}

ul,
ol {
  margin-left: 1.5em;
}
.footer {
  background-color: #eee;
  margin: 40px 0 0 0;
  padding:10px 0 3px 0;
  text-align: center;
}
.footer a {
  color: #999;
  font-size: 0.9em;
}
.footer p {
  color: #999;
  font-size: 0.9em;
}
div.row>div>label:first-child {
  padding-top:1em;
}