/*
 Theme Name:   hca Child
 Template:     hca
 Version:      1.0.0
*/

/* --- 求人情報のレスポンシブ切替 --- */

/* PCではスマホ用を非表示 */
@media screen and (min-width: 768px) {
  .job_information_sp {
    display: none;
  }
}

/* スマホではPC用を非表示 */
@media screen and (max-width: 767px) {
  .job_information {
    display: none;
  }
/* 沿革の最後の丸（2025）の下の線だけ消す */
tr:last-child .yellow_circle > .yellow_circle_line {
    display: none;
}