@charset "UTF-8";
html, body {
  background-color: #ddd7f4;
  margin: 0px 30px 0px 30px;
}

img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

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

h1 {
  text-align: center;
  font-size: 4em;
  color: #9987de;
  margin: 30px 0px 40px 0px;
}

h2 {
  font-size: 3rem;
  line-height: 1.7em;
  margin: 40px 0px 0px -12px;
  color: #775fd3;
}

h2 span {
  color: #e6e6b5;
}

h2 div, li div {
  display: inline;
  color: #ea4cff;
}

ul {
  font-size: 3rem;
  line-height: 4.5rem;
  color: #7696df;
  list-style-type: none;
}

li {
  margin-left: 40px;
  margin-bottom: 4px;
}

li.ans {
  color: #fd2fc5;
}

li.ans::after {
  content: " ←";
  color: #9614FA;
}

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

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

u > em {
  background-color: #bbafe9;
  color: white;
}

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

.audioTimeLineModule {
  background-color: #bbafe9;
}

.timeMark {
  background-color: white;
}

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