.private { font-size: 15px; color: #666; line-height: 1.5; margin-top: 70px; }

.private h1, .private h2 { color: #444; margin-top: 0; }
.private h2 { font-size: 18px; }

.private .bdbox { border: 1px solid #ccc; padding: 40px; margin-bottom: 40px; }
.private .bdbox h2 { color: #146af0; }

.private .prvt-item { margin-bottom: 40px; }
.private .prvt-item h2 { background-color: #ecefff; padding: 15px 30px;}
.private .prvt-item p { padding: 0 30px; }

.private ul { margin: 10px 0; }
.private ul li { list-style: none; text-indent: -28px; padding-left: 40px;     margin-bottom: 14px; }
.private ul li::before {    
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    position: relative;
    left: -18px;
    top: -2px;
    background: #146af0;
    border-radius: 50%;
    margin-left: 20px;
}


#content h2.title { display: none; }