.info_logo > a {
  transition: 0.3s;
}

.info_logo > a:hover {
  opacity: 0.6;
}

/* -------------------------------------
  sp
------------------------------------- */
@media screen and (max-width: 750px) {
  .newsDate {
    color: #2b97cb;
    font-size: 14px;
  }
  .news-list dd {
    font-size: 14px;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 751px) {
  .jobtype_fl > a {
    width: 40%;
  }
  .newsDate {
    color: #2b97cb;
    font-size: 16px;
  }
  .news-list {
    max-height: 240px;
  }
  .news-list dd {
    font-size: 16px;
    margin-bottom: 40px !important;
  }
  .news-list dd:last-child {
    margin-bottom: 0 !important;
  }
  .jobtype_box1 {
    display: table;
  }
  .jobtype_box1 > div {
    display: table-cell;
    vertical-align: middle;
  }
  .jobtype_box1 > div > span {
    font-size: 0.85em;
  }
}/*# sourceMappingURL=add2307.css.map */