@charset "utf-8";

html{
    font-size: 100%;
}

.mv{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:24px;
}

.my-img{ flex:0 0 auto; }
.my-txt{ flex:1 1 auto; }

.logo{
    margin:0;
    line-height:1.4;
}
