﻿.under #content {
    padding: 3% 0;
}
.mainvisual-under img{width:100%;}

.breadcrumb {
    padding: 5px 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;
	text-align: center;
}
.topic-path {
    display: flex;
    flex-wrap: wrap;
    order: 2;
}

.topic-path li {
   
    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: '\f101';
	font-family: 'FontAwesome';
    display: inline-block;
    position: relative;
    margin: 0 7px;    font-size: 7px;
}

.topic-path a:hover {
    color: #d92026;
}
.topic-path li,.topic-path li a{ font-size: 14px;}
.pager {
    margin: 45px 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 strong {
        margin: 0 5px;
        padding: 4px 11px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #fff;
        color: #fff;
        font-weight: normal;
        background: #ff0100;
        box-shadow: 0px 0px 0px 1px #ff0100;
    }

.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: 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 {
        margin: 0 5px;
    }
}
@media screen and (max-width: 480px) {
    .under-ttl{font-size: 24px;}
    .breadcrumb .container{display:block;}
    .topic-path{}
}