@charset "UTF-8";

.list-style-02.style-01>.box {
  margin: 5% 0 0;
  padding: 0 0% 0;
  justify-content: center;
}

.list-style-02.style-01>.box>.img {
  width: 60%;
  max-width: 1050px;
  height: auto;
}

.list-style-02>.box>.cont {
  width: 35%;
  background: none;
  padding: 0;
}

.sp_img {
  display: none;
}

.list-style-02>.box>.cont .new_txt {
  margin: 25% 0;
}

.cont-style-01>.ttl-area {
  font-size: 350%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1500px) {
  .list-style-02>.box>.cont .new_txt {
    margin: 13% 0;
  }

}

@media screen and (max-width: 1200px) {
  .list-style-02.style-01>.box {
    justify-content: space-around;
  }

  .list-style-02.style-01>.box>.img {
    width: 50%;
  }

  .list-style-02>.box>.cont {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .list-style-02.style-01>.box>.img {
    display: none;
  }

  .sp_img {
    display: block;
    width: 85%;
    margin: 0 auto;
  }

  .list-style-02>.box>.cont {
    width: 95%;
  }

  .list-style-02>.box>.cont .new_txt {
    margin: 3% 0;
    font-size: 16px;
  }
}




.list-style-02>.box:nth-child(2n+2)>.cont {
  background: none;
  padding-right: 0%;
}

.list-style-02>.box.repair {
  margin: 7% 0 0;
}

.list-style-02>.box.repair>.cont {
  width: 97%;
}

.repair_txt {
  margin: 0 !important;
}

.repair_img {
  margin: 0 0 3%;
}

.repair_img_sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .list-style-02>.box.repair {
    margin: 13% 0 0;
  }

  .repair_txt {
    font-size: 16px;
  }

  .repair_img {
    display: none;
  }

  .repair_img_sp {
    display: block;
    margin-bottom: 3%;
  }

}