#company{
    margin: 0 0 100px;
}
#company h2{
    margin: 100px 0 40px;
    font-size: 3.2rem;
}
#company table{
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
}
#company table tbody tr th,
#company table tbody tr td{
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
}
#company table tbody tr th{
    width: 240px;
}
#company .map iframe{
    margin: 0 0 40px;
}
#company .link{
    margin: 60px 0 0;
    text-align: center;
}
#company .link a{
    min-width: 240px;
    height: 60px;
    padding: 0 60px;
    line-height: 60px;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
    text-indent: 0.2rem;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    background: #f5f5f5;
    position: relative;
    transition: background 0.2s ease;
}
#company .link a::before{
    content: "\f0da";
    font-family: "font awesome 5 free";
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #af1e2b;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
}
#company .link a:hover{
    background: #ddd;
}

@media screen and (max-width: 767.98px){
    #company{
        margin: 0 0 60px;
    }
    #company h2{
        margin: 60px 0 40px;
        font-size: 2.4rem;
    }
    #company table tbody tr th,
    #company table tbody tr td{
        display: block;
        width: 100%;
        font-size: 1.4rem;
        text-align: left;
    }
    #company table tbody tr th{
        padding-bottom: 0;
        border-bottom: none;
    }
}