﻿
.under #content {
    padding: 40px 0 0;
}
.under .mainvisual {
    background: url(/W_images/b03_bg.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
   height: 115px;
}
.under-main-ttl {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    color: #8dc63f;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 15px;
   text-shadow: -1px 0 #bdfb67, 0 1px #bdfb67, 1px 0 #bdfb67, 0 -1px #bdfb67;letter-spacing: 1px;
}
.under-ttl{
    position: relative;
    font-size: 34px;
    color: #8dc63f;
    line-height: normal;
    text-align: center;
    margin-bottom: 45px;
}
.under-ttl:before {
    content: '';
    position: absolute;
    width: 315px;
    height: 12px;
    background: url(/images/under-line.png) no-repeat;
    bottom: -18px;
    left: calc(50% - 160px);
}
.topic-path{text-align: center;}
.topic-path li {
    display: inline-block;
    font-size: 17px;
    font-style: italic;
    line-height: 1.3em;
    color: #a0dc4e;
}
.topic-path li a {
    text-decoration: none;
    color: #a0dc4e;
}
.topic-path li:after {
    content: '/';
    margin-right: 5px;
    padding-left: 10px;
}
.topic-path li:last-child:after{content:"";margin: 0;padding: 0;}
.topic-path li a:hover {
	text-decoration: underline;
}
.pager {
    margin: 45px 0 0;
    text-align: center;
}

.pager a {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #ed1f24;
    transition: all 0.5s ease;
     background: #fff;
}

    .pager a:hover {
        border: 1px solid #fff;
        color: #fff;
        background: #ed1f24;
        box-shadow: 0px 0px 0px 1px #ed1f24;
    }

.pager strong {
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight:normal;
    background: #ed1f24;
    box-shadow: 0px 0px 0px 1px #ed1f24;
}

.pager a:first-child {
    padding: 4px 11px;
    background: #fff;
}

    .pager a:first-child:hover {
        background: #ed1f24;
        color: #fff;
        border-color: #fff;
        box-shadow: 0px 0px 0px 1px #ed1f24;
    }

.pager a:last-child {
    padding: 4px 11px;
    background: #fff;
}

.pager a:last-child:hover {
    background: #ed1f24;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #ed1f24;
}
.gioithieu .container {
    width: 991px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .gioithieu .container {
    width: 100%;
    margin: 0 auto;
}

}