@charset "UTF-8";

.news_dtl .date{
  line-height: 1;
}
.news_dtl .date::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 300;
  content: "\f017";
  margin-right: 0.5em;
}
.news_dtl .el_lv2Heading::after{
  display: none;
}
.news_body{
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.news_dtl .imagebox{
  display: flex;
  justify-content: center;
  margin-right: -10px;
  margin-left:-10px;
}
.news_dtl .imagebox .block{
  padding-right: 10px;
  padding-left:10px;
}
.news_dtl .imagebox + .longComment{margin-top: 2em;}