@charset "UTF-8";

a#flow+div .inner_item {
    background: var(--i_sub2_color);
    position: relative;
    width: 18%;
    margin-left: 2%;
    margin-bottom: 30px;
}
a#flow+div .inner_item_txt {
    padding: 20px 5px 10px;
}
a#flow+div .inner_item:after {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: -15px;
    border: none;
    width: 10px !important;
    height: 10px;
    border-bottom: 3px solid var(--i_main_color, rgba(125, 125, 125, 0.5));
    border-right: 3px solid var(--i_main_color, rgba(125, 125, 125, 0.5));
    margin: 0 auto;
    transform: rotate(315deg);
}
a#flow+div .inner_item:last-child:after {
    display: none;
}
@media screen and (max-width: 900px) {
    a#flow+div {
        display:none;
    }
}
a#flow_sp+div {
    display: none;
}
@media screen and (max-width: 900px) {
    a#flow_sp+div {
        display: block;
    }
    a#flow_sp+div .inner_item {
        flex-direction: row-reverse;
        background: var(--i_sub2_color);
        width: 100%;
        margin-bottom: 30px !important;
        height: 100px;
        position: relative;
    }
    a#flow_sp+div .heading.block_header_4 {
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    a#flow_sp+div .heading.block_header_4 p {
        color: var(--i_txt_color);
        margin-left: 15px;
    }
    a#flow_sp+div a {
        margin: 0;
        width: 15%;
    }
    a#flow_sp+div img {
        object-fit: contain;
    }
    a#flow_sp+div h3.h {
        font-size: 2.4rem !important;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 5px;
        color: var(--i_btn_color);
    }
    a#flow_sp+div .inner_item:after {
        content: "";
        position: absolute;
        bottom: -18px;
        left: calc(50% - 5px);
        width: 10px !important;
        height: 10px;
        border-bottom: 3px solid var(--i_main_color, rgba(125, 125, 125, 0.5));
        border-right: 3px solid var(--i_main_color, rgba(125, 125, 125, 0.5));
        margin: 0 auto;
        transform: rotate(45deg);
    }
    a#flow_sp+div .inner_item:last-child:after {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    a#flow_sp+div .inner_item {
        height: auto;
    }
    a#flow_sp+div .inner_item_txt {
        width: 85%;
        padding: 0 0 0 10px;
    }
    a#flow_sp+div h3.h {
        font-size: 2.2rem !important;
    }
}