img {
  width: 100%;
}

.caps {
  font-size: 0.8em;
  letter-spacing: 0;
}

.bg1 {
  background: url(../img/bg1.png) repeat center/300px;
}

.t_just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gf {
  font-family: "Podkova", serif;
}

.gr1 {
  background: linear-gradient(227deg, #2bded7, #13af91);
  background-size: 400% 400%;
  animation: gr1 6s ease infinite;
}

.beginner-main {
  position: relative;
}
.beginner-main img {
  width: 100%;
}

.lst-merit {
  padding: 0 1.75em 1.75em;
}
.lst-merit li {
  position: relative;
  width: 100%;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 1.75em;
}
.lst-merit li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 1em;
  min-width: 30px;
}
@media screen and (min-width: 600px) {
  .lst-merit li {
    width: calc(49% - 0.3em);
  }
  .lst-merit li:nth-child(odd) {
    margin-right: 0.6em;
  }
}

.lst-merit li:first-child::before {
  background: url(../img/index-mr1.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(2)::before {
  background: url(../img/index-mr2.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(3)::before {
  background: url(../img/index-mr3.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(4)::before {
  background: url(../img/index-mr4.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(5)::before {
  background: url(../img/index-mr5.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(6)::before {
  background: url(../img/index-mr6.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(7)::before {
  background: url(../img/index-mr7.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(8)::before {
  background: url(../img/index-mr8.png) no-repeat;
  background-size: 100%;
}

.lst-merit li:nth-child(9)::before {
  background: url(../img/index-mr9.png) no-repeat;
  background-size: 100%;
}

.lst-merit li em {
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 1em;
}

.lst-merit li em::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0.6em;
  bottom: -0.4em;
  left: 0;
  background: #f8ff87;
  z-index: -1;
}

.lst-merit li small {
  display: block;
  font-size: 0.8em;
}

.beginner2 {
  background: #e9fbf7;
  padding: 1.75em;
  border: 1em solid white;
}
.beginner2 p {
  color: #2ad4ae;
  font-weight: bold;
}

.beg-fukidashi, .beg-2-1, .beg-2-2 {
  position: absolute;
}

.beg-fukidashi {
  width: 40%;
  max-width: 120px;
  left: 50%;
  margin-left: 10%;
  top: -40px;
}

.beg-2-1, .beg-2-2 {
  width: 15%;
  max-width: 75px;
}

.beg-2-1 {
  left: 1em;
  top: 1em;
}

.beg-2-2 {
  right: 1em;
  bottom: 1em;
}

.btn-works {
  padding: 1em;
}

.btn-works a {
  display: block;
  max-width: 400px;
  margin: 1em auto;
}

.box_btn {
  padding: 2rem 0;
}
.box_btn .bt1:first-child {
  margin-bottom: 0.4rem;
}/*# sourceMappingURL=beginner.css.map */