@charset "utf-8";

.js-modal-overray {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  box-sizing: border-box;
  overflow-y: auto;
  background: rgba(000, 000, 000, 0.8);
  z-index: 9999;
}

.js-modal-contain {
  width: 100%;
  position: absolute;
  text-align: center;
}

.js-moda-inner {
  width: 770px;
  position: relative;
  display: inline-block;
}

.js-video-wrap {
  position: relative;
  padding-top: 56.25%;
  background-color: #000;
}

.js-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.js-video-text {
  margin-top: 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.js-close-btn {
  top: -55px;
  box-sizing: border-box;
  right: 0;
  padding: 25px 59px 22px 38px;
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100px;
  background: #fff;
}

.js-close-btn:after {
  content: "";
  position: absolute;
  display: block;
  background: url(/mobile/set/data/special/sumaho-adviser/sumaho-online-school/lib/img/shared/icon-close.png) no-repeat center center;
  width: 20px;
  height: 20px;
  right: 25px;
  top: 50%;
  margin-top: -10px;
}