@media screen and (min-width: 768px) {
  #news-wrapper .pc, .news-250812_projectx_news .pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper .pc, .news-250812_projectx_news .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #news-wrapper .sp, .news-250812_projectx_news .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper .sp, .news-250812_projectx_news .sp {
    display: block;
  }
}

#news-wrapper .kv-width, .news-250812_projectx_news .kv-width {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #news-wrapper .kv-width, .news-250812_projectx_news .kv-width {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper .kv-width, .news-250812_projectx_news .kv-width {
    width: 100%;
  }
}

#news-wrapper .img-width, .news-250812_projectx_news .img-width {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #news-wrapper .img-width, .news-250812_projectx_news .img-width {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  #news-wrapper .img-width, .news-250812_projectx_news .img-width {
    width: 100%;
  }
}

#news-wrapper .video, .news-250812_projectx_news .video {
  position: relative;
  text-align: center;
}

#news-wrapper .video .video-thumbnail, .news-250812_projectx_news .video .video-thumbnail {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #news-wrapper .video .video-thumbnail, .news-250812_projectx_news .video .video-thumbnail {
    width: 100%;
  }
}

#news-wrapper .video video, .news-250812_projectx_news .video video {
  display: none;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #news-wrapper .video video, .news-250812_projectx_news .video video {
    width: 100%;
  }
}

#news-wrapper .text-link, .news-250812_projectx_news .text-link {
  text-decoration: underline;
  color: blue;
}

@media screen and (min-width: 768px) {
  #news-wrapper .text-link:hover, .news-250812_projectx_news .text-link:hover {
    color: #c9192e;
  }
}

#news-wrapper .button__wrapper, .news-250812_projectx_news .button__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#news-wrapper .button__wrapper .button, .news-250812_projectx_news .button__wrapper .button {
  border-radius: 3px;
  width: 210px;
}
