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

#flow .box {
    display: table;
    width: 100%;
}
#flow .image {
    display: table-cell;
    width: 285px;
    position: relative;
    vertical-align: middle;
}
#flow .text {
    display: table-cell;
    position: relative;
    vertical-align: middle;
}
#flow .left .text {
    padding-left: 25px;
}
#flow .left {
    position: relative;
}
#flow .right {
    position: relative;
}
#flow .left::before {
    content:"";
    background: url(../image/flowbgright.png) right top no-repeat;
    top: 125px;
    right: 155px;
    position: absolute;
    width: 100%;
    height: 390px;
}
#flow .right::before {
    content:"";
    background: url(../image/flowbgleft.png) left top no-repeat;
    top: 125px;
    left: 155px;
    position: absolute;
    width: 100%;
    height: 390px;
}
#flow .last::before {
    content:"";
    background: url(../image/flowlast.png) right top no-repeat;
    top: 135px;
    right: 155px;
    position: absolute;
    width: 100%;
    height: 390px;
}
#flow .none::before {
   background:none;
    position: absolute;
}
#flow .right .text {
    padding-right: 25px;
}
#flow .text span{
    color: #D00C15;
}
#flow .text00 {
    letter-spacing: -0.5px;
}
#flow p.btn{
    text-align: right;
    margin-top: 30px;
}