.eng_ttl02 {
    margin-top: 0;
    width: 100%;
}

main {
    width: 85%;
    margin: auto;
    margin-bottom: 100px;
}

.privacypolicy_ttlbg {
    background-image: url(../images/privacypolicy_ttlbg.jpg);
}

.privacy_text {
    font-weight: 300;
    width: 80%;
    margin: auto;
}

h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.listStyle_latin {
    list-style: inside;
    list-style-type: lower-latin;
}
.listStyle_roman {
    list-style: inside;
    list-style-type: lower-roman;
}
.listStyle_decimal {
    list-style: inside;
    list-style-type: decimal;
}
.tab01 {
    margin-left: 20px;
}
.tab02 {
    margin-left: 40px;
    padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
    .ja_ttl {
    font-size: 42px;
    letter-spacing: 20px;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(81, 78, 78, 0.25);
    padding-top: 13px;
}
    .privacypolicy_ttlbg {
        background-image: url(../images/privacypolicy_ttlbg_sp.jpg);
    }

}
@media screen and (max-width: 767px) {
    .privacy_text {
        font-weight: 300;
        width: auto;
        margin: auto;
    }
    h2 {
        font-size: 16px;
    }


    .privacypolicy_wrap {
        width: auto;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .ja_ttl {
        font-size: 24px;
        letter-spacing: 8px;
        color: #fff;
        text-shadow: 2px 3px 3px rgba(81, 78, 78, 0.25);
        padding-top: 6px;
    }
}