.black .bg-dark {
  background-color: #000 !important;
}
.black .btn-secondary {
  background: none !important;
  background-color : #000 !important;
  color: white: !important;
}
.black .full-band-dark {
  background-color: #000;
  color:white;
}
.black .navbar-toggler {
  background-color: #000 !important;
  border: 1px solid white !important;
}
.black .nav-item a {
  color: #eee;
}
.black .nav-item.active a {
  color: #fff !important;
  font-weight: bold !important;
}
.black .full-band-dark a {
  color: #eee !important;
  background: linear-gradient(transparent 80%, #fff 100%);
}
.black .card a {
  border-bottom: 2px solid #ccc;
}
.black .plain-style a {
  color: #444 !important;
  border-bottom: 2px solid #ccc;
}
.black .card {
  border-color: #000 !important;
}
.black .card .card-header {
  background-color: #000;
  color: white;
}

* {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
}
blockquote {
  position: relative;
  padding: 10px 15px 10px 48px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  border-left: 4px solid #aaa;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
blockquote:before{
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  vertical-align: middle;
  content: '"';
  font-family: serif;
  color: #aaa;
  font-size: 60px;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}
blockquote cite {
  display: block;
  text-align: right;
  color: #444;
  font-size: 0.9em;
}
.page-body h1,.page-body h2,.page-body h3 {
  border-left: 4px solid #aaa;
  padding-left: 14px;
  font-weight: bold;
  font-size: 24px;
}
.page-body div h1,.page-body div h2,.page-body div h3 {
  border-left : none;
  padding-left: 0px;
}
.list-group-item.active {
  background-color: #777 !important;
  color: white !important;
  border-bottom: gray;
}
.list-group-item.active a {
  color: white !important;
  border-bottom: 2px solid #ccc;
}
.navbar-brand {
  font-weight: bold !important;
  font-size: 1.4em;
}
.form-table {
  width: 100%;
}
.form-table input[type="text"], .form-table input[type="number"], form-table input[type="email"], .form-table textarea, .form-table select {
  box-sizing: border-box;
  height: calc(0.75rem + 2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.has-danger .form-control-danger {
  border-color: #b00 !important;
}
.has-danger .form-control-feedback {
  color: #b00 !important;
}
.form-table input[type="text"].input-text-short,
.form-table input[type="number"].input-text-short,
.form-table input[type="email"].input-text-short {
  width: 5rem;
}
.form-table input[type="text"].input-text-1of2,
.form-table input[type="number"].input-text-1of2 {
  width: calc(50% - 0.5rem);
}
.form-table input[type="text"].input-text-1of2:first-of-type,
.form-table input[type="number"].input-text-1of2:first-of-type {
  margin-right: 1rem;
}
.form-table input[type="text"].input-text-1of3,
.form-table input[type="number"].input-text-1of3 {
  width: calc(33.3% - 0.6666rem);
}
.form-table input[type="text"].input-text-1of3:not(:last-of-type),
.form-table input[type="number"].input-text-1of3:not(:last-of-type) {
  margin-right: 1rem;
}
.form-table input[type="text"].input-text-multitier:not(:last-of-type),
.form-table input[type="number"].input-text-multitier:not(:last-of-type) {
  margin-bottom: 1rem;
}
.form-table input[type="text"].input-text-with-connector,
.form-table input[type="number"].input-text-with-connector {
  width: 40%;
}
.form-table input[type="text"].input-text-with-connector.connector-1char,
.form-table input[type="number"].input-text-with-connector.connector-1char {
  width: calc(50% - 2.25rem);
}
.form-table input[type="text"].input-text-with-connector.connector-2chars,
.form-table input[type="number"].input-text-with-connector.connector-2chars {
  width: calc(50% - 3.25rem);
}
.form-table select {
  display: inline-block;
  width: 100%;
  height: calc(0.75rem + 2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #000;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-table select.select-date {
  width: 7em;
}
@media screen and (max-width: 479px) {
  .form-table select.select-date {
    width: auto;
    height: auto;
    padding: 5px 1.75rem 5px 5px;
  }
}
.form-table textarea {
  height: auto;
}
select[size], select[multiple] {
  height: auto;
}
.form-table input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.form-table input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.cell-form-question {
  width: 30%;
  text-align: right;
  vertical-align: middle !important;
}
.cell-form-input {
  width: 70%;
  vertical-align: middle !important;
}
.form-table button[type=submit] {
  width: 100%;
}
.form-table .cell-form-input label {
  margin-right: 0.8em;
  line-height: 1em;
  top: 0.25rem;
}
.form-table .has-danger input[type="text"] {
  border-color: #d9534f;
}
h2,h3 .card-header {
  font-weight: bold !important;
}
.full-band-dark div {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  width: 100%;
}
.full-band-dark .date {
  display: block;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.bg-dark {
  border-bottom: 1px solid white !important;
}
.jumbotron {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.jumbotron > div {
  padding: 4rem 2rem !important;
  border-radius: .3rem;
}
.widget-panel {
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .jumbotron > div {
    padding: 2rem 1rem !important;
  }
  .input-short {
    margin-right: 7px;
  }
}
nav .btn-secondary {
  border: 1px solid white;
}
.btn-secondary {
  background-color: #555 !important;
}
.card-inner-list {
  padding: 0;
  border-radius: 0px 0px .25rem .25rem;
  overflow: hidden;
}
.full-band-dark {
  display: table;
  width: 100%;
  background-color: #555;
  color: white;
  margin: 20px 0px;
  height: 200px;
}
.navbar-toggler {
  background-color: #555 !important;
  border: 1px solid white !important;
}
.nav-item a {
  color: #eee !important;
}
.nav-item.active a {
  color: #fff !important;
  font-weight: bold !important;
}
.full-band-dark a {
  color: #eee !important;
  background: linear-gradient(transparent 80%, #fff 100%);
}
.card a {
  border-bottom: 2px solid #ccc;
}
.card .btn {
  background: none;
}
a {
  color: #55b;
}
.badge {
  font-weight: normal !important;
}
.plain-style a {
  color: #444 !important;
  border-bottom: 2px solid #ccc;
}
.list-main a {
  border-bottom: 2px solid #ccc;
}
.page-top-item {
  margin-top: 0em !important;
}
.breadcrumb {
  background-color: #eee;
}
.breadcrumb-item {
  color: #444 !important;
}
.plain-style div {
  padding-top: 12px;
  padding-bottom: 12px;
}
.full-band {
  background-color: #444;
  color:white;
  text-align: center;
  padding: 10px;
  margin-top: 24px;
  font-size: 24px;
}
.page-anchor {
  display:block;
  padding-top: 100px;
  margin-top: -95px;
}
strong.page-link {
  color:gray;
}
.input-short {
  width:180px !important;
}
.custom-checkbox .custom-control-indicator {
    box-shadow: 0 0 0 1px #333333;
}
.custom-radio .custom-control-indicator {
    box-shadow: 0 0 0 1px #333333;
}

.bn-main_widget a {
  color: #ffffff !important;
  background-color:rgba(0,0,0,0.5);
  background: linear-gradient(transparent 80%, #ffffff 100%);
}
.bn-example_body_text_nullam_quis_risus_eget a {
  color: #ffffff !important;
  background-color:rgba(0,0,0,0.5);
  background: linear-gradient(transparent 80%, #ffffff 100%);
}
.bn-3_columns_of_1 a {
  color: #000000 !important;
  background-color:rgba(0,0,0,0.5);
  background: linear-gradient(transparent 80%, #000000 100%);
}
.bn-3_columns_of_2 a {
  color: #000000 !important;
  background-color:rgba(0,0,0,0.5);
  background: linear-gradient(transparent 80%, #000000 100%);
}
.bn-3_columns_of_3 a {
  color: #000000 !important;
  background-color:rgba(0,0,0,0.5);
  background: linear-gradient(transparent 80%, #000000 100%);
}
.bn-3_columns_of_4 a {
  color: #000000 !important;
  background-color:rgba(0,0,0,0.5);
  background: linear-gradient(transparent 80%, #000000 100%);
}
