/*240622 skill_up*/
.skill_up .sub-text {
  text-align: center;
  margin: 0 auto 40px;
  font-weight: bold;
}

.skill_up .graph {
  max-width: 80%;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .skill_up .graph {
    max-width: 100%;
  }
}
/*240628 lesson*/
.lesson {
  background-image: url(../2024/images/lesson/back.jpg);
  background-size: cover;
}

.lesson .sec2,
.lesson .sec3,
.lesson .sec4,
.lesson .sec5 {
  margin: 80px auto;
}

.lesson .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}/*# sourceMappingURL=2024.css.map */