@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=block");
img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}

.audioTimeLineModule {
  background-color: #bcc5be;
}

.timeMark {
  background-color: white;
}

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

body {
  padding: 0px 30px 0px 30px;
  background-color: #F2ECE4;
}

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

h1 {
  font-size: 4rem;
  text-align: center;
  color: #F5695C;
}

p {
  font-family: Kanit;
  font-size: 3rem;
  line-height: 3.7rem;
  color: #6B7D70;
  margin: 10px 0px 40px 25px;
}

p.exp {
  color: #B06AC2;
  margin-top: -30px;
}

div.img {
  width: 100%;
}

div.img p {
  color: #B06AC2;
  margin: 30px 0px 0px 0px;
}

p span {
  color: #8b419f;
}

ul {
  font-family: Kanit;
  color: #6B7D70;
  list-style: none;
  margin: -30px 0px 40px 20px;
}

li {
  font-size: 3rem;
  line-height: 3.6rem;
  color: #6B7D70;
  margin: 0px 0px 10px 0px;
}

li.ans {
  color: #B06AC2;
}

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

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

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

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