@charset "UTF-8";


/*******************************

お墓のクリーニング　Css

*******************************/

ul.flowCaseList dl {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

ul.flowCaseList dt {
    width: 30%;
    margin: 0;
    background: url(../images/step_icon.png) left 50% no-repeat;
    padding-left: 25px;
    color: #52a363;
    float: left;
}

ul.flowCaseList dd {
    width: 70%;
    margin: 0;
    float: left;
}


ul.step li {
    width: 260px;
    float: left;
    margin: 0 10px 45px 0;
    padding-right: 50px;
    overflow: hidden;
    background: url(../images/arrow.png) right 100px no-repeat;
    text-align: center;
    border-bottom: 0px dotted #bfbfbf;
}

ul.step li.mpt40 {
    margin-top: 40px;
}

ul.step li:nth-child(3n) {
    width: 220px;
    margin-right: 0;
    padding-right: 0;
    background: none;
}

ul.step li.big {
    width: 300px;
}

ul.step figure {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

ul.step figure figcaption {
    font-size: 13px;
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em;

}

ul.step span.stepcomment {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    margin-top: 15px;
    padding-left: 1em;
    text-indent: -0.8em;

}




@media screen and (max-width: 767px) {
    ul.flowCaseList dt {
        width: 100%;
        float: none;
        margin-bottom: 5px;
    }
    ul.flowCaseList dd {
        width: 100%;
        float: none;
    }
    
    
    ul.step  li {
        width: 220px;
        float: none;
        margin: 0 auto 20px auto;
        padding-right: 0;
        padding-bottom: 60px;
        background: url(../images/arrow2.png) 50% bottom no-repeat;
    }
　　ul.step  li.mpt40 {
    margin-top: 0;
    }
	
	ul.step li:nth-child(3n) {
        width: 220px;
        margin: 0 auto;
		background: none;
    }
    ul.step  ul.center li:nth-child(3n) {
		background: url(../images/arrow2.png) 50% bottom no-repeat;
    }
    
    
}
