@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*----- base -----*/
html {
  font-family: "Noto Sans JP", sans-serif;
}
body, h1, h2 {
  margin: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*----- layout -----*/
.l-header {
  margin: 1em;
}
.l-main {
  margin: 1em;
}
.l-footer {
  margin: 1em;
}

/*----- module -----*/
header > h1 {
  font-size: 1em;
}
h1 > a {
  color: inherit;
  text-decoration: none;
}
.entry-list > li > h2 {
  font-size: 1em;
}
.entry-ttl {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.entry-content {
  padding: 0;
}
.entry-content ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-content ul > li:before {
  content: '・';
  display: inline;
}
.entry-content table td {
  padding: .5em;
}
.entry-content table th, td {
  height: auto !important;
}
footer {
  text-align: center;
}