@charset "UTF-8";

.function-header {
    background: none;
}
.function-header-title em {
    font-style: normal;
}

/* ページIDが23460のLPページだけに適用する最終スタイル */

/* ヘッダーとその中身の高さを50pxに強制的に固定する */
.page-id-23460 #header,
.page-id-23460 #header .header-wrapper {
    height: 60px !important; /* 高さを60pxに固定 */
    min-height: auto !important;
    padding: 0 !important;
}

/* ロゴの高さをヘッダーの高さに合わせる */
.page-id-23460 #header .header-logo,
.page-id-23460 #header .header-logo a,
.page-id-23460 #header .header-logo img {
    height: 100% !important;
    max-height: 40px; /* ロゴの最大高さを40pxに制限 */
    width: auto;
    margin: 0 !important;
}

/* Flexboxの配置設定 */
.page-id-23460 #header .header-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 0 20px !important; /* 左右に少し余白を持たせる */
}