html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Noto Sans JP', sans-serif;
}

body a {
  color: #0d6efd;
  text-decoration: none;
}

header .navbar{
  min-height: 90px;
}

.fs-7 {
  font-size: 0.75rem;
}

.table-fixed {
  table-layout: fixed;
}

.border-bottom-1 {
  border-style: none none solid none;
  border-width: 1px;
  border-color: #dcdcdc;
}

.border-bottom-2 {
  border-style: none none solid none;
  border-width: 2px;
  border-color: #dcdcdc;
}

.mr-auto {
  margin-right: auto;
}

.pr-initial {
  padding-right: initial;
}

.pl-initial {
  padding-left: initial;
}

#left-nav a {
  color: #000;
}

#left-nav a:hover {
  color: #0d6efd;
}

.mw-100px {
  min-width: 100px;
}

.bg-status {
  background-color: #87cefa;
}
.bg-status-invoice {
  background-color: #ffa07a;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 62%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar2 {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 37%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar li {
  max-height: 40px;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 4px solid #FFF;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  background-color: #87cefa;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #87cefa;
}
.stepBar2 .step.current {
  background-color: #ffa07a;
}
.stepBar2 .step.current:before, .stepBar2 .step.current:after {
  background-color: #ffa07a;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}
