/* ヘッダー全体をスッキリさせる */
#headerAreaSection#headerAreaSection,
#headerAreaOuter#headerAreaOuter,
#headerArea#headerArea {
    min-height: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* ナビゲーションを右端に寄せる */
#headerArea#headerArea {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

#globalNaviAreaSection#globalNaviAreaSection,
#globalNaviAreaOuter#globalNaviAreaOuter {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

#globalNaviArea#globalNaviArea > ul.menuFirst {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

#globalNaviArea#globalNaviArea > ul.menuFirst > li:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: none !important;
}

/* 「お問合せ」ボタン：詳細度をID二重指定で強制的に最優先にする */
#globalNaviArea#globalNaviArea > ul.menuFirst > li:last-child > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 160px !important;
    height: 56px !important;
    min-width: 160px !important;
    min-height: 56px !important;
    max-width: 160px !important;
    max-height: 56px !important;
    line-height: 56px !important;
    border-radius: 9999px !important;
    background-image: url("https://megumi-kensetsu.co.jp/global-data/20260910114020560.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px 24px !important;
}

/* 「お問合せ」の文字を完全に見えなくする */
#globalNaviArea#globalNaviArea > ul.menuFirst > li:last-child > a .txtOuter {
    visibility: hidden !important;
    position: absolute !important;
    font-size: 0 !important;
    line-height: 0 !important;
}