.title {
    font-size: 42px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0;
}
.info .txt {
    font-size: 20px;
    color: #999;
    text-align: center;
    margin-top: 64px;
}
.info .input {
    width: 349px;
    height: 40px;
    margin: 30px auto 50px;
}
.tel {
    margin-top: 25px;
}
.tel p {
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.employee table {
    width: 100%;
    margin: 50px 0 130px;
}
.employee table td {
    font-size: 20px;
    width: 20%;
    text-align: center;
    line-height: 50px;
}
.employee table thead td {
    color: #999;
}
.employee table tbody td {
    color: #333;
}
.website a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    margin: 30px 40px 0 0;
}
.website a:hover {
    color: #6180E9;
    text-decoration: underline;
}