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

#wrap #main {
	margin: 0 0 80px 0;
	padding: 0 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wrap #main #mainBox h2 {
	margin: 40px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 28px;
	line-height: 1;
	color: #e61673;
	text-align: center;
	font-feature-settings: "palt";
}
#wrap #main #mainBox h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#wrap #main #mainBox h3.ribbon {
	width: 1000px;
	height: 128px;
	margin: 0 auto 20px auto;
	font-size: 28px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	font-feature-settings: "palt";
	background: url(../img/lesson/lesson_ribbon.png) no-repeat;
	background-size: cover;
}

.text {margin: 20px 0; text-align: center;}
.text .fColor {color: #e61673;}
.text .fBorder {border-bottom: 1px solid #e61673;}

.lesson01{width: 1000px;margin: 0 auto;}
.lesson02{width: 1000px;margin: 0 auto;}

section .flex.circle {
	margin: 40px 0;
}
.circle li {
	margin: 0 40px 0 0;
	padding: 80px 0 0 0;
	width: 300px;
	height: 300px;
	color: #fff;
	font-size: 28px;
	font-feature-settings: "palt";
	line-height: 1.4;
	text-align: center;
	border-radius: 150px;
	background: #f173ab;
	box-sizing: border-box;
}
.circle li.pLong {
	padding: 60px 0 0 0;
}
.circle li span.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.circle li span.gothic {
	font-weight: bold;
}
.circle li span.small {
	font-size: 16px;
}
.circle li:last-child {
	margin: 0;
}

.box1000 {width: 1000px;margin: 0 auto;}
.lesson03{}
.lesson03 .grayBox {margin: 0 0 10px 0;padding: 40px 0;background: #e6e5eb;}
.lesson03 .pinkBox {padding: 40px 0 80px 0;color: #fff;background: #f173ab;}
#wrap #main #mainBox .lesson03 .pinkBox h2 {font-weight: normal;color: #fff;font-size: 34px;}
.lesson03 .pinkBox h3 {margin: 0 0 40px 0;font-size: 34px;}
.lesson03 .pinkBox .img {width: 500px;}
.lesson03 .pinkBox .boxText {width: 500px;padding: 40px;font-size: 20px;line-height: 1.4;box-sizing: border-box;}

.lesson04 {
	padding: 0 0 20px 0;
	background: url(../img/lesson/system_bg.png) no-repeat top 80px center;
}
.lesson04 .systemBox {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	text-align: left;
	border: 6px solid #e61673;
	outline: solid 2px #333;
	background: #fff;
}

.lesson05 {
	margin: 60px 0 0 0;
	height: 600px;
	background: url(../img/lesson/system2_bg.png) no-repeat top 110px center, url(../img/lesson/contact_bg.jpg) no-repeat top center;
	box-sizing: border-box;
}
.lesson05 h2 {font-size: 30px;}
.lesson05 .box1000 {
	padding: 100px 0 40px 400px;
	box-sizing: border-box;
}
.lesson05 .lContactBox{
	width: 560px;
	padding: 20px;
	font-size: 22px;
	border: 6px solid #e61673;
	background: url(../img/lesson/flower_bg.png) no-repeat top -20px right 20px, #fff;
	background-size: 300px, auto;
	font-feature-settings: "palt";
}
.lesson05 .lTel {
	font-size: 40px;
	color: #e61673;
	text-align: center;
}

.lesson06 {
	width: 1000px;
	margin: 0 auto;
}
.lesson06 .pointBox {
	margin: 20px 0 0 0;
	padding: 40px;
	border: 2px solid #e61673;
}
.lesson06 .pointBox h3 {
	margin: 0 0 20px 0;
	padding: 0 0 0 80px;
	font-size: 28px;
	line-height: 2;
	color: #e61673;
	font-feature-settings: "palt";
}
.lesson06 .pointBox h3.p01 {
	background: url(../img/lesson/icon_point01.png) no-repeat left center;
	background-size: contain;
}
.lesson06 .pointBox h3.p02 {
	background: url(../img/lesson/icon_point02.png) no-repeat left center;
	background-size: contain;
}
.lesson06 .pointBox h3.p03 {
	background: url(../img/lesson/icon_point03.png) no-repeat left center;
	background-size: contain;
}
.lesson06 .pointBox .img {width: 500px;}
.lesson06 .pointBox .img  img:nth-child(2) {margin: 20px 0 0 0;}
.lesson06 .pointBox .pText {
	width: 436px;
	padding: 0 0 0 20px;
	font-size: 18px;
	line-height: 1.6;
	box-sizing: border-box;
}
.lesson06 .pointBox .pText p {
	margin: 0 0 20px 0;
}
.lesson06 .dots {
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #e61673;
}
.lesson06 table {
	margin: 0 0 20px 20px;
}
.lesson06 table tr th {
	text-align: right;	
}
	
	
	
	
	
/* smartphone */

@media screen and (max-width: 750px) {

#wrap #main {
	margin: 0 0 80px 0;
	padding: 0 0 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#wrap #main #mainBox h2 {
	margin: 20px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 20px;
	line-height: 1.4;
	color: #e61673;
	text-align: center;
	font-feature-settings: "palt";
}
#wrap #main #mainBox h3{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#wrap #main #mainBox h3.ribbon {
	width: 100%;
	height: inherit;
	min-height: 58px;
	margin: 0 auto 10px auto;
	padding: 6px 0 0 0;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	font-feature-settings: "palt";
	background: url(../img/lesson/lesson_ribbon_sp.png) no-repeat center;
	background-size: contain;
}

.text {margin: 10px 0; text-align: left;}
.text .fColor {color: #e61673;}
.text .fBorder {border-bottom: 1px solid #e61673;}

.lesson01{width: 100%;margin: 0;padding: 0 10px;box-sizing: border-box;}
.lesson02{width: 100%;margin: 0;padding: 0 10px;box-sizing: border-box;}

#wrap #main #mainBox .lesson02 h2 {margin: 10px 0;}
	
section .flex.circle {
	margin: 20px 0;
}
.circle li {
	margin: 0 auto 10px auto;
	padding: 10px 0;
	width: 100%;
	height: inherit;
	color: #fff;
	font-size: 18px;
	font-feature-settings: "palt";
	line-height: 1.4;
	text-align: center;
	border-radius: 20px;
	background: #e61673;
	box-sizing: border-box;
}
.circle li.pLong {
	padding: 10px 0;
}
.circle li span.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.circle li span.gothic {
	font-weight: bold;
}
.circle li span.small {
	font-size: 16px;
}
.circle li:last-child {
	margin: 0 auto;
}

.box1000 {width: 100%;margin: 0 auto;}
.lesson03{}
.lesson03 .grayBox {margin: 0 0 10px 0;padding: 40px 10px;background: #e6e5eb;}
.lesson03 .pinkBox {padding: 10px 0 10px 0;color: #fff;background: #e61673;}
#wrap #main #mainBox .lesson03 .pinkBox h2 {font-weight: normal;color: #fff;}
#wrap #main #mainBox .lesson03 .pinkBox h3 {margin: 0 0 10px 0;font-size: 18px;}
.lesson03 .pinkBox .img {width: 100%;}
.lesson03 .pinkBox .boxText {width: 100%;padding: 20px;font-size: 16px;line-height: 1.4;box-sizing: border-box;}

.lesson04 {
	padding: 0 10px 20px 10px;
	background: url(../img/lesson/system_bg.png) no-repeat top 60px center;
}
.lesson04 .systemBox {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	border: 6px solid #e61673;
	outline: solid 2px #333;
	background: #fff;
	box-sizing: border-box;
}

.lesson05 {
	height: inherit;
 min-height: 270px;
	margin: 60px 0 0 0;
	padding: 20px 10px 20px 26%;
	background: url(../img/lesson/contact_bg_sp.jpg) no-repeat bottom left;
	background-size: cover;
	box-sizing: border-box;
}
.lesson05 h2 {font-size: 30px;}
.lesson05 .box1000 {
	padding: 0;
	box-sizing: border-box;
}
.lesson05 .lContactBox{
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 4px solid #e61673;
	background: url(../img/lesson/flower_bg.png) no-repeat top -20px right 20px, rgba(255,255,255,0.8);
	background-size: 300px, auto;
	font-feature-settings: "palt";
	box-sizing: border-box;
}
#wrap #main #mainBox .lesson05 .lContactBox h2{
	font-size: 16px;
	margin: 0 0 10px 0;
	}
.lesson05 .lTel {
	font-size: 20px;
	line-height: 1;
	color: #e61673;
	text-align: center;
}

.lesson06 {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.lesson06 .pointBox {
	margin: 20px 0 0 0;
	padding: 10px;
	border: 2px solid #e61673;
}
.lesson06 .pointBox h3 {
	margin: 0 0 20px 0;
	padding: 0 0 0 64px;
	font-size: 20px;
	line-height: 1.4;
	color: #e61673;
	font-feature-settings: "palt";
}
.lesson06 .pointBox h3.p01 {
	background: url(../img/lesson/icon_point01.png) no-repeat left center;
	background-size: 60px;
}
.lesson06 .pointBox h3.p02 {
	background: url(../img/lesson/icon_point02.png) no-repeat left center;
	background-size: 60px;
}
.lesson06 .pointBox h3.p03 {
	padding: 0 0 0 64px;
	background: url(../img/lesson/icon_point03.png) no-repeat left center;
	background-size: 60px;
}
.lesson06 .pointBox .img {width: 100%;}
.lesson06 .pointBox .img  img:nth-child(2) {margin: 20px 0 0 0;}
.lesson06 .pointBox .pText {
	width: 100%;
	padding: 10px 0 0 0 ;
	font-size: 18px;
	line-height: 1.6;
	box-sizing: border-box;
}
.lesson06 .pointBox .pText p {
	margin: 0 0 10px 0;
}
.lesson06 .dots {
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #e61673;
}
.lesson06 table {
	margin: 0 0 20px 10px;
	font-size: 16px;
}
.lesson06 table tr th {
	text-align: right;	
}  










}

