#dvUserContents{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #241a1a;
    line-break: strict;
}
.global-contents__inner{
    width: 100%;
}
.c-breadcrumb{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
table#tblLayout{
    width: 100%;
    border: none;
    border-spacing: 0;
}
.inner {
    width: 1000px;
    margin: auto;
}
.content_slogan{
    margin: 0 auto !important;
}
.pc_display {
    display: block;
}
.sp_display {
    display: none;
}

@media screen and (max-width: 1000px) {
    .inner {
        width: 100%;
        margin: auto;
    }
    .pc_display {
        display: none;
    }

    .sp_display {
        display: block;
    }
    .c-breadcrumb{
        max-width: 100%;
    }
    .content_logo{
        margin-top: 18vw !important;
    }
}