.vc-liveEvent__inspiart {
    background-color: #ffffff;
}
.vc-liveEvent__inspiartContent {
    position: relative;
    padding: 60px 0 20px;
}
.vc-liveEvent__inspiartContentTitle {
    position: absolute;
    left: -10px;
    top: 0;
    font-family: HiraKakuProN-W6;
    color: #ffffff;
    background-color: #88CCDD;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}
.vc-liveEvent__inspiartContentTitle::after {
    position: inherit;
    content: "";
    top: 0;
    right: -20px;
    height: 100%;
    width: 30px;
    background-color: inherit;
    transform: skewX(-30deg);
}