@charset "utf-8";

.checkListInner {
    padding: 20px 20px 10px;
    background: url(../../common/img/bg_checkList.png);
}

.checkListInner+.checkListInner {
    margin-top: 20px;
}

.checkListInner tr:last-child {
    border-bottom: none;
}

.checkListInner td {
    vertical-align: middle;
}

.stepBox dl.detail {
    padding-bottom: 0;
}

.stepBox dl.detail dd {
    width: 100%;
    padding-top: 0;
}

.stepBox dl.detail .div_boxMin01 {
    margin: 0 0 60px;
}

#bg_check01,
#bg_check02 {
    position: relative;
}

#bg_check01:after,
#bg_check02:after {
    content: url(../img/bg_check01.png);
    position: absolute;
    right: 20px;
    bottom: 0;
    line-height: 0;
}

#bg_check02:after {
    content: url(../img/bg_check02.png);
    right: 30px;
}