﻿.under {
  
}
    .under .mainvisual {
        display: flex;
        align-items: center;
        background: url(/userfile/config/BannerPage.jpg) no-repeat center center;
        background-size: cover;
        text-align: center;
        position: relative;
        padding: 20px 0;
        margin-bottom: 40px;
        height: 200px;
    }

.mainvisual_ttl {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}

.mainvisual_sub01 {
    font-size: 28px;
    color: #737373;
    font-weight: 700;
    margin: 0;
}
.mainvisual_sub02 {
    font-size: 20px;
}


    /*.under .mainvisual:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #00000054;
}*/



.breadcrumb {
}

.topic-path {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .topic-path li {
        font-size: 15px;
        color: #fff;
       
        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: #fe7e39;
    }
.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: #0a7b39;
    transition: all 0.5s ease;
     background: #fff;
}

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #0a7b39;
        box-shadow: 0px 0px 0px 1px #a11b2a;
    }

.pager strong {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight:normal;
    background: #0a7b39;
    box-shadow: 0px 0px 0px 1px #0a7b39;
}

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background: #a11b2a;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #a11b2a;
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: #a11b2a;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #a11b2a;
}

@media screen and (max-width: 768px){
	.under.page #content {
    padding: 10% 3%;
    width: 100%;
}
    .under .mainvisual {
        padding:0;
		height: 125px;
    }
    .gioithieu .container {
    width: 100%;
    margin: 0 auto;
}
    .topic-path {
        display: contents;
    }
    .topic-path li {display: contents;}
	.topic-path li, .topic-path a{font-size: 14px;}
    .under-ttl {font-size: 24px;}
.topic-path li:not(:last-child):after{margin: 0 5px;}
}
@media screen and (max-width: 480px) {
    .mainvisual_ttl{font-size:22px;}
   
}