/* PC (960px) */
@media (min-width: 960px) {
 .mc_none{
   display: none;
 }
}
/* タブレットデバイス (768pxから960px) */
@media (min-width: 768px) and (max-width: 960px) {
    .yureru-j{
      margin-top: 10px;
    }
    .mc_none{
      display: none;
    }
    #recommend li {
      width: 48%;
      margin-bottom: 40px;
    }

    #recommend li {
      width: 48%;
      margin-bottom: 40px;
    }
    .TRENDY {
      justify-content: center;
    }
    .TRENDY_item {
      max-width: 100%;
    }
    .TRENDY h3 {
      text-align: center;
    }
    #benefit .content{
      text-align: center;
    }
    .customer_item {
      width: 100%;
    }
}
/* スマホ (768px未満) */
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(0.85rem, 1.4vw + 0.9rem, 1.0rem);
    /* ボディのフォントサイズを少し小さく調整 */
  }
  .pc_none{
    display: none;
  }
  #rental .wrapper img {
  width: 100%;
  }

  .form_wrapper .content{
    padding: 0;
  }
  .yureru-j{
    margin-top: 10px;
  }
  #worry ul{
    width: 100%;
  }
  .list-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#recommend li {
  width: 48%;
  margin-bottom: 40px;
}
.TRENDY {
  justify-content: center;
}
.TRENDY_item {
  max-width: 100%;
}
.TRENDY h3 {
  text-align: center;
}
#benefit .content{
  text-align: center;
}
.customer_item {
  width: 100%;
}
}
