@charset "UTF-8";


@media screen and (min-width: 768px) {
  .lesson_sec {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 80px;
  }
  #lesson_sec01 h2 {
    margin: 0 0 75px;
  }
  #lesson_sec02 {
    padding: 5px 0 0;
  }
  #lesson_sec02 h2 {
    margin: 0 0 15px;
  }
  #lessons {
    width: 100%;
    border: 1px #cccccc solid;
    padding: 50px 40px;
  }
  #lessons h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.875rem;
    line-height: 1.45;
    margin: 0 0 42px;
  }
  #lessons .lesson_list {
    width: 100%;
    display: flex;
    gap: 20px;
    margin: 0 0 50px;
  }
  #lessons .lesson_list .lesson_list_img {
    flex-shrink: 0;
    width: 240px;
    line-height: 0;
  }
  #lessons .lesson_list .lesson_list_cnt h4 {
    font-weight: 500;
    font-size: 1.625rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  #lessons .lesson_list .lesson_list_cnt h4 span {
    color: #1F83D5;
    font-weight: 400;
    font-size: 1rem;
    margin: 0 0 0 30px;
  }
  #lessons .lesson_list:last-of-type {
    margin: 0;
  }
  #lessons hr {
    border: none;
    border-top: 1px dashed #333333;
    margin: 50px 0;
  }
  #white_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .lesson_sec {
    width: 100%;
    margin: 0 auto 40px;
  }
  #lesson_sec01 h2 {
    margin: 0 0 20px;
  }
  #lessons {
    width: 100%;
    border: 1px #cccccc solid;
    padding: 20px 15px;
  }
  #lessons h3 {
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  #lessons .lesson_list {
    width: 100%;
    margin: 0 0 40px;
  }
  #lessons .lesson_list .lesson_list_img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 10px;
    line-height: 0;
  }
  #lessons .lesson_list .lesson_list_cnt h4 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0 0 3px;
  }
  #lessons .lesson_list .lesson_list_cnt h4 span {
    display: block;
    color: #1F83D5;
    font-weight: 400;
    font-size: 0.8125rem;
    margin: 2px 0 0;
  }
  #lessons .lesson_list:last-of-type {
    margin: 0;
  }
  #lessons hr {
    border: none;
    border-top: 1px dashed #333333;
    margin: 35px 0 40px;
  }
  #white_btn_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 35px 0 0;
  }
}

