body {
    background-color: var(--bianca);
}

#policy #header {
    margin-bottom: 0;
}

#policy .header-logo {
    display: none;
}

#policy .header-slide {
    height: 30vh;
}

#policy .header-slide img {
    width: 100%;
    height: 100%;
}

#policy .policy a {
    color: var(--carrotOrange) !important;
}

#policy .policy a {
    color: var(--carrotOrange) !important;
}

/**/
.policy-title {
    font-family: tsuku_bold;
    font-size: 1.25rem;
    color: var(--zeus);
    font-weight: bold;
    padding-top: 3.5625rem;
    margin-bottom: 3.875rem;
}

.policy-sub-title {
    /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 0.8125rem;
    color: var(--black);
    margin-bottom: 1.0625rem;
    text-align: left;
}

.policy .policy-sub-intro {
    /* font-family: hirakaku_w3; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.policy-content {
    margin-bottom: 5rem;
}

.policy p, .policy span {
    /* font-family: hirakaku_w3; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 0.75rem;
    color: var(--black);
    margin-bottom: 0;
    text-align: left;
}

.policy span {
    /* font-family: hirakaku_w5; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.policy-item {
    margin-bottom: 1.25rem;
}

.policy .policy-sign {
    /* font-family: hirakaku_w3; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    margin-bottom: 2rem;
}

.policy-title {
    margin-top: 0;
    line-height: 30px;
}

@media screen and (min-width: 768px) {
    #policy .header-logo, #menu {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .policy-title {
        font-size: 2.625rem;
        padding-top: 7.5rem;
        margin-bottom: 5.625rem;
        line-height: 63px;
    }
    .policy-sub-title {
        font-size: 1.375rem;
        margin-bottom: 2.5rem;
    }
    .policy p, .policy span {
        font-size: 0.9375rem;
        line-height: 1.45rem;
    }
    .policy .policy-sub-intro {
        margin-bottom: 3rem;
    }
    .policy-item {
        margin-bottom: 3rem;
    }
    .policy .policy-sign {
        display: block !important;
        /* margin-bottom: 4rem; */
    }
    .policy-content {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .policy p, .policy span {
        line-height: 1.5rem;
    }
}