@charset "UTF-8";
@-webkit-keyframes focusFade {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: #C2E100;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes focusFade {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: #C2E100;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDelay {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes openNavi {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes openNavi {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

/*
* Bootstrap Customize
*/
.lead br {
  display: block;
}

.text-success {
  color: #809500 !important;
}

.text-middle-wrap {
  position: relative;
}

.text-middle-wrap .text-middle {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.text-middle-wrap .text-middle.material-icons {
  width: 1em;
  height: 1em;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled) {
  background-color: #fff;
  color: #6c757d;
  border-color: #ced4da;
  margin: 0 auto;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled) > input[type="radio"] {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled) input[type="checkbox"] {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled)::before {
  position: relative;
  top: 0.1em;
  color: #dee2e6;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e836";
  width: 1em;
  overflow: hidden;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled):active {
  background-color: #C2E100;
  color: #343a40;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled):active::before {
  content: "\e86c";
  color: #343a40;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled).active {
  background-color: #C2E100;
  color: #343a40;
}

.btn-group .btn.btn-success:not(:disabled):not(.disabled).active::before {
  content: "\e86c";
  color: #343a40;
}

.btn-radius {
  font-size: 1.1rem;
  border-radius: 40px;
  padding: 1rem 2rem;
}

.btn-lg {
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

.btn-radius.btn-xl {
  font-size: 1.6rem;
  border-radius: 60px;
}

.btn-radius.btn-lg {
  font-size: 1.2rem;
  border-radius: 50px;
}

.btn-radius.btn-md {
  font-size: 1.1rem;
  border-radius: 40px;
}

.btn-radius.btn-sm {
  font-size: 1rem;
  border-radius: 30px;
}

.btn-radius.btn-xs {
  font-size: 0.8rem;
  border-radius: 20px;
}

.jumbotron {
  padding: 2.5vw;
  background-color: #fff;
}

.jumbotron > *:last-child {
  margin-bottom: 0;
}

.input-group.input-group-lg input[type='text'] {
  border: solid 3px #dee2e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

/*
* Unique Class
*/
.jq-toast-wrap .list-group {
  margin: 0 -10px;
}

.jq-toast-wrap .list-group li {
  padding: 3px 10px;
  border: none;
  border-bottom: solid 1px #495057;
}

.jq-toast-wrap .list-group li:first-child {
  border-top: solid 1px #495057;
}

.jq-toast-wrap .list-group li .title {
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2rem;
  vertical-align: text-bottom;
}

.jq-toast-wrap .list-group li .btn {
  font-size: 0.8rem;
}

.jq-toast-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inline-word {
  display: block;
  white-space: nowrap;
}

.focus {
  -webkit-animation: focusFade 2s 1;
          animation: focusFade 2s 1;
}

.material-icons {
  font-size: 120%;
  vertical-align: middle;
  position: relative;
}

.material-icons.keyboard_arrow_right::before {
  content: 'keyboard_arrow_right';
}

.material-icons.keyboard_arrow_left::before {
  content: 'keyboard_arrow_left';
}

/*
* HTML Sturacture
*/
html {
  overflow: auto;
}

body {
  overflow: auto;
  background-color: #f8f9fa;
}

body > .container-fluid {
  min-height: 100%;
}

body > .container-fluid > .row {
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

body.opened {
  height: 100vh;
  overflow: hidden;
}

body.opened .sidebar {
  left: 0%;
  animation: openNavi 0.2s ease 0s 1 normal;
  -webkit-animation: openNavi 0.2s ease 0s 1 normal;
}

h1 {
  margin-bottom: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
}

.navbar {
  padding: 10px 0;
}

.navbar .navbar-brand {
  font-size: 1.5rem;
}

.flex-base {
  display: block;
}

main {
  width: 100vw;
  animation: fadeIn 0.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  margin-bottom: 35vh;
}

main > section {
  margin: auto 30px;
}

main .navbar-brand {
  display: none;
}

main h3 {
  font-size: 1.2rem;
}

main h4 {
  background-color: #4559B7;
  color: #fff;
  font-size: 1rem;
  padding: 13px 10px;
}

main .card > .nav a.nav-link {
  border: none;
  border-top: solid 2px #4559B7;
  background-color: #e9ecef;
  color: #343a40;
  padding: 0;
}

main .card > .nav a.nav-link:hover {
  background-color: #f8f9fa;
  color: #4559B7;
}

main .card > .nav a.nav-link h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 1em;
}

main .card > .nav a.nav-link.active {
  background-color: #fff;
  color: #4559B7;
}

main .card .card-header {
  padding: 0;
}

main .card .card-header .card-title {
  border-top: solid 2px #4559B7;
  background-color: #fff;
  color: #4559B7;
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 1em;
}

.sidebar {
  /*
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	*/
}

.sidebar > section {
  background: #4559b7;
  background: linear-gradient(85deg, #c2e100 0%, #c2e100 12%, #4559b7 12.2%, #4559b7 100%);
  color: #fff;
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  perspective: 1000;
  -webkit-perspective: 1000;
}

.sidebar > section h1 {
  text-align: center;
  font-weight: 100;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 3vw 10vw;
  margin: 0 auto;
  border-bottom: none;
}

.sidebar > section h1 small {
  display: block;
  font-size: 0.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, Meiryo, "M+ 1p", sans-serif;
  font-weight: inherit;
  letter-spacing: 0.025rem;
  padding: 0 0 0.5vw;
}

.sidebar > section h1 a:hover {
  text-decoration: none;
}

.sidebar > section h2 {
  font-size: 2rem;
}

.sidebar > section .nav {
  margin-bottom: 20px;
}

.sidebar > section .nav-pills {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.sidebar > section .nav-item {
  width: 100%;
  font-size: 1.1rem;
}

.sidebar > section .nav-item .nav-link {
  padding-left: 0.5rem;
}

.sidebar > section .nav-item ul {
  padding: 0;
}

.sidebar > section .nav-item ul .nav-item {
  list-style: none;
  margin: 0 auto;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
  font-weight: 300;
}

.sidebar > section .nav-item ul .nav-item:last-of-type {
  border-bottom: none;
}

.sidebar > section .nav-item ul .nav-item .nav-link {
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 0.5rem;
  padding: 0.6rem 1rem 0.6rem 0.5rem;
}

.sidebar > section .nav-item ul .nav-item .nav-link:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}

.sidebar > section .nav-item ul .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.sidebar > section .nav-item ul .nav-item .nav-link.active:hover {
  background-color: #fff;
  color: #000;
}

.sidebar > section .nav-item ul .nav-item .nav-item {
  font-size: 1.0rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.sidebar > section .nav-item ul .nav-item .nav-item:last-of-type {
  border-bottom: none;
}

.sidebar > section .nav-item ul .nav-item .nav-item .nav-link {
  background-color: rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.6rem 0.5rem 0.6rem 1em;
}

.sidebar > section .nav-item ul .nav-item .nav-item .nav-link:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
}

.sidebar > section .nav-item ul .nav-item .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
}

.sidebar > section .nav-item ul .nav-item .nav-item .nav-link.active:hover {
  background-color: #fff;
  color: #000;
}

.sidebar > section .nav-item + .nav-item {
  margin-left: 0;
}

.sidebar > section .nav-link {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
  color: #fff;
}

.sidebar > section .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.sidebar > section .carousel {
  position: relative;
}

.sidebar > section .carousel .carousel-inner {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.sidebar > section .carousel .carousel-item .item {
  height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar > section .carousel .carousel-item h2 {
  margin: 3rem auto;
}

.sidebar > section .carousel .carousel-item p {
  display: block;
  width: 90%;
  font-size: 1rem;
  margin: 0 auto 0.5em;
}

.sidebar > section .carousel .carousel-indicators {
  bottom: -5em;
}

.sidebar > section .carousel figure {
  width: 60%;
  max-width: 150px;
  margin: 0 auto;
}

.sidebar > section .carousel figure img {
  width: 100%;
  height: auto;
}

.sidebar > section #copyright {
  color: #EEE;
  opacity: 0.75;
  display: none;
}

.placeholders {
  padding-bottom: 3rem;
}

.placeholder img {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.placeholder h3 {
  font-size: 1rem;
  line-height: 1.4em;
  padding-bottom: 1.5rem;
}

.placeholder .card-block > *:last-child {
  margin-bottom: 0;
}

table {
  table-layout: fixed;
}

.table-bordered {
  border: 1px solid #CCC;
}

.table-bordered th {
  border: 1px solid #CCC;
  background-color: #2A366C;
  color: #FEFEFE;
}

.table-bordered td {
  border: 1px solid #CCC;
}

table.table-saving th {
  font-size: 0.86em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.table-saving td {
  font-size: 0.86em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.table-data tr:hover td {
  background-color: #CED4EB;
}

table.table-data thead tr th {
  font-size: 0.86rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  background-color: #EEE;
  color: #111;
  font-weight: 600;
}

table.table-data thead tr td {
  font-size: 0.86rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}

table.table-data tbody tr th {
  font-size: 0.86rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  background-color: #EEE;
  color: #111;
  font-weight: 600;
}

table.table-data tbody tr td {
  font-size: 0.86rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}

.list.list-result-box {
  min-height: calc( 90vh - 300px);
}

.list.list-result-box .card .card-body {
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.list.list-result-box .card .card-body:first-child {
  border-top: none;
}

.list.list-result-box .card .card-body .card-title {
  color: #4559B7;
  font-size: 1rem;
  font-weight: 600;
}

.list.list-result-box .card .card-body .card-text {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.list.list-result-box .card .card-body p {
  margin-bottom: 0.25rem;
}

.list.list-result-box .card .card-body small {
  line-height: 2;
}

.list.list-result-box .card .card-body .btn-search-this {
  border-radius: 5px;
}

.list.list-result-box .card .card-body .btn-add {
  border-radius: 5px;
}

.list.list-result-box .card .card-body .mag-holdings .badge {
  max-width: 5em;
}

#login-input #visitor a.btn-link {
  font-size: 100%;
  color: #141a35;
  background-color: transparent;
}

#login-input #visitor a.btn-link i.material-icons {
  font-size: 133.333333%;
  border: solid 1px #131F83;
  padding: 5px;
  border-radius: 100%;
  margin: 0 10px 10px auto;
}

.btn-navi {
  border-radius: 90px 15px 15px 90px;
}

#navbarSupportedContent #status_btn {
  position: relative;
  border-radius: 30px;
  padding: 0.3rem 2rem;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

#navbarSupportedContent #status_btn:after {
  position: absolute;
  left: 4%;
  right: auto;
  top: 3px;
  font-size: 28px;
  line-height: 1;
  display: block;
  background-color: #fff;
  width: 24px;
  height: 24px;
  content: " ";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  border-radius: 100%;
}

#navbarSupportedContent #status_btn.btn-danger:after {
  left: 100%;
  margin-left: -30px;
}

.bootstrap-datetimepicker-widget tbody td {
  font-size: 0.9rem;
}

#history .cbp_tmtimeline::before {
  left: 30%;
}

#history .cbp_tmtimeline > li {
  position: relative;
}

#history .cbp_tmtimeline > li .cbp_tmtime {
  width: 30%;
  top: -10px;
  padding-right: 50px;
}

#history .cbp_tmtimeline > li .cbp_tmicon {
  position: absolute;
  top: 0;
  left: 30%;
}

#history .cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0px 0 15px 35%;
}

.card-book {
  border-color: #adb5bd;
}

@media (min-width: 768px) {
  .btn-group .btn.btn-success:not(:disabled):not(.disabled) > input[type="radio"] {
    display: inline;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    background-color: transparent;
    outline: none;
  }
  .btn-group .btn.btn-success:not(:disabled):not(.disabled) input[type="checkbox"] {
    display: inline;
  }
  .navbar {
    padding: 30px 0;
  }
  .sidebar > section h1 {
    font-size: 3rem;
    padding: 2vw 4vw 1vw;
  }
  .sidebar > section h1 small {
    font-size: 1rem;
  }
  .sidebar > section .nav-item {
    font-size: 0.9rem;
  }
  .sidebar > section .nav-item .nav-link {
    padding-left: 1rem;
  }
  .sidebar > section .nav-item ul .nav-item {
    font-size: 0.9rem;
    border-bottom: none;
  }
  .sidebar > section .nav-item ul .nav-item .nav-link {
    padding-left: 2.8rem;
  }
  .sidebar > section .nav-item ul .nav-item .nav-item {
    font-size: 0.8rem;
    border: none;
  }
  .sidebar > section .nav-item ul .nav-item .nav-item .nav-link {
    padding: 0.3rem 0.5rem 0.3rem 2.8rem;
  }
  .list.list-result-box .card .card-body .card-title {
    font-size: 1.3rem;
  }
  #navbarSupportedContent {
    position: static;
  }
  .dl-book-selected dt {
    width: 8em;
  }
  .dl-book-selected dd {
    width: calc( 100% - 8em);
  }
}

@media (min-width: 992px) {
  body.opened {
    height: auto;
    overflow: auto;
  }
  .flex-base {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  main {
    width: 77.5vw;
    max-width: 1400px;
  }
  main .navbar-brand {
    display: block;
  }
  .sidebar {
    width: 22.5vw;
  }
  .sidebar > section {
    width: 22.5vw;
    position: fixed;
    /*
			position: fixed;
			width: 24%;
			height: 100vh;
			overflow: scroll;
			overflow-x: hidden;
			padding-bottom: 3em;
			*/
  }
  .sidebar > section .carousel .carousel-item .item {
    display: block;
    height: 320px;
  }
  .sidebar > section .carousel .carousel-item p {
    font-size: calc(0.5rem + 0.4vw);
  }
  .sidebar > section .carousel figure {
    width: 40%;
  }
  .sidebar > section #copyright {
    display: none;
    position: fixed;
    width: 24%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    text-align: center;
    font-size: 0.4rem;
    font-weight: 100;
  }
  .btn-navi {
    display: none;
  }
}

@media (min-width: 1200px) {
  .w-xl-66 {
    width: 66.666666% !important;
  }
  .navbar .navbar-brand {
    font-size: calc(1rem + 0.6vw);
  }
  main .card .card-header .card-title {
    font-size: calc(0.8rem + 0.6vw);
  }
  .sidebar > section h1 {
    font-size: calc(1rem + 3vw);
  }
  .sidebar > section h1 small {
    font-size: 1rem;
  }
  .sidebar > section .nav-item {
    font-size: calc(0.8rem + 0.2vw);
  }
  .sidebar > section .nav-item ul .nav-item {
    font-size: calc(0.8rem + 0.2vw);
  }
  .sidebar > section .nav-item ul .nav-item .nav-item {
    font-size: calc(0.8rem + 0.1vw);
  }
  .placeholder h3 {
    font-size: calc(0.8rem + 0.2vw);
  }
  table.table-data thead tr th {
    font-size: calc(0.7rem + 0.25vw);
  }
  table.table-data thead tr td {
    font-size: calc(0.7rem + 0.25vw);
  }
  table.table-data tbody tr th {
    font-size: calc(0.7rem + 0.25vw);
  }
  table.table-data tbody tr td {
    font-size: calc(0.7rem + 0.25vw);
  }
}

@media (max-width: 767.98px) {
  main > section {
    margin: auto 5px;
  }
  table.table-data {
    display: block;
  }
  table.table-data thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
  }
  table.table-data thead tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  table.table-data thead tr th {
    display: block;
  }
  table.table-data thead tr th:nth-child(1) {
    width: 25%;
  }
  table.table-data thead tr th:nth-child(2) {
    width: 25%;
  }
  table.table-data thead tr th:nth-child(3) {
    width: 25%;
  }
  table.table-data thead tr th:nth-child(4) {
    width: 25%;
  }
  table.table-data thead tr th:nth-child(5) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data thead tr th:nth-child(6) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data thead tr th:nth-child(7) {
    width: 50%;
    border-top: dotted 1px #EEE;
  }
  table.table-data thead tr td {
    display: block;
  }
  table.table-data thead tr td:nth-child(1) {
    width: 25%;
  }
  table.table-data thead tr td:nth-child(2) {
    width: 25%;
  }
  table.table-data thead tr td:nth-child(3) {
    width: 25%;
  }
  table.table-data thead tr td:nth-child(4) {
    width: 25%;
  }
  table.table-data thead tr td:nth-child(5) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data thead tr td:nth-child(6) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data thead tr td:nth-child(7) {
    width: 50%;
    border-top: dotted 1px #EEE;
  }
  table.table-data tbody {
    display: block;
  }
  table.table-data tbody tr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  table.table-data tbody tr th {
    display: block;
  }
  table.table-data tbody tr th:nth-child(1) {
    width: 25%;
  }
  table.table-data tbody tr th:nth-child(2) {
    width: 25%;
  }
  table.table-data tbody tr th:nth-child(3) {
    width: 25%;
  }
  table.table-data tbody tr th:nth-child(4) {
    width: 25%;
  }
  table.table-data tbody tr th:nth-child(5) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data tbody tr th:nth-child(6) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data tbody tr th:nth-child(7) {
    width: 50%;
    border-top: dotted 1px #EEE;
  }
  table.table-data tbody tr td {
    display: block;
  }
  table.table-data tbody tr td:nth-child(1) {
    width: 25%;
  }
  table.table-data tbody tr td:nth-child(2) {
    width: 25%;
  }
  table.table-data tbody tr td:nth-child(3) {
    width: 25%;
  }
  table.table-data tbody tr td:nth-child(4) {
    width: 25%;
  }
  table.table-data tbody tr td:nth-child(5) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data tbody tr td:nth-child(6) {
    width: 25%;
    border-top: dotted 1px #EEE;
  }
  table.table-data tbody tr td:nth-child(7) {
    width: 50%;
    border-top: dotted 1px #EEE;
  }
}

@media (max-width: 991.98px) {
  main > section {
    margin: auto 15px;
  }
  .sidebar {
    width: 100vw;
    position: absolute;
    left: -100vw;
    z-index: 99999;
  }
  .sidebar section {
    width: 100vw;
  }
  .btn-group.btn-md-group {
    display: block !important;
  }
  .btn-group.btn-md-group .btn {
    display: block !important;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border-radius: 0;
  }
  .card-body {
    padding: 5px;
  }
}

@media screen and (max-width: 47.2em) {
  #history .cbp_tmtimeline > li {
    margin: 0 auto 15px;
  }
  #history .cbp_tmtimeline > li .cbp_tmtime {
    width: auto;
    top: auto;
    padding: 0 0 10px 75px;
  }
  #history .cbp_tmtimeline > li .cbp_tmicon {
    left: 10px;
    margin: 0 auto;
  }
  #history .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 auto;
  }
}

/*
 * 日付ピッカー
 */
.bootstrap-datetimepicker-widget tbody td {
  font-size: 0.9rem;
}

/*
 *
 */
/*# sourceMappingURL=contents.css.map */