@charset "UTF-8";
.newsHead {
  background-image: url(../images/news_fv.jpg);
}

.topblock {
  display: none;
  background-color: #000000;
  width: 100%;
  height: 15px;
  margin-top: 20px;
}

.pageHead {
  max-width: 800px;
  max-height: 400px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}

.newsArticle {
  max-width: 1200px;
  padding: 0 20px;
  margin-top: 100px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}
.newsArticle img {
  pointer-events: none;
  user-select: none;
}

.newsDate {
  max-width: 880px;
  font-size: 14px;
  margin: auto;
}
.newsDate spam {
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px;
  margin-left: 5px;
}

.newsTitle {
  max-width: 880px;
  font-size: 22px;
  margin: auto;
  margin-bottom: 30px;
}

.newsText {
  max-width: 880px;
  font-size: 16px;
  margin: auto;
  margin-bottom: 50px;
}

.newsImg {
  max-width: 880px;
  display: block;
  margin: auto;
}
.newsImg img {
  width: 100%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 60px;
}

/*データファイル*/
.fileBox {
  max-width: 880px;
  margin: auto;
}

.file_prev {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 12px;
  background-color: #eee;
  height: fit-content;
  min-height: 42px;
  border-radius: 5px;
  padding: 8px 18px 8px 16px;
  width: fit-content;
  margin-bottom: 10px;
  transition: 0.3s;
}
.file_prev img {
  height: 95%;
}
.file_prev p {
  line-height: 1.8;
}
.file_prev:hover {
  color: #fff;
  background-color: #0c0cb6;
}

.lightbox img {
  pointer-events: none;
  user-select: none;
}

@media (max-width: 689px){
  .topblock {
    display: block;
  }
  .newsArticle {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .newsTitle {
    font-size: 20px;
  }
  .newsText {
    font-size: 14px;
  }
  .newsImg a {
    width: 100%;
    margin-bottom: 20px;
  }
}