@charset "utf-8";

/*------------------------------------

terms.css

------------------------------------*/
#privacy_wrap .section,
#terms_wrap .section { 
    width: auto;
    margin: 0 55px;
}
#privacy_wrap p,
#privacy_wrap h4,
#terms_wrap p {
    margin: 0 45px;
}

#privacy_wrap ol,
#privacy_wrap ul,
#terms_wrap ol {
    margin: 0 55px;
    padding-left: 20px;
    list-style: decimal;
}

#privacy_wrap .list {
    margin: 13px 55px 13px 76px;
}
#privacy_wrap ul {
    list-style: circle;
}


#terms_wrap ol ol {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
#privacy_wrap .txt_right,
#terms_wrap .txt_right {
    width: auto;
    margin: 0 55px;
    text-align: right;
}