.page-contact .pc-contact table tr td, .page-contact .pc-contact table tr th {
    border: none;
    border-right: 1px solid #ccc;
    text-align: center;
}
.page-contact .pc-contact table tr {
    border: 1px solid #ccc;
}
.page-contact .pc-contact table tr td {
    padding: 10px;
}
.page-contact .pc-contact table tr td.bg-gold.flex-wrap {
    padding: 25px 10px;
}
.page-contact .pc-contact table thead th:nth-child(2) {
    width: 478px;
}
.page-contact .pc-contact table thead th:nth-child(3) {
    width: 160px;
}
.page-contact .pc-contact table thead th:nth-child(4) {
    width: 145px;
}

.flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
td.flex-wrap div {
    width: 76%;
}
td.flex-wrap a {
    width: 22%;
}
td.flex-wrap a.contact-btn {
    display: block;
    background-color: #0095C9;
    color: #fff;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #0095C9;
    transition: 0.4s;
}
td.flex-wrap a.contact-btn:hover {
    background-color: #fff;
    color: #0095C9;
}
@media screen and (max-width: 640px){
.page-contact .sp-contact table tr td.button.border-none {
    border-bottom: none;
}
}