* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: #fff7c1;
  color: #191919;
  font-size: 14px;
  overflow-x: hidden;
}
img {
  width: 100%;
  border: none;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.red {
  color: #b12b0c;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header {
  position: relative;
}
h1 {
  font-size: 1em;
}
.title-1 {
  width: 46%;
  margin: 1em 0 0 28%;
}
.section {
  position: relative;
  margin: 1em 9% 0;
}
.section.last {
  margin: 1em 11% 0;
  padding: 4em 1em;
  background: #fff;
}
.section.last::before,
.section.last::after {
  content: '';
  position: absolute;
  top: .7em;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #fff7c1;
}
.section.last::before {
  left: 2em;
}
.section.last::after {
  right: 2em;
}
.section.last .cont {
  position: relative;
  font-size: 80%;
  line-height: 1.6em;
  z-index: 2;
}
.list {
  position: absolute;
  width: 50%;
  font-size: 80%;
  padding-top: 1.5em;
}
.list.left {
  top: 0;
  left: 0;
  padding-left: 1.5em;
}
.list.right {
  top: 0;
  right: 0;
  padding-left: .5em;
  padding-right: .7em;
}
.list li {
  position: relative;
  padding-left: .8em;
  line-height: 1.42em;
  white-space: nowrap;
}
.list li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8aab06;
  transform: translateY(-50%);
}
.mark {
  position: absolute;
  width: 10%;
  top: 2em;
  left: -20px;
  z-index: 1;
}
.mark + img {
  position: relative;
  z-index: 2;
}
.mark ~ .list {
  z-index: 2;
  padding-top: 3em;
}
.title-2 {
  width: 50%;
  margin: 1em 0 0 21.7%;
}
.pen {
  position: absolute;
  right: -2.5em;
  top: -5.5em;
  z-index: 3;
  width: 40%;
}
.page-arrow {
  position: absolute;
  right: 0;
  bottom: -0.35em;
  z-index: 1;
  width: 50%;
  background: #fff7c1;
}
.hint {
  width: 62.5%;
  margin: 2em auto;
}
@media screen and (min-width: 400px) {
  .list {
    padding-top: 2em;
  }
  .list li {
    line-height: 1.8em;
  }
  .list.left {
    padding-left: 2em;
  }
  .list.right {
    padding-left: 1em;
  }
}
@media screen and (min-width: 360px) {
  .list li {
    padding-left: 1em;
  }
  .section.last .cont {
    line-height: 1.8em;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .list li {
    line-height: 1.6em;
  }
  .list.right {
    padding-left: .9em;
  }
  .section.last {
    margin: 1em 10% 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  .section {
    margin: 1em 6% 0;
  }
  .section.last {
    margin: 1em 5% 0;
  }
}
