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

.dltype1{
    width: 100%;
}

.dltype1 dt{
    width: 5.5em;
    vertical-align: top;
    display: inline-block;
}
.dltype1 dd:before{
    position: absolute;
    content: '：';
    left: 0;
    top: 0;
}

.dltype1 dd{
    position: relative;
    width: 10em;
    padding-left: 1.25em;
    position: relative;
    vertical-align: top;
    display: inline-block;
}


@media only screen and (max-width: 600px) {
    
.dltype1 dd{
    position: relative;
    width: calc(100% - 8em);
}
}