/* -----------------------------------
for privacy
----------------------------------- */
#privacy {
                                width: 830px;
                                height: auto;
                                margin: 0 auto;
                                font-size: 15px;
                                font-weight: 300;
                                line-height: 2.0em;
                                text-align: left;
                                box-sizing: border-box;
}
#privacy p {
                                margin-top: 25px;
                                font-size: 20px;
                                font-weight: 500;
                                line-height: 1.4em;
                                text-align: left;
}
#privacy .code_spec {
    width: 830px;
    height: auto;
    margin: 0 auto;
    margin-top: -40px;
}
#privacy .code_spec ul {
    clear: both;
    width: 830px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}
#privacy .code_spec li {
    width: 400px;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: left;
    float: left;
    box-sizing: border-box;
}
#privacy .code_spec li:first-of-type {
    margin-top: 32px;
}
#privacy .code_spec li:last-of-type {
    float: right;
}
#privacy .code_spec li p {
    margin-top: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6em;
}
#privacy .code_spec li span {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6em;
}
/* for SP */
@media screen and (max-width: 640px) {
#privacy {
                                width: 90%;
                                margin-bottom: 10%;
}
#privacy p {
                                text-align: center;
}
#privacy .code_spec {
    width: 100%;
    margin-top: 0;
}
#privacy .code_spec ul {
    width: 100%;
}
#privacy .code_spec li {
    width: 100%;
    float: none;
}
#privacy .code_spec li:last-of-type {
    float: none;
}
#privacy .code_spec li img {
    width: 100%;
    height: auto;
}
#privacy .code_spec li p {
    text-align: left;
}
}