.c-dialog.-talk{
    border-color: #f66221;
}

.comment{
    padding: 20px;
    background: #fffcae;
    border-radius: 20px;
}

.comment__head{
    background: #f66221;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.comment__head small{
    display: block;
    font-size: 1.6rem;
    margin-top: 4px;
}

.comment__head small .c-iconLink{
    background-image: url(/assets/images/ic-arrow-white.png) !important;
}