header {
    margin-bottom:76.64px !important;
}

.topix{
    margin: 0 20px;
    padding-top: 14px;
    padding-bottom:40px;
}

.topix__ttl{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 0 auto;
    
}

/* .topix__ttl .news__top__ttl:not(:nth-child(3n)){
    margin-right: 6%;
} */
.news__top__ttl{
    width:103px;
    border-bottom:4px solid #cccccc;
    text-align:center;
    /* margin: 0 auto; */
    padding-bottom: 11px;
    margin-bottom:20px;
    /* margin-right: 9%; */
    margin:10px;
} 
.wp-pagenavi {
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-top: 40px;
}
.wp-pagenavi span.current {
    background-color: #0e4696;
    color: #fff;
    border: none;
}
.wp-pagenavi a.page {
    background-color: #f2f2f2;
    border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.post_content a, .custom-html-widget a {
    color: #0e4696;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi .nextpostslink {
    border: none;
}
.wp-pagenavi .previouspostslink {
    border: none;
}
.news__top__ttl a{
    
    color:#999999;
    text-decoration: none;
}
.news__top__ttl.active{
    border-bottom:4px solid #003296;
}

.news__top__ttl.active a{
    color:#000;
}

.topix__border {
    border-bottom: 1px solid;
    /* transition: opacity 1s , transform 1s ease-out; */
    /* transform: translateX(-50px); */
    /* opacity: 0; */
   /*  transition-delay: .5s; */
}

.ttl-date__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-top: 16px;
}

.topix__info {
    color: #fff;
    padding: 4px;
    text-align: center;
    width: 82px;
    font-size: 14px;
    margin-right: 17px;
    border-radius: 1px;
}

.news__ttl {
    background-color: #003296;
}

.date {
    font-size: 14px;
    font-weight: 500;
}

.topix__txt {
    line-height: 1.4;
    /* padding-bottom: 14px; */
    margin-top: 10px;
    font-size: 14px;
    text-decoration: underline;
}

.news__ttl02 {
    background-color: #ba1b21;

}

.news__ttl03 {
    background-color: #00a99d;

}

.news__ttl04 {
    background-color: #f7931e;
    /* width:21px; */

}
.news__num__btn__list{
    display:flex;
    justify-content:center;
    margin-top:22px;
}

.news__num__btn{
    border: 1px solid #cccccc;
    margin-right: 7px;
    
    width: 21px;
    text-align: center;
}
.news__num__btn.active{
    background-color: #003296;
   /*  margin: 22px auto 0; */
   
}
.news__num__btn.active a{
    color: #fff
   /*  margin: 22px auto 0; */
   
}
.news__num__btn a{
    display: inline-block;
    width:100%;
    padding: 1.5px 0 3.5px;
    text-decoration: none;
    color: #999999;
}

.news__num__btn__list li{
   
}

.news__num__btn__arrow{
    width: 6px;
}
.topix__pc__wrap a{
    text-decoration: none;
    color: #000000;
    padding-bottom: 14px;
    display: block;
    width: 100%;

}





@media screen and (min-width:768px){
    
    header {
        margin-bottom: 0 !important;
    }
    @media screen and (max-width: 900px) {

        header {
            margin-bottom: 55.75px !important;
        }
    }

    .under__bg{
        max-width:940px;
    }

    .topix {
        margin: 0 ;
        padding-top: 62px;
        padding-bottom: 82px;
    }
    
.topix__pc__wrap {
    display: flex;
    align-items: center;
    
}


.topix__txt {

    margin-left: 15px;
    padding: 0;
}

.news__top__ttl {
    width: 149px;
    border-width:4px;
    text-align: center;
    margin: 0;
    padding-bottom: 21px;
    margin-bottom: 68px;
    
}

.news__top__ttl:not(:last-child){
    margin-right: 4%;
}

.news__num__btn {
    background-color: #003296;
    width: 21px;
    text-align: center;
    margin: 72px auto 0;
}

}