@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;
}

.list-schedule {
  margin:0 0 30px 0;
}