@charset "utf-8";

main {
	padding: 65px 0;
}
.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;
    box-shadow: 0px 4px 1px -1px #dcdcdc;
}
@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: auto;
	margin: 0;
	display: flex;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .list-container {
		height: auto;
	}
}
.ondemand-list li a.video-link {
	display: flex;
	height: 100%;
}
.ondemand-list li .thumbnail {
	width: 200px;
}
.ondemand-list li .thumbnail img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .thumbnail {
		height: 100px;
	}
	.ondemand-list li .thumbnail img {
		width: 100%;
		height: auto;
	}
}
.ondemand-list li .info {
	flex-grow: 2;
	padding: 0px 20px;
	color: #444;
	width: calc(100% - 200px);
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .info {
		padding: 0 0 0 10px;
		width: calc(100% - 120px);
	}
}

.ondemand-list li .info .category {
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 0px;
	font-weight: normal;
	background-color: #f37e00;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .info .category {
	    font-size: 11px;
	    padding: 3px 7px;
	    margin: 0;
	}
}

.ondemand-list li .title {
	margin: 10px 0;
	color: #0258e9;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}
@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 .title .main-title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ondemand-list li .speaker {
	margin: 0 0 4px 0;
	line-height: 1.5;
	font-size: 14px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
	.ondemand-list li .speaker {
		max-height:52px;
		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 {
	background-color: #005073;
	color: #fff;
	border-radius: 4px;
	padding: 6px 14px;
}
@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 .txt {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}
.search-area {
	padding: 20px 20px 10px;
	margin: 10px 0 20px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	box-shadow: 0px 4px 1px -1px #dcdcdc;
}
.search-area .keyword_list {
	list-style: none;
	display: flex;
	gap: 10px;
}
.search-area .program-text {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.search-area .clear-refine {
	text-align: center;
	margin: 10px auto 0;
	position: relative;
	width: fit-content;
}
.search-area .clear-refine:hover {
    opacity: 0.7;
}
.search-area .clear-refine .clear {
	cursor: pointer;
	border-bottom: 1px solid #bbb;
}
.search-area .clear-refine input {
	color: #fff;
}
.search-area .keyword_list:after {
	content: "";
	display: block;
	width: 19%;
}
.search-area .keyword_list li {
	display: flex;
	justify-content: center;
	align-items: center;
}
.search-area .keyword_list li a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 8px 24px;
	box-sizing: border-box;
	transition: all 300ms ease;
	white-space: nowrap;
	background-color: #005073;
	color: #fff;
	border-radius: 4px;
	border: 2px solid #005073;
}
.search-area .keyword_list li.active a {
	color: #005073;
	background-color: #fff;
	border: 2px solid #005073;
}
.search-area .keyword_list li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.search-area .keyword_list li.selected a:hover {
	color: #fff;
	background-color: #555;
}


@media only screen and (max-width: 768px) {
	.search-area {
		width: 98%;
		margin: 10px auto 20px;
		padding: 10px;
	}
	.search-area .keyword_list {
		margin: 0 0 20px 0;
		gap: 5px;
	}
	.search-area .keyword_list li a {
		font-size: 11px;
		padding: 4px 12px;
	}
	.search-area .clear-refine .clear {
		font-size: 11px;
	}
}
@media only screen and (max-width: 366px) {
	.search-area .keyword_list li a {
		font-size: 9px;
	}
}