@charset "utf-8";

main {
	padding: 65px 0;
	background-image: repeating-linear-gradient(135deg, #8cf3f2, #8cf3f2 40px, #A0f4f4 40px, #A0f4f4 80px);
}
header div.title2 h1 {
	background: url(../images/program/session_ttl_bg.png) no-repeat bottom center/contain;
}
h3 {
  margin: 40px 0 50px;
}

.ondemand-list {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	color: #222;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.ondemand-list {
		width: 98%;
	}
}
.ondemand-list li {
	background-color: #fff;
	padding: 0;
	margin-bottom: 20px;
	border: 1px solid #bbb;
	padding: 15px;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li {
		margin-bottom: 15px;
		padding: 10px;
	}
}
.ondemand-list li a:hover {
	opacity: 0.7;
}
.ondemand-list li.non-active {
	display: none;
}
.ondemand-list li .list-container {
	/*height: 138px;*/
	height: auto;
	margin: 0;
	display: flex;
}
.ondemand-list li .list-container .thumbnail {
	display: none;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .list-container {
		/*height: 100px;*/
		height: auto;
	}
}
.ondemand-list li a.video-link {
	display: flex;
	height: 100%;
}
.ondemand-list li .thumbnail img {
	height: 138px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .thumbnail img {
		height: 80px;
	}
}
.ondemand-list li .info {
	flex-grow: 2;
	padding: 0px 20px;
	color: #444;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .info {
		padding: 0 0 0 10px;
	}
}

.ondemand-list li .info .category {
	color: #fff;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 0px;
	font-weight: normal;
	background: #d56dff;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .info .category {
	    font-size: 11px;
	    padding: 3px 7px;
	    margin: 0;
	}
}
.ondemand-list li .info .category.keynote {
	background: #d56dff;
}
.ondemand-list li .info .category.sponsor_session {
	background: #cbbc12;
}
.ondemand-list li .info .category.special-session {
	background: #2fc29a;
}
.ondemand-list li .info .category.fast-series {
	background: #8e28ed;
}
.ondemand-list li .info .category.workshop {
	background: #e0369e;
}
.ondemand-list li .info .category.TMX_session {
	background: #009cfe;
}

.ondemand-list li .title {
	margin: 10px 0;
	color: #0258e9;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
	/*overflow: hidden;*/
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .title {
		font-size: 14px;
		height: auto;
		line-height: 1.5;
		margin: 10px 0 5px;
	}
}
.ondemand-list li .title br {
	display: none;
}
.ondemand-list li a:hover .title {
/*	text-decoration: underline;*/
}
.ondemand-list li .speaker {
	margin: 0 0 4px 0;
	line-height: 1.5;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .speaker {
		/*max-height:52px;*/
		max-height: 100%;
		font-size: 11px;
	}
}
.ondemand-list li .overview {
	margin-bottom: 10px;
}

.session-tags {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap: 10px;
	margin: 16px 0 10px;
}
@media only screen and (max-width: 768px) {
	.session-tags {
	    gap: 5px;
	    margin: 10px 0 10px;
	}
}
.session-tags span {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 5px;
    background-color: #00c4cc;
    border-radius: 4px;
}
.session-tags span.special,
.session-tags span.keynote {
    background-color: #d56dff;
}
@media only screen and (max-width: 768px) {
	.session-tags span {
	    font-size: 11px;
	    padding: 5px 3px;
	    line-height: 1;
	}
}

.ondemand-list li .control {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}
a.button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin: 0;
	text-decoration: none;
	color: inherit;
	background-color: transparent; 
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	a.button {
		font-size: 16px;
	}
}
.download {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 50px;
	width: 100%;
}
a.download img {
	width: 18px;
}
a.download span {
	margin-left: 6px;
}
a.download {
	width: 170px;
}
.download {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 50px;
	width: 100%;
}
.no-download {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 50px;
	width: 100%;
}
.no-enquete {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100px;
}
a.enquete {
	margin: 4px auto;
	width: 220px;
	background-color: #f00; 
	color: #fff;
}
a.enquete span {
	margin-left: 6px;
}

/* ondemandは講演者写真なし*/

.session_detail div.contents {
	padding-right: 10px;
	overflow-x: hidden !important;
	position: relative;
	padding-left: 0px!important;
}