.role-title {
    border-left: 2px solid #AB8C1E;
    padding-left: 20px;
    line-height: 47px;
    letter-spacing: 0.1rem;
    font-size: 24px;
    font-weight: normal;
    margin: 60px 0 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .role-title {margin-left: 8.3333333333%;}
}

.point_color {
    color: #AB8C1E;;
}

.ec-role-Grid {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin: 40px 0 120px 0;
}

.ec-role-Grid dl {
    display: flex;
    border-bottom: 1px dotted #ccc;
    margin: 0;
    padding: 10px 0 0;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .ec-role-Grid dl {
        flex-wrap: nowrap;
        padding: 16px 0 8px;
    }
}

.ec-role-Grid dt,
.ec-role-Grid dd {
    padding: 0;
}

.ec-role-Grid dt {
    font-weight: normal;
    width: 100%;
    padding-top: 0;
}

@media (min-width: 768px) {
    .ec-role-Grid dt {
        padding-top: 6px;
        width: 30%;
    }
}

.ec-role-Grid dd {
    padding: 0;
    width: 100%;
    line-height: 2;
}

.ec-role-Grid dd p {
    line-height: 1.7;
    font-weight: bold;
}

.ec-role-box {
    background-color: #FBFAF9;
    padding: 16px 24px;
    margin: 8px 0 16px 0;
}

@media (min-width: 768px) {
    .ec-role-Grid dd {
        width: 70%;
        line-height: 2;
    }

    .ec-role-box {
        padding: 4px 16px;
        margin: 4px 0 8px 0;
    }
}

.ec-role-Grid p {
    line-height: 1.4;
}

.ec-list-chilled {
    display: table-row;
    border: 0 none;
    padding: 8px 0;
}

.ec-list-chilled dt,
.ec-list-chilled dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 0;
}

@media (min-width: 768px) {
    .ec-list-chilled dt,
    .ec-list-chilled dd {
        padding: 16px 0;
    }
}

.ec-list-chilled dt {
    width: 30%;
}

.ec-list-chilled dd {
    padding: 16px;
}

.ec-borderedList {
    width: 100%;
    border-top: 0;
    list-style: none;
    padding: 0;
}

@media (min-width: 768px) {
    .ec-borderedList {
        border-top: 1px dotted #ccc;
    }
}

.ec-borderedList li {
    border-bottom: 1px dotted #ccc;
}

.ec-list-chilled {
    display: table-row;
    border: 0 none;
    padding: 8px 0;
}

.ec-list-chilled dt,
.ec-list-chilled dd {
    display: table-cell;
    border-bottom: 1px dotted #ccc;
    padding: 16px 0;
}

.ec-list-chilled dt {
    width: 30%;
}

.ec-list-chilled dd {
    padding: 16px;
}