#printPdf .areaLogoTop {
    padding-top: 6px;
    padding-bottom: 3px;
    padding-right: 10px;
    background-color: #000000;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

#printPdf .areaLogoTop .logo-img-left {
    position: absolute;
    left: 0px;
    top: 1.5px;
    width: 109px;
}

#printPdf .areaLogoTop .logo-inner-txt{
    font-size: 25px;
    font-weight: bold;
    color: white;
    text-align: center;
    padding-bottom: 5px;
}

#printPdf .areaLogoTop .logo-img {
    position: absolute;
    right: 36px;
    width: 80px;
}

/* ============================================================================
 * PDF みらいエコ override (applies ONLY when exporting the mirai_eco PDF, does not affect
 * screen & does not affect other options). Fill in values here.
 * ========================================================================== */
#printPdf.pdf_mirai_eco .areaLogoTop {
    background: #000000;
}