.vc-voicePercussion__aboutPosts {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 30px;
}
.vc-voicePercussion__aboutPosts--white {
    background-color: #ffffff;
}

.vc-voicePercussion__aboutPost > figure {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    position: relative;
}

.vc-voicePercussion__aboutPost:nth-child(even) > figure {
    flex-direction: row-reverse;
}

.vc-voicePercussion__aboutPost > figure > img {
    z-index: 2;
}

.vc-voicePercussion__aboutPost > figure > figcaption {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #222222;
    box-sizing: border-box;
    padding: 30px 30px 30px 50px;
}
.vc-voicePercussion__aboutPost:nth-child(odd) > figure > figcaption {
    margin-left: -20px;
}
.vc-voicePercussion__aboutPost:nth-child(even) > figure > img {
    margin-left: -20px;
}

.vc-voicePercussion__aboutPosts--white .vc-voicePercussion__aboutPost:nth-child(odd) > figure > figcaption,
.vc-voicePercussion__aboutPosts--white .vc-voicePercussion__aboutPost:nth-child(even) > figure > img {
    margin-left: 0;
}

.vc-voicePercussion__aboutVideo {
    width: 1000px;
    height: 456px;
    background: url('/course_vocal/images/voice_percussion/vc_vp_video_bg.webp') no-repeat;
    background-size: cover;
    margin-top: 20px;
    position: relative;
}
.vc-voicePercussion__aboutVideoItems {
    position: absolute;
    left: 0;
    top: 166px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}

.vc-voicePercussion__lesson {
    margin-top: 110px;
}

.vc-voicePercussion__lessonFlow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 30px;
    background-color: #ffffff;
    counter-reset: my-sec-counter;
}
.vc-voicePercussion__lessonFlowItem {
    position: relative;
    width: 300px;
}
.vc-voicePercussion__lessonFlowItem > h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 70px;
    color: #8888DD;
    text-align: center;
    position: inherit;
    z-index: 1;
}
.vc-voicePercussion__lessonFlowItem > h4::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 75px;
    font-weight: normal;
    color: #DDDDDD;
    line-height: 1.33;
    z-index: -1;
}
.vc-voicePercussion__lessonFlowItem > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #222222;
    padding-top: 20px;
}

.vc-voicePercussion__lessonAcappella {
    position: relative;
}

.vc-voicePercussion__lessonAcappella > figure {

}
.vc-voicePercussion__lessonAcappella > figure > figcaption {
    
}
.vc-voicePercussion__lessonAcappella > figure > figcaption > p {
    position: absolute;
    left: 30px;
    top: 100px;
    width: 532px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.71;
    font-weight: normal;
}
.vc-voicePercussion__lessonAcappella > figure > figcaption > a {
    position: absolute;
    bottom: 40px;
    right: 50px;
}

.vc-voicePercussion__supportSystems {
    counter-reset: vc-system-number;
}
.vc-voicePercussion__supportSystemItem {
    background-color: #ffffff;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.vc-voicePercussion__supportSystemItem:not(:first-of-type) {
    margin-top: 65px;
}
.vc-voicePercussion__supportSystemItem:nth-child(even) .vc-voicePercussion__supportSystemItemHeader {
    flex-direction: row-reverse;
}
.vc-voicePercussion__supportSystemItemHeader {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
}
.vc-voicePercussion__supportSystemItemHeader > figure {
    width: 530px;
}
.vc-voicePercussion__supportSystemItem:nth-child(odd) .vc-voicePercussion__supportSystemItemHeader > figure > img {
    transform: translate(-20px, -45px);
}
.vc-voicePercussion__supportSystemItem:nth-child(even) .vc-voicePercussion__supportSystemItemHeader > figure > img {
    transform: translate(20px, -45px);
}
.vc-voicePercussion__supportSystemItemHeader > h4 {
    width: calc(100% - 530px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #88CCDD;
    position: relative;
    z-index: 1;
}
.vc-voicePercussion__supportSystemItemHeader > h4::before {
    counter-increment: vc-system-number;
    content: counter(vc-system-number);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 135px;
    font-weight: normal;
    color: #DDDDDD;
    line-height: 1.32;
    z-index: -1;
}

.vc-voicePercussion__supportSystemItemPrice {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: -75px;
}

.vc-voicePercussion__supportSystemItemPricePlan > ul {
    width: 535px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 0 30px 0 62px;
}
.vc-voicePercussion__supportSystemItemPricePlan > ul > li {
    width: 194px;
    height: 189px;
    border-radius: 50%;
    background-color: #F8F8F8;
    position: relative;
}
.vc-voicePercussion__supportSystemItemPricePlan > ul > li > p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.vc-voicePercussion__supportSystemItemPricePlan > ul > li > p span {
    display: block;
    white-space: nowrap;
}
.vc-voicePercussion__supportSystemItemPricePlan > ul > li > p span:nth-child(1) {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    color: #222222;
}
.vc-voicePercussion__supportSystemItemPricePlan > ul > li > p span:nth-child(2) {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.33;
    color: #F0A3A3;
    padding-top: 5px;
}

.vc-voicePercussion__supportSystemItemPricePlan > ul > li > p span:nth-child(3) {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.325;
    color: #222222;
}
.vc-voicePercussion__supportSystemItemPricePlan > ul > li > p span:nth-child(3) > i {
    font-size: 21px;
    font-weight: normal;
    line-height: 1.33;
    color: #222222;
}

.vc-voicePercussion__supportSystemItemPricePlan > ul > li:nth-child(2) > p span:nth-child(2) {
    color: #EEAA77;
}

.vc-voicePercussion__supportSystemItemPricePlan > ul > li:nth-child(2) > p span:nth-child(3) {
    color: #222222;
}

.vc-voicePercussion__supportSystemItemPriceInfo {
    width: calc(100% - 535px);
    box-sizing: border-box;
    padding: 65px 35px 0;
}
.vc-voicePercussion__supportSystemItemPriceInfo > p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.83;
    color: #666666;
    text-align: center;
}

.vc-voicePercussion__supportSystemItemCol3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 30px;
}
.vc-voicePercussion__supportSystemItemCol3 > li {
    width: 300px;
}
.vc-voicePercussion__supportSystemItemCol3 > li:last-child {
    width: 260px;
}


.vc-voicePercussion__supportSystemItemStudio {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 0 30px;
}
.vc-voicePercussion__supportSystemItemStudioCircle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 510px;
    box-sizing: border-box;
    padding: 0 40px;
}
.vc-voicePercussion__supportSystemItemStudioInfo {
    width: 405px;
    box-sizing: border-box;
    padding: 0 40px;
}

.vc-voicePercussion__supportSystemItemStudioCircle > li {
    width: 130px;
    height: 130px;
    background-color: rgba(242, 237, 198, 0.51);
    border-radius: 50%;
    position: relative;
}
.vc-voicePercussion__supportSystemItemStudioCircle > li > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.vc-voicePercussion__supportSystemItemStudioCircle > li > span > i {
    font-size: 18px;
    font-weight: normal;
    color: #222222;
}
.vc-voicePercussion__supportSystemItemStudioCircle > li > span > b {
    font-family: "Roboto", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.13;
    color: #EEAA77;
    display: block;
}
.vc-voicePercussion__supportSystemItemStudioInfo > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    text-align: center;
}

.vc-voicePercussion__supportSystemItemTopClass {
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: -40px;
}
.vc-voicePercussion__supportSystemItemTopClass > p {
    width: 377px;
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    line-height: 1.71;
    padding: 0 15px;
}
.vc-voicePercussion__supportSystemItemTopClass .c-vocalButton {
    width: 325px;
    margin: 20px auto 0;
}

.vc-voicePercussion__supportSystemItemContentEnjoy > p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    color: #222222;
    text-align: center;
}
.vc-voicePercussion__supportSystemItemContentEnjoy .c-vocalButton {
    width: 325px;
    margin: 20px auto 0;
}