@media screen and (max-width: 1300px) {
  .downloadArea{
    background-size: cover;
    height: 850px;
    padding-bottom: 0;
    margin-top: -13%;
  }

  .downloadpage .topimg{
    height: 0;
    padding-bottom: 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 700px) {
  .dIntro .ttl,
  .parent .ttl,
  .downloadJrpad .ttl{
    height: 14vw;
    font-size: 5.5vw;
    line-height: 12vw;
  }

  .downloadArea{
    height: 700px;
  }

  .downloadTop{
    height: auto;
    margin-top: 6%;
  }

  .downloadTop h1{
    width: 120px;
    height: 40px;
  }

  .downloadTop > p {
    font-size: 22px;
    padding: 20px 10px;
  }

  .downloadArea{
    margin-top: -16%;
  }

  .padIconArea{
    flex-direction: column;
  }

  .padIcon .qrcode{
    display: none;
  }

  .Jrapp a > img {
    width: 120px;
  }

  .downloadJrpad{
    height: auto;
  }

  .newIntro {
    flex-direction: column;
  }

  .newIntro:nth-child(even) {
    flex-direction: column;
  }

  .newL {
    width: 80%;
    margin: 0 auto;
  }

  .newR {
    width: 80%;
    margin: 0 auto;
  }

  .newIntro h2 {
    text-align: center;
  }

  #c2{
    min-height:450px;
  }

  #c2.carousel .carousel-item{
    margin-top: 0;
  }
  .JrappIcon p{
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
    .intro .ttl {
        height: 14vw;
        font-size: 5.5vw;
        line-height: 12vw;
    }

    .intro > p {
        font-size: 4.5vw;
        line-height: 7vw;
    }

    .intro img {
        margin-top: 5%;
    }

    .intro li {
        display: block;
    }

    .carousel .carousel-item {
        width: 80%;
        margin-top: -75px;
    }

    .intro li:nth-child(odd) div:last-child:before,
    .intro li:nth-child(even) div:last-child:before {
        content: none;
    }

    .intro li:nth-child(odd) div:last-child,
    .intro li:nth-child(even) div:last-child {
        margin: 0;
    }

    .carousel {
        height: 480px;
    }

    .intro li:nth-child(even) div:last-child,
    .intro li:nth-child(odd) div:last-child {
        border-radius: 15px;
        /* margin-top: -80px;
        padding-top: 80px; */
        z-index: -1;
        font-size: 15px;
        height: 230px;
    }

    .intro li img {
        width: 70px;
    }

    .intro li p {
        width: 100%;
        margin: 5px auto 10px;
    }

    .intro li div:last-child {
        padding: 5%;
        text-align: justify;
    }

    .logo {
        width: 18vw;
    }

    .downloadArea{
      margin-top: -20%;
    }

}
