@charset "euc-jp";


/* ----------------------------------------------------
	lesson main
---------------------------------------------------- */

/* top */
.lesson_main_top {
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_lesson_main.jpg) no-repeat center bottom;
	background-size: cover;
	height: 650px;
	text-align: center;
}
.lesson_main_title {
	color: #fff;
	font-size: 300%;
	text-shadow: 0 0 5px rgba(0,0,0,1);
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	padding: 30px 0;
	line-height: 1.6;
}
.lesson_main_title h1 {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
}
.lesson_main_title small {
	display: block;
	font-size: 70%;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
}
.lesson_main_after {
	border: 2px solid #fff;
	background: rgba(255,147,30,.9);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 540px;
	margin: 0 auto 15px;
}
.lesson_main_after_title {
	color: #fff;
	font-size: 170%;
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_border05.png) repeat-x left bottom;
	padding: 20px 0 3px 0;
	margin: 0 0 20px 0;
	display: inline-block;
}
.lesson_main_after_txt {
	text-align: left;
	padding: 0 30px 10px 30px;
	font-size: 130%;
}
.lesson_main_after_txt strong {
	color: #fff;
}
.lesson_main_after_btn {
	padding: 20px 0 30px 0;
}
.lesson_main_after_btn a {
	display: block;
	background: #fff;
	color: #ff921d;
	font-size: 120%;
	line-height: 1.5;
	width: 380px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	padding: 14px 0 9px 0;
	box-shadow: 0 3px 0 #dd7505;
}
.lesson_main_after_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
.lesson_main_after_btn strong {
	display: block;
	font-size: 110%;
}
@media screen and (max-width: 960px) {
	.lesson_main_top {
		height:150px;
		margin-bottom:110px;
	}
	.lesson_main_title {
		display:table;
		width:100%;
		margin-bottom:10px;
		padding: 20px 0 40px;
	}
	.lesson_main_title h1{
		display:table-cell;
		font-size: 26px;
		vertical-align:middle;
		text-align:center;

	}
	.lesson_main_title small {
		font-size: 16px;
	}
	.lesson_main_after {
		border:none;
		background: #ff921d;
		width: 90%;
		margin: 0 auto;
		padding: 0 0 5px 0;
		color:#fff;
		box-shadow: 0 3px 0 #b85f00;
	}
	.lesson_main_after_title {
		color: #fff;
		font-size: 14px;
		background: none;
		padding: 5px 0 0 0;
		margin: 0;
	}
	.lesson_main_after_txt {
		display: none;
	}
	.lesson_main_after_btn {
		padding: 0;
	}
	.lesson_main_after_btn a {
		background: none;
		color: #fff;
		font-size: 14px;
		width: auto;
		padding: 0;
		font-weight: normal;
		box-shadow:none;
	}
	.lesson_main_after_btn strong {
		color: #ffffff;
		font-size:19px;
	}
}


/* start */
.lesson_main_start {
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_border02.png) repeat-x left bottom;
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 0 0 40px 0;
}
.lesson_main_start_btn {
	padding: 20px 0 30px 0;
}
.lesson_main_start_btn a {
	display: block;
	background: #ff921d;
	color: #fff;
	font-size: 130%;
	line-height: 1.5;
	width: 380px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	box-shadow: 0 2px 0 #dd7505;
}
.lesson_main_start_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
.lesson_main_start_txt {
	width: 550px;
	margin: 0 auto;
	font-size: 125%;
	text-indent: 1em;
}
.lesson_main_start_txt strong {
	color: #ff921d;
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
	text-indent: 0;
	font-size: 120%;
}
@media screen and (max-width: 960px) {
	.lesson_main_start {
		background-size: 140px auto;
		width: 94%;
		margin: 0 auto 20px auto;
		padding: 0 0 20px 0;
	}
	.lesson_main_start_btn {
		padding: 20px 0;
	}
	.lesson_main_start_btn a {
		font-size: 16px;
		width: auto;
	}
	.lesson_main_start_txt {
		width: auto;
		margin: 0 auto;
		font-size: 17px;
		line-height:1.4;
		text-indent: 1em;
	}
	.lesson_main_start_txt strong {
		font-size: 17px;
	}
}


/* ----------------------------------------------------
	lesson start
---------------------------------------------------- */
.lesson_start {
	width: 960px;
	margin: 0 auto 40px auto;
}
.lesson_start_title {
	text-align: center;
	font-size: 200%;
	margin: 0 0 20px 0;
}
.lesson_start_title em {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	margin: 0 20px;
	position: relative;
	top: -10px;
}
.lesson_start_new {
	border: 1px solid #ff921d;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
}
.lesson_start_new dt {
	color: #ff921d;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -20px;
	font-size: 170%;
	font-weight: bold;
	padding: 0 20px;
}
.lesson_start_new dd {
	text-align: left;
	zoom: 1;
	margin: -10px 0 0 0;
	padding: 0 20px 20px 20px;
}
.lesson_start_new dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_start_new_img {
	width: 340px;
	float: left;
	margin: 0 40px 0 0;
	position: relative;
}
.lesson_start_new_img .icn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.lesson_start_new_img img {
	width: 100%;
	height: auto;
}
.lesson_start_new_data {
	overflow: hidden;
	zoom: 1;
}
.lesson_start_new_title {
	font-size: 180%;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	margin: 0 0 20px 0;
}
.lesson_start_new_title strong {
	font-weight: normal;
	font-size: 80%;
	display: inline-block;
	background: #000;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	color: #fff;
	position: relative;
	top: -2px;
	margin: 0 20px 0 0;
}
.lesson_start_new_rate {
	position: relative;
	padding: 0 0 0 130px;
	width: 30px;
	color: #666;
	margin: 0 0 20px 0;
}
.lesson_start_new_rate .icn {
	position: absolute;
	left: 0;
	top: 0;
}
.lesson_start_new_txt {
	font-size: 140%;
	margin: 0 0 20px 0;
}
.lesson_start_new_btn {
	text-align: right;
}
.lesson_start_new_btn a {
	display: block;
	background: #ff921d;
	color: #fff;
	font-size: 120%;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:5px;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	box-shadow: 0 3px 0 #dd7505;
}
.lesson_start_new_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
@media screen and (max-width: 960px) {
	.lesson_start {
		width: 94%;
		margin: 0 auto 20px auto;
	}
	.lesson_start_title {
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	.lesson_start_title em {
		margin: 0;
		top: 3px;
	}
	.lesson_start_title span {
		vertical-align: top;
	}
	.lesson_start_new dt {
		top: -12px;
		font-size: 16px;
		font-weight: normal;
		padding: 0 10px;
	}
	.lesson_start_new dd {
		margin: 0 0 0 0;
	}
	.lesson_start_new_img {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		position: relative;
	}
	.lesson_start_new_img .icn {
		right: 10px;
		bottom: 10px;
	}
	.lesson_start_new_title {
		font-size: 20px;
		margin: 5px 0 10px 0;
		text-align: center;
	}
	.lesson_start_new_title strong {
		font-size: 13px;
		height: 22px;
		line-height: 23px;
		padding: 0;
		width: 100px;
		text-align: center;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		color: #fff;
		position: relative;
		top: 0;
		margin: 0 auto 5px auto;
		display: block;
	}
	.lesson_start_new_rate {
		padding: 0 0 0 95px;
		font-size: 10px;
		margin: 0 auto 15px auto;
	}
	.lesson_start_new_rate .icn {
		top: -1px;
	}
	.lesson_start_new_txt {
		font-size: 14px;
		margin: 0 0 15px 0;
	}
	.lesson_start_new_btn {
		text-align: center;
	}
	.lesson_start_new_btn a {
		font-size: 16px;
		margin: 0 auto 5px;
		padding: 15px 0;
		text-align: center;
		display: block;
	}
}


/* ----------------------------------------------------
	lesson learned
---------------------------------------------------- */
.lesson_learned {
	background: #fefce2;
	padding: 40px 0;
}
@media screen and (max-width: 960px) {
	.lesson_learned {
		padding: 20px 0;
	}
}

/* tab */
.lesson_learned_tab {
	text-align: center;
	margin: 0 0 40px 0;
}
.lesson_learned_tab li {
	display: inline-block;
	margin: 0 10px;
}
.lesson_learned_tab a {
	display: block;
	background: #fff;
	color: #ff921d;
	border: 1px solid #ff921d;
	font-size: 160%;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 20px;
	text-align: center;
	font-weight: bold;
	width: 250px;
	line-height: 1.6;
}
.lesson_learned_tab a:hover {
	text-decoration: none;
	opacity: .8;
}
.lesson_learned_tab a.is_current {
	background: #ff921d;
	color: #fff;
}
.lesson_learned_tab span {
	display: block;
	color: #000;
	font-size: 70%;
}
@media screen and (max-width: 960px) {
	.lesson_learned_tab {
		margin: 0 auto 20px auto;
		width: 94%;
	}
	.lesson_learned_tab li {
		display: inline-block;
		margin: 0;
		width: 48%;
	}
	.lesson_learned_tab li:nth-child(2) {
		margin: 0 0 0 2.5%;
	}
	.lesson_learned_tab a {
		font-size: 15px;
		padding: 6px 0;
		width: auto;
	}
	.lesson_learned_tab span {
		font-size: 12px;
	}
}

/* con */
.lesson_learned_con {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
	.lesson_learned_con {
		width: 94%;
	}
}

/* cook */
.lesson_learned_cook {
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
}
.lesson_learned_cook_title {
	font-size: 180%;
	border: 1px solid #ff921d;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #ff921d;
	width: 150px;
	text-align: center;
	font-weight:bold;
	float: left;
	padding: 4px 0;
	margin: 0 20px 20px 0;
}
.lesson_learned_cook_txt {
	font-size: 130%;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
.lesson_learned_item {
	display: block;
	position: relative;
}
.lesson_learned_item:hover {
	text-decoration: none;
}
.lesson_learned_item img {
	width: 100%;
	height: auto;
}
.lesson_learned_item_title {
	width: 100%;
	text-align: center;
	font-size: 120%;
	padding: 10px 0 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.lesson_learned_item_rate {
	position: relative;
	padding: 0 0 0 130px;
	width: 30px;
	color: #666;
	margin: 0 auto;
	text-decoration: none;
}
.lesson_learned_item_rate .icn {
	position: absolute;
	left: 0;
	top: 0;
}
.lesson_learned_item .icn_lesson_new {
	position: absolute;
	left: 10px;
	top: 10px;
}
.lesson_learned_item .icn_lesson_check_s {
	position: absolute;
	right: 10px;
	top: 122px;
}
@media screen and (max-width: 960px) {
	.lesson_learned_cook {
		padding: 15px 20px 5px 20px;
	}
	.lesson_learned_cook_title {
		font-size: 20px;
		border: none;
		width: auto;
		text-align: center;
		float: none;
		padding: 0;
		margin: 0 0 10px 0;
	}
	.lesson_learned_cook_txt {
		font-size: 16px;
		margin: 0 0 15px 0;
	}
	.lesson_learned_item {
		display: block;
		position: relative;
	}
	.lesson_learned_item:hover {
		text-decoration: none;
	}
	.lesson_learned_item img {
		width: 100%;
		height: auto;
	}
	.lesson_learned_item_title {
		font-size: 14px;
		padding: 10px 0 5px 0;
	}
	.lesson_learned_item_rate {
		padding: 0 0 0 95px;
		font-size: 10px;
		margin: 0 auto 15px auto;
	}
	.lesson_learned_item_rate .icn {
		top: -1px;
	}
	.lesson_learned_item .icn_lesson_new {
		position: absolute;
		left: 10px;
		top: 10px;
	}
	.lesson_learned_item .icn_lesson_check_s {
		right: 10px;
		top: inherit;
		bottom: 75px;
	}
	.lesson_learned_cook .bx-prev {
		width: 54px;
		padding: 63px 0 0 0;
		background-position: -408px -201px;
		left: -10%;
		margin: -5% 0 0 0;
		background-size: 600px auto;
	}
	.lesson_learned_cook .bx-next {
		width: 54px;
		padding: 63px 0 0 0;
		background-position: -467px -201px;
		right: -10%;
		margin: -5% 0 0 0;
		background-size: 600px auto;
	}
}

/* recipe */
.lesson_learned_recipe {
	display: block;
	zoom: 1;
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
	position: relative;
}
.lesson_learned_recipe:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_learned_recipe:hover {
	text-decoration: none;
}
.lesson_learned_recipe_img {
	width: 450px;
	float: left;
	position: relative;
	margin: 0 30px 0 0;
}
.lesson_learned_recipe_img .icn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.lesson_learned_recipe_img img {
	width: 100%;
	height: auto;
}
.lesson_learned_recipe_data {
	overflow: hidden;
	zoom: 1;
}
.lesson_learned_recipe_title {
	font-size: 200%;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	margin: 0 0 5px 0;
}
.lesson_learned_recipe_rate {
	position: relative;
	padding: 0 0 0 130px;
	width: 30px;
	color: #666;
	text-decoration: none;
	margin: 0 0 10px 0;
}
.lesson_learned_recipe_rate .icn {
	position: absolute;
	left: 0;
	top: 0;
}
.lesson_learned_recipe_txt {
	font-size: 120%;
	margin: 0 0 15px 0;
	line-height: 1.5;
}
.lesson_learned_recipe_name {
	color: #ff921d;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.lesson_learned_recipe_name .icn {
	margin: 0 7px 0 0;
	top: 4px;
}
.lesson_learned_recipe_list li {
	width: 22%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 0 0;
	line-height: 1.3;
	font-size: 110%;
}
.lesson_learned_recipe_list li img {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px 0;
}
.lesson_learned_recipe .icn_lesson_month_blue,
.lesson_learned_recipe .icn_lesson_month_orange {
	position: absolute;
	left: 40px;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 220%;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	line-height: 65px;
	display: block;
}
@media screen and (max-width: 960px) {
	.lesson_learned_recipe {
		padding: 10px 10px 15px 10px;
	}
	.lesson_learned_recipe_img {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 0 10px 0;
	}
	.lesson_learned_recipe_img .icn {
		right: 10px;
		bottom: 10px;
	}
	.lesson_learned_recipe_title {
		font-size: 18px;
		margin: 0 0 5px 0;
		text-align: center;
	}
	.lesson_learned_recipe_rate {
		padding: 0 0 0 95px;
		font-size: 10px;
		margin: 0 auto 15px auto;
	}
	.lesson_learned_recipe_rate .icn {
		top: -1px;
	}
	.lesson_learned_recipe_txt {
		font-size: 14px;
		padding: 0 10px;
	}
	.lesson_learned_recipe_name {
		font-size: 14px;
		text-align: center;
	}
	.lesson_learned_recipe_name .icn {
		margin: 0 7px 0 0;
		top: 1px;
	}
	.lesson_learned_recipe_list {
		text-align: center;
	}
	.lesson_learned_recipe_list li {
		width: 21.5%;
		margin: 0 1%;
		font-size: 12px;
		text-align: left;
	}
	.lesson_learned_recipe_list li br {
		display: none;
	}
	.lesson_learned_recipe .icn_lesson_month_blue,
	.lesson_learned_recipe .icn_lesson_month_orange {
		position: absolute;
		left: 40px;
		top: 0;
		text-align: center;
		color: #fff;
		font-size: 220%;
		font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
		line-height: 65px;
		display: block;
	}
	.lesson_learned_recipe .icn_lesson_month_blue,
	.lesson_learned_recipe .icn_lesson_month_orange {
		left: 20px;
		font-size: 20px;
		line-height: 45px;
	}
}


/* ----------------------------------------------------
	¾ÜºÙ
---------------------------------------------------- */


/* header */
.lesson_header {
	margin: 0 0 30px 0;
}
.lesson_header_img {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.lesson_header_img_main {
	position: relative;
	width: 540px;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin: 20px auto 0 auto;
	z-index: 1;
}
.lesson_header_img_main .icn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.lesson_header_img img {
	width: 100%;
	height: auto;
}
.lesson_header_img_l {
	position: absolute;
	left: 50%;
	width: 470px;
	top: 40px;
	margin: 0 0 0 -600px;
	opacity: .5;
}
.lesson_header_img_r {
	position: absolute;
	left: 50%;
	width: 470px;
	top: 40px;
	margin: 0 0 0 130px;
	opacity: .5;
}
.lesson_header_btn_prev {
	position: absolute;
	left: 50%;
	top: 155px;
	margin: 0 0 0 -400px;
	z-index: 1;
}
.lesson_header_btn_next {
	position: absolute;
	left: 50%;
	top: 155px;
	margin: 0 0 0 380px;
	z-index: 1;
}
.lesson_header_title {
	font-size: 300%;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 5px 0;
}
.lesson_header_title strong {
	font-size: 50%;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	background: #000;
	height: 24px;
	line-height: 25px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 0 15px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
}
.lesson_header_rate {
	margin: 0 auto;
	position: relative;
	width: 30px;
	color: #666;
	padding: 0 0 0 100px;
}
.lesson_header_rate .icn {
	position: absolute;
	left: 0;
	top: 1px;
}
.lesson_header_intro{
	text-align:center;
	padding:10px 20px;
	font-size:125%;
}
@media screen and (max-width: 960px) {
	.lesson_header {
		margin: 0 0 20px 0;
	}
	.lesson_header_img {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 35px 0 0 0;
		margin: 0 0 10px 0;
	}
	.lesson_header_img_main {
		width: 100%;
		box-shadow: none;
		margin: 0 auto;
	}
	.lesson_header_img_main .icn {
		right: 10px;
		bottom: 10px;
	}
	.lesson_header_img_l {
		display: none;
	}
	.lesson_header_img_r {
		display: none;
	}
	.lesson_header_btn_prev {
		left: 8px;
		top: 7px;
		margin: 0;
	}
	.lesson_header_btn_next {
		left: inherit;
		right: 8px;
		top: 7px;
		margin: 0;
	}
	.lesson_header_title {
		font-size: 30px;
		margin: 0 0 5px 0;
	}
	.lesson_header_title strong {
		font-size: 12px;
		height: 20px;
		line-height: 21px;
	}
	.lesson_header_rate {
		font-size: 12px;
	}
	.lesson_header_rate .icn {
		top: 0;
	}
	.lesson_header_intro{
		text-align:left;
	}
}


/* ³«ÊÄui */
@media screen and (max-width: 960px) {
	.lesson_toggle {
		display: block;
	}
}


/* tools */
.lesson_tools {
	width: 640px;
	float: left;
	zoom: 1;
	padding: 0 40px 20px 0;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #e6e6e6;
}
.lesson_tools:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_tools_l {
	width: 180px;
	float: left;
}
.lesson_tools_title {
	font-size: 160%;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	border-bottom: 1px dashed #808080;
	line-height: 1.5;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.lesson_tools_title small {
	font-size: 80%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	display: block;
}
.lesson_tools_l dl {
	zoom: 1;
}
.lesson_tools_l dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_tools_l dt {
	color: #ff921d;
	width: 65px;
	float: left;
	text-align: center;
	margin: 0 15px 0 0;
	line-height: 1.3;
}
.lesson_tools_l dt .icn {
	display: block;
	margin: 5px auto 0 auto;
}
.lesson_tools_l dd {
	float: left;
	width: 50px;
	line-height: 1.3;
}
.lesson_tools_l dd span {
	display: block;
}
.lesson_tools_l dd strong {
	font-size: 220%;
}
.lesson_tools_r {
	float: right;
	zoom: 1;
	width:460px;
}
.lesson_tools_r:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_tools_r li {
	float: left;
	width: 100px;
	margin: 0 0 15px 10px;
	text-align:center;
	box-sizing:border-box;
}
.lesson_tools_r li span {
	display: block;
	padding: 5px 0 0 0;
	font-size: 110%;
	text-align:center;
}
.lesson_tools_r li img{
	width:80px;
}
@media screen and (max-width: 960px) {
	.lesson_tools {
		width: 94%;
		float: none;
		padding: 0 0 20px 0;
		margin: 0 auto;
		border-bottom: none;
	}
	.lesson_tools_l {
		width: auto;
		float: none;
		position: relative;
	}
	.lesson_tools_title {
		font-size: 15px;
		padding: 40px 0 0 0;
		margin: 0 0 10px 0;
		border: none;
		text-align: left;
	}
	.lesson_tools_title small {
		display: none;
	}
	.lesson_tools_title .icn {
		margin: 0 8px 0 0;
		top: 7px;
	}
	.lesson_tools_l dl {
		position: absolute;
		right: 0px;
		top: 10px;
		padding:5px 0;
		border:1px solid #cccccc;
	}
	.lesson_tools_l dt {
		color: #ff921d;
		width: 65px;
		float: left;
		text-align: center;
		margin: 0 8px 0 0;
		line-height: 1.3;
	}
	.lesson_tools_l dt .icn {
		display: block;
		margin: 5px auto 0 auto;
	}
	.lesson_tools_l dd {
		width: 45px;
	}
	.lesson_tools_l dd span {
		display: block;
	}
	.lesson_tools_l dd strong {
		font-size: 24px;
	}
	.lesson_tools_r {
		float:none;
		width: auto;
		margin:0 -3%;
	}
	.lesson_tools_r ul{
		text-align:center;
	}
	.lesson_tools_r li {
		width:25%;
		margin: 0;
		padding-bottom:10px;
	}
	.lesson_tools_r li span {
		padding: 0;
		font-size: 14px;
	}
	.lesson_tools_r li img {
		width:60px;
	}
}
@media screen and (max-width: 380px){
	.lesson_tools_r li{
		width:33.3%;
	}
}

/* aside */
.lesson_aside {
	width: 280px;
	float: right;
}
.lesson_aside_btn {
	margin: 0 0 10px 0;
}
.lesson_aside_btn a {
	color: #fff;
	display: block;
	background: #ff921d;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 125%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	box-shadow: 0 3px 0 #b85f00;
}
.lesson_aside_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
.lesson_aside_btn .icn {
	position: absolute;
	left: 15px;
	top: 7px;
}
.lesson_aside_btns {
	margin: 0 0 25px 0;
	zoom: 1;
}
.lesson_aside_btns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_aside_btns li {
	/*
	float: left;
	*/
}
.lesson_aside_btns li:first-child {
	/* 
	margin: 0 10px 0 0;
	*/
}
.lesson_aside_btns a {
	border: 1px solid #ff921d;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	/*
	width: 133px;
	*/
	text-align: center;
	box-shadow: 0 2px 0 #ff921d;
	height:45px;
	line-height:45px;
}
.lesson_aside_btns2 a br {
	display:none;
}
.lesson_aside_btns .icn,
.lesson_aside_btns .ico {
	margin: 0 5px 0 0;
	top: 4px;
}
.lesson_aside_btns2 {
	display: none;
}
@media screen and (max-width: 960px) {
	.lesson_aside {
		width: 94%;
		float: none;
		margin: 30px auto 0;
		position: relative;
	}
	.lesson_aside_btn {
		margin: 0 0 15px 0;
		text-indent: 40px;
	}
	.lesson_aside_btn a {
		padding: 16px 0;
	}
	.lesson_aside_btn .icn {
		top: 13px;
		left: 50%;
		margin: 0 0 0 -80px;
	}
	.lesson_aside_btns{
		margin-bottom:15px;
	}
	.lesson_aside_btns li{
		float:none;
		font-size:15px;
	}
	.lesson_aside_btns li:first-child{
		margin:0;
	}
	.lesson_aside_btns li a {
		width: auto;
	}
	.lesson_aside_btns li:last-child {
		/*
		display: none;
		*/
	}
	.lesson_aside_btns2 {
		margin: 0 0 25px 0;
		zoom: 1;
		display: block;
	}
	.lesson_aside_btns2:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
	}
	.lesson_aside_btns2 li {
		float: left;
		width: 48%;
	}
	.lesson_aside_btns2 li:first-child {
		margin: 0 4% 0 0;
	}
	.lesson_aside_btns2 a {
		background: #fefce2;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		display: block;
		text-align: center;
		font-size: 11px;
		height:50px;
		line-height:50px;
	}
	.lesson_aside_btns2_teacher a {
		border: 1px solid #579bc8;
		color: #579bc8;
		font-size:15px;
		box-shadow: 0 2px 0 #579bc8;

	}
	.lesson_aside_btns2_talk a {
		border: 1px solid #ff921d;
		color: #ff921d;
		font-size:15px;
		box-shadow: 0 2px 0 #ff921d;

	}
	.lesson_aside_btns2_teacher > span {
		color: #579bc8;
		font-size: 13px;
		display: block;
		text-align: center;
		padding: 5px 0 0 0;
		white-space: nowrap;
	}
	.lesson_aside_btns2 .icn {
		margin: 0 5px 0 0;
		top: 3px;
	}
}
@media screen and (max-width: 380px){
	.lesson_aside_btns2 .icn {
		margin: 0 5px 0 -10px;
		vertical-align:bottom;
	}
	.lesson_aside_btns2 a {
		text-align: center;
		line-height:1.4;
		padding:7px 0 0;
	}
	.lesson_aside_btns2 a br{
		display:block;
	}
	.icn_lesson_ask{
		top:0;
	}
}

/* teacher */
.lesson_teacher {
	background: #f3f2ed;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 25px 0;
	padding: 5px 15px 15px 15px;
}
.lesson_teacher_title {
	border-bottom: 1px dashed #808080;
	font-weight: bold;
	font-size: 120%;
	padding: 0 10px 5px 0;
	margin: 0 0 15px 0;
}
.lesson_teacher_title .icn {
	margin: 0 10px 0 0;
	top: 4px;
}
.lesson_teacher_data {
	zoom: 1;
}
.lesson_teacher_data:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_teacher_data img {
	float: right;
	margin: 0 0 0 10px;
}
.lesson_teacher_data_profile {
	zoom: 1;
	line-height: 1.5;
}
.lesson_teacher_data_profile p {
	padding: 0 0 10px 0;
}
.lesson_teacher_btn a {
	color: #fff;
	display: block;
	background: #579bc8;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 125%;
	padding: 10px 0;
	text-align: center;
	position: relative;
	text-indent: 20px;
	box-shadow: 0 3px 0 #2b73a3;
}
.lesson_teacher_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
.lesson_teacher_btn a .icn {
	position: absolute;
	left: 10px;
	top: 10px;
}
@media screen and (max-width: 960px) {
	.lesson_teacher {
		display: none;
	}
}


/* talk */
.lesson_talk {
	background: #fefce2;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 15px 15px 15px;
	position: relative;
}
.lesson_talk_title {
	border-bottom: 1px dashed #808080;
	font-weight: bold;
	font-size: 120%;
	padding: 0 10px 5px 0;
	margin: 0 0 15px 0;
}
.lesson_talk_title .icn {
	margin: 0 10px 0 0;
	top: 6px;
}
.lesson_talk_link {
	position: absolute;
	right: 15px;
	top: 16px;
}
.lesson_talk_timeline {
	max-height: 250px;
	overflow: auto;
	margin: 0 0 15px 0;

}
.lesson_talk_timeline_item {
	zoom: 1;
	margin: 0 0 10px 0;
}
.lesson_talk_timeline_item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_talk_timeline_com1 {
	border: 1px solid #ff931e;
	background: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 155px;
	float: left;
	position: relative;
	padding: 10px;
	line-height: 1.5;
	margin: 0 15px 0 0;
}
.lesson_talk_timeline_com1 .icn {
	position: absolute;
	right: -9px;
	top: 11px;
}
.lesson_talk_timeline_com2 {
	border: 1px solid #ff931e;
	background: #ff931e;
	color: #fff;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 155px;
	float: left;
	position: relative;
	padding: 10px;
	line-height: 1.5;
}
.lesson_talk_timeline_item img {
	float: left;
}
.lesson_talk_form {
	zoom: 1;
	border: 1px solid #ff931e;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}
.lesson_talk_form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_talk_form input {
	float: left;
	height: 45px;
	border: none;
	width: 155px;
	font-size: 110%;
	padding: 0 10px;
}
.lesson_talk_form button {
	float: right;
	width: 70px;
	background: #ff931e;
	color: #fff;
	text-align: center;
	border: none;
	height: 45px;
	font-size: 110%;
	cursor: pointer;
}
.lesson_talk_form button:hover {
	opacity: .8;
}
@media screen and (max-width: 960px) {
	.lesson_talk {
		display: none;
	}
}

/* cooktime */
.lesson_cooktime {
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #e6e6e6;
}
.lesson_cooktime p {
	width: 640px;
	font-size: 130%;
	margin: 0 0 30px 0;
}
.lesson_cooktime_title {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	font-size: 220%;
	font-weight: bold;
	margin: 0 0 20px 0;
	width:100%;

}
.lesson_cooktime_title .icn {
	display: none;
}
.lesson_cooktime_title span {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-size: 40%;
	margin: 0 15px 0 0;
	color: #ff921d;
	font-weight: bold;
	top: -6px;
	position: relative;
}
@media screen and (max-width: 960px) {
	.lesson_cooktime {
		border-top: 2px solid #e6e6e6;
		width: 94%;
		clear: both;
		margin: 0 auto 20px auto;
		padding: 20px 0 0 0;
	}
	.lesson_cooktime p {
		width: auto;
		font-size: 16.5px;
		margin: 0 0 15px 0;
	}
	.lesson_cooktime p img {
		width: 100%;
		height: auto;
	}
	.lesson_cooktime_title {
		font-size: 18px;
		position: relative;
	}
	.lesson_cooktime_title span {
		font-size: 14px;
		margin: 0;
		top: 0;
		display: block;
	}
	.lesson_cooktime_title .icn {
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
	}
}

.lesson_process{
	width:640px;}

.lesson_process *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;}

.lesson_process table{
	width:100%;
	margin-bottom:30px;}

.lesson_process th{
	width:33.333%;
	padding-right:18px;}

.lesson_process th:last-child{
	padding-right:0;}

.lesson_process p{
	width:auto;
	margin:0;
	padding:0;
	font-size:100%;}

.lesson_process th p{
	position:relative;
	color:#ffffff;
	text-align:center;
	padding:2px;}

.lesson_process .total{
	text-align:center;
	position:relative;
	border-top:1px dashed #808080;
	height:20px;
	padding:0;
	margin:0;}

.lesson_process .total:before{
	display: block; 
	width: 15px; 
	height: 15px; 
	border-top: 1px solid #808080; 
	border-right: 1px solid #808080; 
	-moz-transform: rotate(230deg);
	-webkit-transform: rotate(230deg);
	content: "";
	position:absolute;
	top:-8px;}

.lesson_process .total:after{
	display: block; 
	width: 15px; 
	height: 15px; 
	border-top: 1px solid #808080; 
	border-right: 1px solid #808080; 
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	position:absolute;
	top:-8px;
	right:0;}

.lesson_process .total span{
	background-color:#ffffff;
	padding:0 5px;
	margin-left:-53px;
	position:absolute;
	top:-10px;
	display:inline-block;}

.lesson_process .process1,
.lesson_process .process2{
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;}

.lesson_process .process3{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}
.lesson_process .process1::after,
.lesson_process .process2::after{
	position:absolute;
	content:'';
	width:0;
	height:0;
	border-style:solid;
	border-width:17.5px 0 17.5px 20px;
	top:-5px;
	right:-15px;
}
.lesson_process .process1{
	background-color:#ff9317;
}
.lesson_process .process1::after{
	border-color:transparent transparent transparent #ff9317;
}
.lesson_process .process2{
	background-color:#a3c437;
}
.lesson_process .process2::after{
	border-color:transparent transparent transparent #a3c437;
}
.lesson_process .process3{
	background-color:#e36267;
}
.lesson_process .complete{
	background-color:#e36267;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;}

.lesson_process ul{
	margin:5px 5px 0 5px;
	display:table;}

.lesson_process ul li{
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	line-height:1.2em;}

.lesson_process ul li:first-child{
	padding-right:3px;
	width:80px;}

.lesson_process ul li img{
	width:80px;
	border:3px solid #ffffff;}

.lesson_process td{
	vertical-align:top;}

.lesson_process a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}

.lesson_process .num{
	width:24px;
	text-align:center;
	font-weight:bold;
	font-size:125%;}

.lesson_process .point{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#ffffff;
	background-color:#e36267;
	padding:0 2px;
	display:inline-block;
	margin-bottom:2px;}

.lesson_process .process_point_img img{
	border:3px solid #e36267;}

@media screen and (max-width: 960px) {
	.lesson_process{
		width:100%;
		padding:0 5px;
	}
	.lesson_process ul li{
		font-size:15px;
	}
	.lesson_process th{
		position:relative;
		width:25px;
		line-height:1.1em;
		vertical-align:middle;
		text-align:center;}

	.lesson_process th:before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		min-height: 120px;
	}
	.lesson_process th p{
		position:absolute;
		padding-top:10px;
		top:0;
		width:23px;
		min-height:120px;}

	.lesson_process .process1,
	.lesson_process .process2{
		height:95%;
		-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0px;}

	.lesson_process .process3{
		height:100%;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;}

	.lesson_process .process1::after,
	.lesson_process .process2::after{
		position:absolute;
		content:' ';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 15px;
		top:auto;
		left:-4px;
		bottom:-12px;}
	
	.lesson_process td{
		padding:10px 0;
		vertical-align:middle;
	}
	.lesson_process .process1::after{
		border-color:#ff9317 transparent transparent transparent;
	}
	.lesson_process .process2::after{
		border-color:#a3c437 transparent transparent transparent;
	}
	.lesson_process .complete{
		position:relative;
		width:18px;
		padding-top:10px;
		height:100%;}
}


/* point */
.lesson_point {
	padding: 0 0 10px 0;
	margin: 0 0 30px 0;
	border-bottom: 2px solid #e6e6e6;
}
.lesson_point_title {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	font-size: 220%;
	font-weight:bold;
	margin: 0 0 30px 0;
}
.lesson_point_title .icn {
	display: none;
}
.lesson_point_title span {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-size: 40%;
	margin: 0 15px 0 0;
	color: #ff921d;
	font-weight: bold;
	top: -6px;
	position: relative;
}
.lesson_point dl {
	width: 640px;
}
.lesson_point dt {
	color: #ff921d;
	font-weight: bold;
	font-size: 140%;
	padding: 0 0 0 80px;
	position: relative;
}
.lesson_point dt .icn {
	position: absolute;
	left: 0;
	top: -6px;
}
.lesson_point dd {
	font-size: 130%;
	margin: 0 0 30px 0;
	padding: 0 0 0 80px;
	position: relative;
	/*
	filter: blur(3px);
	-webkit-filter: blur(3px);
	*/
}
.lesson_point_memo {
	position: absolute;
	border: 1px solid #ff921d;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	right: -310px;
	width: 240px;
	top: -20px;
	padding: 10px 15px;
	font-size:95%;
	line-height:1.4;
}
.lesson_point_memo strong {
	color: #ff921d;
	display: block;
}
.lesson_point_memo .icn {
	position: absolute;
	left: -22px;
	top: 20px;
}
@media screen and (max-width: 960px) {
	.lesson_point {
		width: 94%;
		padding: 0 0 10px 0;
		margin: 0 auto 20px auto;
	}
	.lesson_point_title {
		font-size: 18px;
		position: relative;
		margin: 0 0 10px 0;
	}
	.lesson_point_title span {
		font-size: 14px;
		margin: 0;
		top: 0;
		display: block;
	}
	.lesson_point_title .icn {
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
	}
	.lesson_point dl {
		width: auto;
	}
	.lesson_point dt {
		font-size: 18px;
		padding: 0 0 0 60px;
		margin: 30px 0 10px 0;
	}
	.lesson_point dt .icn {
		position: absolute;
		left: 0;
		top: -4px;
	}
	.lesson_point dd {
		font-size: 16.5px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	.lesson_point_memo {
		position: relative;
		right: inherit;
		width: auto;
		top: inherit;
		padding: 10px 15px;
		margin: 15px 0 0 0;
	}
	.lesson_point_memo strong {
		color: #ff921d;
		display: block;
	}
	.lesson_point_memo .icn {
		position: absolute;
		left: -22px;
		top: 20px;
	}
}


/* middle */
.lesson_middle {
	zoom: 1;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #e6e6e6;
}
.lesson_middle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_middle_title {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	font-size: 220%;
	margin: 0 0 30px 0;
}
.lesson_middle_title .icn {
	display: none;
}
.lesson_middle_title span {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-size: 40%;
	margin: 0 15px 0 0;
	color: #ff921d;
	font-weight: bold;
	top: -6px;
	position: relative;
}
@media screen and (max-width: 960px) {
	.lesson_middle {
		margin: 0 auto 25px auto;
		width: 94%;
		padding: 0;
	}
	.lesson_middle_title {
		font-size: 16px;
		margin: 0 0 15px 0;
		position: relative;
	}
	.lesson_middle_title span {
		font-size: 12px;
		margin: 0;
		top: 0;
		display: block;
	}
	.lesson_middle_title .icn {
		position: absolute;
		right: 10px;
		top: 10px;
		display: block;
	}
}

/* foodstuff */
.lesson_foodstuff {
	float: left;
	width: 280px;
}
.lesson_foodstuff_title {
	font-weight: bold;
	font-size: 140%;
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_border02.png) repeat-x left bottom;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}
.lesson_foodstuff_list dt {
	font-weight: bold;
	font-size: 160%;
	margin: 0 0 5px 0;
}
.lesson_foodstuff_list ul {
	border-top: 1px solid #ccc;
	margin: 0 0 20px 0;
}
.lesson_foodstuff_list li {
	border-bottom: 1px solid #ccc;
	zoom: 1;
}
.lesson_foodstuff_list li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_foodstuff_list label {
	padding: 4px 0;
	display: block;
	float: left;
	font-size: 120%;
}
.lesson_foodstuff_list input {
	margin: 0 8px 0 0;
	position: relative;
	top: -1px;
}
.lesson_foodstuff_list span {
	padding: 4px 0;
	display: block;
	float: right;
	font-size: 120%;
}
.lesson_foodstuff_list_help {
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
	top: 4px;
}
.lesson_foodstuff_list span .icn {
	padding: 0;
}
.lesson_foodstuff_btns {
	padding: 1px 0 0 0;
}
.lesson_foodstuff_btns li {
	margin: 5px 0 15px 0;
}
.lesson_foodstuff_btns a {
	border: 1px solid #ff921d;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	padding: 0 15px 8px 15px;
	text-align: center;
	font-size: 110%;
}
.lesson_foodstuff_btns .icn {
	margin: 0 10px 0 0;
	top: 7px;
}
@media screen and (max-width: 960px) {
	.lesson_foodstuff {
		float: none;
		width: 100%;
		position: relative;
		margin: 0 0 20px 0;
		padding: 0 0 25px 0;
		border-bottom: 1px solid #ccc;
	}
	.lesson_foodstuff_title {
		font-weight: normal;
		font-size: 13px;
		background: none;
		padding: 0;
		margin: 0 0 10px 0;;
	}
	.lesson_foodstuff_list {
		background: #fefce0;
		padding: 15px 15px 5px 15px;
	}
	.lesson_foodstuff_list dt {
		font-size: 14px;
		margin: 0;
	}
	.lesson_foodstuff_list ul {
		border-top: none;
		margin: 0 0 10px 0;
		zoom: 1;
	}
	.lesson_foodstuff_list ul:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0.1em;
		line-height: 0;
	}
	.lesson_foodstuff_list li {
		border-bottom: none;
		float: left;
		margin: 0 15px 0 0;
	}
	.lesson_foodstuff_list label {
		padding: 8px 0;
		font-size: 13px;
	}
	.lesson_foodstuff_list input {
		margin: 0 8px 0 0;
		position: relative;
		top: 0;
	}
	.lesson_foodstuff_list span {
		padding: 8px 0;
		font-size: 13px;
	}
	.lesson_foodstuff_list_help {
		display: none;
	}
	.lesson_foodstuff_btns {
		padding: 1px 0 0 0;
		zoom: 1;
	}
	.lesson_foodstuff_btns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	}
	.lesson_foodstuff_btns li {
		margin: 10px 0 0 0;
		float: left;
		width: 50%;
	}
	.lesson_foodstuff_btns li:first-child a {
		margin: 0 5px 0 0;
	}
	.lesson_foodstuff_btns li:last-child a {
		margin: 0 0 0 5px;
	}
	.lesson_foodstuff_btns a {
		padding: 10px 0 10px 0;
	}
	.lesson_foodstuff_btns .icn {
		margin: 0 0 0 15px;
		top: 7px;
		float: left;
	}
	.lesson_foodstuff_btns li:first-child .icn {
		top: 2px;
	}
}

/* flow */
.lesson_flow {
	float: right;
	width: 620px;
}
.lesson_flow_title1 {
	font-weight: bold;
	font-size: 140%;
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_border02.png) repeat-x left bottom;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}
.lesson_flow_point {
	font-size: 170%;
	margin: 0 0 10px 0;
}
.lesson_flow_point .icn {
	float: left;
	margin: 0 15px 0 0;
}
.lesson_flow_point em {
	display: block;
	overflow: hidden;
	zoom: 1;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
}
.lesson_flow_title2 {
	font-weight: bold;
	font-size: 120%;
	background: #ff921d;
	color: #fff;
	display: block;
	text-align: center;
	width: 100px;
	height: 22px;
	line-height: 24px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	margin: 0 0 15px 0;
}
.lesson_flow_col {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.lesson_flow_col:last-child {
	border-bottom: none;
}
.lesson_flow_col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_flow_num {
	width: 45px;
	float: left;
}
.lesson_flow_img {
	width: 130px;
	float: left;
	position: relative;
}
.lesson_flow_img .icn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}
.lesson_flow_img img {
	width: 100%;
	height: auto;
}
.lesson_flow_txt {
	width: 350px;
	float: right;
	margin: 0 15px 0 0;
}
.lesson_flow_txt p {
	font-size: 130%;
	line-height: 1.6;
}
.lesson_flow_check {
	width: 350px;
	float: right;
	margin: 0 15px 0 0;
}
.lesson_flow_check p {
	font-size: 120%;
	line-height: 1.6;
}
.lesson_flow_check .icn {
	margin: 0 0 -5px 0;
}
.lesson_flow_check strong {
	color: #ff921d;
}
.lesson_flow_fire {
	position: relative;
	font-size: 110%;
	color: #e46465;
}
.lesson_flow_fire .icn {
	position: absolute;
	left: 40px;
	top: 0;
}
.lesson_flow_memo {
	width: 64px;
	float: right;
	font-size: 90%;
}
.lesson_flow_memo a {
	display: block;
	text-align: center;
	margin: -5px 0 7px 0;
}
.lesson_flow_memo strong {
	color: #fff;
	padding: 0 5px;
	height: 14px;
	line-height: 16px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	display: inline-block;
}
.lesson_flow_memo .icn {
	top: 6px;
	margin: 0 0 0 3px;
}
.lesson_flow_memo_my strong {
	background: #ff921d;
}
.lesson_flow_memo_other strong {
	background: #998674;
}
.lesson_flow_memo em {
	display: block;
}
.lesson_flow_memo_my a {
	color: #ff921d;
}
.lesson_flow_memo_other a {
	color: #998674;
}
@media screen and (max-width: 960px) {
	.lesson_flow {
		float: none;
		width: 100%;
	}
	.lesson_flow_title1 {
		font-weight: normal;
		font-size: 16px;
		background: none;
		padding: 0;
		margin: 0 0 15px 0;
		font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	}
	.lesson_flow_point {
		font-size: 15px;
		margin: 0 0 20px 0;
	}
	.lesson_flow_point br {
		display: none;
	}
	.lesson_flow_point .icn {
		float: left;
		margin: 0 15px 0 0;
	}
	.lesson_flow_title2 {
		font-weight: normal;
		font-size: 16px;
		background: none;
		color: #ff921d;
		width: 100%;
		height: auto;
		line-height: inherit;
		margin: 0 0 10px 0;
	}
	.lesson_flow_col {
		zoom: 1;
		border: 1px solid #ff921d;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		padding: 17px 10px 10px 10px;
		margin: 0 0 15px 0;
		position: relative;
	}
	.lesson_flow_col:last-child {
		border-bottom: 1px solid #ff921d;
	}
	.lesson_flow_num {
		width: 40px;
		float: none;
		position: absolute;
		left: 15px;
		top: 12px;
	}
	.lesson_flow_img {
		width: 100%;
		height: auto;
		float: none;
		float: none;
		margin: 0;
		display: table-header-group;
	}
	.lesson_flow_img .icn {
		margin: -35px 0 0 -35px;
	}
	.lesson_flow_img img {
		width: 100%;
		height: auto;
	}
	.lesson_flow_img a {
		display: block;
	}
	.lesson_flow_txt {
		width: auto;
		float: none;
		display: table-header-group;
	}
	.lesson_flow_txt p {
		font-size: 14px;
		padding: 0 0 10px 40px;
		line-height: 1.3;
		min-height: 30px;
	}
	.lesson_flow_check {
		width: auto;
		float: none;
		display: table-footer-group;
	}
	.lesson_flow_check p {
		font-size: 14px;
		padding: 5px 0 0 0;
		line-height: 1.4;
	}
	.lesson_flow_check .icn {
		display: none;
	}
	.lesson_flow_fire {
		font-size: 13px;
		margin: 0 0 5px 40px;
	}
	.lesson_flow_fire .icn {
		left: 40px;
		top: 0;
	}
	.lesson_flow_memo {
		width: 100%;
		float: none;
		font-size: 13px;
		display: table-footer-group;
		text-align: center;
	}
	.lesson_flow_memo li {
		display: inline-block;
		margin: 15px 10px 5px 10px;
	}
	.lesson_flow_memo a {
		margin: 0;
	}
	.lesson_flow_memo strong {
		padding: 0 10px;
		display: inline-block;
		height: 18px;
		line-height: 18px;
		-webkit-border-radius: 9px;
		border-radius: 9px;
	}
	.lesson_flow_memo .icn {
		display: none;
	}
	.lesson_flow_memo em {
		float: left;
		margin: 0 8px 0 0;
	}
}


/* review */
.lesson_review {
	padding: 0 0 50px 0;
}
.lesson_review_data {
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_review_data.png) no-repeat 0 0;
	width: 960px;
	height: 174px;
	zoom: 1;
	padding: 25px 0;
}
.lesson_review_data:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_review_l {
		width: 240px;
		float: left;
		text-align: center;
		margin: 0 35px 0 50px;
}
.lesson_review_title {
	font-size: 150%;
	line-height: 1.8;
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_border04.png) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.lesson_review_title small {
	display: block;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	font-size: 100%;
}
.lesson_review_num {
	font-size: 120%;
	color: #999;
	margin: 0 0 10px 0;
}
.lesson_review_btn a {
	color: #fff;
	display: block;
	background: #ff921d;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 125%;
	padding: 8px 0;
}
.lesson_review_btn a:hover {
	text-decoration: none;
	opacity: .8;
}
.lesson_review_r {
	background: url(https://cdn.findfriends.jp/img.recipe.sp/common/image/bg/bg_border03.png) repeat-y left top;
	width: 600px;
	float: left;
	height: 160px;
	margin: 7px 0 0 0;
	zoom: 1;
}
.lesson_review_r:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_review_r dl {
	width: 270px;
	float: left;
	margin: 0 0 0 30px;
}
.lesson_review_r dt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "£Í£Ó ÌÀÄ«", serif;
	font-size: 130%;
	margin: -5px 0 0 0;
}
.lesson_review_r dd {
	text-align: center;
}
.lesson_review_r canvas {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media screen and (max-width: 960px) {
	.lesson_review {
		padding: 0 0 20px 0;
		background: #fefce0;
	}
	.lesson_review_data {
		background: none;
		width: 100%;
		height: auto;
		padding: 20px 0 0 0;
	}
	.lesson_review_l {
			width: 94%;
			float: none;
			margin: 0 auto;
	}
	.lesson_review_title {
		font-size: 16px;
		line-height: 1.2;
		background: none;
		padding: 0;
		margin: 0;
	}
	.lesson_review_title span {
		display: none;
	}
	.lesson_review_num {
		font-size: 14px;
		margin: 0 0 7px 0;
	}
	.lesson_review_btn a {
		font-size: 16px;
		padding: 16px 0;
	}
	.lesson_review_r {
		background: none;
		width: 94%;
		float: none;
		height: auto;
		margin: 0 auto;
	}
	.lesson_review_r dl {
		width: 240px;
		float: none;
		margin: 0 auto;
	}
	.lesson_review_r dt {
		font-size: 14px;
		margin: 20px 0 0 0;
		text-align: center;
	}
	.lesson_review_pie dt {
		margin: 20px 0 10px 0;
	}
}


/* review col */
.lesson_review_col {
	zoom: 1;
	width: 810px;
	margin: 20px auto 0 auto;
}
.lesson_review_col:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_review_com {
	float: left;
	width: 585px;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	zoom: 1;
	padding: 15px;
	position: relative;
}
.lesson_review_com:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_review_com .icn_lesson_arrow {
	position: absolute;
	right: -15px;
	top: 18px;
}
.lesson_review_com_txt {
	float: left;
	width: 450px;
	position: relative;
}
.lesson_review_rate {
	position: relative;
	margin: 0 0 0 0;
	color: #666;
	display: inline-block;
	width: 190px;
}
.lesson_review_rate .icn {
	position: absolute;
	left: 80px;
	top: 1px;
}
.lesson_review_time {
	display: inline-block;
	color: #666;
}
.lesson_review_time .icn {
	margin: 0 5px 0 0;
	top: 3px;
}
.lesson_review_com_img {
	float: right;
	width: 120px;
}
.lesson_review_com_img img {
	width: 100%;
	height: auto;
}
.lesson_review_com_txt p {
	font-size: 120%;
	color: #666;
	line-height: 1.4;
	margin: 5px 0 0 0;
}
.lesson_review_author {
	float: right;
	width: 170px;
	zoom: 1;
}
.lesson_review_author:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_review_author_img {
	float: left;
	width: 40px;
	margin: 0 15px 0 0;
}
.lesson_review_author_img img {
	width: 100%;
	height: auto;
}
.lesson_review_author_txt {
	overflow: hidden;
	zoom: 1;
	color: #666;
	font-size: 110%;
}
.lesson_review_author_txt strong {
	color: #ff921d;
	display: block;
}
@media screen and (max-width: 960px) {
	.lesson_review_col {
		width: 94%;
		margin: 20px auto 0 auto;
		padding: 0 0 15px 0;
		background: #fff;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.lesson_review_com {
		float: none;
		width: auto;
		border: none;
		zoom: 1;
		padding: 15px;
	}
	.lesson_review_com .icn_lesson_arrow {
		display: none;
	}
	.lesson_review_com_txt {
		float: none;
		width: auto;
	}
	.lesson_review_rate {
		margin: 0 0 5px 0;
		font-size: 12px;
	}
	.lesson_review_rate .icn {
		top: 1px;
	}
	.lesson_review_time .icn {
		top: 3px;
	}
	.lesson_review_com_img {
		float: none;
		width: 100%;
	}
	.lesson_review_time {
		float: right;
		font-size: 13px;
		margin: -3px 0 0 0;
	}
	.lesson_review_com_txt p {
		font-size: 13px;
		margin: 8px 0 10px 0;
	}
	.lesson_review_author {
		float: none;
		width: auto;
		padding: 0 15px;
		font-size: 12px;
	}
	.lesson_review_author_img {
		width: 60px;
		margin: 0 15px 0 0;
	}
	.lesson_review_author_txt span {
		display: none;
	}
	.lesson_review_author_txt li {
		display: inline-block;
		margin: 0 10px 0 0;
	}
}


/* stepup */
.lesson_stepup {
	margin: 0 0 80px 0;
	padding: 30px 0 0 0;
	border-top: 2px solid #e6e6e6;
}
.lesson_stepup_title {
	font-weight: bold;
	color: #FF9500;
	font-size: 160%;
	margin: 0 0 20px 0;
}
.lesson_stepup_title .icn {
	margin: 0 15px 0 0;
	top: 3px;
}
.lesson_stepup_item {
	zoom: 1;
}
.lesson_stepup_item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_stepup_item li {
	float: left;
	width: 22%;
	margin: 0 1.5% 0 1.5%;
}
.lesson_stepup_item li img {
	width: 100%;
	height: auto;
}
.lesson_stepup_item li a {
	display: block;
}
.lesson_stepup_item li span {
	display: block;
	margin: 10px 0 0 0;
	font-size: 120%;
}
@media screen and (max-width: 960px) {
	.lesson_stepup {
		margin: 0 auto 20px auto;
		padding: 20px 0 0 0;
		border-top: none;
		width: 94%;
	}
	.lesson_stepup_title {
		font-size: 15px;
		margin: 0 0 10px 0;
	}
	.lesson_stepup_title .icn {
		margin: 0 10px 0 0;
		top: 0;
	}
	.lesson_stepup_item {
		margin: 0;
	}
	.lesson_stepup_item li {
		width: 48%;
		margin: 0 0 15px 0;
	}
	.lesson_stepup_item li:nth-child(odd) {
		margin: 0 4% 15px 0;
	}
	.lesson_stepup_item li a {
		display: block;
	}
	.lesson_stepup_item li span {
		margin: 5px 0 0 0;
		font-size: 13px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}


/* ----------------------------------------------------
	¥â¡¼¥À¥ë / ¤ªÎÁÍý¤·¤¿¤è
---------------------------------------------------- */


.lesson_done {
	width: 500px;
	background: #ff921d;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	position: relative;
	text-align: center;
	color: #fff;
	padding: 30px;
}
.lesson_done_title1 {
	font-weight: bold;
	font-size: 160%;
	margin: 0 0 20px 0;
	position: relative;
}
.lesson_done_title1 .icn {
	position: absolute;
	left: 20px;
	top: -2px;
}
.lesson_done_title2 {
	font-size: 130%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 1.5;
	padding: 20px 0;
	margin: 0 0 20px 0;
}
.lesson_done_photo {
	text-align: left;
	zoom: 1;
	margin: 0 0 10px 0;
}
.lesson_done_photo:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.lesson_done_photo .icn {
	display: block;
	float: left;
	margin: 10px 30px 0 0;
}
.lesson_done_photo .icn img{
	width:109px;
}
.lesson_done_photo_data {
	overflow: hidden;
	zoom: 1;
	line-height: 1.3;
	font-size: 110%;
}
.lesson_done_photo label {
	position: relative;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #ffffff;
	height: 46px;
	line-height: 46px;
	font-size: 110%;
	border: 1px solid #b3b3b3;
	color: #333;
	cursor: pointer;
	display: block;
	text-align: center;
	margin: 0 0 10px;
	box-shadow: 0 2px 0 #777777;
}
.lesson_done_photo label input[type=file] {
	opacity: 0;
	position: absolute;
}
.lesson_done_photo label:hover {
	opacity: .8;
}
.lesson_done_form textarea {
	border: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 100%;
	height: 100px;
	resize: none;
	padding: 10px;
	font-size: 120%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	margin: 0 0 0 0;
	line-height: 1.5;
	box-sizing:border-box;
}
.lesson_done_form button {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #4d4d4d;
	width: 250px;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	font-size: 120%;
	border: none;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 3px 0 #333;
}
.lesson_done_form button:hover {
	opacity: .8;
}
@media screen and (max-width: 960px) {
	.lesson_done {
		width: 80%;
		box-shadow: none;
		padding: 5%;
	}
	.lesson_done_title1 {
		font-size: 16px;
		padding: 10px 0 0 0;
	}
	.lesson_done_title1 .icn {
		position: absolute;
		left: 20px;
		top: 8px;
	}
	.lesson_done_title2 {
		font-size: 15px;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}
	.lesson_done_photo {
		margin: 0 auto 20px auto;
	}
	.lesson_done_photo .icn {
		margin: 0 20px 0 0;
	}
	.lesson_done_photo .icn img{
		width:140px;
	}
	.lesson_done_photo_data {
		font-size: 12px;
	}
	.lesson_done_photo label {
		font-size: 15px;
	}
	.lesson_done_form textarea {
		font-size: 16px;
		margin: 0 0 0 0;
	}
	.lesson_done_form button {
		font-size: 15px;
	}
}


/* ----------------------------------------------------
	¥â¡¼¥À¥ë / ÀèÀ¸¤Ë¼ÁÌä¤¹¤ë
---------------------------------------------------- */
.lesson_ask {
	width: 500px;
	background: #579bc8;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	position: relative;
	text-align: center;
	color: #fff;
	padding: 30px;
}
.lesson_ask_title1 {
	font-weight: bold;
	font-size: 160%;
	margin: 0 0 20px 0;
	position: relative;
}
.lesson_ask_title1 .icn {
	position: absolute;
	left: 20px;
	top: -2px;
}
.lesson_ask_title2 {
	font-size: 130%;
	border-top: 2px solid #fff;
	line-height: 1.5;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
}
.lesson_ask_form textarea {
	border: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width:100%;
	height: 200px;
	resize: none;
	padding: 10px;
	font-size: 120%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	margin: 0 0 0 0;
	line-height: 1.5;
	box-sizing:border-box;
}
.lesson_ask_form button {
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #4d4d4d;
	width: 250px;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	font-size: 120%;
	border: none;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 3px 0 #333;
}
.lesson_ask_form button:hover {
	opacity: .8;
}
@media screen and (max-width: 960px) {
	.lesson_ask {
		width: 80%;
		box-shadow: none;
		padding: 5%;
		margin: 0 auto;
	}
	.lesson_ask_title1 {
		font-size: 16px;
		padding: 10px 0 0 0;
	}
	.lesson_ask_title1 .icn {
		position: absolute;
		left: 20px;
		top: 8px;
	}
	.lesson_ask_title2 {
		font-size: 13px;
		padding: 15px 0;
		margin: 0;
		white-space: nowrap;
	}
	.lesson_ask_form textarea {
		font-size: 16px;
		margin: 0 0 0 0;
	}
	.lesson_ask_form button {
		font-size: 15px;
	}
}


/* ----------------------------------------------------
	¥â¡¼¥À¥ë / ¥È¡¼¥¯
---------------------------------------------------- */
.lesson_talk_modal {
	width: 80%;
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 5%;
}
.lesson_talk_modal .lesson_talk{
	display:block;
	background-color:inherit;
	padding:0;
}
.lesson_talk_modal .lesson_talk_timeline{
	width:auto;
}


/* ----------------------------------------------------
	¥¢¥¤¥³¥ó
---------------------------------------------------- */
.icn_lesson_memo {
	display: none;
}
.icn_lesson_teacher {
	width: 24px;
	height: 24px;
	background-position: -752px -54px;
}
.icn_lesson_ask {
	width: 42px;
	height: 25px;
	background-position: -752px -90px;
}
.icn_lesson_ask2 {
	width: 54px;
	height: 33px;
	background-position: -934px -38px;
}
.icn_lesson_talk {
	width: 28px;
	height: 26px;
	background-position: -714px -54px;
}
.lesson_header_btn_wrap .spblock {
		display:none;
}
.icn_lesson_prev {
	width: 19px;
	height: 32px;
	background-position: -728px 0;
}
.icn_lesson_next {
	width: 19px;
	height: 32px;
	background-position: -757px 0;
}
.icn_lesson_arrow {
	width: 15px;
	height: 14px;
	background-position: -372px -146px;
}
.icn_lesson_arrow2 {
	width: 23px;
	height: 17px;
	background-position: -396px -146px;
}
.icn_lesson_arrow3 {
	width: 9px;
	height: 10px;
	background-position: -430px -146px;
}
.icn_lesson_stepup {
	width: 28px;
	height: 20px;
	background-position: -25px -1px;
}
.icn_lesson_start1 {
	width: 51px;
	height: 33px;
	background-position: -448px 0;
}
.icn_lesson_start2 {
	width: 42px;
	height: 42px;
	background-position: -510px 0;
}
.icn_lesson_check {
	width: 62px;
	height: 62px;
	background-position: -562px 0;
}
.icn_lesson_check_s {
	width: 45px;
	height: 44px;
	background-position: -634px 0;
}
.icn_lesson_new {
	width: 61px;
	height: 61px;
	background-position: 0 -47px;
}
.icn_lesson_recipe {
	width: 28px;
	height: 20px;
	background-position: -25px -1px;
}
.icn_lesson_month_blue {
	width: 78px;
	height: 78px;
	background-position: -550px -82px;
}
.icn_lesson_month_orange {
	width: 78px;
	height: 78px;
	background-position: -462px -82px;
}
.icn_lesson_done {
	width: 36px;
	height: 38px;
	background-position: -888px -38px;
}
.icn_lesson_photo {
	width: 109px;
	height: 81px;
	background-position: -804px -86px;
}
@media screen and (max-width: 960px) {
	.icn_lesson_toggle {
		width: 17px;
		height: 17px;
		background-position: -241px -275px;
	}
	.is_show .icn_lesson_toggle {
		background-position: -263px -275px;
	}
	.icn_lesson_memo {
		width: 23px;
		height: 24px;
		background-position: -304px -246px;
		display: inline-block;
	}

	.lesson_header_btn_wrap {
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position: sticky;
		background-color:rgba(255,255,255,1);
		z-index: 7000;
		width: 100%;
		height: 35px;
		top:0;
		position:absolute;
	}
	.lesson_header_btn_box {
		height: 35px;
	}
	.lesson_header_btn_wrap .spblock {
		display:inline-block;
		font-size:14px;
		vertical-align:2px;
		padding:0 4px;
	}
	.lesson_header_btn_fixed {
		position: fixed;
		background-color:rgba(0,0,0,.4);
	}
	.lesson_header_btn_fixed:empty {
		display:none;
	}
	.lesson_header_btn_wrap.lesson_header_btn_fixed .spblock {
		color:rgba(255,255,255,.9);
	}

	.icn_lesson_prev {
		width: 8px;
		height: 13px;
		background-position: -370px -100px;
	}
	.icn_lesson_next {
		width: 8px;
		height: 13px;
		background-position: -381px -100px;
	}

	.lesson_header_btn_wrap.lesson_header_btn_fixed .icn_lesson_prev {
		width: 9px;
		height: 14px;
		background-position: -415px -59px;
		background-size: 500px auto;
	}
	.lesson_header_btn_wrap.lesson_header_btn_fixed .icn_lesson_next {
		width: 9px;
		height: 14px;
		background-position: -427px -59px;
		background-size: 500px auto;
	}
	.icn_lesson_ask {
		width: 25px;
		height: 16px;
		background-position: -186px -275px;
	}
	.icn_lesson_ask2 {
		width: 38px;
		height: 24px;
		background-position: -330px -255px;
	}
	.icn_lesson_talk {
		width: 20px;
		height: 19px;
		background-position: -216px -275px;
	}
	.icn_lesson_talk2 {
		width: 28px;
		height: 27px;
		background-position: -373px -255px;
	}
	.icn_lesson_stepup {
		width: 17px;
		height: 12px;
		background-position: -379px -138px;
	}
	.icn_lesson_arrow2 {
		display: none;
	}
	.icn_lesson_arrow3 {
		width: 9px;
		height: 10px;
		background-position: -557px -100px;
	}
	.icn_lesson_start1 {
		width: 35px;
		background-position: -219px -182px;
	}
	.icn_lesson_start2 {
		width: 30px;
		height: 29px;
		background-position: -260px -182px;
	}
	.icn_lesson_check {
		width: 43px;
		height: 43px;
		background-position: -138px -205px;
	}
	.icn_lesson_check_s {
		width: 43px;
		height: 43px;
		background-position: -138px -205px;
	}
	.icn_lesson_new {
		width: 44px;
		height: 43px;
		background-position: -134px -100px;
	}
	.icn_lesson_recipe {
		width: 17px;
		height: 12px;
		background-position: -379px -138px;
	}
	.icn_lesson_month_blue {
		width: 54px;
		height: 54px;
		background-position: -186px -216px;
	}
	.icn_lesson_month_orange {
		width: 54px;
		height: 54px;
		background-position: -245px -216px;
	}
	.icn_lesson_done {
		width: 26px;
		height: 29px;
		background-position: -295px -182px;
	}
	.icn_lesson_photo {
		width: 55px;
		height: 41px;
		background-position: -402px -43px;
	}
}

