#copyright p {
    font-size: 12px;
    text-align: center;
}

section#copyright {
    margin: 0;
}

.sp-br {
    display: none;
}

#copyright a {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #c0b098;
}

a:hover {
    opacity: 0.6;
}

a:focus {
    outline: none;
}

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

/* contents */

#copyright p {
    font-size: 12px;
    text-align: center;
}

section#copyright {
    margin: 0;
}

.sp-br {
    display: none;
}

.tb-br {
    display: none;
}

#copyright a {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #935133;
}

a:hover {
    opacity: 0.6;
}

a:focus {
    outline: none;
}

body {
    background: #E6E6E6;
}

/* contents */

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

section#tokusho-title {
    padding-bottom: 1em;
}

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;
}

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;
    word-wrap: break-word;
}

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

.caution {
    text-align: center;
    color: #b15f58;
    font-size: 14px;
    padding-bottom: 2em;
}

/* 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;
}

p.title {
    font-weight: 600 !important;
}


@media screen and (max-width:1000px) {
    #tokusho {
        width: 80%;
        padding: 50px 50px 20px;
    }

    .tb-br {
        display: block;
    }

    .pc-br {
        display: none;
    }
}

@media screen and (max-width:700px) {

    h1 {
        font-size: 22px;
        line-height: 2;
    }

    dd {
        padding-left: 0;
        font-size: 14px;
        margin-left: 0;
        line-height: 1.8;
    }

    dt{
        margin-bottom: 5px;
    }

    dl{
        margin-bottom: 1.5em;
    }

    #tokusho {
        padding: 20px 30px 10px;
    }

    section#tokusho-title {
        padding-bottom: 0;
    }

    .page-top {
        display: none;
    }

    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }
}