@charset "UTF-8";

/* ▼▼▼ 採用情報
=====================================*/

.recruit_list dd:not(:last-child){
  margin-bottom: 30px;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

  .recruit_list dd:not(:last-child){
    margin-bottom: 20px;
  }
}
