@charset "UTF-8";

/*---------リクルート非表示---------*/
#recruit_none + .composite_box01 .inner_item:nth-child(1){
    display: none;
}
#recruit_none + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
  width: 60%;
  margin-left: 0 !important;
}
@media screen and (max-width: 800px){
  #recruit_none + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1){
    width: 100% !important;
  }
}