@charset "UTF-8";
.orange {
    color: #E89104;
}

table {
    table-layout: fixed;
    width: 100%;
}

table tr {
    border-bottom: #c3c3c3 solid 1px;
    display: block;
    width: 100%;
}

table tr th {
    text-align: left;
    vertical-align: top;
}

table tr td {
    padding: 10px 0;
}

textarea {
    resize: none;
    height: 20rem!important;
    width: 100%;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
}

#area-sub-header {
    background: url("../img/img-contact-01.jpg") no-repeat top center;
}

.box-privacy {
    max-width: 700px;
    border: #c3c3c3 solid 1px;
}

.link-prism-contact {
    background-color: #8A80B1;
    background-image: url( "../../common/img/btn-cmn-01.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
    color: #fff;
    padding: 16px 0;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 320px;
    cursor: pointer;
    transition: all .3s ease;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}

.link-prism-contact:hover {
    opacity: .7;
}

#submit {
    background: #000;
    padding: 2rem 0;
    color: #fff;
    font-size: 2rem;
    border: none;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#submit {
    opacity: .5;
    cursor: default;
}

.area-contact, .area-contact-thanks {
    max-width: 700px;
    margin: 3rem auto 5rem auto;
}

.link-btn-news {
    margin: 5rem auto;
}

.box-privacy, .form-check {
    display: none;
}

.area-contact {
    max-width: 700px;
    margin: 3rem auto 5rem auto;
}

.link-back-contact {
    background-color: #E89104 !important;
    border: none;
}


@media screen and (max-width:768px) {
    #area-sub-header {
        margin: 0 20px !important;
    }

    .area-contact {
        padding: 0 20px;
    }

    table tr th {
        font-weight: bold;
    }

    table tr th, table tr td {
        display: block;
    }

    table tr th {
        padding: 10px;
    }

    table tr td {
        padding: 0 10px 20px 10px;
    }

    .link-back-contact {
        margin: 2rem auto;
    }
}
@media screen and (min-width:769px) {
    #area-sub-header {
        margin: 0 auto !important;
    }
    
    .box-privacy {
        margin: 3rem auto;
        padding: 20px;
        height: 230px;
        overflow: auto;
    }

    table tr:last-child {
        border-bottom: none;
    }

    table tr th {
        width: 160px;
        padding: 20px 0;
    }
    
    table tr td {
        width: calc(100% - 23%);
    }

    .box-submit {
        text-align: center;
    }

    .box-submit input {
        display: inline-block;
    }

    .link-back-contact {
        margin-right: 20px;
    }

}