/* ===========================
	バー式ステップ表示 */
   =========================== */
#step_bar_box {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.step_bar {
    list-style: none;
    text-align: center;
	 padding: 0;
}

.step_bar li {
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 46px;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0 15px 0 35px;
    background: #eee;
    display: inline-block;
}

.step_bar li small {
    font-size: 80%;
}

.step_bar li::after {
    position: relative;
    display: block;
    margin-top: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 22px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #eee;
    border-right: 1px solid white;
}

.step_bar li::before {
    float: right;
    display: block;
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: -25px;
    height: 21px;
    width: 20px;
    content: " ";
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -ms-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    background: #eee;
    border-right: 1px solid white;
}

.step_bar li:first-child {
    padding-left: 20px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.step_bar li:last-child {
    padding-left: 35px;
    padding-right: 40px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.step_bar li:last-child::before {
    border: 0;
    background: transparent !important;
}

.step_bar li:last-child::after {
    border: 0;
    background: transparent !important;
}

.step_bar li.current {
    background: #34b496;
    color: #fff;
}

.step_bar li.current::before {
    background: #34b496;
}

.step_bar li.current::after {
    background: #34b496;
}

.step_bar li.current:last-child {
    margin-right: -35px;
}

.step_bar li.current:last-child::before {
    border: 0;
    background: transparent !important;
}

.step_bar li.current:last-child::after {
    border: 0;
    background: transparent !important;
}
.logIn .step_bar li {
	font-size: 13.5px;
	font-size: 1.35rem;
}

@media ( max-width : 480px ) {
	.step_bar li {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0 15px;
	}
	.step_bar li:last-child {
	    padding-left: 15px;
	    padding-right: 15px;
	    -webkit-border-radius: 0 5px 5px 0;
	    -moz-border-radius: 0 5px 5px 0;
	    -ms-border-radius: 0 5px 5px 0;
	    -o-border-radius: 0 5px 5px 0;
	    border-radius: 0 5px 5px 0;
	}
	#sstep_bar_box {
		width: 100%;
	    margin: 0 auto;
	    padding: .2em 0 0;
	    box-sizing: border-box;
	    -webkit-box-sizing:border-box;
	}
	ol.step_bar  {
	    padding: 0;
	}

}

@media ( min-width : 960px ) {
	#step_bar_box {
	    margin: 0 auto;
	    padding: .714em 0 0;
	}
	ol.step_bar  {
	    padding: 0;
	}
}