@charset "UTF-8";

.img_wrap {
    text-align: center;
    margin: 10px auto 20px;
    background: #f0f1f7;
    padding: 30px 0;
}

.license_plus {
    width: 100%;
}

.license_plus>div {
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 20px auto;
    width: 100%;
}

.license_plus>div p {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    word-break: keep-all;
}

.license_plus>div p:first-child {
    width: 180px;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.license_plus>div p:last-child {
    padding-left: 10px;
}

.license_plus>div p:first-child span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #eaedf8;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
    color: #40476c;
    font-size: 17px;
    line-height: 150%;
}

.license_plus>div p:first-child span:after {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 100%;
    min-height: 72px;
    z-index: -1;
    background: #eaedf8;
}