header{
    display:flex;
    flex-direction:column;
}
.rowbox.hd{
    display:flex;
    flex-direction:row;
    height:calc(150px + 12px);
    margin-top:0;
}
.rowbox.hd .col{
}
.rowbox.hd .col.logo{
    line-height:0;
    margin-right:45px;
    margin-top:12px;
    width:150px;
}
.rowbox.hd .col.logo img{
    display:block;
}
.rowbox.hd .col.text{
    display:flex;
    flex-direction:column;
    font-weight:bold;
    max-width:100%;
    overflow:hidden;
    white-space:nowrap;
    width:calc(100% - 150px - 45px);
}
.rowbox.hd .col.text span{
    display:inline-block;
}
.rowbox.hd .col.text span.h1{
    color:#000080;
    font-size:3.9rem;
}
.rowbox.hd .col.text span.h2{
    color:darkgreen;
    font-size:1.9rem;
}