﻿.under #content {
    width: 100%;
    padding: 3% 5%;
}
.mainvisual-under img{width:100%;}

.breadcrumb {
    padding: 10px 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: 26px;
    color: #000;
	padding-bottom: 10px;
    line-height: 1.5em;
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}
.topic-path {
    display: flex;
    flex-wrap: wrap;
    order: 2;
}

.topic-path li {
    font-size: 16px;
    color: #000;
    text-transform: lowercase;
    font-weight: 500;
}

    .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: 45px 0 0;
    text-align: center;
}

    .pager a {
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #3499cd;
        transition: all 0.5s ease;
        background: #fff;
        box-shadow: 0px 0px 0px 1px #3499cd;
        margin: 0 5px;
    }

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #3499cd;
        box-shadow: 0px 0px 0px 1px #3499cd;
    }

    .pager strong {
        margin: 0 5px;
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #fff;
        font-weight: normal;
        background: #3499cd;
        box-shadow: 0px 0px 0px 1px #3499cd;
    }

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background: #3499cd;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #3499cd;
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: #3499cd;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #3499cd;
}

@media screen and (max-width: 768px) {
    .topic-path li {
        font-size: 14px;
        line-height: 1.8em;
    }
    .under #content {
        padding: 25px 3%;
    }
    .under .mainvisual{display:none;}
    .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{}
}