@charset "UTF-8";

.br-sp {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block !important;
  }
}

.introcnt {
}

@media screen and (max-width: 767px) {
  .introcnt .ctwlpt-block-fs-h2 {
    font-size: 18px !important;
  }
}

.resultMes {
}

.resultMes .resultMes__inner {
  padding-top: 50px;
  text-align: center;
}

.resultMes .row-1 {
  font-size: 24px;
  font-weight: 600;
}
.resultMes .row-2 {
  font-size: 70px;
  font-weight: 800;
  color: #3c8ad8;
}

@media screen and (max-width: 767px) {
  .resultMes .resultMes__inner {
    padding-top: 35px;
  }

  .resultMes .row-1 {
    font-size: 18px;
  }
  .resultMes .row-2 {
    font-size: 40px;
  }
}

.wp-block-video {
  animation-name: fadeIn1s;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn1s {
  0% {
  }
  100% {
    opacity: 1;
  }
}
