.vc-hikigatari__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.vc-hikigatari__container {
    background-color: #dddddd;
    padding-top: 40px;
}
.vc-hikigatari__item {
    width: 480px;
}
.vc-hikigatari__itemTitle {
    position: relative;
}
.vc-hikigatari__itemTitle::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%) rotate(45deg);
}
.vc-hikigatari__itemTitle > figure > h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background-color: #000000;
}
.vc-hikigatari__item--piano .vc-hikigatari__itemTitle > figure > h4 {
    background-color: #EEAAAA;
}
.vc-hikigatari__item--guitar .vc-hikigatari__itemTitle > figure > h4 {
    background-color: #88CCDD;
}
.vc-hikigatari__item--piano .vc-hikigatari__itemFlow h5 {
    color: #EEAAAA;
}
.vc-hikigatari__item--guitar .vc-hikigatari__itemFlow h5 {
    color: #88CCDD;
}
.vc-hikigatari__itemTitle > figure > img {
    box-sizing: border-box;
    border: 10px solid #ffffff;
}
.vc-hikigatari__itemTitle > figure > figcaption {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    background-color: #ffffff;
    min-height: 205px;
    padding: 20px;
}

.vc-hikigatari__itemFlows {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 25px;
}
.vc-hikigatari__itemFlowsHeader {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background-color: #B2B2B2;
    margin-top: 25px;
    box-sizing: border-box;
    padding-top: 15px;
}
.vc-hikigatari__itemFlowsHeader::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    border-style: solid;
    border-width: 20px 240px 0 240px;
    border-color: #B2B2B2 white white white;
}

.vc-hikigatari__itemFlows {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #ffffff;
    margin-top: 20px;
}
.vc-hikigatari__itemFlow {
    counter-increment: css-counter 1;
}
.vc-hikigatari__itemFlow > figure {

}
.vc-hikigatari__itemFlow h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 90px;
    color: #000000;
    text-align: center;
    z-index: 1;
}
.vc-hikigatari__itemFlow h5::before {
    content: counter(css-counter);
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 100px;
    font-weight: normal;
    color: #DDDDDD;
    transform: translate(-50%, -55%);
    z-index: -1;
}
.vc-hikigatari__itemFlow > figure > img {
    box-sizing: border-box;
    border: 10px solid #ffffff;
}
.vc-hikigatari__itemFlow > figure > figcaption {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.35;
    color: #222222;
    padding: 10px 10px 50px;
    box-sizing: border-box;
}

.vc-hikigatari__courseOutline {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 25px;
}

.vc-hikigatari__courseOutlineItem {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.vc-hikigatari__courseOutlineItem:not(:first-of-type) {
    border-top: 1px solid #DDDDDD;
}
.vc-hikigatari__courseOutlineItem::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    left: 20px;
    top: 50%;
    border-bottom: 6px solid #8888DD;
    border-left: 6px solid #8888DD;
    transform: translate(-50%, -50%) rotate(-50deg);
}