@charset "utf-8";

.privacy_policy_intro {
    line-height: 1.75;
}
.privacy_policy_list {
    line-height: 1.75;
}
.privacy_policy_list > li {
    margin-top: 36px;
}
.privacy_policy_list_ttl {
    font-size: 24px;
    margin-bottom: 12px;
}
.privacy_policy_decimal_list {
    padding-left: 0.8em;
    text-indent: -0.8em;
}
.privacy_policy_decimal_list2 {
    padding-left: 2em;
    text-indent: -2em;
    /* margin-left: -0.8em; */
}
.privacy_policy_decimal_list2 > li > ul {
    padding-left: 1em;
    text-indent: -1em;
    /* margin-left: -1em; */
}
.privacy_policy_last {
    margin-top: 40px;
}

@media (min-width: 767.01px) {
    .privacy_policy_intro {
        margin-top: 52px;
    }
}
@media (max-width: 767px) {
}
