.list-recruitment-company .colums-disone-description{
    position: relative;
    padding: 20px 50px;
    height: 100%;
    vertical-align: middle;
    display: grid;
    align-items: center;
    justify-content: center;
    background: #EEEDEE;
    z-index: 9;
}
.list-recruitment-company .colums-disone-description:first-child::before{
    content: "";
    background: url("/tp/T0432/image/img-top.png") left top no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.list-recruitment-company .colums-disone-description p{
    font-family: MS-Mincho;
    font-size: 15px;
    line-height: 28px;
    color: #231F20;
    font-weight: bold;
    margin-bottom: 0px;
}
.colums-row-company-name {
    padding-top: 0px;
}
.colums-row-company-name {
    width: 100%;
    overflow: hidden;
}
.colums-row-company table {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 23px;
    background: #eeeeee;
}
.colums-row-company table tr {
    background: #eeeeee;
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 5px solid white;
}
table td:first-child {
    width: calc( 30% - 0px );
    font-size: 19px;
    color: #1755A0;
    font-weight: bold;
    padding-left: 50px;
    letter-spacing: 0.8px;
    line-height: 35px;
    position: relative;
    float: left;
    padding: 22px 22px 22px 50px;
    font-family: MS-Mincho;
}
table td:nth-child(2n) {
    width: calc( 70% - 0px );
    font-family: MS-Mincho;
    font-weight: bold;
}
table td {
    font-size: 17px;
    line-height: 35px;
    color: #333333;
    letter-spacing: 0.8px;
    padding: 22px 0;
    font-family: MS-Mincho;
    font-weight: bold;
}
@media (max-width: 678px) {
    .list-recruitment-company .colums-disone-description {
        padding: 20px;
    }
}
@media (max-width: 992px){
    .list-recruitment-company .colums-disone-description {
        padding: 20px 40px;
    }
}
@media (max-width: 768px){
    table td:first-child {
        width: calc( 100% - 0px );
        float: none;
        display: block;
        background: #1755A0;
        color: #fff;
        padding-left: 10px;
    }
    table td {
        padding: 0px;
    }
    table td:nth-child(2n){
        width: calc( 100% - 0px );
        font-family: MS-Mincho;
        font-weight: bold;
        display: block;
        padding: 10px;
    }
}