#first {
    background-color: #f1f4f8;
}
#first .container{
    padding: 80px 0;
}

#first .round-box{
    background-color: #fff;
    display: flex;
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

#first .info-box{
    flex: 0 0 34%;
    background-color: #7b5feb;
    background: linear-gradient(120deg, #7b5feb, #533ea5);
    color: #fff;
    border-radius: 8px 0 0 8px;
    padding: 20px;
} 
#first .info-box h2{
    font-size: 1.5em;
    padding: 30px;
}
#first .info-box li{
    border-radius: 10px;
}
#first .info-box li:hover{
    background-color: rgba(255,255,255,0.1);
}
#first .info-box li a{
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 20px 30px;
    font-size: 1.1em;
    font-weight: 700;
}
#first .info-box li a i{
    font-size: 1.3em;
    margin-right: 8px;
    vertical-align: middle;
}
#first .info-box li a p{
    font-weight: 300;
    margin-top: 5px;
    color: #dfdafa;
}

#first .info-box li a p.addr{
    font-size: 0.85em;
    line-height: 120%;
}
#first .info-box li a p.info{
    font-size: 0.65em;
}
#first .form-box{
    flex: 0 0 66%;
}

#first .form-box .form-group{
    width: 70%;
    margin: 0 auto;
}
#first .form-box .form-group h2{
    color: #7b5feb;
    font-size: 1.5em;
    padding-top: 50px;
    padding-bottom: 15px;
}
#first .form-box .form-group p{
    color: #bebebe;
    font-size: 1em;
    padding-bottom: 40px;
}

#first .form-box .form-group div.div-btn{
    text-align: right;
    margin-bottom: 30px;
}
#first .form-box .form-group div.div-btn span{
    font-size: 0.65em;
    /* display: inline-block; */
    width: 45%;
    text-align: left;
    float: left;
    opacity: 0.5;
}

#first .form-box .form-group div.div-btn a{
    margin: 0;
}

.grecaptcha-badge { visibility: hidden; }





@media only screen and (max-width: 1140px) {
    #first .round-box {
        border-radius: 0;
    }
    #first .info-box {
        border-radius: 0;
    }
}



@media only screen and (max-width: 950px) {
    #top-img{
        top: 220px;
        top: calc(340px - 20vw);
    }
    #top-img img{
        min-width: 120px;
        width: 32vw;
        height: auto;
    }
    header #top .container {
        margin-top: 135px;
    }
    header #top h1{
        margin-left: 6vw;
    }
    header #top p.text{
        margin-left: 6vw;
    }
    header #top a.btn-m {
        margin-left: 6vw;
    }

    #first .round-box{
        flex-wrap: wrap;
    }
    #first .info-box{
        flex: 0 0 100%;
    }
    #first .info-box ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    #first .info-box li{
        flex: 0 0 50%;
    }
    #first .form-box{
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 600px) {
    header #top-img{
        display: none;
    }
    header #top .container{
        margin-top: 170px;
        text-align: center;
    }
    header #top h1{
        margin-left: 0;
    }
    header #top p.text{
        margin: 30px 0;
        width: 100%;
    }
    header #top a.btn-m {
        margin:0;
    }

    #first .info-box li{
        flex: 0 0 100%;
    }

}