/* グループ商品のご案内 */
/* SP表示 */
@media only screen and (max-width: 767px) {
.group_p {
    text-align: left;
    }
.card-title-group {
    margin-top: 0 !important;
}
.card-title-sub {
    padding-bottom: 0 !important;
}
}
