td {
    padding: 4px 0px!important;
    padding-left: 8px!important;
}

.search-detail-infomation tr {
    border-top: 2px solid #e3e0e0!important;
    color: #8e8d8d;
}

.underline-comany-info {
    text-align: left;
    /* テキストを左寄せにする */
    border-bottom: 1px solid rgb(99, 97, 97);
    /* 下線を追加 */
    /* margin: 5px 10px; */
    padding: 5px 5px;
    color: rgb(119, 116, 116);
    font-size: 1.3rem;
}

.underline-comany-info-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.underline-comany-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(99, 97, 97);
    width: 100%;
    /* 下線を追加 */
    /* margin: 5px 10px; */
    padding: 5px 5px;
    color: rgb(119, 116, 116);
    font-size: 1.3rem;
}

.underline-comany-info-label {
    width: 80px;
    font-weight: 600;
}

.underline-comany-info-value {
    flex: 1;
}

.search-detail-container {
    margin: 0 10px;
}

.button-group {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}