#web_schedule_detail #main {
	/* max-width: 1280px; */
	margin: 0 auto;
	/* margin-top: 60px; */
	margin-top: 100px;
}

#web_schedule_detail .sec_ttl {
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
}
/* vimeo */

#web_schedule_detail #movie_area .vimeo_thum {
	/* padding-top: 56.25%; */
	/* background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ccc; */
}

/* vimeo -end*/

/* セミナー情報 */
#web_schedule_detail #seminar_info {
	padding-top: 18px;
}

#web_schedule_detail #seminar_info .sec_ttl h1 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 16px;
	letter-spacing: 0;
}

#web_schedule_detail #seminar_info .sec_cnt .s_date {
	/* font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px; */
}

#web_schedule_detail #seminar_info .sec_cnt .s_desc {
	font-size: 14px;
	line-height: 2;
}
/* セミナー情報 -end*/

/* 出演者 */
#web_schedule_detail #performer {
	border-radius: 12px;
	padding: 50px 0 40px;
}

#web_schedule_detail #performer .section_inner {
	padding: 40px 40px 16px;
	background-color: #F5F5F5;
	border-radius: 12px;
}

#web_schedule_detail #performer .sec_cnt .performer_list {
	border-top: 1px solid #D0D0D0;
}

#web_schedule_detail #performer .sec_cnt .performer_list .performer_info {
	padding: 24px 0;
	border-bottom: 1px solid #D0D0D0;
}

#web_schedule_detail #performer .sec_cnt .performer_list .performer_info:last-child {
	border-bottom: none;
}

#web_schedule_detail #performer .sec_cnt .performer_list .performer_info .p_name {
	font-size: 16px;
	line-height: 1.5;
}

#web_schedule_detail #performer .sec_cnt .performer_list .performer_info .p_company,
#web_schedule_detail #performer .sec_cnt .performer_list .performer_info .p_role {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 4px;
}

#web_schedule_detail #performer .sec_cnt .performer_list .performer_info .p_role {
	margin-bottom: 8px;
}

#web_schedule_detail #performer .sec_cnt .performer_list .performer_info .p_career {
	font-size: 14px;
	line-height: 1.5;
}
/* 出演者 -end */

/* 関連企業ブース */

#web_schedule_detail #connect_booth .sec_ttl {
	align-items: center;
}

#web_schedule_detail #connect_booth .sec_ttl h2 {
	font-size: 18px;
	line-height: 31px;
	letter-spacing: 0;
}

#web_schedule_detail #connect_booth .schedule_btn {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 21px 3px;
	border: 1px solid #D0D0D0;
	border-radius: 30px;
	background-color: #fff;
	color: #121212;
	letter-spacing: 0.05em;
	transition: all 0.3s;
}

#web_schedule_detail #connect_booth .schedule_btn.sp {
	display: none;
}

#web_schedule_detail #connect_booth .sec_ttl .schedule_btn:hover {
	opacity: 0.6;
}

#web_schedule_detail #connect_booth .c_booth_list {
	justify-content: flex-start;
	flex-wrap: wrap;
}

#web_schedule_detail #connect_booth .c_booth_item {
	width: 100%;
	height: 180px;
	box-shadow: 0px 0px 7.28333px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

#web_schedule_detail #connect_booth .c_booth_item:not(:last-child) {
	margin-bottom: 10px;
}

#web_schedule_detail #connect_booth .c_booth_item a {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

#web_schedule_detail #connect_booth .c_booth_item .private {
	opacity: 0.4;
}

#web_schedule_detail #connect_booth .c_booth_item a:hover .c_info {
	background-color: #F3F3F3;
}

#web_schedule_detail #connect_booth .c_booth_item .c_item__inner {
	flex-wrap: nowrap;
}

#web_schedule_detail #connect_booth .c_booth_item .c_imgs {
	width: 324px;
	height: 180px;
}

#web_schedule_detail #connect_booth .c_booth_item .c_imgs.b_logo {
	/* padding: 23px 51px; */
	padding: 35px 72px;
	background-color: #fff;
}

#web_schedule_detail #connect_booth .c_booth_item .c_imgs .imgs {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/* padding-top: 55.6%; */
	width: 100%;
	height: 100%;
}

#web_schedule_detail #connect_booth .c_booth_item .c_imgs.b_logo .imgs {
	background-size: contain;
	background-color: #fff;
}

#web_schedule_detail #connect_booth .c_booth_item .c_info {
	width: calc(100% - 324px);
	background-color: #fff;
	padding: 24px 32px 0;
	transition: all 0.3s;
}

#web_schedule_detail #connect_booth .c_booth_item .c_info .c_info_main {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 9px;
}

#web_schedule_detail #connect_booth .c_booth_item .c_info .logo_img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #F2F2F4;
	margin-right: 12px;
	background-color: #fff;
	overflow: hidden;
}

#web_schedule_detail #connect_booth .c_booth_item .c_info .logo_img .imgs {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#web_schedule_detail #connect_booth .c_booth_item .c_info p.title {
	font-size: 20px;
	line-height: 1.5;
	width: calc(100% - 54px);
}

#web_schedule_detail #connect_booth .c_booth_item .c_info p.desc {
	font-size: 14px;
	line-height: 24px;
	color: #4D4D4D;
	-webkit-text-size-adjust: none;
}

/* v14UI改修 20220331 */
/* ==================== メインエリア ==================== */
#web_schedule_detail #wrap {
	background-color: #FAFAFA;
}

#web_schedule_detail #main {
	flex-wrap: nowrap;
	padding: 0 40px;
	/* margin-bottom: 104px; */
	margin-bottom: 80px;
}

#web_schedule_detail #main.add_cate_list {
	margin-top: 44px;
}

#web_schedule_detail #main .main_area {
	/* width: 849px; */
	/* width: calc(100% - 388px); */
	width: calc(100% - 464px);
}

#web_schedule_detail #main .mub_area {
	width: 320px;
}

#web_schedule_detail #seminar_info .s_user {
	align-items: center;
	flex-wrap: nowrap;
	/* margin-bottom: 40px; */
	margin-bottom: 38px;
	/* min-width: 800px; */
}

@media screen and (min-width: 768px) {
	#web_schedule_detail #seminar_info .s_user.cnt_adjust {
		/* min-width: 832px; */
	}
	#seminar_info .s_user.cnt_adjust .seminar_caladd {
		margin-left: 8px;
	}
}

#web_schedule_detail #seminar_info .s_user .label_status {
	padding: 4px 7px 5px;
	font-size: 12px;
	line-height: 1;
	border: 1px solid;
	border-radius: 2px;
	background-color: #fff;
	display: inline-block;
	margin-top: 3px;
	margin-right: 8px;
}

#web_schedule_detail #seminar_info .s_user .label_status.label_live {
	color: #FF0000;
	border-color: #FF0000;
}

#web_schedule_detail #seminar_info .s_user .label_status.label_live::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #FF0000;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 2px;
}

#web_schedule_detail #seminar_info .s_user .label_status.label_archive {
	background-color: #121212;
	color: #fff;
	border-radius: 3px;
}

#web_schedule_detail #seminar_info .s_user .label_status.label_before {
	color: #717171;
	background-color: #FAFAFA;
	border-color: #717171;
}

#web_schedule_detail #seminar_info .s_user .label_status.label_end {
	color: #717171;
	background-color: #D0D0D0;
	border-color: #D0D0D0;
}

#web_schedule_detail #seminar_info .s_user .date {
	display: inline-block;
	/* margin-right: 28px; */
	font-size: 14px;
	line-height: 1;
}

#web_schedule_detail #seminar_info .s_user .seminar_caladd .svg_before svg {
	width: 16px;
	position: absolute;
	top: 5px;
	left: 15px;
}

#web_schedule_detail #seminar_info .s_user .seminar_caladd .svg_after svg {
	width: 12px;
	position: absolute;
	top: 10px;
	right: 14px;
}

#web_schedule_detail #seminar_info .s_user .seminar_caladd .svg_before svg .cls-1 {
	fill: var(--key-color-100);
}

#web_schedule_detail #seminar_info .s_user .seminar_caladd select {
	/* cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	align-items: center;
	text-align: left;
	justify-content: center;
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 17px auto;
	width: 100%;
	padding: 3px 5px 2px 32px;
	transition: all 0.3s;
	background-color: #fff; */
}

#web_schedule_detail #seminar_info .s_user .seminar_share {
	align-items: center;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_icon {
	border-radius: 50%;
	width: 28px;
	height: 28px;
	position: relative;
	transition: all 0.3s;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_icon:hover {
	opacity: 0.6;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_icon.twitter_icon {
	background-color: #000000;
	margin-right: 8px;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_icon.facebook_icon {
	background-color: #3B5998;
	margin-right: 10px;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_url {
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_url a {
	padding: 3px 11px;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	transition: all 0.3s;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_url a:hover {
	opacity: 0.6!important;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_alert {
	position: fixed;
	bottom: 20px;
	left: 50%;
	background-color: #141414;
	padding: 12px 20px;
	box-shadow: 0px 2px 12px rgba(0, 72, 138, 0.12);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%);
	z-index: 1000;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_alert p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	white-space: nowrap;
}

#web_schedule_detail #seminar_info .s_user .seminar_share .share_alert.copy {
	visibility: visible;
	animation: clipbord_copy 4s ease;
}

@keyframes clipbord_copy {
	0% {
	  opacity: 0;
	}
	5% {
	  opacity: 1;
	}
	95% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
}

#web_schedule_detail #performer .sec_ttl h2 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 24px;
	letter-spacing: 0;
}

/* ==================== サブエリア ==================== */

#web_schedule_detail #timetable .sec_ttl {
	/* padding-top: 28px;
	padding-bottom: 20px;
	margin-bottom: 0; */
}

#web_schedule_detail #main #timetable {
	/* padding-bottom: 28px; */
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	background-color: #fff;
}

#web_schedule_detail #main #timetable .sec_ttl h2 {
	/* padding-left: 24px; */
	/* font-size: 18px;
	line-height: 1;
	letter-spacing: 0; */
}

#web_schedule_detail #main #timetable .seminar_table {
	height: 100%;
	/* overflow-y: scroll; */
	padding-bottom: 10px;
}

#web_schedule_detail #main #timetable .seminar_table_item:not(:last-child) {
	/* margin-bottom: 12px; */
}

#web_schedule_detail #main #timetable .seminar_table_item a {
	align-items: flex-start;
	padding: 8px 32px 8px 20px;
	position: relative;
	transition: all 0.3s;
}

#web_schedule_detail #main #timetable .seminar_table_item a:hover {
	opacity: 0.6;
}

#web_schedule_detail #main #timetable .seminar_table_item.playing a {
	background-color: #F3F3F3;
}

#web_schedule_detail #main #timetable .seminar_table_item.playing a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	box-sizing: border-box;
	width: 9px;
	height: 9px;
	border: 4px solid transparent;
	border-left: 6px solid #717171;
	transform: translate(-50%, -50%);
}

#web_schedule_detail #main #timetable .seminar_table_item a .thumbs {
	/* width: 200px; */
	/* width: 120px;
	height: 65px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc; */
}

#web_schedule_detail #main #timetable .seminar_table_item a .info {
	/* width: 132px; */
	/* width: calc(100% - 130px);
	max-width: 132px; */
	/* width: 44%; */
	width: calc(100% - 214px);
	max-width: 163px;
}

#web_schedule_detail #main #timetable .seminar_table_item a .title {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 4px;
	overflow-y: hidden;
	-webkit-text-size-adjust: none;
}

#web_schedule_detail #main #timetable .seminar_table_item a .date {
	font-size: 10px;
	line-height: 1.5;
	color: #717171;
}

/* ==================== v15追加 ==================== */


.seminar_tag:nth-child(1) {
	margin-left: 0px;
}


.tag_btn.s_tag_link {
	font-weight: bold;
	line-height: 18px;
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid #D0D0D0;
	border-radius: 30px;
	padding: 6.5px 16px;
	background-color: #fff;
}

.seminar_tag_area ul.flex_area{
	justify-content: flex-start;
}

.seminar_tag {
	margin: 0 8px;
}

.other_link_thum {
	position: relative;
}

.other_link_thum a {
	display: block;
	width: 100%;
	height: 100%;
}

.other_link_thum a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url('../../img/common/other_link.svg');
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
	background-position: center center;
	background-color: rgba(0,0,0, 0.4);
}

#web_schedule_detail #seminar_info .sec_cnt {
	margin-bottom: 0px;
}

@media screen and (min-width:768px){
	#web_schedule_detail #seminar_info .s_user .seminar_caladd {
		display: inline-block;
		vertical-align: top;
		position: relative;
		width: 203px;
		height: 28px;
	}
}


.right_cnt.pc,
.seminar_left_cnt.flex_area {
	margin-bottom: 10px;
}

#web_schedule_detail #seminar_info .sec_cnt .s_desc a{
	color: var(--key-color-100);
	text-decoration: underline;
}

@media only screen and  (min-device-width: 640px) and (orientation: portrait) and (max-device-width: 1024px) {
	/* ipad縦向き */
	#web_schedule_detail #seminar_info .s_user .seminar_caladd {
		width: 233px;
	}
	#web_schedule_detail #seminar_info .s_user .seminar_caladd .svg_after svg {
		top: 12px;
	}
}