.p-news-mv::before, .p-news-detail-mv::before {
  background: url(/assets2021/img/news/mv_sp.jpg) no-repeat center center/cover;
}
@media print, screen and (min-width: 768px) {
  .p-news-mv::before, .p-news-detail-mv::before {
    background: url(/assets2021/img/news/mv_pc.jpg) no-repeat center center/cover;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news-detail-mv .p-mv__inner {
    height: 260px;
  }
}
.p-news__title-area {
  position: relative;
  padding-top: 10px;
}
.p-news__title-area .p-news-select {
  position: absolute;
  right: 0;
  top: 0;
}
.p-news-select {
  text-align: right;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-news-select {
    padding-right: 0;
  }
}
.p-news-select__select {
  height: 30px;
  max-width: 140px;
  width: 140px;
}
.p-news-list {
  list-style: none;
  border-top: #dddddd solid 1px;
}
.p-news-list li {
  border-bottom: #dddddd solid 1px;
  padding: 15px 0;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .p-news-list li {
    padding: 15px 0;
  }
}
.p-news-list__box {
  position: relative;
  line-height: 1;
  margin-bottom: 0.4em;
}
@media print, screen and (min-width: 768px) {
  .p-news-list__box {
    display: inline-block;
    width: 20%;
  }
}
.p-news-list a {
  text-decoration: none;
}
.p-news-list a:hover {
  text-decoration: underline;
}
.p-news-list a .ic-blank {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -1px);
  transform: translate(0, -1px);
}
@media print, screen and (min-width: 768px) {
  .p-news-list a {
    display: inline-block;
    width: 78%;
  }
}
.p-news__time {
  margin-top: 5px;
  padding: 0.1em;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
}
.p-news-detail {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail {
    padding-top: 0;
  }
}
.p-news-detail__header {
  border-bottom: #dddddd solid 1px;
  padding-bottom: 1em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__header {
    padding-bottom: 2em;
  }
}
.p-news-detail__title {
  margin-top: 0.5em;
  font-size: 1.8rem;
  line-height: 1.333;
  color: #003D6C;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__title {
    font-size: 2.2rem;
  }
}
.p-news-detail__body {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__body {
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 1.6rem;
  }
}
.p-news-detail__body p:not(:first-child) {
  margin-top: 1.5em;
}
.p-news-detail__body .movie {
  width: 100%;
  max-width: 680px;
  height: auto;
}
.p-news-detail__body .movie video {
  width: 100%;
}
.p-news-detail__button-area {
  padding: 2em 0;
  text-align: center;
}
.p-news-detail__button-area .c-button01 {
  margin: 1em auto 0;
  max-width: 480px;
}
@media print, screen and (max-width: 767px) {
  .p-news-detail__button-area .c-button01 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__button-area .c-button01 {
    max-width: 320px;
  }
}
.p-news-detail__button-index {
  margin-top: 10px;
  border-top: #dddddd solid 1px;
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-news-detail__button-index {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.p-news-detail__button-index a {
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .p-news-detail__button-index a {
    font-size: 1.5rem;
  }
}