.contentWrap{
    background: url(../img/bgNews.jpg) 50% 0 no-repeat;
    background-size:cover;
    background-size: auto 320px;
}

/*
-----------------
news @PC
-----------------
*/
#news{
    padding: 30px 0 0 0;
}
#news h2{
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    margin: 0 0 50px 0;
}
#news h2:after{
    content:"";
    width: 180px;
    height: 5px;
    background: #e5f2ff;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -90px;
    bottom: 3px;
}
#news > ul > li{
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
}
#news > ul > li > div{
    display: flex;
    align-content: center;
}
#news > ul > li > div time{
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px 0 0;
}
#news > ul > li > div > ul > li{
    display: inline-block;
    padding: 2px 20px 2px 20px;
    background:#aaaaaa;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
}
#news > ul > li > div > ul > li.new{
    background:#0f4a9e;
}
#news > ul > li > h3{
    color: #003f98;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 16px 0 0 0;
}
#news table{
    width: 100%;
    margin: 20px 0 0 0;
}
#news table tr th{
    width: 25%;
    background: #e5f2ff;
    font-weight: 500;
    text-align: left;
}
#news table tr th, #news table tr td{
    vertical-align: middle;
    font-size: 14px;
    line-height: 2em;
    border: 1px solid #dcdcdc;
    padding:17px 40px 17px 40px;
}

#news p{
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0 0 0;
}

#news > ul > li > ul > li{
    margin: 20px 0 0 0;
}
#news > ul > li > ul > li a{
    display: block;
    border: 1px solid #eee;
    padding: 15px 40px 15px 40px;
    font-weight: 500;
    position: relative;
    font-size: 14px;
}
#news > ul > li > ul > li a.pdf:after{
    content: "ダウンロード";
    color: #003f98;
    position: absolute;
    right: 40px;
    font-weight: 300;
}
#news > ul > li > ul > li a.link:after{
    content: "詳細はこちら";
    color: #003f98;
    position: absolute;
    right: 20px;
    font-weight: 300;
    background: url(/common/img/iconLink.svg) 100% 50% no-repeat;
    padding: 0 20px 0 0;
}
#news > ul > li > ul > li a:hover{
    border: 1px solid #003f98;
    opacity: 1;
}
#news > ul > li > ul > li a span{
    padding: 0 0 0 20px;
    font-weight: 200;
    font-size: 13px;
    color: #666;
}
#news > ul > li > ul > li a img{
    position: absolute;
    right: 15px;
    top: 50%;
    margin:-7px 0 0 0;
    font-size: 18px;
    color: #003f98;
}

@media screen and (max-width: 768px){
    #news > ul > li > ul > li a{
        padding: 15px 5vw 15px 5vw;
        line-height: 1.4em;
        font-size: 16px;
    }
    #news > ul > li > ul > li a:after{
        content: "";
    }
    #news > ul > li > ul > li a:hover{
        border: 1px solid #003f98;
        opacity: 1;
    }
    #news > ul > li > ul > li a span{
        padding: 0 0 0 0;
        font-weight: 300;
        font-size: 14px;
        display: block;
    }
    #news > ul > li > ul > li a img{
        right: 5vw;
    }
}


.pager{
    display: flex;
}
.pager li{
    margin: 0 10px 0 0;
}
.pager li a{
    color: #003f98;
}


/*
-----------------
news @tablet-mobile
-----------------
*/
@media screen and (max-width: 768px){
    #news table{
        width: 100%;
        border-top: 1px solid #dcdcdc;
    }
    #news table tr th, #news table tr td{
        display:block;
        padding:22px 3.5vw 22px 3.5vw;
        font-size: 16px;
    }
    #news table tr th:nth-child(1){
        width: calc(100% - 7vw);
        border-top: none;
        border-bottom: none;
        text-align: left;
    }
    #news table tr td{
        width: calc(100% - 7vw);
        border-top: 1px solid #dcdcdc;
    }
}
