/* Fonts */
/* Regular */
/* Regular */
@font-face {
  font-family: "Meiryo";
  src: url("../../font/meiryo.woff") format("woff"), url("../../font/meiryo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Font Family */
/* Font Weights */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* Fonts */
/* Regular */
/* Regular */
@font-face {
  font-family: "Meiryo";
  src: url("../../font/meiryo.woff") format("woff"), url("../../font/meiryo.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Font Family */
/* Font Weights */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* Media Queries */
.basic_lesson_list {
  background-color: #F1F8F5;
  width: 100%;
  width: 100%;
  justify-content: flex-start;
  gap: 33px;
  padding: 44px 25px;
  border-radius: 12px;
  margin-bottom: 175px;
}
.basic_lesson_list li {
  width: 48.74%;
}
.basic_lesson_list li .link_lesson {
  display: inline-flex;
  align-items: center;
}
.basic_lesson_list li .link_lesson .cover_img {
  width: 270px;
  height: 196px;
  margin-right: 30px;
}
.basic_lesson_list li .link_lesson .cover_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic_lesson_list li .link_lesson .lesson_detail {
  width: 345px;
}
.basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson {
  display: inline-flex;
  font-size: 32px;
  color: #2482B0;
  line-height: 1.2;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson .arrow {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  margin-left: 10px;
}
.basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson .arrow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  border-bottom: 2px solid #36949B;
}
.basic_lesson_list li .link_lesson .lesson_detail .txt_lesson_intro {
  font-family: "Meiryo", sans-serif;
  font-size: 18px;
  color: #4A605E;
  line-height: 1.5;
}

/* For Tablet */
@media (min-width: 768px) and (max-width: 1700px) {
  .basic_lesson_list {
    gap: 1.71875vw;
    padding: 2.2916666667vw 1.3020833333vw;
    border-radius: 0.625vw;
    margin-bottom: 9.1145833333vw;
  }
  .basic_lesson_list li {
    width: 48%;
  }
  .basic_lesson_list li .link_lesson .cover_img {
    width: 14.0625vw;
    height: 10.2083333333vw;
    margin-right: 1.5625vw;
  }
  .basic_lesson_list li .link_lesson .lesson_detail {
    width: 17.96875vw;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson {
    font-size: 1.6666666667vw;
    padding-bottom: 0.78125vw;
    margin-bottom: 1.3020833333vw;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson .arrow {
    width: 0.8854166667vw;
    height: 0.8854166667vw;
    margin-left: 0.5208333333vw;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson:after {
    height: 0.1041666667vw;
    border-bottom: 0.1041666667vw solid #36949B;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .txt_lesson_intro {
    font-size: 0.9375vw;
  }
}
/* For Mobile */
@media (max-width: 767px) {
  .basic_lesson_list {
    width: 100%;
    justify-content: flex-start;
    gap: 0.33rem;
    padding: 0.44rem 0.25rem;
    border-radius: 0.12rem;
    margin-bottom: 1.75rem;
  }
  .basic_lesson_list li {
    width: 48.74%;
  }
  .basic_lesson_list li .link_lesson .cover_img {
    width: 2.7rem;
    height: 1.96rem;
    margin-right: 0.3rem;
  }
  .basic_lesson_list li .link_lesson .lesson_detail {
    width: 3.45rem;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson {
    align-items: center;
    font-size: 0.32rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.25rem;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson .arrow {
    width: 0.17rem;
    height: 0.17rem;
    margin-left: 0.1rem;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .ttl_lesson:after {
    width: 3.34rem;
    height: 0.02rem;
    bottom: 0;
    border-bottom: 0.02rem solid #36949B;
  }
  .basic_lesson_list li .link_lesson .lesson_detail .txt_lesson_intro {
    font-size: 0.28rem;
  }
}

/*# sourceMappingURL=basic_lesson_list.css.map */
