@charset "UTF-8";
/* CSS Document */

.h1_page {
    background: url("../img/bg_h1.jpg") no-repeat center right;
}
.h1_page .inner {
    line-height: 1.2em;
}

@media screen and (max-width: 780px) {
    .h1_page {
        background-position: center;
        background-size: auto 100%;
    }
}

.h2_privacy {
    color: #1AB788;
    font-size: 150%;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 5px;
}