#news-detail {
  padding-top: 10rem;
  padding-bottom: 14rem;
  width: 74rem;
  margin: 0 auto;
}
#news-detail .news-detail_head .date {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 0.6rem;
  font-weight: 600;
}
#news-detail .news-detail_head h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 1rem;
}
#news-detail .news-detail_content {
  padding-top: 5rem;
  padding-bottom: 7rem;
}
#news-detail .news-detail_content img {
  width: revert-layer;
  height: revert-layer;
  max-width: 100%;
  margin-top: 3rem;
}
#news-detail .news-detail_content p {
  font-size: 1.5rem;
  line-height: 1.8;
}
#news-detail .news-detail_content a + br + a {
  padding-top: 0.8rem;
}
#news-detail .news-detail_content img {
  padding-top: 1.5rem;
}
#news-detail .news-detail_content a {
  display: inline-block;
  color: #14629B;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 100%;
}
#news-detail .news-detail_content a:hover {
  color: #7C8C98;
}

@media screen and (max-width: 767px) {
  #news-detail {
    padding-top: 7rem;
    padding-bottom: 9rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #news-detail .news-detail_head h3 {
    font-size: 1.8rem;
  }
  #news-detail .news-detail_content {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  #news-detail .news-detail_content img {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}