@charset "UTF-8";

/* CSS Document */


/* ------flow_box--------- */

#flow_box {
    margin-top: 30px;
}


/**/

.flow_detail {
    margin: 40px auto 0;
}

.flow_item {
    position: relative;
    margin: 0 auto 40px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.flow_item:not(:last-child):before {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    margin: auto;
    display: block;
    content: "";
    width: 42px;
    height: 60px;
    background: url(../img/flow_arrow.svg)no-repeat center center;
    background-size: contain;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.flow_tlt {
    padding: 0;
    /* text-align: center; */
    background: #fafafa;
    /* border-bottom: 1px solid #ccc; */
    border-top: 4px solid #8fc31f;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 60px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow_tlt:before {
    content: "";
    margin: 0 15px;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.flow01 .flow_tlt:before {
    background: url(../img/flow_icon_step01.svg)no-repeat center center;
    background-size: 80%;
}

.flow02 .flow_tlt:before {
    background: url(../img/flow_icon_step02.svg)no-repeat center center;
    background-size: 80%;
}

.flow03 .flow_tlt:before {
    background: url(../img/flow_icon_step03.svg)no-repeat center center;
    background-size: 80%;
}

.flow04 .flow_tlt:before {
    background: url(../img/flow_icon_step04.svg)no-repeat center center;
    background-size: 80%;
}

.flow05 .flow_tlt:before {
    background: url(../img/flow_icon_step05.svg)no-repeat center center;
    background-size: 80%;
}

.flow_detail_box {
    padding: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow_detail_box>* {
    padding: 20px;
    display: table-cell;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow_detail_img {
    width: 40%;
    vertical-align: top;
}

.flow_inner {
    width: 60%;
    vertical-align: top;
}

.flow_detail_box:after {
    display: block;
    content: "";
    clear: both;
}

.flow_subttl {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.flow_detail_txt {
    color: #388bb3;
    font-size: 14px;
    line-height: 1.75;
}

.flow_reg_btn {
    margin: 40px auto 0;
    text-align: right;
}

.flow_member_btn {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}