@charset "utf-8";
/* CSS Document */
#area_menu_kv{
  background-image: url("/recruit/img/news/header_SP.jpg");
}
/*------------------breakpoint-------------------*/
@media (min-width: 600px) {/*PC用*/
  #area_menu_kv{
    background-image: url("/recruit/img/news/header_PC.jpg");
  }
}



/*------------------breakpoint-------------------*/
#area_menu_kv #area_menu_ttl{
  padding-top: 7.5rem;
}
#area_menu_kv #area_menu_ttl{
  margin-bottom: 0;
}
#area_conts.for_menutop {
  margin-top: 8rem;
}
#area_conts .list_news {
  margin-bottom: 2rem;
}
#area_conts .list_news a{
  color: #262626;
}
#area_conts .list_news h2{
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
}
#area_conts .list_news h2.ttl_newsconts{
  font-size: 1.4rem;
  font-weight: normal;
}
.list_news article{
  padding-top: 2rem;
  border-top: solid .1rem #CCCCCC;
}
.list_news article:last-of-type{
  border-bottom: solid .1rem #CCCCCC;
}
#area_conts .list_news .date_news{
  margin-bottom: 1.3rem;
}

@media (min-width: 600px) {/*PC用*/
  #area_conts.for_menutop {
    margin-top: 6rem;
  }
  .list_news article{
    display: flex;
    padding: 2.2rem 0;
  }
  #area_conts .list_news .date_news,#area_conts .list_news h2.ttl_newsconts{
    margin-bottom: 0;
  }
  #area_conts .list_news .date_news{
    width: 10.3rem;
  }
}