@charset "UTF-8";
body {
  background-color: #30304b;
  padding: 30px;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

h1 {
  text-align: center;
  font-size: 4em;
  color: #b8b6ed;
}

h2 {
  font-size: 3em;
  line-height: 1.7em;
  color: #b8b6ed;
  margin: 18px 0px 0px 12px;
}

h2.ans {
  font-size: 3em;
  color: #f5f1ff;
  line-height: 1.7em;
  margin: 18px 0px 0px 12px;
  padding-bottom: 8px;
}

h2.ans::before {
  content: "→ ";
}

h2 div {
  color: #FFA47A;
  display: inline-block;
}

h2 span {
  color: white;
}

p {
  font-size: 3em;
  color: #f5f1ff;
  margin: 18px 0px 0px 12px;
}

s {
  display: inline-block;
  color: #1c1c2c;
  text-decoration: none;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#30304b), color-stop(47%, #30304b), color-stop(47%, #30304b), color-stop(53%, #30304b), color-stop(53%, #30304b), to(#30304b));
  background: -o-linear-gradient(#30304b 0%, #30304b 47%, #30304b 47%, #30304b 53%, #30304b 53%, #30304b 100%);
  background: linear-gradient(#30304b 0%, #30304b 47%, #30304b 47%, #30304b 53%, #30304b 53%, #30304b 100%);
}

u {
  border-bottom: 3px dotted #6f71a5;
  line-height: 1.1em;
}

u > em {
  background-color: #6f71a5;
  color: white !important;
}

u > em:after {
  border-color: transparent transparent #6f71a5 transparent;
  border-width: 10px;
  margin-left: -10px;
}

.audioTimeLineModule {
  background-color: #43446b;
}

.timeMark {
  background-color: #8f90b8;
}

.audioBtnPaused, .audioBtnPlaying, audioBtn {
  background-color: #4d4e7a;
}

.waveform {
  opacity: 0.5;
}