@charset "UTF-8";

.c-logo img{
    height: 40px;
}
.c-logo p{
    margin:0 auto;
    font-size: 1.5em;
    padding: 0px 5px;
    font-weight: 600;
}
#header .c-logo{
    display: flex;
}
#header .inner{
    display: flex;
    justify-content: space-between;
}