.ec-role{
    max-width: 1280px;
    padding: 0 20px;
}
.ec-pageHeader h1{
    border-top: none;
}
.ec-shelfRole{
    max-width: 1280px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ec-role-guide-item {
    width: 100%;
    margin-bottom: 20px;
}
.ec-role-guide-item a{
    color:#212121;
}
.ec-role-guide-item h3{
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #212121;
    font-size: 20px;
}
.ec-role-guide-item ul{
    padding-left: 20px;
}
.ec-role-guide-item li{
    padding-bottom: 6px;
    list-style-type: disc;
}
.ec-blockBtn--cancel{
    max-width: 350px;
    height: 40px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
}
@media only screen and (min-width: 768px) {
    .ec-role{
        padding: 0;
    }
    .ec-role-guide-item {
        width: calc((100% / 3) - 16px);
        margin-bottom: 40px;
    }
    .ec-shelfRole::after{
        content:"";
        display: block;
        width:calc((100% / 3) - 16px);
    }
    .ec-blockBtn--cancel{
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }
}