.detail_logo {
  text-align: center;
  margin: 20px 0 30px;
}
.detail_logo img {
  max-height: 60px;
  height: auto;
  width: 180px;
}
@media screen and (max-width: 1024px) {
	.detail_logo img {
      width: 120px;
    }
}
.news-detail .day {
  display: block;
  font-size: 14px;
  color: #666;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 10px;
}
.news-detail__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.news-detailcontent img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}