.icon-uniF105:before {
  content: "\f022";
}
.coursenull {
  text-align: center;
  padding: 75px 0 100px 0;
  border: 1px solid #eee;
  margin-bottom: 15px;
  background-color: #F9FAFB;
}
.coursenull p {
  margin: 20px 0 5px 0;
}
.coursenull a {
  font-size: 14px;
  color: #3f7cb2;
}
.coursenull a span {
  color: #a6a7a9;
  margin-left: 5px;
  font-size: 18px;
  vertical-align: 17%;
}

.wrapper_pc{
  background: white;
}


.wrapper_mobile{
  display:none;
}



@media only screen and (max-width: 500px) {
  .wrapper_mobile {
    display: block;
    width: 100vw;
  }

  .wrapper_pc {
    display: none;
  }

  .wrapper_mobile .footer{
    display: none;
  }

  .wrapper_mobile  .search-box {
    display: block;
    width: 85%;
    height: 32px;
    padding: 0 12px;
    margin: 7px auto;
    background-color: #f7f8fc;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .wrapper_mobile  .search-box .search-icon_new {
    display: inline-block;
    width: 22px;
    height: 32px;
    margin-top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    background-image: url(/andisk/images/mhome/search-ind.png);
    vertical-align: middle;
  }

  .wrapper_mobile  .search-box .search-text {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #c0c2cc;
    vertical-align: bottom;
  }

  .wrapper_mobile   img{
    display: block;
  }

  .wrapper_mobile   .more .more-link {
    margin-right: -15px;
    margin-top: 0px;
    font-weight: 600;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper_mobile  .more {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 13px;
    margin-top: 0px;

  }

  .wrapper_mobile   p.p3 {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

}
