/* =============================================
	アクティングアラート
============================================= */
#acting_alert {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  margin: 5px;
  z-index: 99999;
  opacity: .60;
  -moz-opacity: .60;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert span.top, #acting_alert span.bottom {
  display: block;
  background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #1393c0;
}
#acting_alert span.r1 {
  margin: 0 5px;
}
#acting_alert span.r2 {
  margin: 0 3px;
}
#acting_alert span.r3 {
  margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
  margin: 0 1px;
  height: 2px;
}
#acting_alert p.close_alert {
  margin: 0;
  padding: 3px;
  background: #1393c0;
  text-align: right;
  height: 25px;
}
#acting_alert .close_alert a {
  background-image: url(/static/upload/tech.biprogy-uel.co.jp/system/seminar_base/shared/img/bannerClose.gif);
  display: block;
  width: 23px;
  height: 23px;
}
#acting_alert .close_alert a img {
  display: none;
}
#acting_alert p.content {
  padding: 1em;
  margin: 0;
  background: #fff;
  border: 1px solid #1393c0;
  height: 100%;
}
#acting_alert span.item {
  font-size: 12px;
}
#acting_alert a {
  color: #0088cc;
  text-decoration: none;
}
#acting_alert p.close_alert{
  height: 30px;
}

/* =============================================
	フォーム関連
============================================= */
.sb_confirm_index {
  #ss_header, .ss_contents, #ss_footer {
    display: none;
  }
  .img_loading {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      max-width: 150px;
      height: auto;
    }
  }

  i {
    color: #004ea1;
    font-size: 100px;
  }
}

.badge-danger {
  white-space: normal;
}

#topvideo {
  iframe {
    width: 100%;
  }
}