@charset "UTF-8";
/* --------------------------------------------------
* Layout
* -------------------------------------------------- */

/* Main
* -------------------------------------------------- */
#main {}

#main .inner {}

#academy .inner {
background-color :#F2F2F2;
padding: 3em 6em;
}

#academy h2 {
font-size: 50px;
font-size: 5.0rem;
text-align:center;
/*margin: 0 0 0.5em 0;*/
}

#academy h2 span.red {
color :#D02D1D;
}

.academyArea {
border: 1px solid #CCCCCC;
padding: 1.5em 3em 1em 3em;
}

.academyArea p {
color :#4D4D4D;
font-weight: 700;
margin: 0 0 1em 0;
}

#main .inner h3 {
color:#FFF;
font-size: 18px;
font-size: 1.8rem;
background-color: #000;
padding: 0.4em 1em 0.2em 1em;
margin: 2.8em 0 1.8em 0;
}

#schedule {
margin:0;
}

.academyArea li {
font-size: 15px;
font-size: 1.5rem;
padding: 0 0 0 22px;
margin: 0 0 0.2em 0;
background: url(/layout/store/lumix/event/lumix-academy/seminar/img/img_arrow.svg) no-repeat 0 0.3em;
background-size: 14px 14px;
}
.academyArea .kome{
	font-weight: normal;
	font-size: 0.9em;
	margin: 0 0 0.3em 0;
}
.academyArea .mt {
	margin-top: 1.5em;
}



/* Course List
* -------------------------------------------------- */
#courseList {
	margin: 60px 0 0;
}

#courseList .inner {
	padding: 0 10px;
}

#courseList .block {
	/* overflow: hidden; */
	margin: 40px 0 0;
	/*border-radius: 5px;*/
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#courseList .block:first-child {
	margin-top: 0;
}

#courseList .block h3 {
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

#courseList #FreeEvent {
	display: none;
}

#courseList .block.begin h3 {
	background-color: #D05498;
}

#courseList .block.master h3 {
	background-color: #33A676;
}

#courseList .block.tech h3 {
	background-color: #006993;
}

#courseList .block.tuber h3 {
	background-color: #c71585;
}

#courseList .block.free h3 {
	background-color: #FF8C00;
}

#courseList .block .box {
	padding: 20px;
}

#courseList table,
#courseList table th,
#courseList table td {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
}

#courseList table th:first-child {
	width: 125px;
}

#courseList table th:nth-child(2) {
	width: 320px;
}

#courseList table th:nth-child(3) {
	width: 115px;
}

#courseList table th:nth-child(4) {
	width: 140px;
}

#courseList table th:last-child {
	width: 75px;
}

#courseList table td {
	text-align: center;
}

#courseList table td:nth-child(1),
#courseList table td:nth-child(2) {
	text-align: left;
}

#courseList table td:last-child a {
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 6px 0 5px;
	background: #1150af;
	border-radius: 5px;
}

.no-device #courseList table td:last-child a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

#courseList table td span {
	display: block;
	width: 70px;
	margin: 3px 0;
	padding: 2px 4px;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	border-radius: 3px;
}
#courseList table td span.eventcancel {
	background: #f00;
}

#courseList table td span.over {
	background: #b9b9b9;
}

#courseList table td span.soon {
	background: #3d7eeb;
}

#courseList table td span.open {
	background: #ff9b00;
}

#courseList table th {
	background: #f6f6f6;
}
#courseList table td {
    vertical-align: middle;
    padding: 10px 5px 10px 10px;
}
#courseList table, #courseList table th, #courseList table td {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
}
#courseList table {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #ddd;
}
#courseList table th, #courseList table td {
    padding: 5px 10px;
}


/* Course Detail
* -------------------------------------------------- */
#courseDetail {
	margin: 60px 0 0;
}

#courseDetail .colorRed {
	color: #d80000;
}

#courseDetail .colorPink {
	color: #e164a3;
}

#courseDetail .inner {
	padding: 0 30px;
}

#courseDetail .block {
	overflow: hidden;
	margin: 20px 0 0;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#courseDetail h3 {
	display: block;
}

#courseDetail h3 span,
#courseDetail h3 strong {
	display: block;
}

#courseDetail h3 span {
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
}

#courseDetail h3 span.begin {
	background-color: #b78db3;
}

#courseDetail h3 span.master {
	background-color: #8199b0;
}

#courseDetail h3 span.tech {
	background-color: #6d8c6b;
}


#courseDetail h3 strong {
	background: #484848;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
}

#courseDetail table {}

#courseDetail table tbody {}

#courseDetail table tr {
	border-top: 1px dotted #ddd;
}

#courseDetail table tr:first-child {}

#courseDetail table tr th,
#courseDetail table tr td {
	vertical-align: middle;
	padding: 15px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	border-top: none;
}

#courseDetail table tr th {
	background: #f6f6f6;
	width: 15%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: right;
}

#courseDetail table tr td {
	border-left: none;
}

#courseDetail table tr td a {
	background: url(../../common/img/arrow_circle_blue_w10.png) no-repeat 0 center;
	background-size: 10px auto;
	padding: 0 0 0 15px;
}

#courseDetail table tr td strong {
	margin: 0 10px 0 0;
	font-weight: 700;
}

#courseDetail table tr td dl dd {}

#courseDetail table tr td p {
	margin: 10px 0 0;
}

#courseDetail table tr td p:first-child {
	margin-top: 0;
}

#courseDetail table tr td b {
	display: block;
	margin: 10px 0 0;
	padding: 10px;
	background: #f6f6f6;
	color: #5e5e5e;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
}

#courseDetail table tr td ul {
	display: block;
	margin: 10px 0 0;
	line-height: 1.4;
}

#courseDetail table tr td ul li {
	position: relative;
	display: block;
	margin: 5px 0 0;
	padding: 0 0 0 12px;
}

#courseDetail table tr td ul li:first-child {
	margin-top: 0;
}

#courseDetail table tr td ul li:before {
	content: '';
	overflow: hidden;
	position: absolute;
	top: 0.4em;
	left: 0;
	background: #333;
	width: 5px;
	height: 5px;
	border-radius: 5px;
}

#courseDetail table tr td ul li ul {
	margin: 5px 0 0;
}

#courseDetail table tr td ul li ul li {}

#courseDetail table tr td ul li ul li:before {
	background: #fff;
	border: 1px solid #333;
}

#courseDetail table tr td dl {}

#courseDetail table tr td dl dt {}

#courseDetail table tr td dl dt img {}

/* ***** Place ***** */
#courseDetail table tr.place td dl {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ddd;
}

#courseDetail table tr.place td dl:first-child,
#courseDetail table tr.place td p + dl {
	border-top: 1px dotted #ddd;
}

#courseDetail table tr.place td p + dl {
	margin: 10px 0 0;
}

#courseDetail table tr.place td dl dt,
#courseDetail table tr.place td dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

#courseDetail table tr.place td dl dt {
	background: #f6f6f6;
	width: 20%;
}

#courseDetail table tr.place td dl dd {}

/* ***** Teacher ***** */
#courseDetail table tr.teacher td p {
	display: table;
}

#courseDetail table tr.teacher td p a {
	display: block;
	background: none;
	padding-left: 0;
}

#courseDetail table tr.teacher td p img {
	width: 100%;
}

#courseDetail table tr.teacher td p strong,
#courseDetail table tr.teacher td p span {
	display: table-cell;
	vertical-align: middle;
}

#courseDetail table tr.teacher td p strong {
	width: 90px;
	padding: 0 10px 0 0;
	line-height: 0;
}

#courseDetail table tr.teacher td p span {
	line-height: 1;
}

#courseDetail table tr.teacher td p a span {
	background: url(../../common/img/arrow_circle_blue_w10.png) no-repeat 0 center;
	background-size: 10px auto;
	padding: 0 0 0 15px;
}


#courseDetail table tr.subject a {
	display: block;
	background: none;
	padding: 0;
}

.column-player {
	float: right;
	margin: 0 0 0;
	padding: 10px 20px 10px;
}

.column-player p {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;

}

.column-player-newwin {
	max-width: 5%;
	margin: 0 5px 0 0;

}

.column-player-link {
	display: inline-block;
}

.column-player-list {
	overflow: hidden;
}

/* ***** Sample ***** */
#courseDetail table tr td dl.sample {
	background: #f8f8f8;
	margin: 20px 0 0;
	padding: 20px 20px 10px;
	border-radius: 5px;
	clear: right;
}

#courseDetail table tr td dl.sample dt {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

#courseDetail table tr td dl.sample dd {
	margin: 10px -5px 0;
	letter-spacing: -0.4em;
}

#courseDetail table tr td dl.sample dd span {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 5px;
	font: 0/0 aa;
	letter-spacing: normal;
	border-radius: 5px;
}

#courseDetail table tr td dl.sample dd span.full {
	width: 100%;
}

#courseDetail table tr td dl.sample dd span img {
	width: 100%;
}

#courseDetail table tr td dl.sample dd span a {
	display: block;
	background: none;
	padding: 0;
}


#courseDetail table tr td ul.sample {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	margin: 10px -5px 0;
	letter-spacing: -0.4em;
}

#courseDetail table .sample li {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 5px;
	font: 0/0 aa;
	letter-spacing: normal;
	border-radius: 5px;
	list-style: none;
}

#courseDetail table .sample tr td ul li span.full {
	width: 100%;
}

#courseDetail table .sample tr td ul li span img {
	width: 100%;
}

#courseDetail table .sample tr td ul li span a {
	display: block;
	background: none;
	padding: 0;
}

#courseDetail table tr td .sample img {
	width: 100%;
	border-radius: 5px;
}

#courseDetail table tr td .sample a {
	padding: 0;
}

#courseDetail table .sample li:before {
	content: none;
}

/* ***** Visual ***** */
#courseDetail .visual {
	padding: 20px;
	text-align: center;
	color: transparent;
	font: 0/0 aa;
}

#courseDetail .visual img {
	max-width: 100%;
}

/* ***** Attention ***** */
#courseDetail .attention {
	background: #f6f6f6;
	padding: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

#courseDetail .attention h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

#courseDetail .attention ul {
	color: #5e5e5e;
}

#courseDetail .attention ul li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 1.5em;
	line-height: 1.3;
}

#courseDetail .attention ul li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

/* ***** Reserve ***** */
#courseDetail .reserve {
	padding: 50px 20px;
	border-top: 1px solid #ddd;
}

#courseDetail .reserve p {
	margin: 10px 0 0;
	text-align: center;
}

#courseDetail .reserve p:first-child {
	margin-top: 0;
}

#courseDetail .reserve p a,
#courseDetail .reserve p b {
	display: block;
	position: relative;
	width: 600px;
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
	border: 3px solid;
	border-radius: 10px;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

#courseDetail .reserve p a {
	background: #e55b2b;
	padding: 15px 25px;
	border-color: #a6281b;
}

#courseDetail .reserve p b {
	background: #989898;
	padding: 15px;
	border-color: #636363;
	line-height: 1.4;
}

.no-device #courseDetail .reserve p a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

#courseDetail .reserve p a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	background: url(../../common/img/arrow_btn_w10.png) no-repeat center;
	background-size: 10px auto;
	width: 10px;
	height: 100%;
}

/* ***** Back ***** */
#courseDetail .back {
	text-align: center;
}

#courseDetail .back p {
	background: #f6f6f6;
	padding: 20px 0;
	border-radius: 5px;
}

#courseDetail .back p a {
	display: inline-block;
	background: url(../../common/img/arrow_back_blue_w8.png) no-repeat 0 center;
	background-size: 8px auto;
	padding: 0 0 0 15px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
}

#courseDetail .icon_datail {
	background: #484848;
	color: #fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 4px 6px;
	margin: 0 5px 0 0;
}

#courseDetail .icon_datail-lecture {
	background: #999999;
	color: #fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 4px 6px;
	margin: 0 5px 0 0;
}

#courseDetail .icon_datail-training {
	background: #ff7f7f;
	color: #fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 4px 6px;
	margin: 0 5px 0 0;
}

#courseDetail .icon_datail-review {
	background: #1150af;
	color: #fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 4px 6px;
	margin: 0 5px 0 0;
}


.l-note.is-level {
	color: #008899;
	font-weight: bold;
}

/* ***** movie ***** */
#movieSample {}

#movieSample video {
	display: block;
	margin: 10px 0 0;
	width: 640px;
}

.note_2day {
	margin: 7px 0;
}

.note_red {
	color: #a43333;
}

.note_line {
	text-decoration: underline;
}

.u-show_media {
	display: none;
}

.u-hide_media {
	display: inline-block;
}

.is-note {
	padding: 15px;
	border: 3px double #a43333;
	text-align: center;
	margin-bottom: 20px;
}

/* ***** ページ上部告知 ***** */
#main .news {
	text-align:left;
	color:#3b3b3b;
	font-size:14px;
	margin: 15px auto;
	padding: 15px;
}
#main .news .arrow {
     position: relative;
     padding-left: 13px;
}
#main .news .arrow:before {
     position: absolute;
     content: '';
     width: 0;
     height: 0;
     border: solid 6px transparent;
     border-left: solid 8px #777777;
     top: 25%;
     left: 0;
     margin-top: -2px;
}
#main .news p {
	margin-bottom:5px;
}

/* --------------------------------------------------
* 開催中止・調整中などのグレーボタン
* -------------------------------------------------- */
#courseDetail .ceaseBt {
	display: block;
    position: relative;
    width: 600px;
    margin: 50px auto;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-decoration: none;
    border: 3px solid;
    border-radius: 10px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
	background: #989898;
    padding: 15px;
    border-color: #636363;
    line-height: 1.4;
	text-align: center;
}
		@media screen and (max-width: 479px){
			.ceaseBt {
				width: 80%;
			}	
		}


/* --------------------------------------------------
* CSS3 Transition
* -------------------------------------------------- */
xxxxx {
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
	transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}




/* --------------------------------------------------
* ClearFix
* -------------------------------------------------- */
xxxxx {
	*zoom: 1;
}

xxxxx:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}




/* --------------------------------------------------
* FontSize 0
* -------------------------------------------------- */
xxxxx {
	color: transparent;
	font: 0/0 aa;
	text-decoration: none;
}




/* --------------------------------------------------
* Retina
* -------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
(-webkit-min-device-pixel-ratio: 1.5),
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {


	/* Course Detail
		* -------------------------------------------------- */
	#courseDetail table tr td a {
		background-image: url(../../common/img/arrow_circle_blue_w10@2x.png);
	}

	#courseDetail table tr.teacher td p a span {
		background-image: url(../../common/img/arrow_circle_blue_w10@2x.png);
	}

	#courseDetail .reserve p a:after {
		background-image: url(../../common/img/arrow_btn_w10@2x.png);
	}


}

/* END @media pixel ratio */





/* --------------------------------------------------
* Media Width 479px
* -------------------------------------------------- */
@media screen and (max-width: 479px) {


	/* Course List
	* -------------------------------------------------- */
	#academy .inner {
	padding: 2em 1em 1em 1em;
	}
	#academy h2 {
	font-size:36px;
	font-size: 3.6rem;
	}
	#academy h2 span.sp {
	display:block;
	margin-left: 0.6em;
	}
	.academyArea {
	padding: 1.5em 1.8em;
	}
	.academyArea li {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 0.4em 0;
	}

	/* Course List
	* -------------------------------------------------- */
	#courseList {
		margin: 30px 0 0;
	}

	#courseList table td span {
		display: inline-block;
		margin-right: 10px;
	}


	/* Course Detail
	* -------------------------------------------------- */
	#courseDetail {
		margin: 30px 0 0;
	}

	#courseDetail .inner {
		padding: 0 10px;
	}

	#courseDetail table {
		display: block;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	#courseDetail table tbody {
		display: block;
	}

	#courseDetail table tr {
		display: block;
	}

	#courseDetail table tr th,
	#courseDetail table tr td {
		display: block;
		padding: 15px 20px;
	}

	#courseDetail table tr th {
		width: 100%;
		text-align: left;
	}

	#courseDetail table tr:first-child th {
		border-top: none;
	}

	#courseDetail table tr th br {
		display: none;
	}

	#courseDetail table tr td {
		border-top: none;
		border-left: none;
	}

	/* ***** Date ***** */
	#courseDetail table tr.date td strong {
		display: block;
		margin: 0;
	}

	/* ***** Place ***** */
	#courseDetail table tr.place td dl {
		display: block;
	}

	#courseDetail table tr.place td dl:first-child,
	#courseDetail table tr.place td p + dl {
		border-top: 1px dotted #ddd;
	}

	#courseDetail table tr.place td dl dt,
	#courseDetail table tr.place td dl dd {
		display: block;
	}

	#courseDetail table tr.place td dl dt {
		width: 100%;
	}

	#courseDetail table tr.place td dl dd {}

	/* ***** Visual ***** */
	#courseDetail .visual {
		padding: 0;
	}

	#courseDetail .visual img {
		width: 100%;
	}

	/* ***** Reserve ***** */
	#courseDetail .reserve p a,
	#courseDetail .reserve p b {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
	}

	#courseDetail .reserve p a:after {
		right: 10px;
	}

	#courseList table,
	#courseList table th,
	#courseList table td {
		border: none;
	}

	#courseList table th {
		display: none;
	}

	#courseList table td {
		text-align: left;
		display: block;
		padding: 5px 0;
	}

	#courseList table td:last-child a {
		margin: 0 0 20px 0;
	}

	#courseList table td br {
		display: none;
	}

	#courseList table td:first-child:before {
		content: '日時：';
	}

	#courseList table td:nth-child(2):before {
		content: '講座名：';
	}

	#courseList table td:nth-child(3):before {
		content: '講師：';
	}

	#courseList table td:nth-child(4):before {
		content: '料金：';
	}

	#courseList table td:nth-child(5):before {
		content: '場所：';
	}

	#courseList table td:last-child {
		content: '';
		margin: 0 0 0 0;
		padding: 10px 0 20px;
	}

	#courseList table td:last-child a {
		padding: 10px 0;
	}

	/* ***** movie ***** */
	#movieSample {}

	#movieSample video {
		display: block;
		margin: 10px 0 0;
		width: 100%;
	}



	.u-show_media {
		display: inline-block;
	}

	.u-hide_media {
		display: none;
	}

	.is-note {
		padding: 15px;
		border: 3px double #8199b0;
		text-align: center;
		letter-spacing: 0.2px;
	}

}

/* END @media width 479px */

/* Caution Text */
#MasterClassHome,
#TechClassHome,
#TuberClassHome {
  position: relative;
}
#MasterClassHome::after,
#TechClassHome::after,
#TuberClassHome::after {
  display:block;
  font-size: 0.8em;
  margin: 0 0 10px 20px;
  content: "※「募集期間中」であっても、「満席」となっている場合はお申し込みいただけません。予めご了承ください。";
  position: absolute;
  bottom: -40px;
  left: -20px;
}

.cautionTxt {
  opacity:0;
  font-size: 0.8em;
  margin: 10px 0 0 0;
}

/* AUTO OPEN CLOSE */
#timerdata,
#timing-pre,
#timing-now,
#timing-end {
	display: none;
}

.news {
	margin: 10px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	color: #e00003;
}


#courseDetail table tr td p a.stamp {
	background: none;
	padding: 0px;
}

/*オンデマンド追記*/
#ondemandList {
	margin: 40px 0 0;
}
#ondemandList .block h3 {
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

#ondemandList .block.ondemand h3 {
	background-color: #778899;
}

#ondemandList table,
#ondemandList table th,
#ondemandList table td {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.25;
}
#ondemandList .block .box {
    /*padding: 20px;*/
    padding: 20px 20px 0 20px;
}
#ondemandList .inner {
    width: 940px;
    margin: 0 auto;
}
#ondemandList table {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #ddd;
}
#ondemandList table th, #ondemandList table td {
    padding: 5px 10px;
}

#ondemandList table, #ondemandList table th, #ondemandList table td {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 1.2rem;
    line-height: 1.25;
}
#ondemandList table th {
    background: #f6f6f6;
}
#ondemandList .block {
    overflow: hidden;
    /* border-radius: 5px; */
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
}
#ondemandList table td:last-child a {
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 6px 0 5px;
    background: #1150af;
    border-radius: 5px;
}
#ondemandList table td:nth-child(1) {
    text-align: left;
	width: 425px;
}
#ondemandList table th:first-child {
	width: 425px;
}

#ondemandList table th:nth-child(2) {
	width: 100px;
}

#ondemandList table th:nth-child(3) {
	width: 120px;
}
#ondemandList table th:nth-child(4) {
	width: 159px;
}
#ondemandList table th:last-child {
	width: 75px;
}
#ondemandList table td {
    vertical-align: middle;
}
#ondemandList .cautionTxt{
    opacity:1;
    font-size: 0.8em;
    margin: 10px 0 0 0;
}



@media screen and (max-width: 479px){
	#ondemandList .inner {
		width: 100%;
		padding: 0 10px;
	}
	
	#ondemandList table,
	#ondemandList table th,
	#ondemandList table td {
		border: none;
	}

	#ondemandList table th {
		display: none;
	}

	#ondemandList table td {
		text-align: left;
		display: block;
		padding: 5px 0;
	}

	#ondemandList table td:last-child a {
		margin: 0 0 20px 0;
	}

	#ondemandList table td br {
		display: none;
	}

	#ondemandList table td:first-child:before {
		content: '講座名：';
	}

	#ondemandList table td:nth-child(2):before {
		content: '講師：';
	}

	#ondemandList table td:nth-child(3):before {
		content: '料金：';
	}

	#ondemandList table td:nth-child(4):before {
		content: '視聴期限：';
	}


	#ondemandList table td:last-child {
		content: '';
		margin: 0 0 0 0;
		padding: 10px 0 20px;
	}

	#ondemandList table td:last-child a {
		padding: 10px 0;
	}
	#ondemandList table td:nth-child(1) {
	width: 100%;
}


#ondemandList table th:nth-child(2) {
	width: 100%;
}

#ondemandList table th:nth-child(3) {
	width: 100%;
}
#ondemandList table th:nth-child(4) {
	width: 100%;
}
#ondemandList table th:last-child {
	width: 100%;
}
	#ondemandList .box {
		max-width: 100%;
	}	
	
}/*オンデマンド用　SP終了*/


/*2025.01.30 追記*/
#ondemandList h4 {
    margin-bottom: 5px;
}
#ondemandList table {
    margin-bottom: 2em;
}

.ondemandBt a{
    color: #ffffff!important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 5px 0 5px;
    background: #778899;
    border-radius: 5px;
    width: 260px;
    font-size: 1.6rem;
}

