@charset "utf-8";

.services, .office{
    color:#535353;
}
.services dt{
    margin: 0 10px 5px 0;
    font-weight: bold;;
}

.services dd{
    margin-left:10px;
    margin-bottom: 15px;
}

.office dl{
    flex-wrap: wrap;
}

.office dt{
    width:100px;
    margin-bottom:5px;
}

.office dd{
    width :100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #535353;
}

@media (min-width:756px){
    .office dl{
        display:flex;
        flex-wrap: wrap;
    }

    .office dt{
        text-align: right;
    }

    .office dd{
        width :100%;
        padding-left:100px;
        margin-left: -100px;
    }
}
