* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Lato;
    margin: 0 auto;
    padding: 0;
}

#wrap1000, #wrap1100 {
    width: 90%;
    margin: 0 auto;
}

.ref-title {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    line-height: 60px;
    color: #0d68ab;
    word-spacing: 2px;
    display: block;
    margin: 20px 0;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #404041;
    word-spacing: 1px;
    letter-spacing: 1.5px;
    font-family: Lato;
}

.section1-l-title {
    background: #00adf7;
    font-size: 26px;
    font-weight: 800;
    padding: 20px;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}


.section1 {
    margin-top: 30px;
    text-align: center;
}



.section2, .section3-r {
    text-align: center;
}

.section2-bg {
    width: 100%;
    background: #cee4f2;
    padding: 40px 0;
}

.section2-txt-bg {
    width: 100%;
    background: rgb(255, 255, 255, 0.6);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
}

.section3-bg {
    width: 100%;
    background: #00adf7;
    padding: 20px 30px;
    margin-top: 30px;
    border-radius: 20px;
    text-align: center;
}

.info {
    font-size: 24px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 20px;
    display: block;
}

.footer {
    margin: 40px 0;
    text-align: center;
}

.footer-box img, .section1-l img {
    max-width: 100%;
    height: auto;
}

.phone-footer a {
    font-size: 28px;
    font-weight: 800;
    display: block;
    text-decoration: none;
    color: #00adf7;
}

.weblink a {
    font-size: 16px;
    color: #6e6e6e;
    text-decoration: none;
}

.footer-bot {
    width: 100%;
    border-top: 1px dotted #9c9c9c;
    padding: 20px 0;
}

.footer-box {
    margin: 20px 0;
}

p.footer-txt {
    font-size: 16px;
    color: #a0a0a0;
    text-align: center;
}

p.footer-txt a {
    text-decoration: none;
    color: #a0a0a0;
}

#field_95z00, #field_i9724, #field_jwj4x, #field_t3o1q, #field_ugku6 {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #FFF;
    height: 55px;
    border: 1px solid #d3d3d3;
}

.submitbtn {
    font-weight: 800 !important;
    font-family: Lato !important;
    background: #0d68ab !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    border: none !important;
    color: #FFF !important;
    font-size: 18px !important;
    width: 200px !important;
}

@media (min-width:1001px) {
    #wrap1000 {
        width: 1000px;
        margin: 0 auto;
    }

    .section1, .section2, .section3, .footer {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .section1-l {
        width: 60%;
    }

    .section1-r {
        width: 40%;
    }

    .section3-l, .section3-r {
        width: 50%;
    }

    .footer-box {
        width: 33.33%;
    }
}

@media (min-width:1101px) {
    #wrap1100 {
        width: 1100px;
        margin: 0 auto;
    }
}

@media (min-width:401px) {
    .section1-l-title {
        width: 400px;
    }
}

@media (max-width:1100px) {
    .section1-r {
        margin-bottom: 30px;
    }
}
