/* companyページ用CSS */
.page-company-sidebar {
    background-color: #F8F8F8;
    padding: 20px;
    border-radius: 8px;
}

.company-details-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.company-details-table tr {
    border-bottom: 2px solid #e0e0e0;
}

.company-details-table tr:last-child {
    border-bottom: none;
}

.company-details-table td {
    padding: 8px 0px;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.company-details-table td:first-child {
    color: #333;
    width: 35%;
    white-space: nowrap;
}

.company-details-table td:last-child {
    color: #666;
    width: 30%;
}

.company-details-table a {
    color:#333;
    text-decoration: none;
}