body {
  background-color: #C0FFEE;
}

.head {
  width: 100%;
  text-align: center;
  padding: 5svh 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-size: 3svh;
  background-color: rgba(255, 165, 0, 0.75);
  margin-bottom: 2svh;
}

.main, .main-note {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 0px 2fr 0px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 10svh;
}
.main .v-line, .main-note .v-line {
  border: 1px solid black;
}
.main .left, .main-note .left, .main .right, .main-note .right {
  background-color: rgba(0, 0, 0, 0.1254901961);
}

.main-note {
  grid-template-columns: 3fr 0px 1fr;
}
.main-note span {
  font-weight: bold;
}

.center .nenpyo p:nth-child(2n-1) {
  font-weight: bold;
}

.right, .center, .left {
  position: relative;
}/*# sourceMappingURL=/assets/top-75b3cfe1.css.map */