.sp-br {
    display: none;
}

a:hover {
    opacity: 0.6;
}

a:focus {
    outline: none;
}

body {
    background: #E6E6E6;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.sp-br {
    display: none;
}

a {
    text-decoration: none;
    font-size: 12px;
    color: #935133;
}

a:hover {
    opacity: 0.6;
}

a:focus {
    outline: none;
}


/* contents */

#privacy-policy {
    background: #fff;
    padding: 50px 100px 10px;
    width: 1000px;
    margin: 0 auto;
}

section#privacy-title {
    padding-bottom: 2em;
}

p {
    letter-spacing: .05em;
    color: #333;
    font-size: 16px;
    text-align: justify;
    line-height: 2;
}

h1 {
    font-weight: bold;
    letter-spacing: .05em;
    font-size: 24px;
    text-align: center;
    color: #935133;
    padding-bottom: 50px;
}

dt {
    margin: 0;
    letter-spacing: .05em;
    font-size: 18px;
    font-weight: bold;
    color: #935133;
    margin-bottom: 1em;
}

dd {
    font-size: 16px;
    letter-spacing: .05em;
    text-align: justify;
    line-height: 2;
}

dl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.title {
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    .entry-content {
        width: 80%;
        margin: 0 auto !important;
    }

    #privacy-policy {
        padding: 50px 50px 20px;
    }
}

@media screen and (max-width:560px) {
    .entry-content {
        width: 100%;
    }

    dd {
        padding-left: 0;
    }

    #privacy-policy {
        padding: 50px 30px 10px;
    }

    h1 {
        line-height: 2;
        padding-bottom: 30px;
    }
}

/* footer */

.footer {
    line-height: 1.8;
    text-align: center;
    padding: 20px 0px;
}

.footer span {
    display: block;
    letter-spacing: .1em;
    color: #333;
    font-size: 10px;
}

.footer a {
    color: #333;
    font-size: 10px;
    text-decoration: none;
}

.footer a:hover {
    opacity: .6;
}


@media screen and (max-width:1000px) {
    #privacy-policy {
        width: 80%;
        margin: 0 auto !important;
        padding: 50px 50px 20px;
    }

}

@media screen and (max-width:560px) {
    dd {
        padding-left: 0;
        font-size: 14px;
        margin-left: 0;
        line-height: 1.8;
    }

    dt {
        margin-bottom: 10px;
    }

    dl{
        margin-bottom: 1.5em;
    }

    section#privacy-title {
        padding-bottom: 0.2em;
    }

    #privacy-policy {
        padding: 20px 30px 10px;
    }

    h1 {
        line-height: 2;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    p {
        font-size: 14px;
    }

    .page-top {
        display: none;
    }

}