@media screen and (max-width:768px) {
  .pc-banner {
    display : none !important;
  }
}
@media screen and (min-width:769px) {
  .sp-banner {
    display : none !important;
  }
}

h2 {
  0 : font-size14px !important;
}
