@charset "utf-8";

.redColor{
    color: #c80000;
}

/* secPdfList */
.secPdfList{
    margin-top: 98px;
}
.secPdfList .topTit{
    font-size: 26px;
    color: #003656;
    letter-spacing: 1px;
    font-weight: bold;
    padding-left: 53px;
    position: relative;
}
.secPdfList .topTit::before{
    position: absolute;
    content: "";
    background: #003656;
    width: 30px;
    height: 1px;
    left: 0;
    top: calc(50% - 0.5px);
}
.secPdfList .pdfBox{
    border-top: solid 1px #333333;
    margin-top: 50px;
    padding: 30px 20px 0;
}
.secPdfList .topTxt{
    font-size: 16px;
    line-height: 2;
}
.secPdfList .pdfList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
}
.secPdfList .pdfItem{
    width: 23.864%;
    margin-right: 1.5146%;
}
.secPdfList .pdfItem:nth-child(4n){
    margin-right: 0;
}
.secPdfList .pdfItem:nth-child(n+5){
    margin-top: 1.5146%;
}
.secPdfList .pdfItem:last-child{
    margin-right: 0;
}
.secPdfList .pdfInner{
    height: 70px;
    line-height: 1.3;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    box-shadow: inset 0px -5px 0px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: bold;
    position: relative;
    padding: 0 0 3px 58px;
}
.secPdfList .pdfInner.lazyloaded {
    background: url(../img/contact/iconContact.gif) center left 20px / 24px auto no-repeat #fff;
}
.secPdfList.mt150{
    margin-top: 150px;
}
@media only screen and (min-width:1024px) and (max-width:1400px){
    .secPdfList .pdfItem,
    .secPdfList .pdfItem:nth-child(4n){
        width: 32%;
        margin-right: 2%;
    }
    .secPdfList .pdfItem:nth-child(3n){
        margin-right: 0;
    }
    .secPdfList .pdfItem:nth-child(n+4){
        margin-top: 2%;
    }
    .secPdfList .pdfItem .brPc{
        display: none;
    }
}
@media only screen and (min-width:1024px) and (max-width:1280px){
    .secPdfList .pdfItem .brPc{
        display: inline;
    }
}
@media only screen and (min-width:1024px) and (max-width:1100px){
    .secPdfList .pdfInner{
        font-size: 17px;
    }
}
@media only screen and (max-width:1023px){
    .secPdfList{
        margin-top: 48px;
    }
    .secPdfList.mt60{
        margin-top: 60px;
    }
    .secPdfList .topTit{
        font-size: 16px;
        letter-spacing: normal;
        padding-left: 22px;
    }
    .secPdfList .topTit::before{
        width: 15px;
    }
    .secPdfList .pdfBox{
        margin-top: 25px;
        padding: 16px 0 0;
    }
    .secPdfList .topTxt{
        font-size: 11px;
        line-height: 1.54;
    }
    .secPdfList .pdfList{
        margin-top: 17px;
    }
    .secPdfList .pdfItem{
        width: 48.406%;
        margin-right: 3.188%;
    }
    .secPdfList .pdfItem:nth-child(4n){
        margin-right: 3.188%;
    }
    .secPdfList .pdfItem:nth-child(2n){
        margin-right: 0;
    }
    .secPdfList .pdfItem:nth-child(n+3){
        margin-top: 3.188%;
    }
    .secPdfList .pdfInner{
        height: 46px;
        border-radius: 3px;
        box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.05);
        font-size: 11px;
        letter-spacing: normal;
        padding: 0 0 0 32px;
    }
    .secPdfList .pdfInner.lazyloaded {
        background: url(../img/contact/iconContact.gif) center left 10px / 15px auto no-repeat #fff;
    }
    .secPdfList.mt150{
        margin-top: 60px;
    }
}
@media only screen and (max-width:359px){
    .secPdfList .pdfInner{
        font-size: 10px;
    }
}