@charset "UTF-8";

#effect {
  margin-bottom: 60px;
}

#effect #intro {
  margin-bottom: 40px;
}

#effect #intro .cont-blc {
  margin-bottom: 30px;
}

#effect #intro .video-blc {
  text-align: center;
}

#effect #intro .video-blc video {
  max-width: 100%;
}

#effect #detail {
  margin-bottom: 40px;
}

#effect #detail > .list-blc .list {
  background-color: #fff;
  padding: 2%;
  margin-bottom: 20px;
}

#effect #detail > .list-blc .list:nth-last-child(1) {
  margin-bottom: 0;
}

#effect #detail > .list-blc .list > .ttl {
  font-size: 140%;
  /* font-weight: 400; */
  margin-bottom: 5px;
}


@media screen and (max-width: 1000px) {
  #effect #intro .video-blc video {
    height: 42vw;
  }
}

@media screen and (max-width: 767px) {
  #effect #intro .video-blc video {
    height: 50vw;
  }
}

#component {
  margin-bottom: 60px;
}

