body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif, 'IPAGothic';
  font-size: 14px;
  line-height: 1.8em;
}

h1 {
  font-size: 34px;
  line-height: 1.5em;
}

.h4 {
  line-height: 1.3em;
}

.h4 small {
  font-size: 14px;
  font-weight: bold;
}

a {
  color: #006dd9;
}

p {
  margin-bottom: 1.5rem;
}

.navbar.bg-black {
  background-color: #000000;
}

.bg-light {
  background-color: #f2f3f4 !important;
}

.text-lg {
  font-size: 1.1em;
  line-height: 1.9em;
}

.list-center {
  width: 280px;
}

.btn-primary.btn-orange {
  font-size: 15px;
  background-color: #ff7a00;
  border-color: #ff7a00;
}

.btn-primary.btn-orange:not(:disabled):not(.disabled):hover {
  background-color: #d96800;
  border-color: #cc6200;
}

.btn-primary.btn-orange:not(:disabled):not(.disabled):active {
  background-color: #cc6200;
  border-color: #bf5c00;
}

.btn-primary.btn-orange:not(:disabled):not(.disabled):focus,
.btn-primary.btn-orange:not(:disabled):not(.disabled):active {
  box-shadow: 0 0 0 0.2rem rgba(255,142,38,0.5)
}

footer {
  font-size: 13px;
}
