@charset "utf-8";
/* CSS Document */

.flow_list_wrap{
}

.flow_list{
float:left;
width:465px;
margin-right:10px;
}

.list_title{
font-weight:bold;
}

.flow_list .noteList li:first-child{
margin-top:0 !important;
}

.flow_step>li{
border:2px solid #ccc;
padding:15px;
margin-top:85px;
position:relative;
}

.flow_step>li:first-child{
margin-top:0px;
}

.flow_step .list_01{
text-indent:-2.5em;
padding-left:2.5em;
}

.flow_step > li:before{
content:"";
width:50px;
height:65px;
display:block;
position:absolute;
top: -75px;
left:50%;
margin-left:-25px;
background: url(/dom/service/skynavi/img/arrow_img_01.png) no-repeat;
background-position: bottom;
}

.flow_step > li:first-child:before{
display:none;
}

.number_list li{
float:left;
width:455px;
border-left:1px solid #ccc;
box-sizing:border-box;
padding-left:20px;
}

.number_list li:first-child{
border-left:none;
padding-left:0;
}

.number_list li .txTel{
font-size:20px;
}

.number_list li .txTel.free{
padding-left:0;
background-image:none;
}
