.search-post4 {
    display: flex;
    justify-content: space-between;
  }
  .searchresult_wrap1 {
    width: 85%;
    outline: 1px solid #ccc;
    padding: 10px 15px 0 15px;
    height: 100px;
  }
  @media screen and (max-width: 768px) {
    .searchresult_wrap1 {
            padding: 10px 1% 0 1%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .searchresult_wrap1 {
            padding: 10px 1% 0 1%;
    }
  }
  .searchresult_wrap1top4 {
    height: fit-content;
    width: 95%;
    outline: none;
  }
  @media screen and (max-width: 768px) {
    .searchresult_wrap1top4 {
        height: fit-content;
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .searchresult_wrap1top4 {
        height: fit-content;
        width: 100%;
    }
  }
  .form_l {
  }
  .icon_lesson {
    color: gray;
  }
  .submit_ini {
    background-color: transparent;
    color: #08c;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
  }
  .form_r {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .entry-excerpt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 768px) {
    .entry-excerpt {
        width: 100%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .entry-excerpt {
        width: 100%;
    }
  }
  .entry-excerpt p {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 0 10px 0;
    overflow-wrap: break-word;
  }
  .searchresult_wrap1top {
    width: 75%;
    outline: none;
  }
  .form_r {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form_r p {
    font-size: 10px;
  }
  .form_rb {
    display: flex;
    justify-content: right;
    margin-top: 5px;
  }
  .button_allc,
  .button_allr {
    color: #08c;
    background-color: transparent;
    outline: none;
    font-size: 10px;
    border: none;
    border-bottom: 1px solid;
    cursor: pointer;
  }
  .button_allc {
    margin-right: 10px;
  }
  .search-post7 {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
  }
  .search-post {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
  }
  .searchresult_wraplunder5 {
    height: fit-content;
    width: 75%;
  }
  @media screen and (max-width: 768px) {
    .searchresult_wraplunder5 {
        height: fit-content;
        width: 75%;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .searchresult_wraplunder5 {
        height: fit-content;
        width: 75%;
    }
  }
  .form {
    display: flex;
    align-items: center;
  }
  .form4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .new {
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 0 5px;
    display: inline-block;
    margin-left: 5px;
  }
  .searchresult_wrap2 {
    width: 15%;
    outline: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  
  .searchresult_wrap2top {
    width: 25%;
    outline: none;
  }
  .searchresult_wrap2topunder {
    height: 80px;
  }
  .button1_wrap {
    width: auto;
    height: fit-content;
  }
  .button6,
  .button_p,
  .button_p1 {
    height: 20px;
    width: 100px;
    font-size: 13px;
    cursor: pointer;
    background-color: #ade1e3;
    box-shadow: 0 0 8px 1px #ccc;
    border-radius: 3px;
    outline: 1px solid gray;
    border: none;
    text-align: center;
  }
  .restbutton {
    pointer-events: none;
    background-color: #ccc;
    color: gray;
  }
  progress {
    margin-left: 5px;
    width: 80px;
  }