/* 全ページ共通ヘッダー：ロゴ＋タクQ ハイヤー転職相談 */
.site-global-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d9e2ea;
  box-sizing: border-box;
}

.site-global-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 94%;
  max-width: 960px;
  min-height: 82px;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
}

.site-global-logo {
  flex: 0 1 450px;
  margin: 0;
  line-height: 1;
}

.site-global-logo a,
.site-global-logo img {
  display: block;
}

.site-global-logo img {
  width: 450px;
  max-width: 100%;
  height: auto;
}

.site-header-contact {
  flex: 0 0 auto;
  margin-left: 24px;
  text-align: center;
  line-height: 1.25;
}

.site-header-contact-label {
  display: block;
  margin-bottom: 2px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.site-header-contact-tel {
  display: block;
  color: #d71920;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header-contact-tel:hover {
  color: #9f1016;
  text-decoration: none;
}

.site-header-contact-hours {
  display: block;
  margin-top: 3px;
  color: #555;
  font-size: 11px;
  white-space: nowrap;
}

/* 旧ロゴのみのヘッダーは共通ヘッダーへ置換 */
.site-global-header + #wrapper #top {
  display: none;
}

@media screen and (max-width: 640px) {
  .site-global-header-inner {
    min-height: 66px;
    padding: 8px 0;
  }

  .site-global-logo {
    flex-basis: 56%;
  }

  .site-header-contact {
    margin-left: 10px;
  }

  .site-header-contact-label {
    font-size: 10px;
  }

  .site-header-contact-tel {
    font-size: 17px;
  }

  .site-header-contact-hours {
    font-size: 8px;
  }
}
