﻿.under #content {
    padding-bottom: 60px;
}
    /*.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;
    }*/
.under .mainvisual  img{width:100%;}

.mainvisual_ttl {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 0 1.5em;
}
/*.mainvisual_ttl {
    font-size: 25px;
    margin-bottom: 10px;
    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 {
    margin-top: 20px;
}

.topic-path {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
}

.topic-path li {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 500;
    font-style: italic;
}

.topic-path li::first-letter {
    text-transform: uppercase;
}

.topic-path a {
    text-decoration: none;
    color: #4e4e4e;
    transition: 0.5s;
}

.topic-path li:last-child a {
    color: #4e4e4e;
}

.topic-path li:not(:last-child):after {
    content: '\00bb';
    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: #1e1e2a;
    transition: all 0.5s ease;
     background: #fff;
}
    
    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #1e1e2a;
        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: #1e1e2a;
    box-shadow: 0px 0px 0px 1px #1e1e2a;
}

.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 {
   
    width: 100%;
}
    .under .mainvisual {
        padding:0;
    }
    .gioithieu .container {
    width: 100%;
    margin: 0 auto;
}
    .topic-path {
        display: contents;
    }
        .topic-path li {
            font-size: 15px;
            display: contents;
        }
    .under-ttl {
        font-size: 24px;
    }
}
@media screen and (max-width: 480px) {
    .under .mainvisual{}
    .mainvisual_ttl {
        font-size: 22px;
        margin-top: 15px;
    }
   
}