@charset "UTF-8";


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

戒名　Css

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

.box_case ul {
    width: 860px;
    margin: 50px auto 0;
    overflow: hidden;
}

.box_case ul.center {
    width: 760px;
	margin-bottom: -50px;
}

.box_case ul li {
    width: 260px;
    float: left;
    margin: 0 10px 45px 0;
    padding-right: 50px;
    overflow: hidden;
    background: url(../images/arrow.png) right 40% no-repeat;
    text-align: center;
}

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

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

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

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

.box_case figure figcaption {
    font-size: 18px;
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;

}


.box_case 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) {

    .box_case ul , .box_case ul.center{
        width: 100%;
        margin: 30px auto;
    }
    .box_case ul 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;
    }
	.box_case ul li.mpt40 {
    margin-top: 0;
	}
	.box_case ul li:nth-child(3n) {
        width: 220px;
        margin: 0 auto;
		background: none;
    }
    .box_case ul.center li:nth-child(3n) {
		background: url(../images/arrow2.png) 50% bottom no-repeat;
    }


}
