@media screen and (min-width:320px) and (max-width: 374px) {

  .col-7.col-md-6.banner-box-text {
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
}
