@charset "utf-8";

.with_pict {
    background: url("../img2/plan/page_btn_step.jpg") no-repeat center -70px;
    background-size: 550px auto;
}

.step_box .flexbox_basic{
    margin-left: 50px;
    margin-right: 0px;
}
.step_box .guide_stepbox {
    width:329px;
    border: 3px solid #BDE5EB;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
    .step_box .guide_stepbox p {
        text-align: center;
        color: #4a929e;
        font-size:19px;
        width:300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        margin-bottom: 12px;
        letter-spacing: 0.2em;
        font-family:'Lato','TBUDゴシック R',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-display: swap;
        line-height: 3em;
    }
    .step_box .flexbox_basic .guide_stepnote{
        width:398px;
        flex-grow: 1; 
        /*margin: 15px 0px 15px 20px;*/
        margin-left: 20px;
        margin-right: 0px;
    }
        .step_box .flexbox_basic .guide_stepnote p{
            line-height: 1.8em;
            font-size:18px;
            text-align: left;
            margin-bottom: 1em;
        }

                                            @media all and (max-width: 838px) {
                                                .step_box .flexbox_basic{
                                                    flex-direction: column;
                                                    justify-content: center;
                                                    align-items: center;
                                                    margin-left: 0px;
                                                }
                                                    .step_box .flexbox_basic .guide_stepnote{
                                                        width:100%;
                                                        margin-left: 0px;
                                                        margin-right: 0px;
                                                        margin-top: 25px;
                                                        padding: 0 40px;
                                                        box-sizing: border-box;
                                                    }
                                            }
                                            @media all and (max-width: 767px) {
                                                .step_box .flexbox_basic .guide_stepnote{
                                                    padding: 0 0;
                                                        width:100%;
                                                }
                                            }

#section2 h1 {
    margin-top:40px;
}