@charset "utf-8";

.flowBox .inner {
    display: table;
    position: relative;
    padding: 20px 20px;
    background: #F9BB00;
    width: 100%;
    position: relative;
    margin: 0 0 50px;
}

.flowBox .inner:after {
    position: absolute;
    left: 100px;
    /* bottom: -24px; */
    bottom: -36px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 26px 0 26px;
    border-color: #F9BB00 transparent transparent transparent;
}

/*--------------    各ページの色   ---------------*/
#Page-souzoku .flowBox .inner {
    background: #2baf8c42;
}

#Page-souzoku .flowBox .inner:after {
    border-color: #2BAF8B transparent transparent transparent;
}


#Page-fudousan .flowBox .inner {
    background: #056c9e20;
}

#Page-fudousan .flowBox .inner:after {
    border-color: #056c9e transparent transparent transparent;
}


#Page-shogyo .flowBox .inner {
    background: #7fbbc180;
}

#Page-shogyo .flowBox .inner:after {
    border-color: #7fbbc1 transparent transparent transparent;
}



.flowBox .cell01 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-size: 28px;
    width: 20%;
    padding-left: 40px;
    color: #666;
}

.flowBox .cell02 {
    font-size: 24px;
    line-height: 1em;
    width: 80%;
}

.flowBox .cell {
    padding-right: 20px;
    display: table-cell;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.flowBox .cell03 {
    font-size: 18px;
    padding-right: 0;
    width: 50%;
}

.flowBox .inner:last-child {
    margin: 0;
}

.flowBox .inner:last-child:after {
    display: none;
}

@media screen and (max-width: 767px) {
    .flowBox .inner {
        display: block;
        margin: 0 0 25px;
        text-align: center;
        width: auto;
        padding: 10px;
    }

    .flowBox .inner:after {
        left:0;
        right: 0;
        bottom: -20px;
        margin: auto;
        border-width: 12px 13px 0 13px
    }

    .flowBox .cell {
        padding-right: 0;
        display: block;
        margin: 0 0 5px;
    }

    .flowBox .cell01 {
        width: auto;
        padding-left: 0;
        margin: 0;
        line-height: 1.4;
        font-size: 18px;
        display: inline-block;
        margin-right: 10px;
    }

    .flowBox .cell02 {
        width: auto;
        margin: 0;
        font-size: 18px;
        display: inline-block;
    }

    .flowBox .cell03 {
        width:auto;
        font-size: 14px;
        margin: 2px 0 0
    }

    .flowBox .cell {
        padding-right: 0;
        display: block;
        margin: 0 0 5px;
    }

    
}