.streaming1 {
  margin-bottom: calc(8px * 10);
  padding-bottom: calc(8px * 10);
  border-bottom: solid 1px #807162;
}

@media screen and (max-width: 959px) {
  .streaming1 {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .streaming1 {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .streaming1 {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .streaming1 {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.streaming2 {
  margin-bottom: calc(8px * 10);
  padding-bottom: calc(8px * 10);
  border-bottom: solid 1px #807162;
}

@media screen and (max-width: 959px) {
  .streaming2 {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .streaming2 {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .streaming2 {
    padding-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .streaming2 {
    padding-bottom: calc((8px * 10) * 0.5);
  }
}

.howto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}

@media screen and (max-width: 959px) {
  .howto {
    gap: 32px;
  }
}

.howto__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  width: calc((100% / 3) - (48px * 2 / 3));
}

@media screen and (max-width: 959px) {
  .howto__step {
    width: calc((100% / 3) - (32px * 2 / 3));
  }
}

@media screen and (max-width: 767px) {
  .howto__step {
    width: 100%;
  }
}

.howto__step .howto-vsl {
  max-width: 360px;
  margin: 0 auto;
  border: solid 1px #cccccc;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .howto__step .howto-vsl {
    width: 100%;
    max-width: 280px;
  }
}

.howto__step:not(:nth-last-of-type(1)) {
  position: relative;
}

@media screen and (max-width: 767px) {
  .howto__step:not(:nth-last-of-type(1)) {
    padding-bottom: 40px;
  }
}

.howto__step:not(:nth-last-of-type(1))::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #907e6c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .howto__step:not(:nth-last-of-type(1))::after {
    display: block;
  }
}

.howto__step:not(:nth-last-of-type(1)) .howto-vsl {
  position: relative;
}

.howto__step:not(:nth-last-of-type(1)) .howto-vsl::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #907e6c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .howto__step:not(:nth-last-of-type(1)) .howto-vsl::after {
    left: calc(100% + 12px);
    border-width: 7px 0 7px 10px;
  }
}

@media screen and (max-width: 767px) {
  .howto__step:not(:nth-last-of-type(1)) .howto-vsl::after {
    display: none;
  }
}

.howto__step .howto-dtl .txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .howto__step .howto-dtl .txt {
    font-size: 1.3rem;
  }
}

.howto.--full .howto__step {
  width: 100%;
}

.howto.--full .howto__step .howto-vsl {
  margin-bottom: 24px;
  border: solid 1px #cccccc;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .howto.--full .howto__step .howto-vsl {
    width: 100%;
    margin: 0 auto 16px;
  }
}

.howto.--full .howto__step:not(:nth-last-of-type(1)) {
  position: relative;
}

@media screen and (max-width: 767px) {
  .howto.--full .howto__step:not(:nth-last-of-type(1)) {
    padding-bottom: 40px;
  }
}

.howto.--full .howto__step:not(:nth-last-of-type(1))::after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #907e6c transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .howto.--full .howto__step:not(:nth-last-of-type(1))::after {
    display: block;
  }
}

.howto.--full .howto__step:not(:nth-last-of-type(1)) .howto-vsl {
  position: relative;
}

.howto.--full .howto__step:not(:nth-last-of-type(1)) .howto-vsl::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #907e6c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .howto.--full .howto__step:not(:nth-last-of-type(1)) .howto-vsl::after {
    left: calc(100% + 12px);
    border-width: 7px 0 7px 10px;
  }
}

@media screen and (max-width: 767px) {
  .howto.--full .howto__step:not(:nth-last-of-type(1)) .howto-vsl::after {
    display: none;
  }
}

.howto.--full .howto__step .howto-dtl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.howto.--full .howto__step .howto-dtl .txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .howto.--full .howto__step .howto-dtl .txt {
    font-size: 1.3rem;
  }
}

/*# sourceMappingURL=../../maps/pages/ondemand.css.map */
