@charset "UTF-8";

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

@media screen and (min-width: 900px) {

  /* =====================
    job
  ===================== */
  
  .search_box {
    background: #fff;
    margin-bottom: 80px;
  }

}

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

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

  #job {
    padding-top: 20px;
  }
  
  .search_box {
    background: #fff;
    margin-bottom: 40px;
  }
    
}
