@charset "utf-8";

#contact{
    background: url(../img/contact/ct-img.png) center center no-repeat;
}

.wrap-contact {
    position: relative;
    background: #F4F4F4;
}

.contact-content {
    margin-bottom: 100px;
    margin-top: 40px;
}

.form-text {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}

.form-warn {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    margin-top: 20px;
}

.contact-required {
    background: #fff;
    color: #2E3180;
    margin: 0 15px;
    font-size: 14px;
    width: 48px;
    line-height: 150%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px
}

.form {
    width: 100%;
    margin: auto;
    max-width: 855px;
    margin-top: 50px;
}

.contact-table {
    width: 100%;
    margin-top: 50px;
}

.contact-table tr td:first-child {
    width: 220px;
    text-align: left;
    background: #333333;
    color: #fff;
    border-bottom: 2px solid #ccc;
}
.contact-table tr:last-child td:first-child{
    border-bottom: none
}
.contact-table tr td {
    vertical-align: middle;
    padding: 8px 5px;
    font-size: 14px;
    line-height: 160%;
}

.contact-table tr td:last-child {
    padding-bottom: 0;
    border: none;
    padding-top: 0;
    padding-right: 0;
    line-height: 0;
}

.contact-table tr td:last-child input {
    height: 45px;
    padding: 10px;
    border: none;
    background: #F4F4F4;
    border-bottom: 1px solid #868686;
}
.contact-table tr td.td-old{
    height: 45px;
}
.contact-table tr td:last-child input.radio-one{
    height: initial;
    display: inline-block;
    width: 25px;
    padding-top: 0;
}
.contact-table tr:nth-child(7) td:last-child span.radio-ones:first-child{
    padding-left: 10px;
}
.contact-table tr:nth-child(8) td:first-child{
    border-bottom: none;
}
.contact-table tr:last-child td:first-child{
    background: none;
}
.contact-table tr td:last-child input[type=radio]{
    margin-top: -2px;
}
.contact-table tr td:last-child span.radio-ones{
    float: left;
    padding-right: 20px;
}
.contact-table tr td:last-child textarea {
    background: #F4F4F4;
    height: 217px;
    border: 1px solid #868686;
}

.contact-table tr td.vtl-alt {
    vertical-align: top;
    padding-top: 11px;
}

.contact-table tr td input, .contact-table tr td textarea {
    width: 100%;
    resize: vertical;
    padding: 8px;
    font-size: 14px;
    outline: none;
    resize: none;
}

.contact-table tr td input.wi-50 {
    width: 100%;
    max-width: 250px;
}

.btn-submit {
    margin-top: 45px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.form-more {
    font-size: 16px;
    text-align: center;
    line-height: 260%;
    margin-top: 50px;
}
.tk-co{
    font-size: 14px;
    text-align: center;
    line-height: 160%;
}
#pd-tks{
    padding-bottom: 20px;
}