@charset "utf-8";

#work_01 {
    .wrap {
        .contents {
            a.btn{
                margin-bottom: 1.5em;
            }
            p > a{
                color: #FF8800;
                border-bottom: #FF8800 1px solid;
                padding: 0 0.1em 0.1em;
            }
        }
    }
}
#work_02 {
    .wrap {
        .contents {
            a.btn{
                margin-bottom: 1.5em;
            }
        }
    }
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:1024px){
}

@media screen and (max-width:768px){
    
    #work_01 {
        .wrap {
            .contents {
                a.btn{
                    margin-bottom: 1.2em;
                }
            }
        }
    }
    
}