@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto');
body {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
}
.navbar {
  border-bottom: 1px solid #000;
}
.sidebar-offcanvas {
  height: 100vh;
  overflow-y: auto;
}
.table td, .table th {
  vertical-align: middle;
}