@charset "UTF-8";

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width: 900px) {
  
  /* =====================
    favorite
  ===================== */

  .no_favorite {
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
  }

  .search_box {
    background: #fff;
    margin-top: 80px;
  }

  .job_list {
    margin-top: 40px;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

@media screen and (max-width: 899px) {
    
  /* =====================
    favorite
  ===================== */

  .no_favorite {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
  }

  .search_box {
    background: #fff;
    margin-top: 40px;
  }

  .job_list {
    margin-top: 20px;
  }
  

    
}
