@charset "utf-8";

.privacy_modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 5000;
}

.privacy_modal {
    display: none;
    position: absolute;
    margin: auto;
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 718px;
    height: 700px;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 0 5px rgb(138, 138, 138);
    overflow: scroll;
}

.privacy p, .privacy li, .privacy a {
    font-size: 1.4rem;
    font-weight: 300;
    box-sizing: border-box;
    line-height: 1.5em;
    letter-spacing: 0.08em;
}

.privacy_ov {

}

.p_h2 {
    margin-top: 35px;
    font-size: 1.8rem;
    color: rgb(102, 102, 102);
    text-align: left;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.pattern_1 {
    margin-top: 25px;
}

.pattern_1 li {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 1em;
    text-indent: -1em;
}

.pattern_1 li:first-child {
    margin-top: 0;
}

.p_first {
    margin-top: 25px;
}

.pattern_2 {
    margin-top: 10px;
}

.pattern_2 li {
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 2em;
    text-indent: -2.8em;
}

.pattern_2 li:first-child {
    margin-top: 0;
}

.pattern_3 {
    margin-top: 10px;
}

.privacy address {
    margin-top: 20px;
    font-style: normal;
}

.privacy address p, .privacy address a {
    margin-top: 5px;
}

@media (max-width: 500px) {
    .privacy_modal_wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }

    .privacy_modal {
        display: none;
        position: absolute;
        margin: auto;
        padding: 20px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 90%;
        height: 500px;
        background-color: rgb(255, 255, 255);
        border-radius: 15px;
        box-shadow: 0 0 5px rgb(138, 138, 138);
        overflow: scroll;
    }

    .privacy p, .privacy li, .privacy a {
        font-size: 1.2rem;
        font-weight: 300;
        box-sizing: border-box;
        line-height: 1.5em;
        letter-spacing: 0.08em;
    }

    .privacy_ov {

    }

    .p_h2 {
        margin-top: 35px;
        font-size: 1.6rem;
        color: rgb(102, 102, 102);
        text-align: left;
        line-height: 1em;
        letter-spacing: 0.05em;
    }

    .pattern_1 {
        margin-top: 25px;
    }

    .pattern_1 li {
        margin-top: 10px;
        margin-left: 20px;
        padding-left: 1em;
        text-indent: -1em;
    }

    .pattern_1 li:first-child {
        margin-top: 0;
    }

    .p_first {
        margin-top: 25px;
    }

    .pattern_2 {
        margin-top: 10px;
    }

    .pattern_2 li {
        margin-top: 10px;
        margin-left: 20px;
        padding-left: 2em;
        text-indent: -2.8em;
    }

    .pattern_2 li:first-child {
        margin-top: 0;
    }

    .pattern_3 {
        margin-top: 10px;
    }

    .privacy address {
        margin-top: 20px;
        font-style: normal;
    }

    .privacy address p, .privacy address a {
        margin-top: 5px;
    }
}
