@charset "utf-8";

/*
 TBは、pc.css　を読み込んでいます。
 打ち消したいスタイルを以下に書き込んでください。
*/


/*  ================================================================================================

    TB 打ち消しスタイル

    ============================================================================================  */
/* ボタン */
.btnStyleA {
	width: 190px;
}
.btnStyleA:after {
	right: 6px;
}
.btnStyleB:after {
	right: 15px;
}



		/*ライブ＆オンデマンド */
		.btnLiveInfoArea{
			display:block;
			margin-top:20px;
		}
		.btnLiveInfoArea a.btnLive{
			font-size: 15px;
			font-weight: bold;
			background-color: #e5ebf1;
			color: #023f73;
			padding: 14px 0 14px 0;
			margin-bottom:20px;
			position: relative;
			display: inline-block;
			color: #023f73;
			text-decoration: none;
			width: 100%;
			text-align: center;
		}
		a.btnLive:after {
			content: '';
			background: url(/lib/img/common/ico_right.gif) no-repeat;
					background-size: auto;
			width: 8px;
			height: 14px;
			position: absolute;
			right: 15px;
			margin: auto;
			top: 0;
			bottom: 0;
			background-size: contain;
		}
		.btnLiveInfoArea a.btnOndemand {
			border: 3px solid #023f73;
			padding: 11px 0 11px;
			border-radius: 15px;
			background: url(/lib/img/webconference/btn_arorow.png) 98% center no-repeat;
			width: 100%;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 15px;
			font-weight: bold;
			color: #023f73;
		}
		a.btnOndemand:hover{
			background: #023f73;
			color: #fff;
		}
		.tab.ondemandBtn.active {
			background: #023f73;
			color: #fff;
			border-radius: 15px;
			border: 3px solid #fff;
		}

/* カレンダーヘッダー固定 */
.tabContentArea.fixed .monthList {
	position: fixed;
	top:40px;
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	z-index: 10;
	min-width: calc(100vw - 3vw);
}
.tabContentArea.fixed .weekLine {
	position: fixed;
	top:106px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	min-width: calc(100vw - 3vw);
}


.tabContentArea.fixed #month1{
	margin-top:170px;
}
@media (orientation: portrait){/*縦*/
	.tabContentArea.fixed #month1{
		margin-top:110px;
	}
    /*詳細*/
#reminder{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 8.33333333% 20px;
}
#reminder .calendar, #reminder .reminderMail{
    max-width: 346px;
}
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){/*横*/
	.tabContentArea.fixed #month1{
		margin-top:120px;
	}
}

/* 対象カンファレンス　表示判定仕様 */
.relatedContent {
	width: 80%;
	margin: auto;
	padding: 50px 0 0 0;
}
.relatedContent h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 2vw 0;
}
.relatedContent ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.relatedContent ul li {
	/*margin-bottom:0.5vw;*/
	width: 19%;
	display: flex;
	margin-bottom: .5vw;
}
.relatedContent ul li a {
	display: flex;
	width: 100%;
}
.relatedContentList figure {
	border: 1px solid #023F73;
	width: 100%;
	display: flex;
  flex-wrap: wrap;
	justify-content: center;
	padding: 5px;
}
.relatedContentList figure:hover {
	opacity: .8;
}
.relatedContent .relatedContentList ul li figure img {
	width:56px;
}
.relatedContentList figure figcaption {
  width: 100%;
	display: flex;
	justify-content: center;
	color: #023F73;
	text-align: center;
	margin-top: 0;
	line-height: 1;
	font-size: 12px;
}

/* 製品特設サイトバナー用 */
.relatedContent ul li.site figure {
	position: relative;
	padding: 0;
}
.relatedContent ul li.site figure figcaption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	background: rgba(256,256,256,.9);
	padding: 0.6vw 0;
	font-weight: bold;
	color: #333;
}
.relatedContent ul li.site figure img {
	max-width: 100%;
	width: 100%;
}
/* webカンファレンス ジェイスト*/
#jst .relatedContentList ul li figure img {
    width: 70px;
}
#jst .relatedContentList ul li.site figure img{
	width: 100%;
}

/* Webカンファレンス　リマインダー位置調整 */
.reminder{
	width: 91.3%;
	padding-left: 8.33333%;
}




