@charset "utf-8";

/* ---------------------------------------------
    privacy
--------------------------------------------- */
.bg-privacy {
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #E5F2FF;
    border-bottom: 1px solid #fff;
}
.privacy-txt1 {
    max-width: 880px;
    font-size: 15px;
    text-align: center;
    line-height: 2;
    margin: 0 auto 30px;
}
.privacy-wrap {
    max-width: 960px;
    margin: 60px auto 0;
    padding: 40px;
    border: 2px solid #0068B7;
    background-color: #fff;
}
.privacy-wrap h3 {
    font-weight: bold;
    color: #0068B7;
    line-height: 1.8;
    border-bottom: 2px solid #0068B7;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}
.privacy-txt {
    margin-bottom: 40px;
}
.privacy-txt ol {
    list-style: decimal;
    margin-left: 1.5em;
}
.privacy-txt ol li {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0.5em;
}
.privacy-txt p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0.5em;
}
.privacy-txt p.bold {
    font-weight: bold;
}
.privacy-txt2 {
    font-size: 15px;
    text-align: right;
    line-height: 2;
    background-color: #f6f6f6;
    padding: 20px;
}

@media only screen and (max-width: 960px) {
    .bg-privacy {
        margin-top: 60px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .privacy-txt1 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px) {
    .privacy-wrap {
        padding: 40px 20px;
    }
}
