@charset 'utf-8';
	
/* common */
.program.lecturer section {}
	.program.lecturer section.instructor-lists .inner {
		max-width: 990px;
	}
		.program.lecturer section ul {
			list-style: none;
			padding: 0;
			font-size: 2rem;
		}
		.program.lecturer section .main-block.fadein.show {
			background: rgb(234 234 234);
		}
			.program.lecturer section .main-block .header-block.flex h2 {
				color: #302D2C;
			}
		.program.lecturer section.instructor-lists {}
			.program.lecturer section.instructor-lists .inner .section-head {}
				.program.lecturer section.instructor-lists .inner .section-head ul.flex.category-lists {
					gap: 1em;
					align-items: center;
					justify-content: flex-start;
					margin-bottom: 40px;
				}
					.program.lecturer section.instructor-lists .inner .section-head ul.flex.category-lists a {
						background: #ccc;
						color: #FFFFFF;
						padding: 0.2em 2em;
						font-size: 2rem;
						font-weight: normal;
						border-radius: 100px;
					}
					.program.lecturer section.instructor-lists .inner .section-head ul.flex.category-lists li.active a {
						background: #000001;
					}
			.program.lecturer section.instructor-lists .inner .section-body {}
				.program.lecturer section.instructor-lists .section-body ul.flex {
					gap: 40px;
					align-items: flex-start;
					flex-wrap: wrap;
					position: relative;
				}
					.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content {
						//width: calc(33.333% - 27px);
						width: calc(21%);
						overflow: hidden;
						position: relative;
					}
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content img {
							width: 100%;
							margin-bottom: 20px;
						}
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content span.instructor-status {
							font-size: 1.2rem;
							display: block;
							font-weight: normal;
						}
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content p.instructor-name {
							font-size: 3rem;
							font-weight: normal;
							margin: 0.5em 0;
						}
							.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content p.instructor-name span.txt-ss {
								margin-left: 1em;
							}
						
						
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content h2.instructor-name {
							font-size: 3rem;
							font-weight: normal;
							margin: 0.5em 0;
						}
							.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content h2.instructor-name span.txt-ss {
								margin-left: 1em;
							}
							
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content p.sub-title {
							font-size: 2rem;
							font-weight: normal;
						}
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content .instructor-data-content p.leadtsxt {
							font-size: 1.6rem;
							font-weight: normal;
						}
					.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content a.flex {
						display: flex !important;
						gap: 1em;
						justify-content: center;
						align-items: center;
						position: relative;
					}
						.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content a.flex img.link-arrow {
							height: 1.4em;
							width: auto;
							margin: 0;
							transform: rotate(180deg);
						}


.lecturer.detail .section-body article.flex {
	gap: 60px;
	align-items: flex-start;
}
	.lecturer.detail .section-body article.flex figure {
		width: calc(50% - 60px);
		margin: 0;
	}
		.lecturer.detail .section-body article.flex figure img {
			width: 100%;
		}

	.lecturer.detail .section-body article.flex .teacher-data {
		width: 50%;
	}
.lecturer.detail .section-body article.flex .teacher-data {
	font-weight: normal;
}
	.lecturer.detail .section-body article.flex .teacher-data span.instructor-status,
	.lecturer.detail .section-body article.flex .teacher-data p.sub-title {
		font-size: 2rem;
	}
	/*.lecturer.detail .section-body article.flex .teacher-data p.instructor-name {*/
	.lecturer.detail .section-body article.flex .teacher-data h2.instructor-name {
		font-size: 3rem;
		font-weight: bold;
	}
.program.lecturer section#movie-section {}
	.program.lecturer section#movie-section h3.flex {
		padding: 0;
		font-size: 3rem;
		font-weight: normal;
		position: relative;
	}
	.program.lecturer section#movie-section article.slide-03 ul {
		display: flex !important;
		gap: 30px;
		flex-wrap: wrap;
		position: relative;
	}
		.program.lecturer section#movie-section article.slide-03 ul li {
			width: calc(33.333% - 20px);
			position: relative;
			overflow: hidden;
		}
			.program.lecturer section#movie-section article.slide-03 ul li a {}
				.program.lecturer section#movie-section article.slide-03 ul li a img {
					width: 100%;
				}

.movie-rank {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 1em;
	align-items: center;
	justify-content: flex-end;
}
	.movie-rank a {
		font-size: 2rem;
		padding: 0.2em 1.5em;
		color: #FFFFFF;
		background: #cccccc;
		border-radius: 100px;
	}
	.movie-rank a.active {
		background: #000000;
	}

/* ===== 関連情報（管理画面で入力した任意HTML）の表示崩れ防止 ===== */
/* 親コンテナ(.inner max-width:990px)内に収め、内部のfloat/marginを内包して
   下の「この講師の最新動画」セクションへ影響させない */
.teacher-related-info {
	display: flow-root;        /* BFCを作りfloat・マージンを内包（次セクション崩れ防止の要） */
	width: 100%;
	max-width: 100%;
	margin-top: 40px;
	overflow-wrap: break-word; /* 長いURL等の折り返し */
	word-break: break-word;
	box-sizing: border-box;
}

/* 画像・動画・iframe・テーブル等を領域幅に収める。
   CKEditorのインラインstyle(width指定)を上書きするため !important を付与 */
.teacher-related-info img,
.teacher-related-info video,
.teacher-related-info iframe,
.teacher-related-info embed,
.teacher-related-info object,
.teacher-related-info svg,
.teacher-related-info canvas {
	max-width: 100% !important;
	height: auto;
}

/* 幅の広いテーブルは領域内で横スクロール（内容を欠落させない） */
.teacher-related-info table {
	max-width: 100% !important;
	display: block;
	overflow-x: auto;
}

@media screen and (min-width:1025px) {

}
@media screen and (max-width:1024px) {

	.program.lecturer section.instructor-lists .inner .section-head ul.flex.category-lists {
		flex-wrap: wrap;
		display: flex !important;
	}
	.program.lecturer section.instructor-lists .section-body ul.flex li.instructor-content {
		width: 100%;
		margin-bottom: 40px;
	}
	.lecturer.detail .section-body article.flex figure {
		width: 100%;
		margin: 0 0 20px;
	}
	.lecturer.detail .section-body article.flex .teacher-data {
		font-weight: normal;
		width: 100%;
	}
	.program.lecturer section#movie-section h3.flex {
		width: calc(100% - 40px);
	}
	.program.lecturer section#movie-section article.slide-03 ul {
		margin: 20px;
	}
	.program.lecturer section#movie-section article.slide-03 ul li {
		width: 100%;
	}
	.movie-rank {
		position: relative;
		top: 0;
		transform: none;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.program.lecturer section#movie-section .movie-data p.category {
		margin-right: 0.5em;
	}
}
