/* Simple header for kobelco-kenki static pages (teal variant) */

/* Cancel legacy frame.css body offset that assumed position:fixed #header */
body { margin-top: 0 !important; padding-top: 0 !important; }

#simple-header,
#simple-header *,
#simple-header *::before,
#simple-header *::after { box-sizing: border-box; }

#simple-header {
  width: 100%;
  padding: 20px 120px;
  background: #00A7AC;
  font-family: "Noto Sans JP", sans-serif;
}
#simple-header .sh__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
#simple-header .sh__logo {
  display: block;
  width: 100px;
  height: 21px;
  object-fit: contain;
}
#simple-header .sh__divider {
  display: block;
  width: 1px;
  height: 26px;
  background: #FFFFFF;
}
#simple-header .sh__sub {
  display: block;
  width: 140px;
  height: 23px;
  object-fit: contain;
}

@media (max-width: 767px) {
  #simple-header { padding: 14px 16px; }
  #simple-header .sh__inner { gap: 12px; }
  #simple-header .sh__logo { width: 68px; height: 14px; }
  #simple-header .sh__divider { height: 18px; }
  #simple-header .sh__sub { width: 96px; height: 16px; }
}
