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

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

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

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

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

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

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

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

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

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

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

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

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

#news-wrapper .button__wrapper .button {
  width: 180px;
}
