/*==================================
共通
===================================*/

.news_btnarea {
  max-width: 100%;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 40px;
}

.news_btnarea a,
.card_bottom .main_btn {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  padding: 14px 4%;
  border-radius: 4px;
  margin: 10px 1%;
  text-align: center;
  width: 100%;
  max-width: 320px;
  height: auto!important;
}


.news_btnarea a:hover {
  opacity: 0.7;
}

.news_btnarea .main_btn,
.card_bottom .main_btn {
  background-color: #f15a24;
  color: #fff;
  border: none;

}

.news_btnarea .sub_btn {
  border: 1px solid #f15a24;
  color: #f15a24;
  background-color: #fff;
}

.card_bottom .main_btn {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}


/*==================================
news本文
===================================*/
.main_news_detail {
  box-sizing: border-box;
  padding: 20px 4%;
}

.main_news_detail * {
  box-sizing: border-box;
}

.news_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.newIcon {
  display: inline-block;
  position: relative;
  background-color: #ff0000;
  padding: 2px 7px;
  color: #fff;
  margin-right: 5px;
}


.main_news_detail .date {
  margin-bottom: 20px;
}

/*snsシェア*/
.newsAll {
  display: block;
  width: 130px;
  text-align: center;
  padding: 2px;
  border-bottom: 1px solid #575656;
  margin: 30px auto 0;
}

.sns_share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sns_share a {
  display: block;
  width: 27px;
  margin-left: 11px;
}

.sns_share a:first-of-type {
  width: 23px;
}

.sns_share a:hover {
  opacity: 0.7;
}

.star {
  color: #ffd400;
}

.news_tit {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
}

.news_img img {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 30px auto;
}

.news_txt {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5;

}

.tbl_tit {
  font-weight: bold;
  font-size: 22px;
  line-height: 23px;
  margin: 0 auto 20px;
  padding-left: 6px;
  border-left: #f15a24 solid 5px;
}


/* aside */
.news_aside {
  padding: 20px 4%;

}

.news_aside * {
  box-sizing: border-box;
}

/*==================================
求人カード表示
===================================*/


/* 1カラム */
.card {
  width: 1080px;
  max-width: 95%;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  margin: 0 auto 50px;
  padding-bottom: 72px;
  position: relative;
}

.cardBlock .card:last-of-type {
  margin: 0 auto 10px !important;
}

.last_updated {
  text-align: right;
  font-size: 11.5px;
  color: #8a8a8a;
  padding: 12px 3% 6px;
  letter-spacing: 1px;
}

.card_tit {
  padding: 0 3% 20px;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: bold;
}

.card_top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px 3%;
  flex-wrap: wrap;
}

.card_top .pic {
  width: 260px;
  margin-right: 2%;
  overflow: hidden;
}

.card_top .pic img {
  width: 100%;
}

.card a {
  color: #333;
}

.card_txt {
  flex: 1;
  color: #333;
}

.cat_name {
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.card_main_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 12px;
}

.card_icon {
  width: 34px;
  margin-right: 5px;
  text-align: center;
}

.card_icon span {
  font-size: 10px;
  color: #8b8b8b;
  display: block;
  line-height: 15px;
}

.card_icon img {
  width: 22px;
}

.limited_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 18px;
  word-spacing: 0;
}

.limited_txt.lead_txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 18px;
}

.card_bottom {
  background-color: #dbdbdb;
  padding: 16px 3%;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card_bottom .btn_list {
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.card_bottom .favorite {
  position: absolute;
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 3%;
  border: 1px solid #bfbfbf;
}

.card_bottom .favorite a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.card_bottom .favorite img {
  width: 55%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card_bottom .btn_list li:nth-child(1),
.card_bottom .btn_list li:nth-child(2) {
  width: 40%;
  margin-right: 4%;
}


.category {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  margin-right: 5px;
  line-height: 1.8em;
}

.c1 {
  background-color: #ff9900 !important;
  /*企業*/
}

.card_sp {
  display: none;
}

/* 2カラム */

.card.clm02 {
  width: 46.5%;
  position: relative;
}

.card.clm02:nth-child(odd) {
  margin-left: 2.5%;
}

.card.clm02:nth-child(even) {
  margin-right: 2.5%;
}

.clm02 .card_top {
  padding: 0 3% 10px;
}

.clm02 .card_bottom {
  padding: 14px 3%;
}

.clm02 .card_top .pic {
  width: 150px;
  height: 90px;
  overflow: hidden;
}

.clm02 .card_tit {
  font-size: 19px;
  padding: 0 3% 14px;
}

.clm02 .cat_name {
  font-size: 12px;
}

.clm02_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.company_logo img {
  height: 60px;
}

.company_logo:empty {
  display: none;
}


@media screen and (max-width: 1280px) {

  /*==================================
news本文
===================================*/
  .news_txt {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {

  /*==================================
共通
===================================*/
  #all {
    background-color: #f3f3f3;
  }



  /*==================================
aside
===================================*/


}

@media screen and (max-width: 768px) {

  /*==================================
求人カード表示
===================================*/

  /* 1カラム */
  .card {
    max-width: unset;
    width: 100%;
  }

  .card .sp_none {
    display: none;
  }

  .card_sp {
    display: block;
    flex: 1;
  }

  .card_top {
    padding: 20px 3% 0;
  }

  .card_top .pic {
    width: 180px;
    height: 115px;
  }

  .cat_name {
    font-size: 12px;
  }

  .card_tit {
    font-size: 17px;
    padding: 0;
    margin-bottom: 10px;
  }

  .card_txt {
    flex: unset;
    width: 100%;
    padding: 14px 0 7px;
  }

  .card_icon span {
    display: none;
  }

  .card_bottom {
    background-color: unset;
    display: flex;
    padding: 0 3% 26px;
  }

  .btn_list .main_btn,
  .btn_list .sub_btn {
    font-size: 16px;
  }

  .card_bottom .favorite {
    position: unset;
    transform: translate(0);
  }

  .card_bottom .btn_list {
    width: 90%;
  }

  .category {
    font-size: 10px;
    margin-right: 1.5%;
    padding: 0 4px;
    line-height: 1.7em;
  }

}



@media screen and (max-width: 480px) {
  .main_news_detail .date {
    font-size: 12px;
  }

  .news_tit {
    font-size: 18px;
    text-align: left;
  }

  .news_img img {
    width: 260px;
  }

  .news_txt {
    font-size: 14px;
    line-height: 1.6;
  }

  .news_btnarea {
    margin: 30px 4% 0;
  }

  .news_btnarea .main_btn,
  .news_btnarea .sub_btn,
  .card_bottom .main_btn {
    width: 100%;
  }

  .sns_share a {
    width: 24px;
    margin-left: 8px;
  }

  .sns_share a:first-of-type {
    width: 20px;
  }

  .tbl_tit {
    font-size: 18px;
  }



  /*==================================
求人カード表示
===================================*/


  .card_top .pic {
    width: 140px;
    height: 89px;
  }

  .card_tit {
    font-size: 14px;
  }

  .card_icon {
    width: 20px;
    margin-right: 2%;
  }

  .cat_name {
    font-size: 10px;
  }

  .limited_txt {
    font-size: 10.5px;
    line-height: 15px;
  }




}



@media screen and (max-width: 375px) {

  /*==================================
求人カード表示
===================================*/
  .card_top .pic {
    width: 120px;
    height: 77px;
  }
}