@charset "utf-8";
/*===========================
add
===========================*/

.dltype1{
    width: 100%;
}
.dltype1 dt{
    width: 4em;
    vertical-align: top;
    display: inline-block;
}
.dltype1 dd{
    width: calc( 100% - 5.5em);
    vertical-align: top;
    display: inline-block;    
    position: relative;
    padding-left: 1em;
}
.dltype1 dd:before{
    position: absolute;
    left: 0;
    top: 0;
    content: '：';
}