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

/*
LESSON
================================================================= */
section.lesson-lead {
	width: 1000px;
	margin: 0 auto 80px auto;
}
section.lesson-lead div {
	clear: both;
	text-align: center;
	margin-bottom: 40px;
}
section.lesson-lead div p {
	font-size: 1.1rem;
	padding: 10px 0;
}
section.lesson-lead section {
	font-size: 1.3rem;
	line-height: 1.8em;
	margin-bottom: 40px;
}
section.lesson-lead section.lesson-txt {
	float: left;
	width: 470px;
}
section.lesson-lead section.lesson-step {
	float: right;
	width: 490px;
	border-left: #F9B970 2px solid;
	padding: 0 0 0 45px;
}
section.lesson-lead h3,section.lesson-Profile h3 {
	color: #F9B970;
	font-size: 2rem;
	margin-bottom: 30px;
}
section.lesson-lead section.lesson-step li {
	margin-bottom: 8px;
}

section.lesson-Profile {
	margin-bottom: 80px;
}
section.lesson-Profile div {
	width: 790px;
	margin: 0 auto 40px auto;
}
section.lesson-Profile dl{
	clear: both;
	overflow: hidden;
	border-bottom: #E0CFB8 solid 1px;
	font-size: 1.3rem;
	line-height: 2em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
section.lesson-Profile dt{
	width: 20%;
	float: left;
	font-weight: bold;
	padding-left: 10px;
}
section.lesson-Profile dd{
	width: 80%;
	float: left;
}
section.lesson-Profile ul{
	width: 1000px;
	margin: 0 auto;
}
section.lesson-Profile li{
	float: left;
	margin: 0 12px;
	padding-bottom: 10px;
}
section.lesson-Profile p{
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding-left: 340px;
	font-size: 1.1rem;
	line-height: 1.8em;
}

@media (max-width: 768px) {
	section.lesson-lead {
		width: 100%;
		margin: 0 auto 40px auto;
	}
	section.lesson-lead div {
		margin-bottom: 20px;
	}
	section.lesson-lead div img {
		width: 100%;
	}
	section.lesson-lead div p {
		font-size: 1.2rem;
		padding: 10px 20px;
	}
	section.lesson-lead section {
		font-size: 1.6rem;
		line-height: 1.8em;
		margin-bottom: 20px;
	}
	section.lesson-lead section.lesson-txt {
		float: none;
		width: 100%;
		padding: 0 20px;
	}
	section.lesson-lead section.lesson-step {
		float: none;
		width: 100%;
		border-top: #F9B970 2px solid;
		border-left: none;
		padding: 20px 20px 0 20px;
	}
	section.lesson-lead h3,section.lesson-Profile h3 {
		margin-bottom: 10px;
	}

section.lesson-Profile {
	margin-bottom: 40px;
}
section.lesson-Profile div {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0 20px;
}
section.lesson-Profile dl{
	font-size: 1.6rem;
	line-height: 1.6em;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
section.lesson-Profile dt{
	width: 100%;
	float: none;
	font-weight: bold;
	padding-left: 10px;
}
section.lesson-Profile dd{
	width: 100%;
	float: none;
	padding: 0 0 0 12px;
	font-size: 1.4rem;
}
section.lesson-Profile ul{
	width: 80%;
	margin: 0 auto;
}
section.lesson-Profile li{
	float: none;
	margin: 0 0;
	text-align: center;
}
section.lesson-Profile img{
	width: 100%;
}
section.lesson-Profile p{
	text-align: center;
	width: 100%;
	padding-left: 0;
	font-size: 1.2rem;
}
}






