.p-song-balloon {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
    padding: 8px 24px;
    min-width: 120px;
    max-width: 100%;
    color: #059c40;
    font-size: 16px;
    border: solid 3px #059c40;
    border-radius: 48px;
    box-sizing: border-box;
}
.p-song-balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}
.p-song-balloon:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #059c40;
    z-index: 1;
}
.p-song-box {
    border: 2px solid #059C40;
    padding: 104px 16px 112px;
    margin-bottom: 48px;
    background: url(../../images/fun/song/song-ill01.png) no-repeat right bottom,
                url(../../images/fun/song/song-ill02.png) no-repeat left top;
    background-size: 96%, 40%;
}
.p-song-align__right {
    display: flex;
    justify-content: flex-end;
}
.lead.p-top-lead {
    margin-bottom: 24px;
}
h3.p-song-title {
    background: #059C40;
    padding: 8px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.p-song-icon {
    position: relative;
    padding-left: 60px;
    margin-bottom: 24px;
}
.p-song-icon:before {
    position: absolute;
    content: ' ';
    background: url(../../images/fun/song/ws-logo.png) no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 55px;
    background-size: contain;  
}
.p-song-align__center{
    margin-bottom: 16px;
}
.p-song-subtitle {
    font-size: 16px;
}
.c-btn.c-btn-block {
    margin: 16px auto 0;
}

