/* CSS Document */

section.sec{
    margin-bottom: 80px;
}

dl dt{
    font-weight: bold;
}
    /*pc*/
    @media screen and ( min-width:1300px ){
        dl dt{ width: 140px; float: left; clear: left; }
    }

dl dd{
}
    /*pc*/
    @media screen and ( min-width:1300px ){
        dl dd{ padding: 0 0 20px 150px;}
    }
    /*sp*/
    @media screen and ( max-width:1299px ){
        dl dd{ padding-bottom: 20px; }
    }