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

.imgDiv {
  display: block;
  width: 100%;
  max-width: 1200px;
  background-color: #425D70;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
}

.imgDiv img {
  width: 100%;
}

p {
  font-size: 2.5rem;
  color: #b0b5c0;
}

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

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

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

h2 div {
  display: inline;
  color: #8ce9ff;
}

ul, ol {
  font-size: 3rem;
  line-height: 1.7em;
  color: #bff3ff;
  margin: 0px 40px 40px 20px;
  list-style: none;
}

ul.ex span {
  color: #c393db;
}

li.ans {
  color: white;
}

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

li.exp {
  color: #6dff96;
}

li.exp span {
  color: #b3fdd2;
}

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

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

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

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