@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#flow {
    margin-bottom: 30px;
}
#flow .box {
    display: table;
    background: url(../image/flow_arrow.jpg) left 73px bottom no-repeat;
    padding-bottom: 30px;
}
#flow .box .image {
    display: table-cell;
    width: 170px;
    vertical-align: middle;
}
#flow .box dl {
    display: table-cell;
    vertical-align: middle;
}
#flow .box dl dt {
    width: 530px;
    font-size: 1.142em;
    border-bottom: 1px solid #D53034; 
    margin-bottom: 5px;
    padding-bottom: 3px;
    font-weight: bold;
}
#flow .box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#flow .box.last:last-child .image {
    background: none;
}

