
.header-site {
    position: relative;
    background: #fffef9;
    z-index: 21
}

.header-site .container {
    position: relative;
    height: 100px;
    margin-top: 20px;
}

.image-fluid {
	max-width: 70%;
}
.header-site .header-site__corporate, .header-site .header-site__signet {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-site .header-site__corporate, .header-site .header-site__corporate img {
    max-height: 120px;
    width: auto
}

.header-site__corporate_left img {
    
    float:left;
}

.header-site__corporate_right img {
    
    float:right;
}

.header-site .header-site__signet {
    right: 14px;
    height: 140px
}

.header-site .header-site__signet img {
    width: auto;
    height: 50px
}

.header-site .institution-title-line {
    border-top: 1px solid #c3c3c3
}

.header-site .institution-title-line .institution-title-line__container {
    min-height: 53px;
    height: auto
}

.header-site .institution-title-line .institution-title-line__image {
    margin-top: 16px
}

.header-site .institution-title-line .institution-title-line__title {
    font-size: 1.2em;
    color: #376725;
    margin: 17px 0 17px 28px
}

.header-site .container-own-logo {
    height: auto
}

@media screen and (max-width:1024px) {
    .header-site .container {
        height: 100px
    }

    .header-site .header-site__signet, .header-site .header-site__signet img {
        height: 34px
    }

    .header-site .header-site__corporate, .header-site .header-site__corporate img {
        height: 48px
    }

    .header-site .container-own-logo {
        height: auto
    }
}
