@charset "UTF-8";

.mobile {
  padding: 0;
  margin-top: 0;
}

.mobile .select-block {
  margin-bottom: 50px!important;
}

.mobile .mv-img img{
  width: 100%;
}

.mobile .mv-app {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  /* margin: -220px 0 0 0; */
}

.mobile .mv-app li{
  list-style-type: none;
}

.mobile .mv-download {
  margin: 30px 0 0;
  border: 1px solid #E1342A;
}

.mobile .mv-download .download-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #E1342A;
  color: #fff;
  text-align: center;
}

.mobile .mv-download .download-ttl img{
  max-width: 560px;
  width: 100%;
}

.mobile .mv-download .download-txt{
  margin: 0;
  text-align: center;
  line-height: 0;
  padding: 10px;
}

.mobile .mv-download .download-txt img{
    width: 100%;
    margin: 0 auto;
}

.mobile .mv-search {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 900px){
  .contents {
    max-width: initial;
  }
  .mobile .mv-download {
    margin: 30px 15px 0;
  }
  .mobile .mv-download .download-ttl {
    padding: 10px;
  }
  .mobile .mv-search {
    max-width: 250px;
  }
}

@media screen and (max-width: 768px){
  .mobile .mv-download .download-ttl img{
    max-width: 300px;
  }
}

/* .mobile-title  {
  height: inherit;
  margin: 0 auto;
}

.mobile-title-img {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.mobile-title-img img{
  width: 100%;
}

.mobile {
  margin-top: 0;
}

.mobile .m-title{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.mobile .m-title dt{
  max-width: 155px;
  width: 100%;
}

.mobile .m-title dt img{
  width: 100%;
}

.mobile .m-title dd{
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.6;
  max-width: 640px;
  width: 100%;
  text-align: left;
}

.mobile .main img{
  width: 100%;
}

.mobile .downlode {
  margin: 30px 0 0;
  border: 1px solid #E1342A;
}

.mobile .downlode .downlode-ttl{
  padding: 15px;
  background-color: #E1342A;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.mobile .downlode .downlode-ttl span{
  font-size: 27px;
  font-weight: 800;
}

.mobile .downlode .downlode-txt{
  margin: 0;
  text-align: center;
  line-height: 0;
}

.mobile .downlode .downlode-txt img{
  max-width: 750px;
  width: 100%;
}

.pc-hidden {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 900px){
  .mobile {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mobile .m-title {
    align-items: flex-start;
  }
  .mobile .m-title dd {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px){
  .mobile {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile .m-title dt {
    margin: 0 auto;
  }

  .mobile .m-title dd {
    margin: 10px auto;
    font-size: 16px;
    line-height: 1.3;
  }

  .mobile .m-title{
    display: block;
    margin:  0 auto;
  }

  .mobile .downlode .downlode-ttl {
    padding: 10px;
    font-size: 18px;
    line-height: 1.6;
  }
  .mobile .downlode .downlode-ttl span {
      font-size: 19px;
  }
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
} */