* {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 125%;
}

html {
  scroll-padding-top: 80px;
}

html,
body,
div,
h1,
h2,
h3,
ul,
li,
table,
tr,
td,
form {
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

h1,
h2,
h3 {
  font-weight: unset;
}

li {
  list-style-type: none;
}

/************************/
* {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  color: #333;
}

html {
  scroll-behavior: smooth;
}

/************************/
/*
body {
  margin: 0;
  padding: 0;
}*/
h1 {
  font-size: xx-large;
  text-align: right;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
}

ul {
  margin: 0px 4%;
}
ul li {
  font-size: 18px;
  line-height: 150%;
  color: #666;
}
ul li a {
  font-size: 24px;
  display: block;
  color: #333;
}
ul li a.closed {
  text-decoration: line-through;
}
ul li a:hover {
  color: #666;
}
ul li::after {
  content: "*****";
  font-size: xx-large;
  color: #ccc;
  display: block;
  text-align: center;
  margin: 10px 0 20px;
}/*# sourceMappingURL=style.css.map */