body {
    font-family: "Meiryo", sans-serif;
}

a {
    color: #083e8e;
}

#main {
    width: 100%;
    display: block;
    overflow: hidden;
    position: static;
    margin-top: 0;
}

.mysdengs_archive_top p {
    word-wrap: break-word;
    color: #fff;
    text-align: justify;
    font-size: 17px;
}

.mysdengs_outer {
    background: #eee url(../images/mysdengs/MySDenGs_TOP_mv2000.jpg) top center no-repeat;
    background-size: auto 540px;
    padding-bottom: 100px;
}

.mysdengs_archive_outer {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    padding: 48px 24px;
    margin-bottom: 48px;
    margin-top: 38px;
}

.mysdengs_archive_outer h2 {
    font-weight: bold;
}

.mysdengs_archive_outer h2 small {
    font-size: 16px;
    font-weight: normal;
}

.mysdengs_archive_content_header {
    margin-bottom: 32px;
}

.mysdengs_archive_content_body h3 {
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 32px;
    line-height: 1.5;
}

.mysdengs_archive_footer {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    padding: 48px 24px;
    margin-bottom: 48px;
    margin-top: 32px;
}

.mysdengs_archive_footer p {
    line-height: 1.5;
    margin-bottom: 0;
}

p.pager_text {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.pager_wrapper .navigation.pagination {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff;
}

#common_page nav>ul.pagination {
    height: auto;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
}

.active>.page-link,
.page-link.active {
    background-color: #014099;
}

#common_page nav>ul.pagination li.page-item {
    display: flex;
    vertical-align: middle;
}

#common_page nav>ul.pagination li.page-item a {
    font-size: 20px;
    font-weight: bold;
    font-family: "Meiryo", sans-serif;
}

#common_page nav>ul.pagination li span {
    font-size: 20px;
}

.pager_counter {
    font-size: 20px;
    margin-bottom: 25px;
}

.page-link {
    color: #014099;
    height: 100%;
}

.page-item.no_link {
    pointer-events: none;
}

.page-item.no_link a {
    color: #999;
}

.page-item:first-child .page-link {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}

.card {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
}

@media screen and (min-width:1400px) {
    .mysdengs_outer {
        background-size: 100vw;
    }
}

@media screen and (min-width: 768px) {
    ul.bc_nav {
        font-size: 12px;
        padding-left: 0;
        padding-top: 20px;
    }

    ul.bc_nav li,
    ul.bc_nav>span {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    header {
        z-index: 999;
    }

    nav {
        z-index: 900;
    }

    #main {
        position: relative;
    }

    .mysdengs_archive_top p {
        font-size: 13px;
    }

    .mysdengs_outer {
        padding-bottom: 40px;
        background-size: auto 350px;
    }

    .mysdengs_archive_outer {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 16px 0;
        margin-bottom: 0;
    }

    .mysdengs_archive_content_header h2 {
        font-size: 20px;
    }

    .mysdengs_archive_content_header h2 small {
        font-size: 13px;
    }

    .menu-trigger {
        top: -14px;
    }

    .mysdengs_archive_content_body h3 {
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 32px;
    }

    ul {
        padding-left: 0 !important;
    }

    ul.bc_nav {
        margin-left: 10px;
        padding-top: 10px;
    }

    ul.bc_nav li {
        font-size: 12px;
        padding-right: 2px;
        padding-left: 2px;
    }

    ul.bc_nav span {
        font-size: 12px;
        padding-right: 2px;
        padding-left: 2px;
    }

    ul.bc_nav span a {
        font-size: 12px;
    }

    body.active nav.sp_navigation ul li a {
        font-size: 85%;
    }

    #common_page nav>ul.pagination li.page-item {
        display: block;
    }

    #common_page nav>ul.pagination li.page-item a {
        font-size: 15px;
        padding: 0;
    }

    #common_page nav>ul.pagination li span {
        font-size: 15px;
    }

    .pager_counter {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .mysdengs_archive_footer {
        padding: 24px 16px;
    }
}

@media screen and (max-width: 530px) {
    .mysdengs_outer {
        background-size: auto 330px;
    }
}

@media screen and (max-width: 490px) {
    .mysdengs_outer {
        background-size: auto 300px;
    }
}

@media screen and (max-width: 450px) {
    .mysdengs_outer {
        background-size: auto 290px;
    }
}

@media screen and (max-width: 420px) {
    .mysdengs_outer {
        background-size: auto 270px;
    }
}