.site-logo.__pc,
.site_logo.__pc {
    padding-bottom: 10px;
}

.site-logo a,
.site_logo a {
    display: inline;
}

.docstop {
    line-height: 1.5;
    margin: 0 0 20px !important;
    text-align: center;
}

.docstop a {
    color: #545454;
    display: inline-block;
    font-size: 70%;
    text-decoration: none;
}

.page h2.docstop {
    /*pr用対応*/
    font-size: 150% !important;
}

.site-logo.__smp,
.site_logo.__smp {
    display: none;
}

@media screen and (max-width: 800px) {
    #header {
        min-width: 320px;
    }
    .js .page-header,
    .js .page_header {
        height: 50px;
    }
    .site-logo.__pc,
    .site_logo.__pc {
        display: none;
    }
    .docstop {
        margin-top: 8px !important;
    }
    .site-logo.__smp,
    .site_logo.__smp {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 16px;
    }
    .site-logo.__smp img,
    .site_logo.__smp img {
        max-width: 100%;
        height: auto !important;
    }
}
