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

.w980{
	width:100%;
	max-width:980px;
	margin:0 auto;
	position:relative;
}
.w500_title{
	width:500px;
	margin:50px auto 50px 0;
	background-image:url(../img/bg_75.png);
	padding:30px 60px;
}
.bg_img {
	width:100%;
	position:relative;
}
.bg_img img {
	width:100%;
	max-width:1920px;
}
.main_pc{
	display:block;
}
.main_sp{
	display:none;
}
.white_contents {
	background-color:#fff;
	width:100%;
	padding:40px 60px;
	display:inline-block;
}
.title_1 {
	margin-bottom:15px;
}
.title_2 {
	margin-bottom:35px;
}
.lesson_left {
	float:left;
}
.lesson_right {
	float:right;
}
.eriko {
	border-bottom:#ec7aac dotted 1px;
	margin-bottom:15px;
}
.lesson_w30per {
	width:30%;
	max-width:220px;
}
.lesson_w70per{
	width:70%;
}
.lesson_w50per{
	width:50%;
}
.top_margin {
	max-width:none;
	position:relative;
}
.vol_absolute{
	position:absolute;
	top:0;
	width:100%;
	margin:0 auto;
}
.section1 a {
	text-decoration:underline;
}
.section1 .lesson_right {
	padding-left:30px;
}
.blue_text {
	color:#0098c1;
	font-size:16px;
	font-weight:bold;
	margin:50px 0 10px;
}
.section1 {
	margin-bottom:60px;
}
.lesson_no {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:20px;
	color:#ec7aac;
}
.lesson_title {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#555;
	font-weight:bold;
	font-size:20px;
	margin-bottom:15px;
}
.section2 .lesson_right {
	padding-left:30px;
	margin-bottom:40px;
}
.lesson_icon {
	margin-bottom:10px;
}
.lesson_icon2 {
	margin:10px 0;
}
.takao_right {
	width:30%;
	max-width:220px;
	float:right;
}
.takao_left {
	width:67%;
	float:left;
	background-image:url(../img/purple.gif);
	padding:20px 30px;
	margin-top:40px;
}
.takao {
	border-bottom:#555 dotted 1px;
	margin-bottom:15px;
}
.br_sp {
	display:none;
}
.grayline {
	border-top:#ccc dotted 1px;
	width:100%;
	margin-bottom:30px;
}
.pan_link{
	background:#FADBDA;
}
.menu_area{
	box-shadow:none!important;
}

@media screen and (max-width: 768px) {
	.lesson_right ,.lesson_left ,.lesson_w70per ,.lesson_w50per ,.lesson_w30per ,.takao_right ,.takao_left{
		float:none;
		width:100%;
		margin:0 auto;
		display:block;
	}
	.section1 .lesson_right ,.section2 .lesson_right{
		padding-left:0px;
	}
	.lesson_w50per img {
		margin-top:25px;
	}
	.lesson_right {
		margin-bottom:30px;
	}
	.takao_left {
		margin-top:30px;
	}
	.main_pc{
		display:none;
	}
	.main_sp{
		display:block;
		position:relative;
	}
	.w500_title{
		width:80%;
		margin:0 10%;
		padding:30px 20px 0;
		margin-top:-120px;
		display:inline-block;
		text-align:center;
	}
	.title_2 {
		margin:0 auto 15px;
	}
	.w980 {
		padding-top:0;
	}
	.white_contents{
		padding:40px 30px;
	}
	.blue_text {
		margin-top:40px;
	}
}
@media screen and (max-width: 500px) {
	.w500_title {
		margin:-70px 5% 0;
		width:90%;
	}
	.br_sp {
		display:block;
	}
	.white_contents {
		padding:40px 5%;
		
	}
}