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

/*下層MV*/
#privacy #lower_mv {
    background: url("../../assets/img/privacy/mv.webp") no-repeat;/*各ページごとに変更*/
    background-size: cover;
    background-position: center;
}
#privacy main {
    margin-top: 80px;/*各ページごとに変更*/
}
@media (max-width: 768px) {
    #privacy main {
        margin-top: 40px;
    }
}

#privacy .lower_headingB {
    color: #000000;
    margin-bottom: 40px;
}

#privacy .ol_list_wrap {
    margin-top: 6px;
    padding-left: 1.5em;
}
#privacy .ol_list_wrap li {
    list-style: decimal;
}

#privacy .ol_list_wrap ul {
    padding-left: 1.35em;
    margin-top: 8px;
}
#privacy .ol_list_wrap ul li {
    list-style: disc;
}

#privacy .ol_list_wrap dl {
    margin-top: 8px;
    margin-bottom: 20px;
}
#privacy .ol_list_wrap dl dt {
    font-weight: 600;
    margin-bottom: 2px;
}
#privacy .ol_list_wrap dl dd {
    padding-left: 1.2em;
    position: relative;
}
#privacy .ol_list_wrap dl dd::before {
    content: '';
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0.65em;
    left: 0.3em;
}

#privacy .contact_wrap {
    margin-top: 20px;
}
#privacy .contact_wrap img {
    max-width: 9.6em;
    display: inline-block;
    margin-left: 6px;
    vertical-align: text-bottom;
}

#privacy section:last-of-type {
    margin-bottom: 100px;
}
