@charset "UTF-8";


/* PC */
.spOnly {
		display: none;
}
#lesson{
	margin-top: 70px;
}



/* タイトル 
---------------------------------------------------------*/
#title{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
#title h2{
	width: 940px;
	text-align: left;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	font-size: 36px;
	color: #0078bf;
	z-index: 10;
}
#title img{
	width: 100%;
	min-width: 1280px;
	min-height: 200px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	z-index: 1;
}




.block{
	margin: 0 auto;
	width: 1000px;
	padding: 88px 0 0;
}
.block.first{
	padding: 60px 0 0;
}
.block h3{
	margin: 0 auto 32px;
	width: 100%;
	font-size: 31px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 22px;
	position: relative;
	display: inline-block;
}
.block h3::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 600px;
	height: 4px;
	background-color: #1facd7;
}
.block p{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 30px;
}

.block .ptxt{

	left: 0;
	right: 0;
	margin: auto;
	width: 800px;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	padding-bottom: 30px;
}

.block .box{
	width: 479px;
	margin-bottom: 50px;
	float: left;
	margin-right: 42px;
}
.block .box:nth-child(2n){
	margin-right: 0px;
}
.block .box .img{
	width: 100%;
	height: 254px;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.block .box .img.qqe{
	background-image: url(../images/lesson_plan/qqe.jpg);
}
.block .box .img.callan{
	background-image: url(../images/lesson_plan/callan.jpg);
}
.block .box .img.callanBiz{
	background-image: url(../images/lesson_plan/callanBiz.jpg);
}
.block .box .img.toeic{
	background-image: url(../images/lesson_plan/toeic.jpg);
}
.block .box .img.business{
	background-image: url(../images/lesson_plan/business.jpg);
}
.block .box .img.topic{
	background-image: url(../images/lesson_plan/topic.jpg);
}
.block .box .img.travel{
	background-image: url(../images/lesson_plan/travel.jpg);
}
.block .box .img.kids{
	background-image: url(../images/lesson_plan/kids.jpg);
}
.block .box .img.everyday{
	background-image: url(../images/lesson_plan/everyday.jpg);
}
.block .box .img.news{
	background-image: url(../images/lesson_plan/news.jpg);
}
.block .box .img.vocabulary{
	background-image: url(../images/lesson_plan/vocabulary.jpg);
}
.block .box .img.aboard{
	background-image: url(../images/lesson_plan/aboard.jpg);
}
.block .box .img.pronounce{
	background-image: url(../images/lesson_plan/pronounce.jpg);
}
.block .box .img.omotenashi{
	background-image: url(../images/lesson_plan/omotenashi.jpg);
}
.block .box .img.omotenashiAdvanced{
	background-image: url(../images/lesson_plan/omotenashiAdvanced.jpg);
}
.block .box .inner{
	padding: 26px 30px;
	background-color: #ededed;
}
.block .box .inner .boxT{
	width: 100%;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	background-image: url(../common/images/circle.png);
	background-position: left 2px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding-left: 30px;
}
.block .box .inner .boxT .sup{
	font-size: 10px;
vertical-align: top;
position: relative;
top: -0.5em;
}
.block .box .inner p{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	padding: 0;
}
.block .box .txt{
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	min-height: auto;
	padding-top: 20px;
	padding-bottom: 0;
}
.block .box .txt span{
	font-size: 12px;
}

.block .box .txt .bt,
.block .box .bt{
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 420px;
}
.block .box .txt .bt a,
.block .box .bt a{
	padding: 28px 0;
	display: block;
	background-color: #0078bf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	position: relative;
}
.block .box .txt .bt a .sup,
.block .box .bt a .sup{
	font-size: 10px;
vertical-align: top;
position: relative;
top: -0.5em;
}
.block .box .txt .bt a:hover,
.block .box .bt a:hover{
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;
}
.block .box .txt .bt a::after,
.block .box .bt a::after {
	content: "";
	position: absolute;
	top: 49%;
	left: 105px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
}
.block .box .bt a.toeic::after {
	left: 60px;
}

.triger{
	display: none;
}
.dropDown {
	display: block;
}





@media screen and (max-width: 750px){
/* SP */
.pcOnly {
		display: none;
}
.spOnly {
	display: block;
}
#lesson{
	margin-top: 2em;
}


/* タイトル 
---------------------------------------------------------*/
#title{
	width: 100%;
	height: auto;
	position: static;
	overflow: visible;
}
#title h2{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	position: static;
	top: 0;
	transform: translateY(0%);
	right: 0;
	left: 0;
	font-size: 160%;
	color: #0078bf;
	z-index: 10;
	padding-top: 2em;
	padding-bottom: 1em;
}
#title img{
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: auto;
	position: static;
	top: 0;
	bottom: auto;
	transform: translateY(0%);
	right: 0;
	left: auto;
	z-index: 1;
}




.block{
	margin: 0 auto;
	width: 90%;
	padding: 4em 0 0;
}
.block.first{
	padding: 4em 0 0;
}
.block h3{
	margin: 0 auto 1em;
	width: 100%;
	font-size: 130%;
	line-height: 140%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0.5em;
	position: relative;
	display: inline-block;
}
.block h3::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 90%;
	height: 4px;
	background-color: #1facd7;
}
.block h3 .spOnly{
	display: inline;
}
.block p{
	width: 100%;
	font-size: 100%;
	line-height: 150%;
	text-align: center;
	padding-bottom: 1.5em;
}

.block .ptxt{
	width: 95%;
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	padding-bottom: 1.5em;
}

.block .box{
	width: 100%;
	margin-bottom: 3em;
	float: none;
	margin-right: 0px;
}
.block .box:nth-child(2n){
	margin-right: 0px;
}
.block .box .img{
	width: 100%;
	height: 13em;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
}
.block .box .inner{
	padding: 1.5em;
	background-color: #ededed;
}
.block .box .inner .boxT{
	width: 100%;
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
	text-align: left;
	background-image: url(../common/images/circle.png);
	background-position: left 0px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	margin-bottom: 0.5em;
	padding-left: 25px;
}
.block .box .inner .boxT .sup{
	font-size: 60%;
vertical-align: top;
position: relative;
top: -0.5em;
}
.block .box .inner p{
	width: 100%;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	padding: 0;
}
.block .box .txt{
	width: 100%;
	font-size: 100%;
	line-height: 150%;
	text-align: left;
	min-height: auto;
	padding-top: 1em;
	padding-bottom: 0;
}
.block .box .txt span{
	font-size: 90%;
}

.block .box .txt .bt,
.block .box .bt{
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 85%;
}
.block .box .txt .bt a,
.block .box .bt a{
	padding: 1em 0;
	display: block;
	background-color: #0078bf;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 110%;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	position: relative;
}
.block .box .txt .bt a .sup,
.block .box .bt a .sup{
	font-size: 10px;
vertical-align: top;
position: relative;
top: -0.5em;
}
.block .box .txt .bt a:hover,
.block .box .bt a:hover{
	opacity:0.5;
  filter: alpha(opacity=50);
	text-decoration: none;
}
.block .box .txt .bt a::after,
.block .box .bt a::after {
	content: "";
	position: absolute;
	top: 49%;
	left: 16%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #FFF;
}
.block .box .bt a.toeic::after {
	left: 4%;
}

.block .box .triger {
	margin: 0 auto;
	display: block;
	width: 60%;
	height: 3em;
	text-align: center;
	background-color: #333;
	cursor: pointer;
	background-image: url(../images/lesson_plan/arrowDown.png);
	background-position: center center;
	background-size: 45px auto;
	background-repeat: no-repeat;
}
.block .box .triger.close {
	background-image: url(../images/lesson_plan/arrowUp.png);
}
.block .box .dropDown {
	display: none;
	padding-bottom: 1em;
}




}
