@charset "UTF-8";
.archive-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  color:#04124b;
  line-height: 1.4;
  padding: 1rem 0;
  z-index: 3000;
}
.archive-head a {
  color:#04124b;
}

.sec-entry,
.sec-voice {
  background-color: rgba(255,255,255,.8);
  background-color: transparent;
}
.title-entry {
  color:white;
}
.box-voice {
  color:#333;
  max-width: 980px;
  margin: 0 auto 5em;
}
.title-voice {
  color:white;
}
.list-voice {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.list-voice .list-item {
  width: calc(50% - .5em);
  flex: 0 0 calc(50% - .5em);
  line-height: 1.5;
  margin-bottom: .5em;
  text-align: justify;
  display: block;
  background-color: rgba(255,255,255,.7);
  padding: 1em 2em;
  margin-bottom: 1em;
  border-radius: 4px;
}
.list-voice .list-item .mark {
  font-weight: bold;
  background: linear-gradient(180deg,rgba(251,255,0,0) 0,rgba(251,255,0,0) 64%,rgba(251,255,0,.5) 65%,rgba(251, 255, 0, 0.5) 100%);
}

.list-schedule {
  margin:0 0 30px 0;
}