#logo_wrapper
{
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 500;
}

#logo_wrapper img
{
    width: 50%; 
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

/* シュミレーション関係 */
#result_disp
{
    display: none;
}


