<ul class="cp_stepflow01">
<li class="completed"><span class="bubble"></span>Step 1</li>
<li class="completed"><span class="bubble"></span>Step 2</li>
<li class="active"><span class="bubble"></span>Step 3</li>
<li><span class="bubble"></span>Step 4</li>
<li><span class="bubble"></span>Step 5</li>
</ul>
.cp_stepflow01 {
font-size: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow01 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow01 > li .bubble {
display: block;
width: 20px;
height: 20px;
margin: 0 auto 0.5em;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow01 > li .bubble::after,
.cp_stepflow01 > li .bubble::before {
position: absolute;
top: 9px;
display: block;
width: 100%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow01 > li.completed,
.cp_stepflow01 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow01 > li.completed .bubble,
.cp_stepflow01 > li.completed .bubble::after,
.cp_stepflow01 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow01 > li:last-child .bubble::after,
.cp_stepflow01 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow01 > li.active,
.cp_stepflow01 > li.active .bubble {
font-weight: bold;
color: #f57c00;
}
.cp_stepflow01 > li.active .bubble,
.cp_stepflow01 > li.active .bubble::after,
.cp_stepflow01 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow02">
<li class="completed"><span class="bubble"></span><span>STEP 1</span></li>
<li class="completed"><span class="bubble"></span><span>STEP 2</span></li>
<li class="active"><span class="bubble"></span><span>STEP 3</span></li>
<li><span class="bubble"></span><span>STEP 4</span></li>
<li><span class="bubble"></span><span>STEP 5</span></li>
</ul>
.cp_stepflow02 {
font-size: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow02 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow02 > li .bubble {
display: block;
width: 20px;
height: 20px;
margin: 0 auto 0.5em;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow02 > li .bubble::after,
.cp_stepflow02 > li .bubble::before {
position: absolute;
top: 9px;
display: block;
width: 100%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow02 > li.completed,
.cp_stepflow02 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow02 > li.completed .bubble,
.cp_stepflow02 > li.completed .bubble::after,
.cp_stepflow02 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow02 > li.completed > .bubble + span::before {
font-family: Fontawesome;
content: '\f00c';
}
.cp_stepflow02 > li:last-child .bubble::after,
.cp_stepflow02 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow02 > li.active,
.cp_stepflow02 > li.active .bubble {
font-weight: bold;
color: #f57c00;
}
.cp_stepflow02 > li.active .bubble,
.cp_stepflow02 > li.active .bubble::after,
.cp_stepflow02 > li.active .bubble::before {
background-color: #fb8c00;
}
STEP 1
ステップの説明テキストなどSTEP 2
ステップの説明テキストなどSTEP 3
ステップの説明テキストなどSTEP 4
ステップの説明テキストなどSTEP 5
ステップの説明テキストなど<ul class="cp_stepflow03">
<li class="completed">
<span class="bubble"></span>
<span class="text"><p class="title">STEP 1</p>ステップの説明テキストなど</span>
</li>
<li class="completed">
<span class="bubble"></span>
<span class="text"><p class="title">STEP 2</p>ステップの説明テキストなど</span>
</li>
<li class="active">
<span class="bubble"></span>
<span class="text"><p class="title">STEP 3</p>ステップの説明テキストなど</span>
</li>
<li>
<span class="bubble"></span>
<span class="text"><p class="title">STEP 4</p>ステップの説明テキストなど</span>
</li>
<li>
<span class="bubble"></span>
<span class="text"><p class="title">STEP 5</p>ステップの説明テキストなど</span>
</li>
</ul>
.cp_stepflow03 {
font-size: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow03 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow03 > li .title {
font-weight: bold;
}
.cp_stepflow03 > li .text {
display: block;
padding-right: 2.5em;
}
.cp_stepflow03 > li .bubble {
display: block;
width: 20px;
height: 20px;
margin: 0 0 0.5em;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow03 > li .bubble::after,
.cp_stepflow03 > li .bubble::before {
position: absolute;
top: 9px;
display: block;
width: 100%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow03 > li.completed,
.cp_stepflow03 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow03 > li.completed .bubble,
.cp_stepflow03 > li.completed .bubble::after,
.cp_stepflow03 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow03 > li:last-child .bubble::after,
.cp_stepflow03 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow03 > li.active,
.cp_stepflow03 > li.active .bubble {
color: #f57c00;
}
.cp_stepflow03 > li.active .bubble,
.cp_stepflow03 > li.active .bubble::after,
.cp_stepflow03 > li.active .bubble::before {
background-color: #fb8c00;
}
STEP 1
ステップの説明テキストなどSTEP 2
ステップの説明テキストなどSTEP 3
ステップの説明テキストなどSTEP 4
ステップの説明テキストなどSTEP 5
ステップの説明テキストなど<ul class="cp_stepflow04">
<li class="completed">
<span class="text"><p class="title">STEP 1</p>ステップの説明テキストなど</span>
<span class="bubble"></span>
</li>
<li class="completed">
<span class="text"><p class="title">STEP 2</p>ステップの説明テキストなど</span>
<span class="bubble"></span>
</li>
<li class="active">
<span class="text"><p class="title">STEP 3</p>ステップの説明テキストなど</span>
<span class="bubble"></span>
</li>
<li>
<span class="text"><p class="title">STEP 4</p>ステップの説明テキストなど</span>
<span class="bubble"></span>
</li>
<li>
<span class="text"><p class="title">STEP 5</p>ステップの説明テキストなど</span>
<span class="bubble"></span>
</li>
</ul>
.cp_stepflow04 {
font-size: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow04 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow04 > li .title {
font-weight: bold;
}
.cp_stepflow04 > li .text {
display: block;
padding-right: 2.5em;
padding-bottom: 1em;
padding-left: 0.5em;
}
.cp_stepflow04 > li .bubble {
display: block;
width: 20px;
height: 20px;
margin: 0 0 0.5em;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow04 > li .bubble::after,
.cp_stepflow04 > li .bubble::before {
position: absolute;
bottom: 14px;
display: block;
width: 100%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow04 > li.completed,
.cp_stepflow04 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow04 > li.completed .bubble,
.cp_stepflow04 > li.completed .bubble::after,
.cp_stepflow04 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow04 > li:last-child .bubble::after,
.cp_stepflow04 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow04 > li.active,
.cp_stepflow04 > li.active .bubble {
color: #f57c00;
}
.cp_stepflow04 > li.active .bubble,
.cp_stepflow04 > li.active .bubble::after,
.cp_stepflow04 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow05">
<li class="completed"><span class="bubble"></span><span>STEP 1</span></li>
<li class="completed"><span class="bubble"></span><span>STEP 2</span></li>
<li class="active"><span class="bubble"></span><span>STEP 3</span></li>
<li><span class="bubble"></span><span>STEP 4</span></li>
<li><span class="bubble"></span><span>STEP 5</span></li>
</ul>
.cp_stepflow05 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow05 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow05 > li .bubble {
display: inline-block;
width: 20px;
height: 20px;
margin: 0 0 0;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow05 > li .bubble + span {
position: absolute;
z-index: 10;
display: inline-block;
padding: 0 0.5em;
background: #ffffff;
}
.cp_stepflow05 > li .bubble::after,
.cp_stepflow05 > li .bubble::before {
position: absolute;
bottom: 14px;
display: block;
width: 100%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow05 > li.completed,
.cp_stepflow05 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow05 > li.completed .bubble,
.cp_stepflow05 > li.completed .bubble::after,
.cp_stepflow05 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow05 > li:last-child .bubble::after,
.cp_stepflow05 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow05 > li.active,
.cp_stepflow05 > li.active .bubble {
font-weight: bold;
color: #f57c00;
}
.cp_stepflow05 > li.active .bubble,
.cp_stepflow05 > li.active .bubble::after,
.cp_stepflow05 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow06">
<li class="completed"><span class="bubble"></span><span>STEP 1</span></li>
<li class="completed"><span class="bubble"></span><span>STEP 2</span></li>
<li class="active"><span class="bubble"></span><span>STEP 3</span></li>
<li><span class="bubble"></span><span>STEP 4</span></li>
<li><span class="bubble"></span><span>STEP 5</span></li>
</ul>
.cp_stepflow06 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow06 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow06 > li .bubble {
display: inline-block;
width: 10px;
height: 30px;
margin: 0 0 0;
background-color: #b0bec5;
}
.cp_stepflow06 > li .bubble + span {
display: block;
}
.cp_stepflow06 > li .bubble::after,
.cp_stepflow06 > li .bubble::before {
position: absolute;
top: 27px;
display: block;
width: 100%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow06 > li.completed,
.cp_stepflow06 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow06 > li.completed .bubble,
.cp_stepflow06 > li.completed .bubble::after,
.cp_stepflow06 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow06 > li:last-child .bubble::after,
.cp_stepflow06 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow06 > li.active,
.cp_stepflow06 > li.active .bubble {
font-weight: bold;
color: #f57c00;
}
.cp_stepflow06 > li.active .bubble,
.cp_stepflow06 > li.active .bubble::after,
.cp_stepflow06 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow07">
<li class="completed"><span class="bubble"></span><span>STEP 1</span></li>
<li class="completed"><span class="bubble"></span><span>STEP 2</span></li>
<li class="active"><span class="bubble"></span><span>STEP 3</span></li>
<li><span class="bubble"></span><span>STEP 4</span></li>
<li><span class="bubble"></span><span>STEP 5</span></li>
</ul>
.cp_stepflow07 {
font-size: 80%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow07 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-align: center;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow07 > li .bubble::after,
.cp_stepflow07 > li .bubble::before {
position: absolute;
top: 0px;
right: 50%;
left: 50%;
display: block;
width: 90%;
height: 8px;
content: '';
transform: translateX(-50%);
background-color: #b0bec5;
}
.cp_stepflow07 > li .bubble + span {
display: block;
margin-top: 1em;
}
.cp_stepflow07 > li.completed,
.cp_stepflow07 > li.completed .bubble {
color: #00acc1;
}
.cp_stepflow07 > li.completed .bubble,
.cp_stepflow07 > li.completed .bubble::after,
.cp_stepflow07 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow07 > li.active,
.cp_stepflow07 > li.active .bubble {
font-weight: bold;
color: #f57c00;
}
.cp_stepflow07 > li.active .bubble,
.cp_stepflow07 > li.active .bubble::after,
.cp_stepflow07 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow08">
<li class="completed"><span class="bubble">1</span></li>
<li class="completed"><span class="bubble">2</span></li>
<li class="active"><span class="bubble">3</span></li>
<li><span class="bubble">4</span></li>
<li><span class="bubble">5</span></li>
</ul>
.cp_stepflow08 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow08 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
color: #b0bec5;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow08 > li .bubble {
line-height: 1;
z-index: 2;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 0 0;
padding-top: 2px;
text-align: center;
color: #ffffff;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow08 > li .bubble::after,
.cp_stepflow08 > li .bubble::before {
position: absolute;
z-index: 1;
bottom: 10px;
left: 25px;
display: block;
width: 75%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow08 > li.completed,
.cp_stepflow08 > li.completed .bubble {
color: #ffffff;
}
.cp_stepflow08 > li.completed .bubble,
.cp_stepflow08 > li.completed .bubble::after,
.cp_stepflow08 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow08 > li:last-child {
flex: 0;
}
.cp_stepflow08 > li:last-child .bubble::after,
.cp_stepflow08 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow08 > li.active,
.cp_stepflow08 > li.active .bubble {
font-weight: bold;
color: #ffffff;
}
.cp_stepflow08 > li.active .bubble,
.cp_stepflow08 > li.active .bubble::after,
.cp_stepflow08 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow09">
<li class="completed"><span class="bubble"></span></li>
<li class="completed"><span class="bubble"></span></li>
<li class="active"><span class="bubble"></span></li>
<li><span class="bubble"></span></li>
<li><span class="bubble"></span></li>
</ul>
.cp_stepflow09 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow09 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow09 > li .bubble {
line-height: 1;
z-index: 2;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 0 0;
padding-top: 2px;
text-align: center;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow09 > li .bubble::after,
.cp_stepflow09 > li .bubble::before {
position: absolute;
z-index: 1;
bottom: 14px;
left: 25px;
display: block;
width: 75%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow09 > li.completed .bubble,
.cp_stepflow09 > li.completed .bubble::after,
.cp_stepflow09 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow09 > li:last-child {
flex: 0;
}
.cp_stepflow09 > li:last-child .bubble::after,
.cp_stepflow09 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow09 > li.active .bubble,
.cp_stepflow09 > li.active .bubble::after,
.cp_stepflow09 > li.active .bubble::before {
background-color: #fb8c00;
}
<ul class="cp_stepflow10">
<li class="completed"><span class="bubble"></span></li>
<li class="completed"><span class="bubble"></span></li>
<li class="active"><span class="bubble"></span></li>
<li><span class="bubble"></span></li>
<li><span class="bubble"></span></li>
</ul>
.cp_stepflow10 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 1em;
padding: 0;
}
.cp_stepflow10 > li {
position: relative;
display: block;
width: auto;
margin: 0;
padding: 0;
list-style: none;
text-overflow: ellipsis;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
}
.cp_stepflow10 > li .bubble {
line-height: 1;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 0 0;
padding-top: 2px;
text-align: center;
border-radius: 1000px;
background-color: #b0bec5;
}
.cp_stepflow10 > li.completed,
.cp_stepflow10 > li.active {
position: relative;
}
.cp_stepflow10 > li.completed::after {
position: absolute;
top: 6px;
left: 4px;
display: block;
width: 12px;
height: 7px;
content: '';
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: 4px solid #ffffff;
border-left: 4px solid #ffffff;
}
.cp_stepflow10 > li.active::after {
position: absolute;
top: 2px;
left: 2px;
display: block;
width: 16px;
height: 16px;
margin: 0 0 0;
content: '';
border: 2px solid #ffffff;
border-radius: 1000px;
}
.cp_stepflow10 > li .bubble::after,
.cp_stepflow10 > li .bubble::before {
position: absolute;
bottom: 14px;
left: 25px;
display: block;
width: 75%;
height: 3px;
content: '';
background-color: #b0bec5;
}
.cp_stepflow10 > li.completed .bubble,
.cp_stepflow10 > li.completed .bubble::after,
.cp_stepflow10 > li.completed .bubble::before {
background-color: #4dd0e1;
}
.cp_stepflow10 > li:last-child {
flex: 0;
}
.cp_stepflow10 > li:last-child .bubble::after,
.cp_stepflow10 > li:last-child .bubble::before {
width: 0%;
margin-right: 50%;
}
.cp_stepflow10 > li.active .bubble,
.cp_stepflow10 > li.active .bubble::after,
.cp_stepflow10 > li.active .bubble::before {
background-color: #fb8c00;
}
[completed]=完了したもの
[active]=現在値
何もつけなければ、未完了の表示となります。