.vc-acappella__points {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.vc-acappella__pointItem {
    position: relative;
    box-sizing: border-box;
    background-color: #ffffff;
}
.vc-acappella__pointItem:first-child {
    width: 100%;
    padding-top: 40px;
}
.vc-acappella__pointItem:not(:first-of-type) {
    width: 480px;
    padding: 55px 20px 20px;
    margin-top: 60px;
}

.vc-acappella__pointItem::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    height: 46px;
    background-size: cover;
}
.vc-acappella__pointItem::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background-color: inherit;
}
.vc-acappella__pointItem.vc-acappella__pointItem--noArrow::after {
    content: none;
}
.vc-acappella__pointItem:nth-child(1)::before {
    width: 150px;
    background: url('/course_vocal/images/acappella/vc_icon_point_01.png');
}
.vc-acappella__pointItem:nth-child(2)::before {
    width: 160px;
    background: url('/course_vocal/images/acappella/vc_icon_point_02.png');
}
.vc-acappella__pointItem:nth-child(3)::before {
    width: 160px;
    background: url('/course_vocal/images/acappella/vc_icon_point_03.png');
}
.vc-acappella__pointItem:nth-child(4)::before {
    width: 160px;
    background: url('/course_vocal/images/acappella/vc_icon_point_04.png');
}
.vc-acappella__pointItem:nth-child(5)::before {
    width: 160px;
    background: url('/course_vocal/images/acappella/vc_icon_point_05.png');
}

.vc-acappella__pointItem > h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding-bottom: 20px;
}
.vc-acappella__pointItem > h6 {
    font-size: 14px;
    line-height: 1.71;
    color: #222222;
    text-align: center;
}
.vc-acappella__pointItem > p {
    font-size: 14px;
    line-height: 1.71;
    color: #222222;
    padding-top: 20px;
}

.vc-color--01 {
    color: #EEAA77;
}
.vc-color--02 {
    color: #EEAAAA;
}
.vc-color--03 {
    color: #88DDBB;
}
.vc-color--04 {
    color: #88CCDD;
}
.vc-color--05 {
    color: #8888DD;
}

.vc-acappella__pointItem > img {

}


.vc-acappella__pointItemHistoryTitle {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.vc-acappella__pointItemHistoryTitle > img {
    width: 100%;
}

.vc-acappella__pointItemHistory {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 30px 20px;
    counter-reset: my-sec-counter;
}
.vc-acappella__pointItemHistoryItem {
    width: 420px;
}
.vc-acappella__pointItemHistoryItem > ul {
    list-style-type: none;
}
.vc-acappella__pointItemHistoryItem > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.vc-acappella__pointItemHistoryItem > ul > li:not(:first-of-type) {
    margin-top: 45px;
    position: relative;
}
.vc-acappella__pointItemHistoryItem > ul > li:not(:first-of-type)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 95px;
    top: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #E6E6E6 white white white;
    transform: translate(-50%, -30px);
}
.vc-acappella__pointItemHistoryItem > ul > li::after {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    background-color: #EEAA77;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    text-align: center;
}
.vc-acappella__pointItemHistoryItem > ul > li > img {
    width: 190px;
}
.vc-acappella__pointItemHistoryItem > ul > li > p {
    padding-left: 20px;
}

.vc-acappella__parts > ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.vc-acappella__parts > ul > li {
    flex: 1;
    background-color: #F9F9F9;
    font-size: 15px;
    line-height: 2;
    height: 60px;
}
.vc-acappella__parts > ul > li.ui-tabs-active {
    background-color: #ffffff;
    font-weight: 600;
    position: relative;
}
.vc-acappella__parts > ul > li.ui-tabs-active::after {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #E6A8A9;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.vc-acappella__parts > ul > li > a {
    text-decoration: none;
    color: #222222;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}
.vc-acappella__partItem {
    background-color: #ffffff;
}
.vc-acappella__partsWrapper {
    background-color: #dddddd;
    padding: 40px 0;
    margin-top: 20px;
}
.vc-acappella__partItem > figure {
    position: relative;
}
.vc-acappella__partItem > figure > figcaption {
    position: absolute;
    left: -25px;
    top: 280px;
}
.vc-acappella__partItem > figure > iframe {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 480px;
    height: 270px;
}

.vc-gospel__members {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    box-sizing: border-box;
    padding: 75px 30px 30px;
    background-color: #ffffff;
    position: relative;
}
.vc-gospel__member {
    flex: 1;
}
.vc-gospel__members::before {
    position: absolute;
    content: "";
    width: 264px;
    height: 40px;
    left: -10px;
    top: 0;
    background: url('/course_vocal/images/acappella/vc_label_member.png') no-repeat;
    background-size: cover;
}

.vc-acappella .vc-gospel__realisticGospel > figure > figcaption {
    width: calc(100% - 560px);
}

.vc-acappella__price {
    position: relative;
}
.vc-acappella__priceLabel {
    position: absolute;
    left: -10px;
    top: 0;
    transform: translateY(-50%);
}
.vc-acappella__priceLesson {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 440px;
    height: 170px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0, 0.3);
}
.vc-acappella__priceLesson > span:nth-child(1) {
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    line-height: 1.33;
    padding-bottom: 15px;
}
.vc-acappella__priceLesson > span:nth-child(2) > b {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 600;
    color: #222222;
    line-height: 1.31;
    letter-spacing: 2.5px;
}
.vc-acappella__priceLesson > span:nth-child(2) > i {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    line-height: 1.33;
    padding-left: 10px;
}
.vc-acappella__priceLesson > span:nth-child(3) {
    font-size: 12px;
    font-weight: normal;
    color: #222222;
    line-height: 2.5;
}