.s-content-top .s-text {
  margin-bottom: 20px;
}

.s-content-top .s-blue {
  color: #003D7C;
}

@media screen and (min-width: 769px) {
  .s-content-top .m-link-list__item-steps {
    width: 372px;
  }
}

.s-content-top .a-headline--top .s-sabtxt {
  margin-top: 24px;
}

/* NEW-CSS 25/05 */

.s-content-top .s-content-wpr {
  display: flex;
}

@media screen and (max-width: 768px) {
  .s-content-top .s-content-wpr {
    display: flex;
    flex-direction: column;
  }
}

.s-content-top .s-content-youtube {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .s-content-top .s-content-youtube {
    margin-right: 15px;
    margin-bottom: 24px;
  }
}

.s-content-top .s-content-youtube .s-iframe-player {
  position: relative;
}

.s-content-top .s-content-youtube .s-iframe-player:after {
  position: absolute;
  content: '';
  width: 65px;
  height: 50px;
  background-image: url(/assets/images/original/s-youtube-logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .s-content-top .s-content-youtube .s-iframe-player img {
    width: 320px;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .s-content-top .s-content-youtube .s-iframe-player img {
    width: 100%;
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .s-content-top .s-content-youtube-iframe {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .s-content-top .s-content-youtube-iframe {
    width: 320px;
  }
}

.s-content-top .s-content-youtube-iframe {
  height: 190px;
}



.modal {
  display: block;
  z-index: 99999;
  inset: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  transition: all 0.1s ease-in;
}

.modal.is-visible {
  visibility: visible;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease-in;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 90%;
  overflow: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .modal-wrapper {
    width: 100%;
  }
}

.modal-transition {
  transition: all 0.1s ease-in;
  opacity: 0;
}

.modal-close {
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: -8px;
}

@media only screen and (min-width: 768px) {
  .modal-close {
    top: 35px;
    right: -75px;
  }
}

.modal-close:before,
.modal-close:after {
  content: '';
  display: block;
  background-color: #fff;
  height: 5px;
  margin: 6px 0;
  transition: all .2s ease-in-out;
  width: 30px;
  height: 4px;
}

.modal-close:before {
  transform: rotate(45deg);
}

.modal-close:after {
  transform: translateY(-10px) rotate(-45deg);
}

.modal-close:hover {
  opacity: 0.7;
}

.modal-header {
  position: relative;
  padding: 20px 15px 10px;
  border: none;
  display: flex;
  justify-content: flex-end;
  max-width: 640px;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .modal-header {
    padding: 20px 35px 10px;
    width: 100%;
  }
}

.modal-content {
  border: none;
  padding: 0 15px 30px;
}

@media only screen and (min-width: 768px) {
  .modal-content {
    padding: 0 35px 30px;
  }
}


.modal-body {
  overflow-y: auto;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .modal-body {
    padding: 0;
    padding-top: 56.28%;
    position: relative;
    width: 100%;
    max-width: 540px;
  }
}

@media only screen and (min-width: 769px) {
  .modal-body {
    aspect-ratio: 16/9;
    width: 100%;
    max-width: 720px;
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .modal-body #player {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 769px) {
  .modal-body #player {
    width: 100%;
    height: 100%;

  }
}

/*# sourceMappingURL=static_original-kounyu-guide-top.css.map */
