.main_wrap_lesson {
    padding: 0px 0 100px 0;
  }
  @media screen and (max-width: 768px) {
    .main_wrap_lesson {
margin-top: 10vh;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .main_wrap_lesson {
margin-top: 10vh;
    }
  }
.main_wrap_lesson_under {
    margin-top: 3vh;
  }
  .lesson_index_area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 70%;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .lesson_index_area {
        display: block;
        width: 90%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .lesson_index_area {
        display: block;
        width: 70%;
    }
  }
 
  
  .section_lesson {
    height: fit-content;
    border-radius: 15px;
    outline: 3px solid #2d9bf0;
    padding-bottom: 30px;
  }
  @media screen and (max-width: 768px) {
    .section_lesson {
        margin-bottom: 30px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_lesson {
        margin-bottom: 30px;
    }
  }
  .section_header {
    height: 200px;
    background-color: #d3eff0;
    border-radius: 15px 15px 0 0;
    padding: 5%;
    display: flex;
  }
  @media screen and (max-width: 768px) {
    .section_header {
        display: block;
        height: fit-content;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_header {
        display: block;
        height: fit-content;
    }
  }
  .section_header_l {
    /* outline: 1px solid; */
    height: 100%;
    width: 60%;
  }
  @media screen and (max-width: 768px) {
    .section_header_l {
        width: 100%;
        height: fit-content;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_header_l {
        width: 100%;
        height: fit-content;
    }
  }
  .section_header_l span {
    display: inline-block;
    margin-top: 15px;
  }
  .section_header_lh2 {
    display: inline-block;
    width: 120%;
  }
  @media screen and (max-width: 768px) {
    .section_header_lh2 {
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_header_lh2 {
        width: 100%;
    }
  }
  .section_header_r {
    /* outline: 1px solid; */
    height: 100%;
    width: 40%;
    padding-left: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media screen and (max-width: 768px) {
    .section_header_r {
        height: 200px;
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .section_header_r {
        height: 200px;
        width: 100%;
    }
  }
  .lesson_header_img {
    height: 75%;
  }
  .section_content {
    padding: 0 5%;
  }

  .lesson_content_wrap {
    width: 60%;
    /* outline: 1px solid; */
  }
  .lesson_content_section {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    height: 120px;
    /* outline: 1px solid; */
  }
  .span_postscount_wrap {
    padding-top: 30px;
    width: 70%;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  @media screen and (max-width: 768px) {
    .span_postscount_wrap {
        margin-top: 0;
        width: 90%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .span_postscount_wrap {
        margin-top: 0;
        width: 90%;
    }
  }
  .span_postscountl {
    font-size: 22px;
    font-weight: bold;
  }
  @media screen and (max-width: 768px) {
    .span_postscountl {
        font-size: 18px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .span_postscountl {
        font-size: 18px;
    }
  }
  .span_postscountr {
    font-size: 15px;
    color: gray;
  }
  @media screen and (max-width: 768px) {
    .span_postscountr {
        font-size: 13px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .span_postscountr {
        font-size: 13px;
    }
  }
  .span_postscountcl {
    font-size: 19px;
    color: gray;
    margin-left: 10px;
  }
  @media screen and (max-width: 768px) {
    .span_postscountcl {
        font-size: 16px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .span_postscountcl {
        font-size: 16px;
    }
  }
  .span_postscountc {
    font-size: 19px;
    color: gray;
  }
  @media screen and (max-width: 768px) {
    .span_postscountc {
        font-size: 16px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .span_postscountc {
        font-size: 16px;
    }
  }
  
  /* ///////////////////////////////////////////////////動画検索ページ//////////////////////////////////////////////// */
  
  .panel2_lsh_wrap {
    width: 70%;
    margin: 0 auto;
    height: fit-content;
    display: flex;
  }
  @media screen and (max-width: 768px) {
    .panel2_lsh_wrap {
    width: 90%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel2_lsh_wrap {
    width: 90%;
    }
  }
  .panel2_lsh_l {
    height: fit-content;
    width: 20%;
    padding-top: 30px;
  }
  @media screen and (max-width: 768px) {
    .panel2_lsh_l {
        display:none;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel2_lsh_l {
    display: block;
    width: 30%;
    }
  }
  .panel2_lsh_r {
    height: fit-content;
    width: 80%;
  }
  @media screen and (max-width: 768px) {
    .panel2_lsh_r {
       width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .panel2_lsh_r {
       width: 100%;
    }
  }
  .panel2_lsh_searchform {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .panel2_lsh_searchrisult {
    width: 100%;
    height: fit-content;
  }
  
  .searchform {
    width: 400px;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .search-input_wrap{
    width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .search-input_wrap {
    width: 100%;
    }
  }
  
  .search-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 400px;
    font-size: 20px;
  }
  @media screen and (max-width: 768px) {
    .search-input {
    width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .search-input {
    width: 100%;
    }
  }
  
  .search-button {
    border: 1px solid #ccc;
    cursor: pointer;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    border-radius: 5px;
  }
  @media screen and (max-width: 768px) {
    .search-button {
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .search-button {
    }
  }
  
  .search-button i {
    font-size: 20px;
    font-weight: bold;
    color: black;
  }
  .searchform_catetitle {
    margin: 0 10px 10px 10px;
    border-bottom: 1px solid gray;
  }
  .searchform_catelist {
    margin-left: 30px;
    display: grid;
    grid-template-columns: 1fr 8fr;
    align-items: center;
    justify-items: left;
  }
  .searchform_catelist_content {
    font-size: 15px;
    color: #08c;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .search-postarea {
  }
  .search-postarea p {
    padding: 5px 15px;
    font-size: 15px;
  }
  @media screen and (max-width: 768px) {
    .search-postarea p {
    padding: 2px 15px;
    font-size: 13px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .search-postarea p {
    padding: 5px 15px;
    font-size: 15px;
    }
  }
  .entry-title a {
    font-size: 20px;
    color: #08c;
  }
  .page-header {
    padding: 10px;
  }
  .searchresultnull {
    padding: 5px 15px;
    font-size: 15px;
  }