.PrivacyPolicy-title {
    margin: 30px;
    color: #8ec31e;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

#banner {
    width: 100%;
    height: 600px;
    background-image: url(../img/company_banner.jpg);
    background-size: cover;
    z-index: 1;
}
@media screen and (max-width: 860px) {
    #banner {
        height: 500px;
        background-image: url(../img/company_banner.jpg);
    }
}
@media screen and (max-width: 480px) {
    #banner {
        height: 400px;
        background-image: url(../img/company_banner.jpg);
    }
}
@media screen and (max-width: 768px) {
    br.sp {
        display: none;
    }
}
