@charset "UTF-8";

#dl_sample ul.cont_list,#dl_sample .cont_bloc_wrap {
    width: 96%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
}

#dl_sample .cont_bloc_wrap {
    justify-content: flex-start;
}
#dl_sample ul.cont_list li {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    margin: 0.5rem 1rem;
}
#dl_sample ul.cont_list a {
    display: block;
    width: 100%;
}
#dl_sample ul.cont_list li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid;
    border-radius: 100%;
    transform: translate(-50%,-50%);
}
#dl_sample ul.cont_list li a.active:after {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 1.2rem;
    width: 0.6rem;
    height: 1.2rem;
    border: 3px solid #de1642;
    border-top: 0;
    border-left: 0;
    transform: translate(-50%,-50%) rotate(45deg);

}
#dl_sample .cont_bloc_wrap .cont_bloc{
    width: calc(100% /3.5);
    box-sizing: border-box;
    position: relative;
    margin: 0 0 2rem;
    margin-left: calc((100% - (100% / 3.5 * 3)) / 6);
    margin-right: calc((100% - (100% / 3.5 * 3)) / 6);
    text-align: center;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 6px;
    overflow:hidden;
}
span.stdd {
    position: absolute;
    left: -46px;
    top: -15px;
    transform: rotate(-45deg);
    display: block;
    line-height: 1rem;
    font-size: 0.8rem;
    color: #ffffff;
    background: #ff0000;
    box-sizing: border-box;
    padding: 20px 50px 10px;
    font-weight: bold;
}
p.softnm {
    font-weight: bold;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    color: #009e96;
}
p.dl_link{
    font-weight: bold;
}
p.dl_link a:after {
    content: '.';
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    background: url('/file.jsp?id=15013') center center;
    background-size: cover;
    position: absolute;
    bottom: 1.1rem;
    right: 1rem;
}
p.dl_link a:hover,p.dl_link a:hover *{
    opacity:.7;
    transition:opacity .3s;
}
@media screen and (max-width:767px){
    #dl_sample ul.cont_list li {
        margin: 0.5rem 2%;
        width: 46%;
    }
    #dl_sample .cont_bloc_wrap .cont_bloc{
        width:96%;
        margin:0 auto 2rem;
    }
    p.dl_link a:after{
        right: 6rem;
    }
}