@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secCmnTit{
    background: url(../img/news/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/news/bgCmnTit_sp.jpg) center top / cover;
    }
}
/* secTab */
.secTab{
    margin-top: 31px;
}
.secTab .tabList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}
.secTab .tabItem{
    width: 18.75%;
    margin-right: 1.5625%;
}
.secTab .tabItem:nth-child(5n){
    margin-right: 0;
}
.secTab .tabItem:nth-child(n+6){
    margin-top: 1.5625%;
}
.secTab .tabInner{
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 35px;
    padding: 10px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    color: #101010;
    text-decoration: none;
    height: 100%;
    letter-spacing: 0.5px;
}
.secTab .tabInner.active{
    box-shadow: 0;
    background: #1f2126;
    border-color: #1f2126;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secTab{
        margin-top: 16px;
    }
    .secTab .tabList{
        justify-content: flex-start;
    }
    .secTab .tabItem{
        width: 31.305%;
        margin-right: 3.0425%;
    }
    .secTab .tabItem:nth-child(3n){
        margin-right: 0;
    }
    .secTab .tabItem:nth-child(n+4){
        margin-top: 3.0425%;
    }
    .secTab .tabInner{
        min-height: 45px;
        font-size: 12px;
        border-radius: 22.5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    }
}
@media only screen and (max-width:359px){
    .secTab .tabInner{
        font-size: 11px;
    }
}
/* secNews */
.secNews{
    margin-top: 60px;
}
.secNews .newsList{
    display: flex;
    flex-wrap: wrap;
}
.secNews .newsItem{
    width: 22.65625%;
    margin-right: 3.125%;
}
.secNews .newsItem:nth-child(4n){
    margin-right: 0;
}
.secNews .newsItem:nth-child(n+5){
    margin-top: 53px;
}
.secNews .newsInner{
    display: block;
    color: #0f0f0f;
    text-decoration: none;
    height: 100%;
}
.secNews .img{
    width: 100%;
    height: 0;
    padding-top: 75.863%;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    overflow: hidden;
}
.secNews .txtBox{
    margin-top: 17px;
}
.secNews .tit{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secNews .txt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
}
@media only screen and (max-width:767px){
    .secNews{
        margin-top: 25px;
    }
    .secNews .newsList{
        display: block;
        border-top: solid 1px #cccccc;
    }
    .secNews .newsItem{
        width: 100%;
        margin-right: 0;
    }
    .secNews .newsItem:nth-child(n+5){
        margin-top: 0;
    }
    .secNews .newsInner{
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: solid 1px #cccccc;
        position: relative;
    }
    .secNews .newsInner::before{
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        right: 0;
        top: calc(50% - 8px);
        background: #444444;
    }
    .secNews .newsInner::after{
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        border-top: 1px solid #cecece;
        border-right: 1px solid #cecece;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 2px);
        right: 7px;
    }
    .secNews .img{
        width: 96px;
        height: 73px;
        padding-top: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .secNews .txtBox{
        margin-top: 0;
        width: calc(100% - 96px);
        padding: 0 20px 0 10px;
        display: flex;
        flex-flow: column-reverse;
    }
    .secNews .tit{
        font-size: 11px;
        margin-top: 8px;
    }
    .secNews .txt{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 0;
        display: block;
        max-height: none;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
/* footer */
#footer{
    margin-top: 100px;
}
@media only screen and (max-width:767px){
    #footer{
        margin-top: 50px;
    }
}
/* secReserveBnr */
.secReserveBnr{
    margin-top: 100px;
}
.secReserveBnr.mt50{
    margin-top: 50px;
}
.secReserveBnr .bnrInner{
    display: block;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    overflow: hidden;
}
@media only screen and (max-width:767px){
    .secReserveBnr{
        margin-top: 50px;
    }
    .secReserveBnr.mt50{
        margin-top: 20px;
    }
    .secReserveBnr .bnrInner{
        box-shadow: none;
    }
}
/*-----------------------------------------------
	details
-----------------------------------------------*/
.secDetailsNews{
    margin-top: 25px;
    padding-bottom: 15px;
    background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
}
.secDetailsNews .topTit{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.75;
}
.secDetailsNews .mainTit{
    font-size: 28px;
    line-height: 1.5;
    margin-top: 2px;
}
@media only screen and (max-width:767px){
    .secDetailsNews{
        margin-top: 10px;
        padding-bottom: 12px;
        background: linear-gradient(to right, #757575, #757575 1px, transparent 1px, transparent 4px) left bottom / 4px 1px repeat-x;
    }
    .secDetailsNews .topTit{
        font-size: 13px;
        line-height: 1.75;
    }
    .secDetailsNews .mainTit{
        font-size: 16px;
        line-height: 1.625;
        margin-top: 2px;
    }
}
/* secEntry */
.secEntry{
    margin-top: 30px;
}
.secEntry.entry h2{
    font-size: 23px;
    line-height: 1.4;
    margin-top: 30px;
    border-bottom: 3px solid #099fe0;
    padding-bottom: 10px;
}
.secEntry.entry h3{
    font-size: 18px;
}
.secEntry.entry p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.secEntry.entry p img{
    padding-top: 50px;
}
.secEntry.entry hr{margin: 0;}
@media only screen and (max-width:767px){
    .secEntry{
        margin-top: 20px;
    }
    .secEntry.entry h2{
        font-size: 15px;
        line-height: 1.66;
        margin-top: 15px;
        margin-bottom: 10px;
        border-bottom: 2px solid #099fe0;
        padding-bottom: 0;
    }
    .secEntry.entry h3{
        font-size: 14px;
    }
    .secEntry.entry p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .secEntry.entry p img{
        padding-top: 30px;
    }
}
/* secBlog */
.secBlog{
    margin-top: 120px;
    background: #efefef;
    padding: 100px 0;
}
.secBlog .flexBox{
    display: flex;
    justify-content: space-between;
}
.secBlog .titImg{
    display: inline-block;
    position: relative;
}
.secBlog .titImg::after{
    position: absolute;
    content: "";
    width: 10px;
    height: 1px;
    top: calc(50% - 0.5px);
    right: -20px;
    background: #1e88e5;
}
.secBlog .mainTit{
    font-size: 26px;
    margin-top: 17px;
    letter-spacing: 2px;
}
.secBlog .btnBox{
    width: 200px;
    margin-top: 19px;
}
.secBlog .btnInner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #000;
}
.secBlog .btnInner.lazyloaded{
    background: url(../img/common/iconPagerArrow02.gif) right 18px center / 6px auto no-repeat #fff;
}
.secBlog .btnTxt{
    font-size: 14px;
}
.secBlog .blogList{
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
}
.secBlog .blogItem{
    width: 22.65625%;
    margin-right: 3.125%;
}
.secBlog .blogItem:nth-child(4n){
    margin-right: 0;
}
.secBlog .blogItem:nth-child(n+5){
    margin-top: 3.125%;
}
.secBlog .blogInner{
    display: block;
    text-decoration: none;
    color: #000;
}
.secBlog .img{
    width: 100%;
    height: 0;
    padding-top: 75.863%;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    overflow: hidden;
}
.secBlog .txtBox{
    padding: 16px 10px 0 0;
}
.secBlog .tit{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secBlog .txt{
    font-size: 15px;
    line-height: 1.86;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
}
@media only screen and (max-width:767px){
    .secBlog{
        margin-top: 50px;
        padding: 50px 0 122px;
        position: relative;
    }
    .secBlog .flexBox{
        display: block;
    }
    .secBlog .titImg{
        margin: 16px auto 0;
        width: 129px;
    }
    .secBlog .titImg::after{
        display: none;
    }
    .secBlog .mainTit{
        font-size: 18px;
        margin-top: 0;
        letter-spacing: 1px;
    }
    .secBlog .titBox{
        text-align: center;
        display: flex;
        flex-flow: column-reverse;
    }
    .secBlog .btnBox{
        width: 76%;
        margin-top: 0;
        position: absolute;
        bottom: 48px;
        left: calc(50% - 38%);
    }
    .secBlog .btnInner{
        height: 44px;
        border-radius: 22px;
    }
    .secBlog .btnInner.lazyloaded{
        background: url(../img/common/iconPagerArrow02.gif) right 10px center / 6px auto no-repeat #fff;
    }
    .secBlog .btnTxt{
        font-size: 13px;
    }
    .secBlog .blogList{
        margin-top: 29px;
        display: block;
        border-top: solid 1px #cccccc;
    }
    .secBlog .blogItem{
        width: 100%;
        margin-right: 0;
    }
    .secBlog .blogItem:nth-child(4n){
        margin-right: 0;
    }
    .secBlog .blogItem:nth-child(n+5){
        margin-top: 0;
    }
    .secBlog .blogInner{
        display: flex;
        align-items: center;
        padding: 15px 0;
        border-bottom: solid 1px #cccccc;
        position: relative;
    }
    .secBlog .blogInner::before{
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        right: 0;
        top: calc(50% - 8px);
        background: #444444;
    }
    .secBlog .blogInner::after{
        position: absolute;
        content: "";
        width: 4px;
        height: 4px;
        border-top: 1px solid #cecece;
        border-right: 1px solid #cecece;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 2px);
        right: 7px;
    }
    .secBlog .img{
        width: 96px;
        height: 73px;
        padding-top: 0;
        box-shadow: none;
        border-radius: 0;
    }
    .secBlog .txtBox{
        margin-top: 0;
        width: calc(100% - 96px);
        padding: 0 20px 0 10px;
        display: flex;
        flex-flow: column-reverse;
    }
    .secBlog .tit{
        font-size: 11px;
        margin-top: 8px;
    
    }
    .secBlog .txt{
        font-size: 13px;
        line-height: 1.5;
        margin-top: 0;
        display: block;
        max-height: none;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
#ez-toc-container{
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    padding: 30px 50px;
}
#ez-toc-container .ez-toc-title {
    margin: 0;
    text-align: center;
    font-size: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #aaa;
}
#ez-toc-container .ez-toc-list {
    margin-top: 20px;
}
#ez-toc-container a {
    color: #3499c3;
    text-decoration: underline;
}
#ez-toc-container .ez-toc-list{
    margin-left: 0;
}
#ez-toc-container li{
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 20px;
}
#ez-toc-container li + li{
    margin-top: 10px;
}
#ez-toc-container li::before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #3499c3;
    top: 12px;
    left: 0;
}
.ez-toc-debug-messages{display: none;}
@media only screen and (max-width:767px){
    #ez-toc-container{
        padding: 15px 20px;
        width: 100%;
        margin: 10px auto 20px;
    }
    #ez-toc-container .ez-toc-title {
        font-size: 16px;
        padding: 0 0 10px;
    }
    #ez-toc-container li {
        font-size: 13px;
    }
}