@charset "utf-8";
/*------------ download ------------*/
.download-list .item .text .download span{
    font-size: 16px;
    margin: 10px 0 0 0;
    display: block;
    transition: all .3s ease;
    color: #666666;
    font-weight: bold;
    font-family: 'Prompt', serif;
    letter-spacing: 0.85px;
}
.download-list .item .text .download span:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 10px;
    border-radius: 0;
    line-height: 15px;
    margin: 0;
    transition: all .3s ease;
    filter: grayscale(1);
    background: url(../../../images/layout06/common/about/s_ic.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    display: none;
}
.download-list .box:hover .text .download span{
    color: #06348B;
}
.download-list .box:hover .text .download span:before{
    filter: grayscale(0);
    background: url(../../../images/layout06/common/about/s_ic.png) no-repeat;
    background-size: contain;
}
.download-list .item .name{
    font-size: 16px;
}
/*d_type1*/
.download-list.type1 .item:nth-child(even) {
    background: #F0F3F7;
}
.download-list.type1 .item .box:hover .name {
    color: #06348B;
}
.download-list.type1 .item .col+.col:before {
    display: none;
}
.has-side .download-list.type1 .item.title_item .box:hover .col.name {
    color: #000;
}
.has-side .download-list.type1 .item.title_item {
    border: 1px solid #ddd;
    border-bottom: 4px double #ddd;
}
/*/d_type1*/
/*d_type2*/
.download-list.type2 {
    margin: 0 -10px;
}
.download-list.type2 .box {
    padding: 0 10px;
}
.download-list.type2 .pic{
    border-radius: 0;
    overflow: hidden;
}
.download-list.type2 .item .name{
    color: #121212;
    letter-spacing: 0.85px;
    transition: all .3s ease;
}
.download-list.type2 .item .box:hover .name{
    color: #06348B;
}
.download-list.type2 .box:hover .text .download,
.download-list.type2 .box .text .download{
    background: none;
}
.download-list.type2 .item .text .download span {
    margin: 0;
}
/*/d_type2*/
/*------------ 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;
        line-height: 26px;
    }
    .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: 15px 0 0 0;
    }
}
