@charset "UTF-8";
/* CSS Document */
.jaj-video {
  width: 100%;
  height: auto;
  background: #64c0e3;
}
.jaj-video video {
  width: 100%;
  max-width: 480px;
  margin: 20px 0;
}
.jaj-adjust {
  background-color: #FFF;
  background-image: url("/images/justadjust/adjust_bg.webp");
  padding-bottom: 200PX;
}
.jaj-compare {
  margin-top: -200px;
}
.jaj-product {
  margin-top: -200px;
}

.jaj-products {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 90%;
  padding: 0!important;
  margin: 0 auto 50px!important;
  list-style: none!important;
}
.jaj-product01 {
  width: 100%;
  text-align: center;
  padding: 0!important;
  margin: 0!important;
  list-style: none!important;
}
.jaj-product02 {
  width: calc(50% - 10px);
  text-align: center;
  padding: 0!important;
  margin: 0!important;
  list-style: none!important;
}