.support-event-container{
    /*max-width: 700px;*/
    margin: 0 auto;
}
.support-event-sttl{
    font-size: 2.2rem;
    font-weight: bold;
    padding-left: 0.5em;
    position: relative;
    line-height: 170%;
}
.support-event-sttl:before{
    background: -moz-linear-gradient(bottom, #e01276 0%, #fdcf4b 100%);
    background: -webkit-linear-gradient(bottom, #e01276 0%,#fdcf4b 100%);
    background: linear-gradient(to bottom, #e01276 0%,#fdcf4b 100%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
}
.support-event-box{
    margin: 0 auto 40px;
}
.support-event-box ol{
    background: #FAC9DF;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.support-event-box ol li{
    text-indent: -2em;
    padding-left: 2em;
}
.support-event-box ol li a{
    margin-top: 15px;
    text-indent: 0;
}
.support-event-box p{
    padding: 0 20px;
}

@media screen and (max-width: 767px){
    .support-event-sttl{
        font-size: 4.3vw;
    }
}
