.list-ol-num li{
  position: relative;
  padding-left: 2.5em;
  margin-left: 0;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.list-ol-num :first-child{
  border-top: none;
}
.list-ol-num li:before{
    content: "";
    display: block;
    width: 41px;
    height: 30px;
    background: url(/sp/common_renewal/img/parts/mod-arrow.png) no-repeat 50% 0;
    background-size: 25px 20px;
    margin: 5px auto 5px -10px;
}
.list-ol-num li:nth-of-type(1):before{
  content: none;
}
.list-ol-num li p:first-child{
  margin-top: -5px;
}
.list-ol-num li:after{
  position: absolute;
  top: 30px;
  left: 1em;
  margin-left: -1em;
  font-size: 128.5%;
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  padding:0 0.5em;
}
.list-ol-num li:nth-of-type(1):after{
  content: "1";
  top: -5px;
}
.list-ol-num li:nth-of-type(2):after{
  content: "2";
}
.list-ol-num li:nth-of-type(3):after{
  content: "3";
}
.list-ol-num li:nth-of-type(4):after{
  content: "4";
}
.mod-cercle{
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  padding:0 0.5em;
}
.signup_btn{
  border-top: none;
}

.mod-imageState {
  border-top:#fff!important;
}

.mod-imageState_textTitle {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.2;
}
.mod-imageState_textTitle:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  margin-left: -25px;
  background: #c00;
}

/*.pdl10{
  padding-left: 10px
}
.pdr10{
  padding-right: 10px;
}
.pdt40{
  padding-top: 40px;
}*/
