/* internal/ ページではサイドバーを非表示にする */
.hide-sidebar .md-sidebar--primary {
  display: none;
}
