@charset "UTF-8";
.flow_block{
    position: relative;
    background-color: white;
    width: 100%;
    height: fit-content;
}.flow_block_icon_block{
    position: relative;
    text-align: center;
    white-space: nowrap;
}.flow_block_icon{
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    width: 3.9em;
    height: 3.9em;
    color: white;
    font-weight: 800;
    line-height: 1.1em;
}

.flow_block_caption{
    font-weight: bold;
}

.flow_block_image{
    position: absolute;
    transform: translate(-50%, -50%);
    height: auto;
}

.flow_triangle{
    width: 4em;
    height: 2em;
}

.flow_block_str_green{
    color: rgb(0, 146, 69);
}
.flow_block_str_orange{
    color: rgb(247, 147, 30);
}

.flow_block_bg_green{
    background-color: rgb(0, 146, 69);
}
.flow_block_bg_orange{
    background-color: rgb(247, 147, 30);
}

.flow_block_title{
    color: rgb(0, 146, 69);
    font-size: 1.5em;
}

.flow_block_msg{
    font-size: 1.3em;
    color: rgb(114, 114, 114);
}

.flow_block_induction_pc{
    color: rgb(0, 146, 69);
    padding: 0.5em 1.3em;
    margin: 0.5em 0 0 0;
}.flow_block_induction_pc > div:nth-child(1){
    font-size: 1.65em;
    font-weight: bold;
    text-indent: 0.15em;
    line-height: 0.65em;
    height: fit-content;
}.flow_block_induction_pc > div:nth-child(1) > div :nth-child(1){
    width: 1.1em;
    height: auto;
    margin: auto auto 0;
}.flow_block_induction_pc > div:nth-child(2){
    font-size: 0.9em;
    padding: 0.1em 0 0;
}

.flow_block_induction_sp{
    color: rgb(0, 146, 69);
    font-size: 2em;
}.flow_block_induction_sp > div{
    font-size: 1em;
}

.flow_note{
    font-size: 0.8em;
}

.flow_induction_msg_sp{
    color: rgb(0, 146, 69);
    font-size: 0.55em;
    width: fit-content;
    margin: 1em auto 0;
}

.flow_bottom_msg{
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
    border-radius: 1.5em;
    margin: 2.5em 0em 1.5em;
}

/* PC */
@media screen and (min-width: 769px) {
    .flow_bottom_msg{
        font-size: 2em;
    }

    .flow_block_msg_detail{
        font-size: 0.9em;
    }

    .flow_block_caption{
        font-size: 1.25em;
    }

    .flow_triangle{
        margin: 1em auto 2em;
    }

    .flow_block_icon_block{
        width: 7em;
    }

    .flow_block_icon{
        font-size: 1.3em;
        top: 0px;
        left: 50%;
    }

    .flow_block{
        border-radius: 40px;
        padding: 1em 0em 1.6em;
    }

    .flow_block_msg{
        width: 70%;
    }

    .flow_01_img{
        width: 7.7em;
        left: 90%;
        top: 50%;
    }

    .flow_02_img{
        width: 7.7em;
        left: 75%;
        bottom: 0;
        transform: translate(-50%, 0%)!important;
    }

    .flow_03_img{
        width: 12em;
        left: 84%;
        top: 20%;
    }

    .flow_04_img{
        width: 7.7em;
        left: 90%;bottom: 0;
        transform: translate(-50%, 0%);
    }

    .flow_05_img{
        width: 12.5em;
        left: 75%;
        bottom: 0;
        transform: translate(-50%, 0%);
    }

    .flow_06_img{
        width: 12.5em;
        left: 85%;
        bottom: 0;
        transform: translate(-50%, 0%);
    }
}

/* SP */
@media screen and (max-width: 768px) {
    .flow_bottom_msg{
        font-size: 1.05em;
    }

    .flow_note{
        margin: 0.5em 0;
    }

    .flow_block_msg_detail{
        font-size: 0.65em;
    }

    .flow_block_caption{
        font-size: 0.85em;
        width: fit-content;
        margin: auto;
    }

    .flow_triangle{
        margin: 1em auto 0em;
    }

    .flow_block_icon_block{
        width: 100%;
    }

    .flow_block_icon{
        font-size: 1.1em;
        top: -2.7em;
        left: 50%;
    }

    .flow_block{
        border-radius: 20px;
        padding: 3em 0.6em 8em;
        margin-top: 3.5em;
    }.flow_block_sp{
        margin-top: 2em!important;
    }

    .flow_block_msg{
        width: 100%;
    }

    .flow_01_img{
        width: 5.5em;
        left: 50%;
        top: 83%;
    }

    .flow_02_img{
        width: 6em;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, 0%);
    }

    .flow_03_img{
        width: 9em;
        left: 50%;
        bottom: -4%;
    }

    .flow_04_img{
        width: 5.5em;
        left: 50%;
        bottom: 4%;
        transform: translate(-50%, 0%);
    }

    .flow_05_img{
        width: 8em;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, 0%);
    }

    .flow_06_img{
        width: 9em;
        left: 50%;
        bottom: 5%;
        transform: translate(-50%, 0%);
    }

}