@media (min-width: 768px) {
  .c_mv {
    background-image: url("../../img/pages/news/img_mv.jpg");
  }
}

@media (max-width: 767px) {
  .c_mv {
    background-image: url("../../img/pages/news/img_mv_sp.jpg");
  }
}

@media (min-width: 768px) {
  .p_news {
    margin-bottom: 180px;
  }
}

@media (max-width: 767px) {
  .p_news {
    margin-bottom: 20vw;
  }
}

.p_news__table {
  border-top: 1px solid #bdc6d7;
  width: 100%;
}

.p_news__table tr {
  border-bottom: 1px solid #bdc6d7;
}

@media (min-width: 768px) {
  .p_news__table tr th,
  .p_news__table tr td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .p_news__table tr th,
  .p_news__table tr td {
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
  }
}

@media (min-width: 768px) {
  .p_news__table tr th {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .p_news__table tr th {
    padding-right: 2.66vw;
  }
}

.p_news__table tr th span {
  display: inline-block;
  background: #192860;
  color: #fff;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (min-width: 768px) {
  .p_news__table tr th span {
    font-size: 18px;
    padding: 4px 7px;
  }
}

@media (max-width: 767px) {
  .p_news__table tr th span {
    font-size: 13px;
    font-size: 3.46667vw;
    padding: 0.66vw 1.33vw 0.66vw 1.33vw;
  }
}

.p_news__table tr td {
  color: #192860;
}

@media (min-width: 768px) {
  .p_news__table tr td {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .p_news__table tr td {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.p_news__table tr td a {
  color: #192860;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .p_news__table tr td a:hover {
    text-decoration: none;
  }
}
