/* 縛りなし　タブレット用 */
@media (min-width: 768px) and (max-width: 1280px) {
  /* ヘッダー */
  #rental > header,
  #rental > main,
  #rental > footer {
    min-width: 768px;
  }
  #rental header .inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #rental header ul li.nav_type01 a{
    font-size: 1.2rem;
  }
  /* ヘッダーここまで */
  /* フッター */
  #rental #footer-menu-r2 .section-nav .nav {
    width: 80%;
  }
  #rental #footer-menu-r2 .privacy-mark {
    right: -90px;
  }
  #rental #footer-menu-r2 .copyright {
    right: 0;
  }
  /* フッターここまで */
  div.rental-entry-btn{
    padding: 15px 0 10px;
    font-size: 1.8rem;
  }
  div.rental-entry-btn-detail {
    padding: 10px;
  }
  div.rental-entry-btn-detail p{
    font-size: 1.5rem;
  }

  /* 短期レンタルページ */
  .simulation-header{
    font-size: 2rem;
  }
  .flow .flow-images{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .flow .flow-images div{
    width: 60%;
    margin: auto;
    padding: 0 20%;
    background: var(--rental-bg2);
  }
  .flow .flow-images div:nth-of-type(2){
    background: transparent;
    width: 55%;
  }
  .flow .flow-images div img{
    width: 100%;
  }
  .flow .flow-images div:nth-of-type(3):before,
  .flow .flow-images div:nth-of-type(4):before{
    content: "";
    width: 20px;
    height: 20px;
    top: 100%;
    left: 50%;
    right: 0;
    transform: translate(-50%, 5px) rotate(0deg);
  }

  .flow .flow-images p{
    width: auto;
    margin: auto;
    padding: 0px 0 10px;
    background: var(--rental-bg2);
    text-align: center;
    transform: none;
  }
  .flow .flow-images div:nth-of-type(3) p{
    transform: none;
  }
  p.flow-attention{
    border: none;
    text-align: left;
  }
  .plan-opt-header{
    align-items: center;
  }
  .plan-opt-header .mark{
    max-width: 200px;
  }
  .plan-opt-header .descr{
    padding-top: 0;
    font-size: 2rem;
  }
  section.area div.area-detail p{
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  section.area div.inner{
    background-size: 50%;
    background-position: 340px 140px;
  }
  div.swiper-button-next, div.swiper-button-prev{
    width: 30px !important;
    height: 30px !important;
    top: 70%;
  }
  div.rental-payment-method{
    height: 120px;
  }
  div.rental-payment-method p.text{
    font-size: 1.8rem;
    height: 120px;
    width: 32%;
    padding: 35px 15px;
    line-height: 1.5;
  }
  div.rental-payment-method p.text::after{
    border-top: 60px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 59px solid var(--rental-orange);
    right: -148px;
  }
  div.rental-payment-method p img{
    max-width: 380px;
  }
  .simulation-body-pc{
    position: relative;
  }
  div.usage-period div.form-control{
    width: 240px;
  }
  div.usage-period div.form-control span.rental-lp-calc-price{
    font-size: 2.5rem;
  }
  div.usage-period div.form-control span{
    font-size: 1.3rem;
  }
  .simulation-area .pc_nav{
    position: absolute;
    right: 5px;
    bottom: -55px;
  }
  .simulation-area ul li.nav_type03{
    width: 235px;
  }
  .rental-simulation-caution:last-of-type{
    margin-top: 60px;
  }
  div.user-flow-title::before{
    right: 10%;
  }
  div.user-flow-detail{
    padding: 40px 20px 20px;
  }
  div.tab_content dt span,.tab_content dd span{
    top: 25%;
  }
  .tab_content dt::after{
    top: 50%;
  }
  div.return-method h4{
    margin: 0 0 15px 15px;
  }
  div.rental-entry-pop{
    height: auto;
    bottom: 30px;
  }
  div.return-method{
    padding: 20px 5px;
  }
  div.device-flex div{
    width: 47%;
  }
  div.device-flex + .attention{
    padding: 20px 0 60px 40px;
  }
  /* 短期レンタルページここまで */
}