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

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

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

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

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

h2.ans::before {
  color: #595146;
  content: "→ ";
}

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

h2 span {
  color: white;
}

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

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

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

u > em {
  background-color: #756b5d;
  color: white !important;
}

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

.audioTimeLineModule {
  background-color: #a79e91;
}

.timeMark {
  background-color: #ebe9e6;
}

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

.waveform {
  opacity: 0.5;
}