﻿.under #content {
    margin: 30px auto;
}
.under .mainvisual{margin-top:115px;}
.mainvisual-under img{width:100%;}

.breadcrumb {
    padding: 7px 0;
    background: #8c8c8c;
    background: -webkit-linear-gradient(to top, #d7d2cc, #f5f5f5);
    background: linear-gradient(to top, #d7d2cc, #f5f5f5);
}
.breadcrumb .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.under-ttl {
    font-size: 42px;
    color: var(--mcolor);
    font-weight: 800;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.topic-path {
    display: flex;
    flex-wrap: wrap;
    order: 2;
}

    .topic-path li {
        font-size: 18px;
        color: #000;
        text-transform: lowercase;
        font-weight: 500;
        list-style: none;
        margin: 0;
    }

    .topic-path li::first-letter {
        text-transform: uppercase;
    }

.topic-path a {
    text-decoration: none;
    color: #000;
}

.topic-path li:not(:last-child):after {
    content: '/';
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.topic-path a:hover {
    color: #d92026;
}
.pager {
    margin: 60px 0 0;
    text-align: center;
}

    /*.pager a {
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #000;
        transition: all 0.5s ease;
        background: #fff;
        box-shadow: 0px 0px 0px 1px #000;
        margin: 0 5px;
    }*/

        /*.pager a:hover {
            border: 1px solid #fff;
            color: #fff;
            background: #ff0100;
            box-shadow: 0px 0px 0px 1px #ff0100;
        }*/
    .pager a:hover {
        background: var(--mcolor);
    }
    .pager strong, #ctl00_MainContent_PQTPager11 {
        color: #fff;
        background: var(--mcolor);
        display: inline-block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 20px;
        padding: 10px;
    }

        /*.pager a {
        background: var(--bg-gray);
    }*/
        /*.pager a:first-child {
            padding: 4px 11px;
            background: #fff;
        }*/

    /*.pager a:first-child:hover {
        background: #ff0100;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #ff0100;
    }*/

/*.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}*/

    /*.pager a:last-child:hover {
        background: #ff0100;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #ff0100;
    }*/

@media screen and (max-width: 768px) {
    .topic-path li {
        font-size: 16px;
        line-height: 1.8em;
    }
    .under #content {
		width:100%;
        padding: 25px 3%;
    }
    .under .mainvisual{margin-top:66px;}
    .breadcrumb {
        padding: 10px 0;
        background: #f9f9f9;
  
    }
    .topic-path li:not(:last-child):after {
        content: '/';
        margin: 0 5px;
    }
}
@media screen and (max-width: 480px) {
    .under-ttl{font-size: 24px;}
    .breadcrumb .container{display:block;}
    .topic-path{}
}