@charset "utf-8";

/* main_cover
------------------------------------------------ */

.main_cover {
    /*max-width: 1050px;*/
    width: 100%;
    margin: 68px auto 0;
    padding-top: 25px;
    background: #F4F8FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main_cover div {
        padding: 0;
        float: none;
    }

    .main_cover h2 {
        padding: 5px 0 5px 1em;
        border-left: solid #0f4391 10px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
    }

        .main_cover h2 span:nth-child(1) {
            color: #0f4391;
            font-size: 40px;
            font-size: 4.0rem;
        }

        .main_cover h2 span:nth-child(2) {
            margin-top: 10px;
/*            font-family: Helvetica;*/
            font-size: 22px;
            font-size: 2.2rem;
        }

/* lg screen*/
@media (min-width: 1200px){
    .main_cover{
    }

        .main_cover h4 {
            margin-top: 145px;
        }

}
/* md screen*/
@media (max-width: 1199px) and (min-width: 992px){
    .main_cover{
    }
}
/* sm screen*/
@media (max-width: 991px) and (min-width: 768px){
    .main_cover{
    }
}
/* xs screen*/
@media (max-width: 767px){
    .main_cover{
        flex-direction: column;
    }

    .main_cover .col-lg-5 {
        padding-left: 20px;
        width: 100%
    }

    .main_cover h2 {
        padding: 5px 0 5px .5em;
        border-left: solid #0f4391 10px;
        font-weight: 600;
        display: flex;
        flex-direction: column;
    }

        .main_cover h2 span:nth-child(1) {
            font-size: 23px;
            font-size: 2.3rem;
        }

        .main_cover h2 span:nth-child(2) {
            margin-top: 10px;
            font-size: 13px;
            font-size: 1.3rem;
        }

        .main_cover .col-lg-7 {
            overflow: hidden;
            padding-top: calc(240/390*100%);
            margin-top: 20px;
            width: 100%;
            position: relative;
        }

        .main_cover .col-lg-7 img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 100%
        }

}

/* breadcrumbs
------------------------------------------------ */

.breadcrumbs {
    background: #F4F8FF;
    padding: 20px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .breadcrumbs a {
        color: #0D4391;
        font-weight: 600;
    }

    .breadcrumbs img {
        margin: 0 1em;
        height: 10px;
        width: 9px;
    }

    .breadcrumbs span {
        font-weight: 400;
    }

/* xs screen*/
@media (max-width: 767px){

.breadcrumbs {
    background: #fff;
    padding: 10px 20px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    justify-content: flex-start;
}

}

/* nav
------------------------------------------------ */

#service_nav {
    border-bottom: 1px solid #D9D9D9;
    padding: 40px 0;
}

    #service_nav .u-pcNone {
        display: none;
    }

    .nav_container p {
        border: 1px solid #0D4391;
        border-radius: 40px;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
    }

    .nav_container .current p {
        border: none;
        background: #0D4391;
        color: #fff;
    }

    .nav_container a {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 40px;
        height: 80px;
        width: 100%;
        position: relative;
    }

    .nav_container a:after {
        content: "";
        background: url('../../img/share/arrow_r.png');
        background-size: 100%;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 30px;
        margin: auto;
        height: 16px;
        width: 10px;
    }

/* xs screen*/
@media (max-width: 767px){

#service_nav {
    border-bottom: none;
    padding: 0;
}

    #service_nav .u-pcNone {
        display: inline-block;
    }

    #service_nav .content {
        display: flex;
        justify-content: space-between;
        padding: 0
    }

    #service_nav .content div {
        background: #C3C6CB;
        flex-basis: 50%;
        padding: 0
    }

    .nav_container p {
        border: none;
        border-radius: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .nav_container p a {
        color: #fff;
    }

    .nav_container a:after {
        display: none;
    }

}

/* intro
------------------------------------------------ */

#intro {
    padding-top: 60px;
}

    #intro p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2em;
        letter-spacing: .08em;
    }

/* xs screen*/
@media (max-width: 767px){

#intro {
    padding-top: 30px;
}

    #intro p {
        font-size: 14px;
        font-size: 1.4rem;
    }

}

/* equipment
------------------------------------------------ */

#equipment {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #equipment h3 {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        letter-spacing: .2em;
        text-indent: .2em;
        padding-bottom: 1em;
        position: relative;
    }

    #equipment h3:after {
        content: "";
        background: #0f4391;
        height: 6px;
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #equipment .content {
        padding-top: 60px;
    }

    #equipment .content .block {
        display: flex;
        flex-direction: column;
    }

    #equipment .block h4 {
        order: 2;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        color: #0F4391;
        margin-top: 30px;
    }

    #equipment .block p {
        order: 3;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2em;
        margin-top: 20px;
    }

    #equipment .block img {
        order: 1;
    }

    #equipment .content .table {
        margin-top: 50px;
    }

        #equipment .table table {
            width: 100%;
        }

        #equipment .table thead {
            background: #9B9B9B;
        }

        #equipment .table h4 {
            background: #0F4391;
            color: #fff;
            font-size: 20px;
            font-size: 2rem;
            font-weight: 600;
            line-height: 36px;
            margin-top: 30px;
        }

        #equipment thead th {
            border: 1px solid #C6C6C6;
            color: #fff;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 36px;
            text-align: center;
            width: 25%;
        }

        #equipment tbody th {
            border: 1px solid #C6C6C6;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 600;
            line-height: 36px;
            text-align: center;
            width: 25%;
        }

        #equipment tbody td {
            border: 1px solid #C6C6C6;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 300;
            line-height: 50px;
            width: 25%;
        }

/* xs screen*/
@media (max-width: 767px){

#equipment {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #equipment h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    #equipment h3:after {
        height: 4px;
        width: 40px;
    }

    #equipment .content {
        padding-top: 30px;
    }

    #equipment .block h4 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 20px;
    }

    #equipment .block p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    #equipment .content .block:nth-of-type(even) {
        margin-top: 30px
    }

    #equipment .content .table {
        margin-top: 20px;
    }

        #equipment .table h4 {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 50px
        }

        #equipment thead th {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.3em;
            height: 50px
        }

        #equipment tbody th {
            font-size: 14px;
            font-size: 1.4rem;
        }

        #equipment tbody td {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 300;
        }

}

/* matterport
------------------------------------------------ */

#matterport {
    background: url('../../img/vr/matterport_cover.png');
    background-size: 100%;
    padding: 80px 0;
}

    #matterport h3 {
        color: #fff;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        letter-spacing: .2em;
        text-indent: .2em;
        padding-bottom: 1em;
        position: relative;
    }

    #matterport h3:after {
        content: "";
        background: #fff;
        height: 6px;
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #matterport .iframe_body {
        margin-top: 50px;
        padding-top: calc(520/920*100%);
        width: 100%;
        position: relative;
    }

    #matterport iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    #matterport p {
        color: #fff;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2em;
        margin-top: 30px;
    }

/* xs screen*/
@media (max-width: 767px){

#matterport {
    padding: 40px 0;
}

    #matterport h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    #matterport h3:after {
        height: 4px;
        width: 40px;
    }

    #matterport p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 20px;
    }

}

/* function
------------------------------------------------ */

#function {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #function .u-pcNone {
        display: none;
    }

    #function h3 {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        letter-spacing: .2em;
        text-indent: .2em;
        margin-bottom: 30px;
        padding-bottom: 1em;
        position: relative;
    }

    #function h3:after {
        content: "";
        background: #0f4391;
        height: 6px;
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #function article {
        padding: 40px 0;
    }

    #function article:nth-of-type(odd) {
        background: #F4F8FF;
    }

    #function article:nth-of-type(even) .col-lg-7 {
        float: right;
    }

        #function .content div {
            display: flex;
            flex-direction: column;
        }

        #function .content h4 {
            display: flex;
            flex-direction: column;
        }

            #function .content h4 span:nth-of-type(1) {
/*                font-family: Helvetica;
*/                font-size: 80px;
                font-size: 8rem;
                font-weight: 600;
                letter-spacing: .02em;
                color: #fff;
                text-shadow:
                    1px 1px #0F4391,
                    -1px 1px #0F4391,
                    -1px -1px #0F4391,
                    1px -1px #0F4391,
                    1px 0px #0F4391,
                    0px 1px #0F4391,
                    -1px 0px #0F4391,
                    0px -1px #0F4391;
                margin-top: 20px;
            }

            #function .content h4 span:nth-of-type(2) {
/*                font-family: Helvetica;
*/                font-size: 40px;
                font-size: 4rem;
                font-weight: 600;
                letter-spacing: .01em;
                color: #0F4391;
                margin-top: 10px;
            }

            #function .content h4 span:nth-of-type(3) {
                font-size: 18px;
                font-size: 1.8rem;
                font-weight: bold;
                letter-spacing: .005em;
                margin-top: 5px;
            }

            #function .content p {
                order: 3;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 2em;
                margin-top: 30px;
            }

            #function .content .btn {
                border: 1px solid #0D4391;
                border-radius: 20px;
                font-weight: bold;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                padding-right: 40px;
                height: 40px;
                width: 253px;
                position: relative;
            }

            #function .content .btn:after {
                content: "";
                background: url('../../img/share/arrow_r.png');
                background-size: 100%;
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                margin: auto;
                height: 10px;
                width: 6px;
            }

        #function .contact_btn {
            background: #0D4391;
            border-radius: 50px;
            color: #fff;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 40px;
            height: 100px;
            width: 100%;
            position: relative;
        }

        #function .contact_btn:after {
            content: "";
            background: url('../../img/share/arrow_btm.png');
            background-size: 100%;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 40px;
            margin: auto;
            height: 16px;
            width: 26px;
        }

/* xs screen*/
@media (max-width: 767px){

    #function {
        padding-top: 40px;
        padding-bottom: 0;
    }

    #function .u-pcNone {
        display: inline-block;
    }

    #function h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    #function h3:after {
        height: 4px;
        width: 40px;
    }

        #function .content h4 span:nth-of-type(1) {
            margin-top: -40px
        }

        #function .content h4 span:nth-of-type(2) {
            font-size: 32px;
            font-size: 3.2rem;
            margin-top: 0;
        }

        #function .content p {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 20px;
        }

        #function .content .btn {
            border-radius: 25px;
            height: 50px;
            width: 100%;
        }

        #function .contact_btn_body {
            padding: 0
        }

        #function .contact_btn {
            border-radius: 0;
            font-size: 20px;
            font-size: 2rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            margin-top: 0;
            padding: 20px 0;
            height: 180px;
            width: 100%;
            position: relative;
        }

        #function .contact_btn:after {
            top: auto;
            position: relative;
            right: 0;
            margin: 0;
            height: 16px;
            width: 26px;
        }

}

/* movie
------------------------------------------------ */

#movie {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #movie article {
        padding: 60px 0 45px;
    }

    #movie h3 {
        display: flex;
        flex-direction: column;
    }

        #movie h3 span:nth-of-type(1) {
            font-size: 32px;
            font-size: 3.2rem;
            font-weight: bold;
            letter-spacing: .005em;
            margin-top: 5px;
        }

        #movie h3 span:nth-of-type(2) {
/*            font-family: Helvetica;
*/            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 600;
            letter-spacing: .01em;
            color: #0F4391;
            margin-top: 10px;
        }

    #movie .iframe_body {
        margin-top: 50px;
        padding-top: calc(520/920*100%);
        width: 100%;
        position: relative;
    }

    #movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

/* xs screen*/
@media (max-width: 767px){

    #movie {
        padding: 0;
    }

    #movie article {
        padding: 30px 0 25px;
    }

    #movie .iframe_body {
        margin-top: 20px;
    }

        #movie h3 span:nth-of-type(1) {
            font-size: 24px;
            font-size: 2.4rem;
        }

        #movie h3 span:nth-of-type(2) {
/*            font-family: Helvetica;
*/            font-size: 18px;
            font-size: 1.8rem;
        }

}

/* flow
------------------------------------------------ */

#flow {
    background: #F4F8FF;
    padding-top: 80px;
    padding-bottom: 80px;
}

    #flow h3 {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        letter-spacing: .2em;
        text-indent: .2em;
        margin-bottom: 30px;
        padding-bottom: 1em;
        position: relative;
    }

    #flow h3:after {
        content: "";
        background: #0f4391;
        height: 6px;
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #flow li {
        background: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        margin-top: 65px;
        padding: 40px 50px;
        position: relative;
        }

    #flow li:not(:first-of-type):before {
        content: "";
        background: url('../../img/3d/flow_arrow.png');
        background-size: 100%;
        display: block;
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        margin: auto;
        height: 25px;
        width: 100px;
    }

    #flow li:nth-of-type(5) {
        border: 3px solid #0F4391;
    }

        #flow li h4 {
            display: flex;
            align-items: center;
        }

            #flow li h4 > span:nth-of-type(1) {
                background: #0F4391;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                height: 100px;
                width: 100px;
            }

            #flow li h4 > span:nth-of-type(2) {
                color: #0F4391;
                font-size: 22px;
                font-size: 2.2rem;
                font-weight: bold;
                letter-spacing: .005em;
                margin-left: 1em;
            }

        #flow li:nth-of-type(5) h4 {
            justify-content: center;
        }

            #flow li:nth-of-type(5) h4 > span:nth-of-type(1) {
                background: none;
                color: #0F4391;
                font-size: 28px;
                font-size: 2.8rem;
                font-weight: 600;
                height: auto;
                width: auto;
            }

            #flow li h4 span:nth-of-type(1) span:nth-of-type(1) {
/*                font-family: Helvetica;
*/                font-size: 48px;
                font-size: 4.8rem;
                font-weight: 600;
                letter-spacing: .02em;
                color: #fff;
            }

            #flow li h4 span:nth-of-type(1) span:nth-of-type(2) {
/*                font-family: Helvetica;
*/                font-size: 21px;
                font-size: 2.1rem;
                font-weight: 600;
                letter-spacing: .01em;
                color: #fff;
            }

        #flow li p {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 2em;
            margin-top: 30px;
        }

        #flow li .image {
            float: right;
        }

        #flow li .movie {
            margin-top: 40px;
        }

        #flow .contact_btn {
            background: #0D4391;
            border-radius: 50px;
            color: #fff;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 40px;
            height: 100px;
            width: 100%;
            position: relative;
        }

        #flow .contact_btn:after {
            content: "";
            background: url('../../img/share/arrow_btm.png');
            background-size: 100%;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 40px;
            margin: auto;
            height: 16px;
            width: 26px;
        }

/* xs screen*/
@media (max-width: 767px){

#flow {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #flow h3 {
        font-size: 20px;
        font-size: 2.0rem;
    }

    #flow h3:after {
        height: 4px;
        width: 40px;
    }

    #flow li {
        margin: 100px 15px 0;
        padding: 0 0 40px;
        position: relative;
        }

    #flow li:not(:first-of-type):before {
        top: -80px;
    }

    #flow li:nth-of-type(5) {
        margin-top: 65px;
        padding: 40px 0 20px;
    }

    #flow li:nth-of-type(5):before {
        top: -40px;
    }

        #flow li h4 {
            flex-direction: column;
        }

        #flow li:nth-of-type(5) h4 {
            display: block;

        }

            #flow li h4 > span:nth-of-type(1) {
                margin-top: -20px;
                height: 76px;
                width: 76px;
            }

            #flow li h4 > span:nth-of-type(2) {
                font-size: 18px;
                font-size: 1.8rem;
                text-align: center;
                margin-top: 25px;
            }

            #flow li h4 span:nth-of-type(1) span:nth-of-type(1) {
                font-size: 36px;
                font-size: 3.6rem;
            }

            #flow li h4 span:nth-of-type(1) span:nth-of-type(2) {
                font-size: 15px;
                font-size: 1.5rem;
            }

        #flow li p {
            font-size: 14px;
            font-size: 1.4rem;
            margin-top: 25px;
        }

        #flow li .image {
            float: none;
            margin-top: 25px;
        }

        #flow li .movie {
            margin-top: 40px;
        }

        #flow .contact_btn {
            display: none;
        }

}

/* works
------------------------------------------------ */

#works {
    padding-top: 80px;
    padding-bottom: 80px;
}

    #works h3 {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: bold;
        letter-spacing: .2em;
        text-indent: .2em;
        padding-bottom: 1em;
        position: relative;
    }

    #works h3:after {
        content: "";
        background: #0f4391;
        height: 6px;
        width: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    #works .content {
        padding-top: 60px;
    }

    #works .content .block {
        display: flex;
        flex-direction: column;
    }

    #works .block h4 {
        order: 2;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 600;
        color: #0F4391;
        margin-top: 30px;
    }

    #works .block p {
        order: 3;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2em;
        margin-top: 20px;
    }

    #works .content img {
        order: 1;
    }

/* xs screen*/
@media (max-width: 767px){

#works {
    padding-top: 40px;
    padding-bottom: 40px;
}

    #works h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }

    #works h3:after {
        height: 4px;
        width: 40px;
    }

    #works .content {
        padding-top: 30px;
    }

    #works .block h4 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 20px;
    }

    #works .block p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }

    #works .content .block:nth-of-type(even) {
        margin-top: 30px
    }

}

/* contact
------------------------------------------------ */
#contact {
}

    #contact .form {
    }

        #contact .form .list {
            margin-bottom: 10px;
        }

            #contact .form .list li {
                display: inline-block;
                margin-left: 1em;
                vertical-align: top;
            }
            #contact .form .list li:first-child { margin-left: 0; }

                #contact .form .list li label { font-weight: normal; }

        #contact .form .btn_zip {
            display: inline-block;
            width: 130px;
            height: 50px;
            background: #0f4391;
            text-align: center;
            vertical-align: middle;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 50px;
            color: #fff;
        }

        #contact .form .error {
            margin: 10px 0;
            font-size: 14px;
            font-size: 1.4rem;
            color: #c00;
        }
        #contact .form .error:first-child { margin-top: 0; }
        #contact .form .error:last-child { margin-bottom: 0; }

        #contact .form .btn_group {
            padding: 20px 0;
            text-align: center;
        }

            #contact .form .btn_group li {
                display: inline-block;
                margin: 0 10px;
                width: 380px;
                height: 72px;
                vertical-align: top;
                font-size: 20px;
                font-size: 2rem;
                line-height: 72px;
            }

                #contact .form .btn_group li a,
                #contact .form .btn_group li input[type=submit] {
                    display: block;
                    width: 100%;
                    height: 100%;
                    appearance: none;
                    -webkit-appearance: none;
                    background: #0f4391;
                    border: none;
                    color: #fff;
                }

        #contact .form .thanks {
            padding: 40px 0;
        }

            #contact .form .thanks .lead {
                text-align: center;
                font-size: 14px;
                font-size: 1.4rem;
            }

.contact_container{
    background: rgb(241, 241, 241);
}

.contact_container img.title {
    height: 100px;
    margin-top: 29px;
}

.form{
    font-size:17px;
    font-size: 1.7rem;
}
    .form .control_box{
        border-top: 1px solid white;
        padding: 20px;
    }

    .form input[type=radio]{
        height: 16px;
        width: 24px;
    }

.form input[type=text]{
    margin-left: 12px;
    margin-right: 12px;
    border: 0px;
    height: 50px;
    padding: 0px 6px;
    font-size: 16px;
    font-size: 1.6rem;
}
.form textarea { padding: 0 6px; width: 100%; height: 120px; border: none; }

.control_box_2 input, .control_box_3 input{
    width: 252px;
    
}

.control_box_4 input[type=button]{
    background: rgb(21, 90, 160);
    color: white;
    border: 0px;
    padding: 3px 12px;
}

.control_box_5 select{
    width: 252px;
    height: 33px;
    border: 0px;
}

.control_box_6 input{
    width: 583px;
}

.control_box_7 input{
    width: 483px;
}

.control_box_8 input{
    width: 135px;
}

.control_box_9 input[type=button]{
    background: rgb(21, 90, 160);
    color: white;
    border: 0px;
    padding: 3px 12px;
    width: 260px;
}

/* lg screen*/
@media (min-width: 1200px){

}
/* md screen*/
@media (max-width: 1199px) and (min-width: 992px){
}
/* sm screen*/
@media (max-width: 991px) and (min-width: 768px){

}
/* xs screen*/
@media (max-width: 767px){

    .delivery_container img.xs_apply{
        width: calc(100% + 1200px);
        margin-left: -570px;
    }

    .contact_container{
        padding-bottom: 20px;
    }

    .recruit_container img{
        width: calc(100% + 1200px);
        margin-left: -600px;
    }

    .form input[type=text] {
        margin-left: 2%;
        margin-right: 2%;
        border: 0px;
        height: 33px;
        padding: 0px 6px;
    }

    .form .control_box{
        padding: 0px;
    }

    .control_box .container, .blocks_container .container{
        padding: 0px;
    }


    .control_box_2 input, .control_box_3 input{
        width: 36%;
        margin-bottom:  20px;
        
    }

    .control_box_4 input{
        width: 85px;
        margin-bottom:  20px;
        
    }

    .control_box_4 input[type=button]{
        background: rgb(21, 90, 160);
        color: white;
        border: 0px;
        padding: 3px 12px;
        height: 30px;
    }

    .control_box_5 select{
        width: 261px;
        height: 33px;
    }

    .control_box_6 input{
        width: 80%;
    }

    .control_box_7 input{
        width: 80%;
    }

    .control_box_8 input{
        width: 67px;
    }

    .control_box_8 input:last-child{
        width: 112px;
    }

    .control_box_9 input[type=button]{
        background: rgb(21, 90, 160);
        color: white;
        border: 0px;
        padding: 3px 12px;
        width: 260px;
        height: 30px;
    }

    /* contact */
    #contact {}
    #contact .form {}
    #contact .form .container { padding: 20px 0; }
    #contact .form .container .col-lg-3 { margin-bottom: 10px; font-size: 1.6rem; }
    #contact .form .list {}
    #contact .form .list li { display: block; margin: 0 0 .6em; }
    #contact .form .btn_zip { margin-left: 10px; width: 20%; font-size: 1.2rem; }
    #contact .form .btn_group {}
    #contact .form .btn_group li { display: block; margin: 0 auto 10px; width: 60%; }

}
