@charset "UTF-8";
/*
style_movie.css - 動画レッスン
Last-update: 2021-03-18
----------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------*/
#wrap_movie {
	width: 90%;
	margin: 0 auto 40px;
}

.txt_movie_description {
	width: 100%;
	margin: 0 auto 25px;
}

.sample_movie {
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
}

.sample_movie figcaption {
	text-align: left;
}

.sample_movie video {
	width: 100%;
}

.ul_member_menu {
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ul_member_menu li {
	width: 49%;
}

.ul_member_menu li a {
	display: block;
	color: #6EB9EA;
	border: 1px solid #6EB9EA;
	border-radius: 8px;
	text-align: center;
	padding: 10px 0;
}

.ul_member_menu li:nth-child(2) a {
	color: #FFF;
	background: #6EB9EA;
}

/*====================== 動画コンテンツ部分 ===========================*/

.lesson_category_h3 {
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 5px ;
	margin-bottom: 10px;
	border-bottom: 1px solid #6eb9ea;
}

.lesson_category_h3 a {
	font-size: 12px;
	color: #6eb9ea;
}

.lesson_category_h3 a span {
	margin-left: 5px;
}

.lesson_category_description {
	padding: 0 10px;
	margin-bottom: 20px;
}

.lesson_movie_contents {
	margin-bottom: 20px;
}

.movie_ttl {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
/* ログインページ
----------------------------------------------------------------- */
#swpm-login-form {
	-webkit-appearance: none;
}

.swpm-login-widget-form {
	width: 90%;
	margin: 100px auto 0;
	display: flex;
	justify-content: center;
}

#swpm-login-form {
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	max-width: 360px;
}

#swpm-login-form .swpm-text-field {
	border: 1px solid #eee;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
}

.swpm-remember-me .swpm-remember-checkbox input {
	margin-top: -5px;
}

.swpm-login-submit input {
	width:100%;
	background: #6eb9ea;
	color: #fff;
	border: none;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin: 30px 0 20px;
}

.swpm-forgot-pass-link {
	margin-bottom: 5px;
}

#forgot_pass,#register {
	text-decoration: underline;
}

@media screen and (min-width:769px) {
	#swpm-login-form {
		padding: 40px;
		width: 360px;
	}

	.swpm-login-widget-form {
		width: 100%;
		margin: 100px auto;
	}

	.swpm-remember-me {
		padding-top: 10px;
	}

	.swpm-username-input, .swpm-password-input {
		margin-bottom: 20px;
	}
}


/*
style_movie.css - 動画個別ページ
Author: K.Yagi
Last-update: 2020-05-21
----------------------------------------------------------------- */
.singleInstructor {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
}

.singleInstructor video {
	max-width: 100%;
	max-height: 300px;
}

.ttl_movie_h3 {
	font-size: 18px;
	margin: 20px 0;
	color: #404041;
	border-bottom: 1px solid #404041;
	padding-bottom: 2px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

.wrap_post_link {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.wrap_post_link .fa-chevron-left {
	margin-right: 1em;
}

.wrap_post_link .fa-chevron-right {
	margin-left: 1em;
}

/* パスワードのリセット
--------------------------------------------- */
#swpm-pw-reset-form {
	-webkit-appearance: none;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	max-width: 360px;
}

.swpm-pw-reset-widget-form {
	width: 90%;
	margin: 100px auto 0;
	display: flex;
	justify-content: center;
}

#swpm-pw-reset-form .swpm-text-field {
	border: 1px solid #eee;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
}

.swpm-pw-reset-submit {
	width: 100%;
	background: #6eb9ea;
	color: #fff;
	border: none;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	margin: 30px 0 20px;
}

.txt_alert_login p {
	margin-bottom: 50px;
}

.txt_alert_login {
	width: 90%;
	margin: 50px auto;
	padding: 50px 20px 0;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 8px;
}

.wrap_memlogin,
#wpmem_login {
	width: 90%;
	margin: 0 auto;
}


@media print,screen and (min-width: 769px) {
	/* 
	---------------------------------------------------------------------------*/
	#wrap_movie {
		max-width: 1100px;
	}

	.txt_movie_description {
		text-align: center;
		margin: 0 auto 50px;
	}

	.sample_movie {
		max-width: 400px;
		margin: 0 auto 60px;
	}
	
	.sample_movie video {
		max-width: 400px;
	}

	.ul_member_menu {
		max-width: 630px;
		margin: 0 auto 80px;
	}

	.ul_member_menu li {
		width: 100%;
		max-width: 300px;
	}

	/*====================== 動画コンテンツ部分 ===========================*/
	.wrap_lesson_movie {
		margin-bottom: 150px;
	}

	.lesson_category_h3 {
		font-size: 20px;
		padding-bottom: 10px ;
		margin-bottom: 20px;
	}

	.lesson_category_h3 a {
		font-size: 16px;
	}

	.lesson_category_h3 a span {
		margin-left: 10px;
	}

	.lesson_category_description {
		padding: 0 30px;
		margin-bottom: 70px;
	}

	.wrap_lesson_movie_contents {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.lesson_movie_contents {
		margin-bottom: 40px;
		width: calc(100% / 10 * 3);
		margin-right: 20px;
	}

	.lesson_movie_contents:nth-child(3n) {
		margin-right: 0;
	}

	.movie_ttl {
		font-size: 18px;
		margin: 20px 0;
	}
	.singleInstructor {
		width: 100%;
		max-width: 780px;
	}

	.ttl_movie_h3 {
		font-size: 20px;
		margin: 0 0 20px;
		padding-bottom: 2px;
	}

	.wrap_post_link {
		margin-top: 80px;
	}

	#swpm-pw-reset-form {
		padding: 40px;
		width: 360px;
	}

	.swpm-pw-reset-widget-form {
		width: 100%;
		margin: 100px auto;
	}

	.txt_alert_login {
		width: 100%;
		max-width: 960px;
		margin: 100px auto;
		text-align: center;
	}

	.singleInstructor video {
		max-width: 780px;
		max-height: 400px;
	}

	#wpmem_login {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.wrap_memlogin {
		max-width: 780px;
	}
}