@charset "UTF-8";
.logo {
  font-family: "新ゴ B";
  font-weight: 800;
  margin-bottom: -9px;
}

@media screen and (min-width: 992px) {
  .logo {
    font-family: "新ゴ B";
    font-weight: 800;
    margin-bottom: 0;
  }
}
.title-border-black {
  position: relative;
  padding: 0 0 5px 10px;
  border-bottom: 4px solid #aaa;
}

.title-border-black:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #555;
}

.navbar-toggler-position {
  margin-right: 10px;
  margin-top: -50px;
}

@media screen and (min-width: 992px) {
  .navbar-toggler-position {
    margin-right: 0;
    margin-top: 0;
  }
}
.breadcrumb-position {
  top: 170px;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .breadcrumb-position {
    top: 180px;
  }
}/*# sourceMappingURL=header.css.map */