#privacy {
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#privacy h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #008bd5;
    margin-top: 30px;
}

#privacy h2:first-of-type {
    margin-top: 45px;
}

#privacy .txt {
    margin-top: 10px;
}

#privacy .txt ol {
    padding-left: 1.5em;
}

#privacy .txt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

#privacy .txt ul::before {
	content: "※";
	display: block;
}

#privacy .note {
    margin-top: 30px;
    text-align: right;
}



/***********************************************************/
@media only screen and (min-width:768px) {

#privacy h2 {
    font-size: 2.6rem;
    margin-top: 70px;
}

#privacy h2:first-of-type {
    margin-top: 65px;
}

#privacy .txt {
    margin-top: 20px;
}

#privacy .note {
    margin-top: 50px;
}


}