header .header_inner1{
    display: none;
}

/* visual */
.visual{
    border-radius: 12px;
    height: fit-content;
    overflow: hidden;
}
.visual img{
    width: 100%;
    height: auto;
}
.visual .banner_m{
    display: none;
}

/* s1 */
.section1{
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    padding-bottom: 100px;
}
.section1 .info_wrap .tit{
    font-size: 16px;
    color: #1F2026;
    margin-bottom: 8px;
}
.section1 .info_wrap .box{
    height: 116px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: #F6F6F8;
    border-radius: 12px;
    margin-bottom: 32px;
}
.section1 .info_wrap .box .txt{
    font-size: 13px;
    color: #6F7182;
    flex: 1;
    padding-left: 25px;
}
.section1 .info_wrap .box .txt dt{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
    color: #1F2026;
}
.section1 .input_wrap ul li{
    margin-bottom: 24px;
    color: #6F7182;
    position: relative;
}
.section1 .input_wrap ul li > div{
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .input_wrap ul li > div span{
    color: #AFB0BF;
}
.section1 .input_wrap ul li textarea{
    font-size: 16px;
    height: 56px;
}
.section1 .input_wrap ul li:nth-child(3){
    margin-bottom: 16px;
}
.section1 input{
    font-size: 16px;
    height: 46px;
}
.section1 input[type="checkbox"] + label + label{
    font-size: 14px;
}
.section1 .input_wrap ul li:last-child input{
    height: auto;
}

/* s2 */
.section2{
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 0 300px;
}
.section2 h1{
    margin-bottom: 8px;
}
.section2 > div{
    font-size: 16px;
    color: #165FFF;
    margin-bottom: 32px;
    text-align: center;
}
.section2 > ul{
    background: #F6F6F8;
    border-radius: 12px;
    margin-bottom: 8px;
    padding: 20px;
}
.section2 > ul li{
    display: flex;
    justify-content: flex-start;
    padding-bottom: 8px;
}
.section2 > ul li span{
    width: 85px;
    color: #6F7182;
}
.section2 > ul li div{
    font-weight: normal;
    color: #1F2026;
    flex: 1;
}
.section2 > p{
    font-size: 13px;
    color: #4D4E59;
    text-align: right;
    margin-bottom: 93px;
}
.section2 > a{
    font-size: 16px;
    color: #fff;
    display: table;
    margin: 0 auto;
    background: #165FFF;
    border-radius: 8px;
    padding: 10px 32px;
}

@media screen and (max-width: 1350px){
    .btn_top {
        bottom: 30px;
    }
}


/* below 540 */
@media screen and (max-width: 540px){

    .visual .banner_pc{
        display: none;
    }
    .visual .banner_m{
        display: block;
    }
    .section1 .info_wrap .box{
        padding: 0 16px;
        margin-bottom: 24px;
    }
    .section1 .info_wrap .box img{
        max-width: 128px;
        width: 40%;
    }
    .section1 .info_wrap .box .txt{
        padding-left: 16px;
    }
   .section1 .input_wrap ul li{
        font-size: 12px;
        margin-bottom: 16px;
    }
    .section2{
        padding: 16px 0 104px;
    }
    .section2 h1{
        text-align: center;
    }
    .section2 > p{
        margin-bottom: 80px;
    }
    .section2 > div{
        margin-bottom: 24px;
    }


}