@charset "UTF-8";

.line:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
#ckDialog {
    z-index: 1000 !important;
}
@media print, screen and (min-width: 681px) {
  .featureList__pass {
      width: 315px;
  }
  .mainvisual__box {
      padding: 40px 70px 80px 0;
  }
  .howtoList__item {
      line-height: 1.2;
      padding: 0px 20px 4px;
      text-align: center;
      height: 65px;
  }
  .featureList__attention {
      font-size: 11px;
  }
  .passList__caption .caption__02 {
      margin-left: 80px;
  }
}

@media screen and (min-width: 1330px) {
}

@media screen and (max-width: 680px) {
  .howtoList__item {
      line-height: 1.4;
      padding: 6px 7px 7px;
      text-align: center;
  }
  .passList__caption .caption__02 {
      margin-left: 15vw;
  }
  .scene__title {
      line-height: 2.2;
  }
  .passArea__title {
    white-space: nowrap;
  }
  .howtoList__textBox {
    padding: 40px 0 30px;
  }
  .featureList__pass {
    width: 260px;
  }
}

@media screen and (max-width: 370px) {
  .passList__caption .caption__02 {
      margin-left: 18vw;
  }
  .scene__title {
    letter-spacing: -0.02em;
  }
}