.c5-step ul{
    list-style-type: none;
    display: table;
    margin: auto;
    padding-left: 0;
}
.c5-step ul li{
    float: left;
    width: 200px;
    display: table-cell;
    padding: 15px 0;
}
.c5-step ul li.c5-step__arrow{
    width: 50px;
}
.c5-step ul li img{
    margin-bottom: 10px;
}
.c5-step ul li.c5-step__arrow img.c5-step__pc {
    margin-bottom: 0;
}
.c5-step ul li.c5-step__arrow img.c5-step__sp{
    display: none;
}
.c5-step li p{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.c5-step li p.c5-step__note{
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 5px;
}
@media screen and (min-width: 831px) and (max-width: 1030px){
    .c5-step li:nth-child(7){
        clear: both;
    }
}
@media screen and (min-width: 581px) and (max-width: 830px){
    .c5-step li:nth-child(5){
        clear: both;
    }
}
@media screen and (max-width: 580px){
    .c5-step ul{
        width: 350px;
    }
    .c5-step ul li{
        clear: both;
        width: 350px;
        text-align: center;
    }
    .c5-step li p{
        margin: 0;
    }
    .c5-step ul li.c5-step__arrow{
        padding: 0;
    }
    .c5-step ul li.c5-step__arrow img.c5-step__pc{
        display: none;
    }
    .c5-step ul li.c5-step__arrow img.c5-step__sp{
        display: block;
    }
}