.sp_green_pc_red {
  background-color: red;
}
@media only screen and (max-width: 767px) {
  .sp_green_pc_red {
    background-color: green;
  }
}
