@charset "utf-8";

.c-wrapper{
    margin: 0 40px;
}

.flow{
    padding-top: 30px;
    margin-top: 150px;
}

.flow .section-title,
.price .section-title{
    font-size: 6.4vw;
    font-weight: bold;
    color: #5E564B;
    text-align: center;
    margin-bottom: 15px;
}

.flow .green,
.price .green{
    background-color: #B6FFC5;
    border-radius: 20px;
    padding-bottom: 1px;
    margin-bottom: 25px;
}

.flow .yellow,
.price .yellow{
    background-color: #FFF3BC;
    border-radius: 20px;
    padding-bottom: 1px;
}

.flow .yellow{
    margin-bottom: 45px;
}
.price .yellow{
    margin-bottom: 25px;
}

.flow .green .sub-title,
.flow .yellow .sub-title,
.price .green .sub-title,
.price .yellow .sub-title{
    font-size: max(3.9vw,15px);
    font-weight: 400;
    color: #000000;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.flow .green .text,
.flow .yellow .text{
    background-color: #FFFFFF;
    font-size:2.3vw;
    line-height: 1.2;
    text-align: center;
    border-radius: 20px;
    padding: 10px 25px;
    margin: 0 30px 15px;
}

.price .green .text,
.price .yellow .text{
    background-color: #FFFFFF;
    font-size:max(2.7vw,10px) ;
    line-height: 1.2;
    text-align: center;
    border-radius: 20px;
    padding: 10px 25px;
    margin: 0 30px 10px;
}

.flow .green .arrow,
.flow .yellow .arrow{
    font-size: max(5.2vw,20px);
    text-align: center;
    transform: rotate(180deg);
    margin-bottom: 15px;
}

.list{
    font-size:max(2.7vw,10px);
    list-style: none;
}

.price .pc{
    display: none;
}

@media screen and (min-width:768px){
    
    .c-wrapper{
        margin: 0px;
    }
    
    .flow{
        padding-top: 100px;
        margin-top: 195px;
        }

    .flow .section-title,
    .price .section-title{
        font-size: 3.66vw;
        font-weight: bold;
        color: #5E564B;
        text-align: center;
        margin-bottom: 50px;
    }

    .flow .flow1,
    .price .flow2{
        display: flex;
        justify-content: center;
        gap: 20px;
    } 

    .flow .flow1{
        margin-bottom: 100px;
    }

    .flow .green,
    .price .green{
        width: 43%;
    }

    .flow .yellow,
    .price .yellow{
        width: 43%;
    }

    .flow .yellow{
        margin-bottom: 45px;
    }
    .price .yellow{
        margin-bottom: 25px;
    }

    .flow .green .sub-title,
    .flow .yellow .sub-title,
    .price .green .sub-title,
    .price .yellow .sub-title{
        font-size: 2.9vw;
        font-weight: 400;
        color: #000000;
        text-align: center;
        padding-top: 25px;
        margin-bottom: 20px;
    }

    .flow .green .text,
    .flow .yellow .text,
    .price .green .text,
    .price .yellow .text{
        background-color: #FFFFFF;
        font-size: 1.46vw;
        text-align: center;
        border-radius: 20px;
        padding: 39px 49.2px 40px 48.2px ;
        margin: 0 55px 25px;
    }

    .flow .green .arrow,
    .flow .yellow .arrow{
        font-size: 1.46vw;
        text-align: center;
        transform: rotate(180deg);
        margin-bottom: 25px;
    }

    .list{
        font-size: 1.46vw;
        list-style: none;
    }

    
    .price .pc{
        display: block;
    }
}