@charset "utf-8";

/* --------------------------------------------

top

---------------------------------------------- */


.top {
    position: relative;
    top: 64px;
    height: 400px;
    background-image: url(../_image/common/privacy-top.jpg);
}

.top__title {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__title h1 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.top__title h1 span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

@media only screen and (max-width:640px) {
    .top {
        background-position: center;
    }

    .top__title h1 {
        text-align: center;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .top__title h1 span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* --------------------------------------------


privacy


---------------------------------------------- */

.privacy {
    margin: 200px 0 160px;
}

.privacy__wrap {
    width: 94%;
    max-width: 800px;
    margin: 80px auto;
}

.privacy__wrap p {
    margin: 80px auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.privacy__wrap dl {
    margin: 60px 0;
}

.privacy__wrap dl dt {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.privacy__wrap dl dd {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.privacy__wrap dl ul {
    margin: 20px 0 20px 40px;
    list-style: disc;
}

.privacy__wrap dl ul li {
    list-style: outside;
}

@media only screen and (max-width:640px) {

    .privacy {
        margin: 120px 0;
    }
}