.lesson-submenu-title {
  font-size: 24px;
  text-align: center;
  margin: 30px auto;
  padding-bottom: 50px;
  position: relative;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #f7931e;
}

.lesson-submenu-title:after, .lesson-submenu-title:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.lesson-submenu-title:after {
  border-color: rgba(255, 188, 84, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #f2ece8;
}

.lesson-submenu-title:before {
  border-color: rgba(159, 82, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 2px;
  border-top-color: #f7931e;
}

@media screen and (min-width: 768px) {
  .lesson-submenu-title {
    font-size: 31px;
    margin-top: -75px;
  }
}

.lesson-submenu-titleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lesson-submenu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .lesson-submenu-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.lesson-submenu-flex-col {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .lesson-submenu-flex-col {
    width: calc((100% - 80px) / 5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.lesson-submenu-subtitle {
  height: calc(2.5rem + 20px);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #f7931e;
  font-size: 13px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .lesson-submenu-subtitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}

.lesson-submenu-icon {
  text-align: center;
  width: 40%;
}

@media screen and (min-width: 768px) {
  .lesson-submenu-icon {
    width: 100%;
  }
}

.lesson-submenu-text {
  font-size: 13px;
  height: calc(2.5rem + 20px);
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .lesson-submenu-text {
    font-size: 14px;
    padding: 10px 2px;
  }
}

.lesson-basic {
  margin-top: 50px;
  padding: 50px 20px;
  background-color: #fff;
  border-radius: 15px;
}

.lesson-basic-title {
  text-align: center;
  padding-bottom: 50px;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .lesson-basic-title {
    font-size: 31px;
  }
}

.lesson-basic-table table {
  border-collapse: collapse;
  width: 100%;
}

.lesson-basic-table table tr {
  background-color: #faf9f7;
}

.lesson-basic-table table tr:nth-child(2n) {
  background-color: #f0eee8;
}

.lesson-basic-table table tr th, .lesson-basic-table table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .lesson-basic-table table tr th, .lesson-basic-table table tr td {
    font-size: 16px;
  }
}

.lesson-basic-table table tr th {
  color: #f7931e;
}

.lesson-basic-table table tr td {
  border-left: 1px solid #ccc;
}

.lesson-basic-table .notice {
  color: #999;
  font-size: 13px;
  margin-top: 15px;
  text-align: left;
}

.lesson-basic-table .notice .line {
  padding-bottom: 8px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .lesson-basic-table .notice {
    text-align: right;
    font-size: 14px;
  }
}
/*# sourceMappingURL=lesson.css.map */