﻿
.under.page #content {
	padding:0 15%;
    margin-bottom:30px;
}

/*.under .mainvisual {
    margin-bottom:0;
}*/

.under .mainvisual {
    /* background: url(/userfile/config/b03_bg.png) no-repeat center; */
    background-size: cover;
    height: 150px;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
    position:relative;
    margin-bottom:65px;
}

.mainvisual-ttl {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.banner {
    position:relative;
}

.under .mainvisual:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000054;
}

.banner img {
    width: 100%;
}

.breadcrumb {
    padding: 10px 0;margin-bottom: 10px;
    width: 100%;
    /*background: linear-gradient(to top, #d7d2cc, #f5f5f5);*/
}

.topic-path {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .topic-path li {
        font-size: 15px;
        color: #fff;
        text-transform: lowercase;
        font-weight: 500;font-style: italic;
    }

        .topic-path li::first-letter {
            text-transform: uppercase;
        }

    .topic-path a {
        text-decoration: none;
        color: #fff;
        transition: 0.5s;
    }

    .topic-path li:last-child a {
        color: #fff;
    }

    .topic-path li:not(:last-child):after {
        content: '/';
        display: inline-block;
        position: relative;
        margin: 0 10px;font-size: 13px;
    }

    .topic-path li a:hover {
        color: var(--txt);
    }
.under-ttl {
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 0 1px;
}
.pager {
    margin: 45px 0;
    text-align: center;
}

.pager a {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: var(--scolor);
    transition: all 0.5s ease;
     background: #fff;
}

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: var(--scolor);
        box-shadow: 0px 0px 0px 1px var(--txt);
    }

.pager strong {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight:normal;
    background: var(--scolor);
    box-shadow: 0px 0px 0px 1px var(--scolor);
}

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background: var(--txt);
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px var(--txt);
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: var(--txt);
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px var(--txt);
}

@media screen and (max-width: 768px){
	.under.page #content {
    padding: 0 3%;
    width: 100%;
}
    .under .mainvisual {
        padding:0;
    }
    .gioithieu .container {
    width: 100%;
    margin: 0 auto;
}
    .topic-path li {
        font-size: 15px;
    }
    .under-ttl {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .under .mainvisual {
        height:150px;
        margin-bottom:35px;
    }
}