@charset "UTF-8";
/*----------------------------------------------------------
下層ページ用ヘッダー
------------------------------------------------------------*/
.header01 {
  align-items: center;
  background-color: #000 !important;
  padding-bottom: 12.5px;
  padding-left: 30px;
  padding-top: 12.5px;
}
@media screen and (max-width: 576px) {
  .header01 {
    padding-left: 20px;
  }
}
.header01 .logo {
  max-width: 150px;
}
.header01 .menu-bt {
  height: 83px;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .header01 .menu-bt {
    height: 63px;
  }
}
/*# sourceMappingURL=sourcemaps/headerPage.css.map */