@charset "utf-8";
/*.content-title{
    display: none;
}*/
/*------------ download ------------*/
.download-list.type2 .item .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1.4;
    transition: all .3s ease;
}
.download-list.type2 .item .box:hover .name{
    color: #2E6091;
}
.download-list.type1 .item .col+.col:before{
    background: #DDDDDD;
}
.download-list.type2 .box .text .download,
.download-list .item .text .download span{
    border-radius: 0;
    background: rgba(47,97,145,.8);
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
}
.download-list.type2 .box:hover .text .download ,
.download-list .box:hover .text .download span{
    background: rgba(47,97,145,1);
    color: #fff;
}
.download-list.type1 .item:nth-child(even){
    background:#F3F3F3;
}

/*------------ rwd ------------*/
@media screen and (max-width:767px){
    .download-list{
        margin: 0;
    }
    .download-list .item{
        padding: 0 0 25px;
        border-bottom: 1px solid #DDDDDD;
        margin-bottom: 25px;
    }
    .download-list.type1 .item .text .download span{
        width: 91px;
    }
    .download-list .item .text .download span:before{
        width: 16px;
        height: 16px;
        margin: 0px 3px 2px 0;
    }
}
@media screen and (max-width:480px){
    .download-list .pic{
        max-width: 110px;
    }
    .download-list .item .text{
        max-width: calc(100% - 125px);
        padding: 10px 15px;
    }
    .download-list .item .text .download span{
        margin: 0 0 0 0;
    }
}
