@charset "utf-8";


/* secCmnTit */
.secCmnTit{
    background: url(../img/column/bgCmnTit.jpg) center top no-repeat;
}
@media only screen and (max-width:767px){
    .secCmnTit{
        background: url(../img/column/bgCmnTit_sp.jpg) center top / cover;
    }
}
/*-----------------------------------------------
    index
-----------------------------------------------*/

/* secTab */
.secTab{
    margin: 70px 0 0;
}
.secTab .boxTabList{
    display: flex;
    flex-wrap: wrap;
}
.secTab .boxTabList .item .link{
    display: block;
    width: 284px;
    background-color: #212329;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    padding: 28px 10px 26px;
    text-align: center;
    text-decoration: none;
    margin: 0 48px 0 0;
}
.secTab .boxTabList .item:nth-child(n+5) .link{
    margin: 30px 48px 0 0;
}
.secTab .boxTabList .item:nth-child(4n) .link{
    margin-right: 0;
}
.secTab .boxTabList .item:last-child .link{
    margin-right: 0;
}
.secTab .boxTabList .item.on .link{
    background-color: #2b8bbd;
}

@media only screen and (max-width:767px){
    .secTab{
        margin: 30px 0 0;
    }
    .secTab .boxTabList {
        width: 92%;
        justify-content: space-between;
    }
    .secTab .boxTabList .item{
        width: 49%;
    }
    .secTab .boxTabList .item .link{
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 20px 10px 16px;
        text-align: center;
        text-decoration: none;
        margin: 0;
    }
    .secTab .boxTabList .item:nth-child(n+5) .link{
        margin: 30px 10px 0 0;
    }
    .secTab .boxTabList .item:nth-child(n+3) .link{
        margin: 10px 10px 0 0;
    }
    .secTab .boxTabList .item:nth-child(2n) .link{
        margin-right: 0;
    }
}

/* secNewsMain */
.secNewsMain{
    margin-top: 54px;
}
.secNewsMain .item{
    border-top: solid 1px #eeeeee;
}
.secNewsMain .item:last-child{
    border-bottom: solid 1px #eeeeee;
}
.secNewsMain .linkInner{
    display: flex;
    align-items: center;
    padding: 25px 215px 25px 0;
    text-decoration: none;
    color: inherit;
}
.secNewsMain .linkInner.lazyloaded{
    background: url(../img/common/iconItemArrow.gif) right center / 7px auto no-repeat;
}
.secNewsMain .img{
    width: 133px;
    height: 90px;
    overflow: hidden;
}
.secNewsMain .txtBox{
    width: calc(100% - 90px);
    padding-left: 25px;
}
.secNewsMain .tit{
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    letter-spacing: 1px;
}
.secNewsMain .underBox{
    display: flex;
    margin-top: 9px;
}
.secNewsMain .dateTxt{
    font-size: 12px;
    color: #b1b5c0;
    letter-spacing: 0.5px;
}
.secNewsMain .txtNew{
    font-size: 12px;
    color: #a90e2b;
    margin-left: 9px;
}
@media only screen and (max-width:767px){
    .secNewsMain{
        margin-top: 30px;
    }
    .secNewsMain .linkInner{
        padding: 10px 25px 10px 0;
    }
    .secNewsMain .linkInner.lazyloaded{
        background-size: 5px auto;
    }
    .secNewsMain .img{
        width: 115px;
        height: 78px;
    }
    .secNewsMain .txtBox{
        width: calc(100% - 78px);
        padding-left: 15px;
    }
    .secNewsMain .tit{
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: normal;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 36px;
    }
    .secNewsMain .underBox{
        margin-top: 6px;
    }
    .secNewsMain .dateTxt{
        letter-spacing: 0.5px;
    }
    .secNewsMain .txtNew{
        font-size: 11px;
        margin-left: 9px;
    }
}
/* secCmnNextLoad */
.secCmnNextLoad{
    margin: 80px auto 0;
}
@media only screen and (max-width:767px){
    .secCmnNextLoad{
        margin: 60px auto 0;
    }
}
/* secCmnBnr */
.secCmnBnr{
    margin-top: 150px;
}
@media only screen and (max-width:767px){
    .secCmnBnr{
        margin-top: 80px;
        background: #fff;
        padding: 0 0 40px;
    }
}
/*-----------------------------------------------
    details
-----------------------------------------------*/
.secDetailsTop{
    margin-top: 94px;
}
.secDetailsTop .topBox{
    position: relative;
    text-align: center;
}
.secDetailsTop .txtNew{
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    color: #a90e2b;
    letter-spacing: 1px;
}
.secDetailsTop .txtDate{
    font-size: 24px;
    color: #b1b5c0;
    letter-spacing: 1px;
}
.secDetailsTop .tit{
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
}
.secDetailsTop .tit::after{
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    background: #212329;
    bottom: -23px;
    left: calc(50% - 10px);
}
.secDetailsTop .img{
    margin-top: 54px;
    text-align: center;
}
.secDetailsTop .img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width:767px){
    .secDetailsTop{
        margin-top: 51px;
    }
    .secDetailsTop .txtNew{
        top: -12px;
        font-size: 11px;
    }
    .secDetailsTop .txtDate{
        font-size: 16px;
    }
    .secDetailsTop .tit{
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: normal;
    }
    .secDetailsTop .tit::after{
        bottom: -17px;
    }
    .secDetailsTop .img{
        margin-top: 38px;
    }
}
/* secEntry */
.secEntry{
    margin-top: 73px;
}
@media only screen and (max-width:767px){
    .secEntry{
        margin-top: 26px;
    }
}
/* secDetailsPager */
.secDetailsPager{
    margin-top: 88px;
}
.secDetailsPager .btnNext .txt {
    text-align: left;
}
@media only screen and (max-width:767px){
    .secDetailsPager{
        margin-top: 55px;
    }
}