:root {
    --font-blue-color: #062f81;    
    --font-black-color: #1e1e1e;
}

#sect01{
    padding-top: 100px;
    background-color: #edf2f7;
    padding-bottom: 100px;
}
    #sect01 h1{
        margin-bottom: 16px;
        font-size: 28px;       
        color: var(--font-blue-color);
        text-align: center;
    }
        #sect01 h1 .black{
            color: var(--font-black-color);
        }
    
    #sect01 .note{
        font-size: 20px; 
        margin-bottom: 40px;
        color: #000;
        text-align: center;
    }    
    @media screen and (max-width:768px) {
        #sect01{
            padding-top: 50px;
            padding-bottom: 50px;
        }
        #sect01 h1{
            font-size: 24px;       
        }
        #sect01 .note{
            font-size: 16px; 
            margin-bottom: 30px;
        }    
    }

    #sect01 .qa_part {
        background-color: #fefeff;        
        border-radius: 9px;
        width: 100%;
    }
        #sect01 .qa_part .men_row {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            padding-top: 58px;
            padding-left: 25px;
            padding-right: 25px;
            position: relative;
            text-align: center;
            font-size: 22px;
            font-weight: bold;
            color: #282828;    
            height: 230px;
        }
            #sect01 .qa_part .men_row .center{
                position: relative;
                z-index: 2;
            }

            #sect01 .qa_part .men_row .left{
                position: absolute;                
                top: 57px;
                left: 32px;
                z-index: 1;
            }
            #sect01 .qa_part .men_row .right {
                position: absolute;
                top: 78px;
                right: 32px;
                z-index: 1;
            }
            @media screen and (max-width:768px) {
                #sect01 .qa_part .men_row{
                    font-size: 18px;
                    height: auto;
                    flex-direction: column;
                }
                #sect01 .qa_part .men_row br{
                    display: none;
                }
                #sect01 .qa_part .men_row .bg{
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }
                #sect01 .qa_part .men_row .left{
                    position: relative;
                    top:unset;
                    left: unset;
                    max-width: 30vw;
                }
                #sect01 .qa_part .men_row .right {
                    position: relative;
                    top: unset;
                    right: unset;
                    max-width: 30vw;
                }
            }
        #sect01 .qa_part .arc_bg {
            width: 100%;
            height: 751px;
            background-image: url('../img/arc_bg.png');
            background-size: cover;
            background-position: top center;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-direction: column;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
            #sect01 .qa_part .title01{
                text-align: center;
                color: #f8efd1;
                font-size:40px;
                line-height: 1;
                font-weight: bold;
                margin-top: 28px;
                margin-bottom: 23px;
            }
            #sect01 .qa_part .amazon_ribbon {               
                margin-bottom: 5px;
            }
            #sect01 .qa_part .present_500 {
                margin-bottom: 5px;
            }
            @media screen and (max-width:768px) {
                #sect01 .qa_part .arc_bg {
                    padding-left: 3vw;
                    padding-right: 3vw; 
                    padding-bottom: 7vw; 
                    height: auto;              
                }
                #sect01 .qa_part .title01{
                    font-size: 8vw;
                }
            }


        #sect01 .qa_part .steps_panel {
            width: 788px;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
            #sect01 .qa_part  .steps_panel .top{
                background-color: #1b2643;
                color: #fff;
                border-top-left-radius: 15px;
                border-top-right-radius: 15px;
                text-align: center;
                width: 100%;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 20px;
            }
            #sect01 .qa_part  .steps_panel .steps{
                display: flex;                
                background-color: #fff;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                padding-top: 15px;
                padding-bottom: 19px;
            }
                #sect01 .qa_part  .steps_panel .steps .step{
                    width: calc( 100%  / 3 );
                    border-right: 2px solid #1b2643;
                    text-align: center; 
                    display: flex;
                    flex-direction: column;
                    align-items: center; 
                }
                #sect01 .qa_part  .steps_panel .steps .step:last-child{
                    border-right: none; 
                }
                    #sect01 .qa_part  .steps_panel .steps .step .btn_step {
                        background-color: #1b2643;
                        border-radius: 17px;
                        color: #fff;
                        font-size: 18px;
                        width: 84px;
                        height: 34px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        margin-bottom: 20px;
                    }
                    #sect01 .qa_part  .steps_panel .steps .step .note {
                        font-size: 16px;
                        margin-bottom: 0;
                        margin-top: 0;
                    }
            #sect01 .qa_part  .steps_panel .arrow_down_white{
                margin: -1px auto 0 auto;
                display: block;
            }
            @media screen and (max-width:768px) {
                #sect01 .qa_part .steps_panel .top{
                    height: auto;
                    padding: 15px 10px;
                }
            }
            @media screen and (max-width:500px) {
                #sect01 .qa_part .steps_panel .steps{
                    flex-direction: column;
                }
                #sect01 .qa_part .steps_panel .steps .step{
                    width: 100%;
                    border-right:unset;
                    border-bottom: 2px solid #1b2643;
                    padding-bottom: 20px;
                    padding-top: 15px;
                }
                #sect01 .qa_part .steps_panel .steps .step:last-child{
                    border-bottom: unset;
                }
            }
        #sect01 .qa_part .go_reserve{
            width: 726px;
            max-width: 100%;
            height: 126px;
            border-radius: 63px;
            background-color: #1b74e2;
            color: #fff;
            font-size: 36px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 19px auto 0px auto;
            position: relative;
            padding-left: 50px;
            box-shadow: 6px 6px 0 0px rgb(0,63,138);
            -webkit-box-shadow: 6px 6px 0 0px rgb(0,63,138);
            -moz-box-shadow: 6px 6px 0 0px rgb(0,63,138);
        }
        #sect01 .qa_part .go_reserve::before{
            content: '';
            position: absolute;
            left: 93px;
            top:45px;
            width: 40px;
            height: 40px;
            background: url('../img/question_buble.png');
        }
        #sect01 .qa_part .go_reserve::after{
            content: '';
            position: absolute;
            right: 45px;
            top:53px;
            width: 12px;
            height: 25px;
            background: url('../img/campaign-white-arrow-right.png');
        }
        #sect01 .qa_part .go_reserve:hover{
            opacity: 1;
            transform: translateY(-5px);
            transition: transform 250ms cubic-bezier(.3, .7, .4, 1.5);
        }
               
        @media screen and (max-width:768px) {
            #sect01 .qa_part .go_reserve{
                height: 18vw;
                border-radius: 10vw;
                font-size: 5vw;
                padding-left: 0;
            }
            #sect01 .qa_part .go_reserve::before{
                display: none;
            }
            #sect01 .qa_part .go_reserve::after{
                display: none;
            }

        }
