        input,
        textarea {
            outline: none;
        }

        .btn_clear,
        .btn_clear:focus {
            width: 300px;
            background-color: #fff;
            border: 1px solid #0c419a;
            border-radius: 30px;
            line-height: 60px;
            font-size: 3rem;
            color: #0c419a;
        }

        @media screen and (min-width:1200px) {
            .inner {
                margin-left: 20%;
                margin-right: 20%;
            }
        }

        @media screen and (max-width: 768px) {

            .btn_confirm,
            .btn_confirm:focus {
                width: 39vw;
                max-width: 28rem;
                border-radius: 2.5rem;
                line-height: 5rem;
                font-size: 2.4rem;
            }

            .btn_clear,
            .btn_clear:focus {
                width: 39vw;
                max-width: 28rem;
                border-radius: 2.5rem;
                line-height: 5rem;
                font-size: 2.4rem;
            }

            .contact_btm {

                padding: 0 1.5rem;
                width: 100%;
            }

            input[type="text"],
            input[type="email"] {
                width: 100%;
                height: 40px;
                padding: 10px;
                border: 1px solid #ccc;
                border-radius: 5px;
                background: #fff;
                -webkit-transition: .4s;
                transition: .4s;

            }

            .inputs {
                margin-right: auto;
                margin-left: auto;
            }

            textarea {
                width: 100%;
                height: 15rem;
            }

            textarea {
                width: 600px;
                height: 135px;
                padding: 10px;
                border: 1px solid #ccc;
                border-radius: 5px;
                background: #fff;
                resize: vertical;
                -webkit-transition: border-color .4s;
                transition: border-color .4s;
            }

            .contact .btn_box_c {
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                margin: 2rem auto 5rem;
                width: 100%;
            }

            .inputs {
                float: revert;
                width: 100%;
            }

            .contact_main .inner {
                width: 100%;
                min-width: 100%;
                max-width: 100%;
            }

            .contact_main {

                margin-bottom: 2.5rem;
                padding: 1rem 0;
                background-color: #f3f8fb;
            }

            .inner {
                padding: 0 .8rem;
                min-width: 100%;
                max-width: 100%;
            }

            .tbl_contact {
                display: block;
            }

            .tbl_contact tbody,
            .tbl_contact tr {
                display: block;
            }

            .tbl_contact tr {
                display: block;
            }

            .tbl_contact th {
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                width: 100%;
                padding: 2rem;
                border-bottom: 0;
            }

            .tbl_contact td {
                display: block;
                width: 100%;
                height: auto;
                padding: 0 2rem 2rem;
            }

            input,
            button,
            textarea {
                font-size: 16px;
            }

/*
            input {
                width: 100%;
            }
*/

            .tbl_contact th span {
                position: static;
                margin-top: 0;

            }
        }

        #recruit {
            margin-top: -50px;
            padding-top: 106px;
        }

        .error {
            color: #FF0001;
            font-weight: bold;
        }

        .tel {
            position: inherit;
            right: 0;
        }

        input .error:-webkit-autofill {
            -webkit-box-shadow: 0 0 0 1000px #F8DFDF inset;
        }

        .error input,
        .error textarea {
            background-color: #F8DFDF;
        }
/*
        .desplay-logo {
            display: block;
        }
*/
        .desplay-logo1 {
            display: none;
        }

        .btn_confirm:hover {
            background-color: #fff;
            color: #0c419a;
        }

        .btn_clear:hover {
            background-color: #0c419a;
            color: #fff;
        }
        @media (min-width: 768px) {
            .container {
                width: 1000px;
            }
        }

.tbl_contact td {
    width: 655px;
    padding: 20px 10px 20px 40px;
    height: 82px;
    font-size: 1.6rem;
}