/*
Theme Name:SOLARIS child
Theme URI:
Description:WordPressテーマSORALISの子テーマです。
Template:solaris_tcd088
Author:TCD
Author URI:https://tcd-theme.com/
Version:2.10
*/


/* 採用情報TOPページ */
#blog_list .content_inner.content-recruit_inner {
  position: static;
  top: auto;
  transform: none;
}

#blog_list .content.content-recruit {
  height: auto;
}

#blog_list .q_button_wrap.btn-recruit-detail {
  margin-bottom: 0;
}
#blog_list .q_button_wrap.btn-recruit-detail a {
  width: 240px;
  height: 60px;
}

@media screen and (max-width: 950px) {
  #blog_list .item.item-recruit {
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  #blog_list .item.item-recruit {
    padding-bottom: 30px;
  }
  #blog_list .q_button_wrap.btn-recruit-detail a {
    width: 100%;
    max-width: 480px;
  }
}