@charset "UTF-8";
.flow {}
.flow_title {}
.flow_oList {
    list-style: none;
    position: relative;
    z-index: 1;
    padding-right: 252px;
}
.flow_oList > li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 19px;
}
.flow_oList > li:first-child {}
.flow_oList > li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.flow_oList > li:nth-child(2n+1) {}
.fItem {}
.fItem_title {
    position: relative;
    z-index: 1;
    padding-left: 90px;
    font-size: 24px;
    padding-top: 3px;
    margin-bottom: 18px;
    white-space: nowrap;
    font-weight: normal;
}
.fItem_title > b {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(43, 123, 103);
    color: #fff;
    line-height: 36px;
    padding: 0 7px;
    font-size: 19px;
    font-weight: normal;
}
.fItem_title > b:after {
    content: "";
    display: block;
    border: 18px solid rgb(43, 123, 103);
    border-right-color: transparent;
    border-right-width: 0;
    border-bottom-color: transparent;
    border-top-color: transparent;
    position: absolute;
    z-index: 1;
    right: -18px;
    top: 0;
}
.fItem_text {}
.fItem_image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}
.fItem_image-no1 {
    top: -2px;
}
.fItem_image-no1 > img {}
.fItem_image-no2 {
    top: 172px;
}
.fItem_image-no2 > img {}
.fItem_image-no3 {
    top: 346px;
}
.fItem_image-no3 > img {}
.fItem_image-no4 {
    top: 700px;
}
.fItem_image-no4 > img {}

/* タブレット以下設定 */

@media screen and (max-width:999px) {
    .flow {}
    .flow_title {}
    .flow_oList {}
    .flow_oList > li {}
    .flow_oList > li:first-child {}
    .flow_oList > li:last-child {}
    .flow_oList > li:nth-child(2n+1) {}
    .fItem {}
    .fItem_title {
        font-size: 22px;
        padding-left: 86px;
    }
    .fItem_title > b {
        line-height: 30px;
    }
    .fItem_title > b:after {
        border-top-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 15px;
        right: -15px;
    }
    .fItem_text {}
    .fItem_image {}
    .fItem_image-no1 {}
    .fItem_image-no1 > img {}
    .fItem_image-no2 {}
    .fItem_image-no2 > img {}
    .fItem_image-no3 {}
    .fItem_image-no3 > img {}
    .fItem_image-no4 {}
    .fItem_image-no4 > img {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .flow {}
    .flow_title {}
    .flow_oList {
        padding: 0;
    }
    .flow_oList > li {}
    .flow_oList > li:first-child {}
    .flow_oList > li:last-child {}
    .flow_oList > li:nth-child(2n+1) {}
    .fItem {}
    .fItem_title {
        font-size: 18px;
        padding: 0 0 0 70px;
        line-height: 22px;
        margin-bottom: 10px;
        white-space: normal;
    }
    .fItem_title > b {
        font-size: 14px;
        line-height: 22px;
    }
    .fItem_title > b:after {
        border-top-width: 11px;
        border-bottom-width: 11px;
        border-left-width: 11px;
        right: -11px;
    }
    .fItem_text {}
    .fItem_image {
        position: static;
        text-align: center;
        margin: 15px 0;
    }
    .fItem_image-no1 {}
    .fItem_image-no1 > img {}
    .fItem_image-no2 {}
    .fItem_image-no2 > img {}
    .fItem_image-no3 {}
    .fItem_image-no3 > img {}
    .fItem_image-no4 {}
    .fItem_image-no4 > img {}
}
