@charset "utf-8";

/* =============================================
アクティングアラート
============================================= */
#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/form.scsk.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;
}

/* =============================================
NoScript
============================================= */
noscript .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: auto;
}
noscript .alert h4 {
  color: #b94a48;
}
noscript .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f2dede;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  line-height: 150%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  noscript .alert-error {
    width: 90%;
    margin: 30px auto;
  }
}

/* =============================================
イベントトップ
============================================= */
/* チェックボックスデザイン調整 */
.genre .genre_table td .category span::before {
	content: "";
	position: absolute;
	display: block;
	border: 1px solid #000099;
	width: 18px;
	height: 18px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.genre .genre_table td .category span::after {
	content: "";
	position: absolute;
	display: block;
	width: 14px;
	height: 7px;
	top: 50%;
	left: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #000099;
	opacity: 0;
	margin-top: -5px;
}
/* ボタンデザイン */
.seminar .seminar_list .seminar_list_item .btn {
	position: inherit;
}
.seminar .seminar_list .small .btn {
	margin: 20px 0;
}
.seminar .seminar_list .small {
	padding-bottom: 20px;
}
/* 非表示 */
.undisp-ON{
  display: none;
}
@media screen and (max-width: 767px) {
	.greeting .greeting_flex.lecture .head02.sp {
			display: none;
	}
}

/* =============================================
セッションビュー
============================================= */
.movie {
	position:relative;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 640px;
	height: 360px;
}
@media screen and (max-width: 769px){
  .movie {
		padding: 56.25% 0 0 0;
		width: 100%;
		height: 100%;
	}
	.movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
/* 動画下文言 */
.caution_text {
	font-size: 1.4rem;
	line-height: 1.428;
	text-align: center;
	margin: 20px auto 0;
	max-width: 960px;
	width: 100%;
}
@media screen and (max-width: 767px){
	.caution_text {
		font-size: 1.2rem;
    padding: 0 4%;
	}
}