/* --- 投稿ページの更新日付を右寄せ表示に変更 --- */
.newsSec .contentGroup article .entry-header {
  display: block !important;
}
.newsSec .contentGroup article .entry-header .entry-meta {
  display: block !important;
  width: 100% !important;
  text-align: right !important;
  margin-top: .25rem;
}