@charset "UTF-8";
@font-face {
  font-family: "Sarabun";
  src: url(../../../../../../fonts/Sarabun/Sarabun-Regular.ttf);
}
@font-face {
  font-family: "Kanit";
  src: url(../../../../../../fonts/Kanit/Kanit-Thin.ttf);
}
@font-face {
  font-family: "Prompt";
  src: url(../../../../../../fonts/Prompt/Prompt-Regular.ttf);
}
:root {
  font-family: Sarabun;
  font-weight: normal;
  font-size: 16px;
  --def-undr: #363569;
  --def-bgnd: #5a59ab;
  --def-text: white;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background-color: hsl(241deg, 33%, 81%);
  overflow-x: clip;
}

h1, h2 {
  font-family: Kanit;
  font-weight: normal;
}

h1 {
  font-size: 6rem;
  text-align: center;
  color: hsl(265deg, 47%, 37%);
  margin: 0 0 0rem 0;
  padding: 0;
}

h2 {
  font-family: Sarabun;
  font-size: 3rem;
  line-height: 3rem;
  color: hsl(265deg, 47%, 37%);
  margin: 0 3rem 0rem 3rem;
  padding: 0;
}

h2 span {
  font-size: 85%;
  color: hsl(301deg, 61%, 46%);
}

h2 span:after {
  content: " ";
}

p {
  font-size: 2.5rem;
  line-height: 4.5rem;
  font-family: Sarabun;
  margin: 0 3rem 1rem 3rem;
  padding: 0;
  color: #6d6cb5;
}

ul {
  font-family: Sarabun;
  font-size: 2.5rem;
  margin: 0 3rem 3rem 5rem;
  list-style: none;
}

li {
  line-height: 3.5rem;
  position: relative;
  color: #464589;
  margin-bottom: 0.5rem;
}

li.ans {
  color: hsl(301deg, 61%, 46%);
}

li.ans:after {
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  font-size: 5rem;
  content: "←";
  color: #d143cf;
}

em, i {
  font-style: normal;
  color: #575eb5;
}

u em, u i {
  padding: 0.3rem 1rem 0.5rem 1rem;
}

h2 u {
  line-height: 3rem;
}