/* タブレット用スタイル */
@media screen and (max-width:1024px) {
  .pc-fv-img {
    display: none;
  }

  .sp-fv-img {
    display: block;
  }

  .girl {
    width: 50%;
    bottom: -30%;
  }

  .price {
    margin: 16px;
  }



  .h3_middle {
    font-size: 1.5rem !important;
  }

  .platform-compare__accordion-title {
    font-size: 1.2rem;
  }
}