@charset "UTF-8";

.header-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

.left-logo {
    height: 80px;
    width: auto;
    margin-top: 10px;
}

.right-logo {
    height: 47px;
    width: auto;
    padding-right: 15px;
}

.title{
    padding-left: 15px;
}
h2.sac_h2 {
    color: #888;
}


@media screen and (max-width: 870px) {
    header {
        display: none;
    }
}