.bnr-ta__link:hover {
    text-decoration: none;
}

.bnr-ta__block {
    position: relative;
    padding: 20px;
    background: #e4e5ea;
}

.bnr-ta__tbl {
    display: table;
    width: 100%;
}

.bnr-ta__col {
    display: table-cell;
    vertical-align: top;
}

.bnr-ta__col--r {
    text-align: right;
}
.bnr-ta__cnt,
.bnr-ta__ttl {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 20px;
}

.bnr-ta__cnt--sm {
    font-size: 12px;
}

.bnr-ta__link {
    display: inline-block;
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #318cc6;
}

.bnr-ta__link--sm {
    font-size: 12px;
}

.rbt-pp-block {
    position: relative;
    display: block;
    vertical-align: middle;
    font-family: 'apercu_pro',sans-serif;
    font-size: 15px;
    font-weight: bold;
    width: auto;
}

.rbt-pp {
    display: none;
}

.rbt-pp + label{
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: normal;
    padding-left: 22px;
    color: #475669;
}

.rbt-pp + label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #999;
    box-sizing: border-box;
}

.rbt-pp:checked + label::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 4px;
    border-radius: 50%;
    background: #999;
}

.bnr-ta__btn {
    border: 1px solid #999;
    width: 200px;
    padding: 10px 0;
    color: #999;
    font-size: 14px;
    background: #faf6f6;
    font-family: 'apercu_pro',sans-serif;
}

.bnr-ta__btn.green-btn {
    border: 1px solid #00a551;
    color: #00a551;
}

.bnr-ta__btn.orange-btn {
    border: 1px solid #ff8e41;
    color: #ff8e41;
}

.bnr-ta__btn.red-btn {
    border: 1px solid #e03a3a;
    color: #e03a3a;
}

.bnr-ta__ta-wrap {
    display: inline-block;
    margin-top: 17px;
    background: #fff;
    padding: 10px;
    width: 300px;
    max-width: 300px;
    text-align: left;
    min-height: 156px;
}

.bnr-ta__ta-wrap-v2 {
    min-height:153px;
    padding-top: 7px;
}

.bnr-ta__ta-img {
    position: absolute;
    width: 140px;
    height: 136px;
    display: inline-block;
    vertical-align: top;
}

.bnr-ta__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnr-ta__ta-info {
    display: inline-block;
    vertical-align: top;
    margin-left: 150px;
}

.bnr-ta__link.ta-name {
    font-size: 17px;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bnr-ta__link.tf-name {
    display: block;
    font-size: 13px;
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
    color: #475669;
}

.bnr-ta__ta-info .bnr-ta__cnt {
    margin-bottom: 3px;
}

.bnr-ta__link-block {
    margin-top: 20px;
    position: relative;
}

.look-ta {
    float: right;
}

.bnr-ta__ta-block {

}

.bnr-ta__ta-img-block {
    width: 140px;
    height: 136px;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.bnr-ta__ta-info-block {
    display: inline-block;
    vertical-align: top;
}

.bnr-ta__link-block-v2 {
    display: table;
    width: 100%;
    margin-top: 0;
}

.bnr-ta__link-row {
    display: table-row;
}

.bnr-ta__link-cell {
    display: table-cell;
    vertical-align: top;

}

.bnr-ta__link-cell:last-child {
    text-align: right;
}

@media screen and (max-width: 1279px) {
    .bnr-ta__ta-wrap {
        width: 215px;
        max-width: 215px;
        min-height: 140px;
    }
    .bnr-ta__ta-img,
    .bnr-ta__ta-img-block {
        width: 85px;
        height: 85px;
    }
    .bnr-ta__ta-img-block {
        margin-right: 5px;
    }
    .bnr-ta__ta-info {
        margin-left: 95px;
    }
    .bnr-ta__cnt {
        font-size: 12px;
    }
    .bnr-ta__link.ta-name {
        font-size: 15px;
        width: 96px;
    }
    .bnr-ta__link.tf-name {
        width: 195px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {
    .bnr-ta__col--r {
        display: none;
    }
    .look-ta {
        float: none;
        display: block;
    }
}
