@charset "UTF-8";
/* CSS Document */


/*====================================================
	●style.css 画面の横幅が769px以上  
	Note PC size以上
======================================================*/
@media screen and (min-width: 769px){
	
	/*-------------
		園の一日
	--------------*/
	.drawer-navbar ul.drawer-menu li:nth-child(3) a {
		/*border-bottom: 2px solid #9C0;*/
	}
	.drawer-navbar ul.drawer-menu li:nth-child(3) a::after {
		content: "";
		position: absolute;
		bottom: 2px;
		left: 50%;
		width: 4.5rem;
		height: 5px;
		background: #A1D6D1;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	
	
	/*=============================
		入園要項
	==============================*/
	section.OneDaySchedule {
		/*width: 98%;
		max-width: 1024px;
		margin: 5% auto;*/
	}
	section.OneDaySchedule h2 {
		width: 20%;
		max-width: 200px;
		margin: 5% auto;
	}
	
	/*--------------------	
		装飾上 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(2) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(2) picture {
		position: absolute;
		z-index: 2;
	}
	/** 楓03 **/
	section.OneDaySchedule > div:nth-child(2) picture:first-child {
		width: 30px;
		bottom: -300px;
		left: 20%;
	}
	/** 楓02 **/
	section.OneDaySchedule > div:nth-child(2) picture:nth-child(2) {
		width: 50px;
		bottom: -80px;
		right: 30%;
	}
	/** kids01 **/
	section.OneDaySchedule > div:nth-child(2) picture:last-child {
		width: 130px;
		bottom: -180px;
		right: 10%;
	}
	
	
	/*=====================
		午前
	=======================*/
	section.Morning,
	section.Afternoon {
		background-image: url(../img/backimage_fablick.jpg);
		box-sizing: border-box;
		margin: 5% 0;
		padding: 5% 0;
		
		position: relative;		
	}
	section.Morning::before,
	section.Afternoon::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #A7866F;
	}
	section.Morning::after,
	section.Afternoon::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		height: 3px;
		background: #A7866F;
	}
	section.Morning > div,
	section.Afternoon > div {
		width: 90%;
		max-width: 1024px;
		margin: 0 auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		
		/*border: thin dashed #F39;*/
	}
	/*----------------
		Title 午前
	------------------*/
	section.Morning h3,
	section.Afternoon h3 {
		width: 30%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	section.Morning h3 picture,
	section.Afternoon h3 picture {
		width: 30%;
	}
	
	/*-----------------
		スケジュール
	-----------------*/
	section.Morning > div div,
	section.Afternoon > div div {
		width: 60%;
		color: #333;
		text-align: left;
	}
	section.Morning > div div > dl,
	section.Afternoon > div div > dl {
		width: 100%;
		margin-bottom: 5%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		
		/*border: thin dashed #F69;*/
	}
	section.Morning > div div > dl:last-child,
	section.Afternoon > div div > dl:last-child {
		margin-bottom: 0;
	}
	section.Morning > div div > dl dt,
	section.Afternoon > div div > dl dt {
		width: 4rem;
		letter-spacing: 2px;
		margin-right: 2%;
	}
	section.Morning > div div > dl dd span,
	section.Afternoon > div div > dl dd span {
		font-size: 0.9rem;
		margin-left: 1%;
	}
	
	/*---------------------------
		午前 10:00〜  設定保育
	---------------------------*/
	section.Morning > div div > dl:nth-child(3) {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		/*border: thin dashed #F36;*/
	}
	section.Morning > div div > dl:nth-child(3) > dd {
		width: 85%;
		/*background: #9C0;*/
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child {
		margin-top: 1%;
		margin-left: 4.7rem;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child dl dt {
		width: 100%;
		margin-bottom: 1%;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child dl dd {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	
	/*---------------------------
		午後
	---------------------------*/
	section.Afternoon > div div dd {
		width: 85%;
		/*background: #9C0;*/
	}
	
	
	
	/*--------------------	
		装飾中央上 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(4) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(4) picture {
		position: absolute;
		z-index: 2;
	}
	/** kids02 **/
	section.OneDaySchedule > div:nth-child(4) picture:first-child {
		width: 120px;
		top: -200px;
		left: 25%;
	}
	/** 楓05 **/
	section.OneDaySchedule > div:nth-child(4) picture:last-child {
		width: 30px;
		top: -90px;
		right: 20%;
	}
	
	
	/*--------------------	
		装飾中央下 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(5) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(5) picture {
		position: absolute;
		z-index: 2;
	}
	/** 楓04 **/
	section.OneDaySchedule > div:nth-child(5) picture:first-child {
		width: 30px;
		bottom: -200px;
		left: 12%;
	}
	/** kids03 **/
	section.OneDaySchedule > div:nth-child(5) picture:nth-child(2) {
		width: 150px;
		bottom: -140px;
		right: 19%;
	}
	/** 楓01 **/
	section.OneDaySchedule > div:nth-child(5) picture:last-child {
		width: 30px;
		bottom: -250px;
		right: 10%;
	}
	
	
	/*--------------------	
		装飾下 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(7) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(7) picture {
		position: absolute;
		z-index: 2;
	}
	/** kids02 **/
	section.OneDaySchedule > div:nth-child(7) picture:first-child {
		width: 120px;
		top: -150px;
		left: 20%;
	}
	/** 楓05 **/
	section.OneDaySchedule > div:nth-child(7) picture:last-child {
		width: 30px;
		top: -130px;
		right: 30%;
	}
	
	/*============================
		体操/英語 教室
	=============================*/
	section.Lesson {
		width: 100%;
		max-width: 950px;
		margin: 5% auto;
	}

	section.Lesson dl {
		width: 100%;
		margin-bottom: 3%;
	}

	section.Lesson dt {
		color: #847F71;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 2px;
		border-top: 2px dotted #847F71;
		border-bottom: 2px dotted #847F71;
		line-height: 1.2;
		box-sizing: border-box;
		margin-bottom: 6%;
		padding: 2% 0;
	}

	section.Lesson dt p:nth-of-type(2) {
		font-size: 1rem;
		font-weight: normal;
	}

	section.Lesson dt p:last-child {
		font-size: 1rem;
		letter-spacing: 0;
		font-weight: normal;
	}

	section.Lesson dl dt {
		margin-bottom: 3%;
	}
	section.Lesson dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-around;
	}
	section.Lesson dl dd picture {
		width: 48%;
	}
}



/*================================================================================
　●tablet.css 画面の横幅が768pxまで
=================================================================================*/
@media screen and (max-width: 768px) {
	
	/*=============================
		入園要項
	==============================*/
	section.OneDaySchedule {
		/*width: 98%;
		max-width: 1024px;
		margin: 5% auto;*/
	}
	section.OneDaySchedule h2 {
		width: 20%;
		max-width: 200px;
		margin: 5% auto;
	}
	
	/*--------------------	
		装飾上 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(2) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(2) picture {
		position: absolute;
		z-index: 2;
	}
	/** 楓03 **/
	section.OneDaySchedule > div:nth-child(2) picture:first-child {
		width: 30px;
		bottom: -150px;
		left: 10%;
	}
	/** 楓02 **/
	section.OneDaySchedule > div:nth-child(2) picture:nth-child(2) {
		width: 40px;
		bottom: -39px;
		right: 28%;
	}
	/** kids01 **/
	section.OneDaySchedule > div:nth-child(2) picture:last-child {
		width: 110px;
		bottom: -190px;
		right: 1%;
		/*background: #F9C;*/
	}
	
	
	/*=====================
		午前
	=======================*/
	section.Morning,
	section.Afternoon {
		background-image: url(../img/backimage_fablick.jpg);
		box-sizing: border-box;
		margin: 5% 0;
		padding: 5% 0;
		
		position: relative;		
	}
	section.Morning::before,
	section.Afternoon::before {
		content: "";
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 3px;
		background: #A7866F;
	}
	section.Morning::after,
	section.Afternoon::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		height: 3px;
		background: #A7866F;
	}
	section.Morning > div,
	section.Afternoon > div {
		width: 90%;
		max-width: 1024px;
		margin: 0 auto;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		
		/*border: thin dashed #F39;*/
	}
	/*----------------
		Title 午前
	------------------*/
	section.Morning h3,
	section.Afternoon h3 {
		width: 20%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		
		/*background: #F99;*/
	}
	section.Morning h3 picture,
	section.Afternoon h3 picture {
		width: 60%;
	}
	
	/*-----------------
		スケジュール
	-----------------*/
	section.Morning > div div,
	section.Afternoon > div div {
		width: 65%;
		color: #333;
		text-align: left;
		/*border: thin dashed #F6C;*/
	}
	section.Morning > div div > dl,
	section.Afternoon > div div > dl {
		margin-bottom: 5%;
		
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	section.Morning > div div > dl:last-child,
	section.Afternoon > div div > dl:last-child {
		margin-bottom: 0;
	}
	section.Morning > div div > dl dt,
	section.Afternoon > div div > dl dt {
		width: 4rem;
		letter-spacing: 2px;
		margin-right: 2%;
	}
	section.Morning > div div > dl dd,
	section.Afternoon > div div > dl dd {
		width: 80%;
	}
	section.Morning > div div > dl dd span,
	section.Afternoon > div div > dl dd span {
		font-size: 0.9rem;
		margin-left: 1%;
	}
	
	/*---------------------------
		午前 10:00〜  設定保育
	---------------------------*/
	section.Morning > div div > dl:nth-child(3) {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		/*border: thin dashed #F36;*/
	}
	section.Morning > div div > dl:nth-child(3) > dd {
		width: 80%;
		/*background: #9C0;*/
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child {
		margin-top: 1%;
		margin-left: 4.7rem;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child dl dt {
		width: 100%;
		margin-bottom: 1%;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child dl dd {
		width: 100%;
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	
	
	/*--------------------	
		装飾中央上 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(4) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(4) picture {
		position: absolute;
		z-index: 2;
	}
	/** kids02 **/
	section.OneDaySchedule > div:nth-child(4) picture:first-child {
		width: 120px;
		top: -150px;
		left: 15%;
		
	}
	/** 楓05 **/
	section.OneDaySchedule > div:nth-child(4) picture:last-child {
		width: 30px;
		top: -90px;
		right: 20%;
		/*background: #F6C;*/
	}
	
	
	/*--------------------	
		装飾中央下 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(5) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(5) picture {
		position: absolute;
		z-index: 2;
	}
	/** 楓04 **/
	section.OneDaySchedule > div:nth-child(5) picture:first-child {
		width: 30px;
		bottom: -200px;
		left: 12%;
	}
	/** kids03 **/
	section.OneDaySchedule > div:nth-child(5) picture:nth-child(2) {
		width: 150px;
		bottom: -100px;
		right: 9%;
		/*background: #F6C;*/
	}
	/** 楓01 **/
	section.OneDaySchedule > div:nth-child(5) picture:last-child {
		width: 30px;
		bottom: -160px;
		right: 10%;
	}
	
	
	/*--------------------	
		装飾下 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(7) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(7) picture {
		position: absolute;
		z-index: 2;
	}
	/** kids02 **/
	section.OneDaySchedule > div:nth-child(7) picture:first-child {
		width: 120px;
		top: -120px;
		left: 15%;
	}
	/** 楓05 **/
	section.OneDaySchedule > div:nth-child(7) picture:last-child {
		width: 30px;
		top: -130px;
		right: 30%;
	}
	
	/*============================
		体操/英語 教室
	=============================*/
	section.Lesson {
		width: 90%;
		max-width: 950px;
		margin: 5% auto;
	}

	section.Lesson dl {
		margin-bottom: 4%;
	}

	section.Lesson dt {
		color: #847F71;
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 2px;
		border-top: 2px dotted #847F71;
		border-bottom: 2px dotted #847F71;
		line-height: 1.2;
		box-sizing: border-box;
		margin-bottom: 3%;
		padding: 2% 0;
	}

	section.Lesson dt p:nth-of-type(2) {
		font-size: 1rem;
		font-weight: normal;
	}

	section.Lesson dt p:last-child {
		font-size: 1rem;
		letter-spacing: 0;
		font-weight: normal;
	}

	section.Lesson dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	section.Lesson dl dd picture {
		width: 48%;
	}
}


/*=========================================================================================
	●smart.css  
	画面の横幅が640pxまで
===========================================================================================*/
@media screen and (max-width: 640px) {
	
	/*=============================
		入園要項
	==============================*/
	section.OneDaySchedule {
		/*width: 98%;
		max-width: 1024px;
		margin: 5% auto;*/
	}
	section.OneDaySchedule h2 {
		width: 50%;
		max-width: 200px;
		margin: 5% auto;
	}
	
	
	/*--------------------	
		装飾上 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(2) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(2) picture {
		position: absolute;
		z-index: 2;
	}
	/** 楓03 **/
	section.OneDaySchedule > div:nth-child(2) picture:first-child {
		width: 20px;
		bottom: -90px;
		left: 10%;
	}
	/** 楓02 **/
	section.OneDaySchedule > div:nth-child(2) picture:nth-child(2) {
		width: 30px;
		bottom: -19px;
		right: 28%;
	}
	/** kids01 **/
	section.OneDaySchedule > div:nth-child(2) picture:last-child {
		width: 80px;
		bottom: -150px;
		right: 5%;
		/*background: #F9C;*/
	}
	
	
	/*=====================
		午前
	=======================*/
	section.Morning,
	section.Afternoon {
		background-image: url(../img/backimage_fablick.jpg);
		box-sizing: border-box;
		margin: 5% 0;
		padding: 30% 0 15% 0;
		
		position: relative;		
	}
	
	section.Morning > div,
	section.Afternoon > div {
		width: 98%;
		max-width: 1024px;
		margin: 0 auto;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-around;
		-webkit-box-pack: distribute;
		-ms-flex-pack: distribute;
		justify-content: space-around;*/
		display: block;
		position: relative;
		/*border: thin dashed #F39;*/
	}
	/*----------------
		Title 午前
	------------------*/
	section.Morning h3,
	section.Afternoon h3 {
		width: 20%;
		
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;*/
		display: block;
		position: absolute;
		top: -5.5rem;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		
		/*background: #F99;*/
	}
	section.Morning h3 picture,
	section.Afternoon h3 picture {
		width: 100%;
	}
	
	/*-----------------
		スケジュール
	-----------------*/
	section.Morning > div div,
	section.Afternoon > div div {
		width: 95%;
		color: #630;
		text-align: left;
		
		margin: 0 auto;
		/*background: #FFF;*/
	}
	
	
	/*---------------------------
		午前 10:00〜  設定保育
	---------------------------*/
	section.Morning > div div > dl:nth-child(3) {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		
		/*border: thin dashed #F36;*/
	}
	section.Morning > div div > dl:nth-child(3) > dd {
		width: 78%;
		/*background: #9C0;*/
	}
	/** 朝の会 (出席確認・朝のあいさつ・絵本) **/
	section.Morning > div div > dl:nth-child(3) > dd:nth-child(2) span {
		display: block;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child {
		margin-top: 3%;
		margin-left: 4.7rem;
		
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child span {
		display: block;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child dl dt {
		width: 100%;
		margin-bottom: 1%;
	}
	section.Morning > div div > dl:nth-child(3) > dd:last-child dl dd {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
	
	
	/*--------------------------	
		装飾中央上 [楓 / kids]
	----------------------------*/
	section.OneDaySchedule > div:nth-child(4) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(4) picture {
		position: absolute;
		z-index: 2;
	}
	/** kids02 **/
	section.OneDaySchedule > div:nth-child(4) picture:first-child {
		width: 70px;
		top: -70px;
		left: 5%;
	}
	/** 楓05 **/
	section.OneDaySchedule > div:nth-child(4) picture:last-child {
		width: 30px;
		top: -60px;
		right: 10%;
		/*background: #F6C;*/
	}
	
	
	/*----------------------------
		装飾中央下 [楓 / kids]
	----------------------------*/
	section.OneDaySchedule > div:nth-child(5) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(5) picture {
		position: absolute;
		z-index: 2;
	}
	/** 楓04 **/
	section.OneDaySchedule > div:nth-child(5) picture:first-child {
		width: 20px;
		bottom: -60px;
		left: 5%;
		/*background: #FFF;*/
	}
	/** kids03 **/
	section.OneDaySchedule > div:nth-child(5) picture:nth-child(2) {
		width: 90px;
		bottom: -50px;
		right: 9%;
		/*background: #F6C;*/
	}
	/** 楓01 **/
	section.OneDaySchedule > div:nth-child(5) picture:last-child {
		width: 20px;
		bottom: -100px;
		right: 10%;
		/*background: #F3C;*/
	}
	
	/*------------------------------------------
		午後 16:00  (歌・ダンス・絵本など) 
	-------------------------------------------*/
	section.Afternoon > div div > dl:nth-child(4) span {
		width: 100%;
		display: block;
	}
	
	/*--------------------	
		装飾下 [楓 / kids]
	--------------------*/
	section.OneDaySchedule > div:nth-child(7) {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		
		position: relative;
		/*border: thin dashed #F69;*/
	}
	section.OneDaySchedule > div:nth-child(7) picture {
		position: absolute;
		z-index: 2;
	}
	/** kids02 **/
	section.OneDaySchedule > div:nth-child(7) picture:first-child {
		width: 70px;
		top: -70px;
		left: 50%;
		/*background: #FFF;*/
	}
	/** 楓05 **/
	section.OneDaySchedule > div:nth-child(7) picture:last-child {
		width: 20px;
		top: -80px;
		right: 20%;
	}
	
	
	/*============================
		体操/英語 教室
	=============================*/
	section.Lesson {
		width: 100%;
		max-width: 950px;
		margin: 5% auto;
		display: block;
	}

	section.Lesson dl {
		width: 90%;
		margin: 10% auto;
	}

	section.Lesson dt {
		color: #847F71;
		font-size: 1.2rem;
		font-weight: bold;
		letter-spacing: 0;
		border-top: 2px dotted #847F71;
		border-bottom: 2px dotted #847F71;
		line-height: 1.2;
		box-sizing: border-box;
		margin-bottom: 6%;
		padding: 2% 0;
	}

	section.Lesson dt p:nth-of-type(2) {
		font-size: 0.9rem;
		font-weight: normal;
	}

	section.Lesson dt p:last-child {
		font-size: 0.9rem;
		letter-spacing: 0;
		font-weight: normal;
	}

	section.Lesson dl dd {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
	
	section.Lesson dl dd picture {
		width: 100%;
	}

	section.Lesson dl dd picture:last-child {
		padding-top: 2%;
	}
	
}
