@charset "utf-8";

/*---------------------------------------------------------------------------*/
.contents .contents_area {
	position: relative;
	width: 100%;
}
.contents .contents_area_inner {
	margin: 0 auto;
	position: relative;
	width: 94%;
	z-index: 10;
}
.contents img {
	height: auto;
	width: 100%;
}

/*---------------------------------------------------------------------------*/
.contents_title {
	margin: 22px auto 20px;
	width: 210px;
}
.main_img {
	margin: 0 0 22px;
	width: 100%;
}
.txt_01 {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 12px;
}

.title_box {
	display: table;
	margin: 0 0 18px;
	width: 100%;
}
.title_box .title_img {
	display: table-cell;
	vertical-align: middle;
	width: 36%;
}
.title_box .title_txt {
	background: #f4f4f4;
	display: table-cell;
	padding: 0 0 0 12px;
	vertical-align: middle;
}
.title_box .title_txt .sub_title {
	font-size: 10px;
	line-height: 12px;
	margin: 0 0 5px;
	padding: 0 20px 0 0;
}
.title_box .title_txt .main_title {
	font-size: 14px;
	font-weight: normal;
}

.sec_txt_01 {
	font-size: 12px;
	line-height: 17px;
	padding: 0 3%;
}

.caution_txt {
	font-size: 10px;
	line-height: 17px;
	margin: 0 3%;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.btn {
	background: #00afec;
	margin: 18px auto 18px;
	width: 90%;
}
.btn a {
	background: url("../../common/base/images/icon_02.png") 97% center no-repeat;
	background-size: 6px auto;
	color: #ffffff;
	display: block;
	padding: 10px 0;
	text-align: center;
}

/*---------------------------------------------------------------------------*/
.section01 {
	padding: 0 0 33px;
}
.section01 .main_title {
	color: #79c725;
}
.section01 .sec_title {
	border-bottom: 2px solid #fff000;
	color: #6bc10e;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	margin: 15px auto 18px;
	padding: 0 0 0 5px;
	width: 175px;
}

.lesson_list li {
	border-bottom: 1px dotted #999999;
	display: table;
	padding: 10px 0;
	width: 100%;
}
.lesson_list li .lesson_title {
	background: #85d231;
	color: #ffffff;
	display: table-cell;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	width: 20%;
}
.lesson_list li .lesson_text {
	display: table-cell;
	font-size: 12px;
	line-height: 16px;
	padding: 0 0 0 15px;
	text-align: left;
	vertical-align: middle;
}

.lesson_p_text {
  padding: 10px 0;
}

.section02 {
	padding: 0 0 20px;
}
.section02 .main_title {
	color: #00b1f1;
	font-size: 13px !important;
}

/*---------------------------------------------------------------------------*/

.section03 {
	padding: 0 0 25px;
}
.section03 .title_bg {
	background-color: #ddfcff;
	position: relative;
	padding: 15px 0;
	margin-bottom: 20px;
}
.section03 .title_bg:after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	background: url("https://jr.cocojuku.jp/sp/courses/images/englishkey/bnr_arrow.png") center center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	margin: auto;
	z-index: 1;
}
.section03 .title_bg .sec03_title {
	color: #00b2ee;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.level_list {
	margin: 12px 0 30px;
}
.level_list li {
	margin: 0 0 6px;
}
.level_list li a {
	box-sizing: border-box;
	display: block;
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	padding: 0 0 0 45px;
	position: relative;
}
.level_list li a::after {
	content: '';
	height: 38px;
	left: 3px;
	position: absolute;
	top: 5px;
	width: 37px;
}
.level_list li:nth-of-type(1) {
	border: 2px solid #9cc813;
}
.level_list li:nth-of-type(1) a {
	background: url("../images/index/icon_arrow_01.png") 95% center no-repeat;
	background-size: 6px auto;
	color: #9cc813;
}
.level_list li:nth-of-type(1) a::after {
	background: url("../images/index/program_icon_01.png") left center no-repeat;
	background-size: 37px auto;
}
.level_list li:nth-of-type(2) {
	border: 2px solid #f6aa00;
}
.level_list li:nth-of-type(2) a {
	background: url("../images/index/icon_arrow_02.png") 95% center no-repeat;
	background-size: 6px auto;
	color: #f6aa00;
}
.level_list li:nth-of-type(2) a::after {
	background: url("../images/index/program_icon_02.png") left center no-repeat;
	background-size: 37px auto;
}
.level_list li:nth-of-type(3) {
	border: 2px solid #4f86c5;
}
.level_list li:nth-of-type(3) a {
	background: url("../images/index/icon_arrow_03.png") 95% center no-repeat;
	background-size: 6px auto;
	color: #4f86c5;
}
.level_list li:nth-of-type(3) a::after {
	background: url("../images/index/program_icon_03.png") left center no-repeat;
	background-size: 37px auto;
}
.level_list li:nth-of-type(4) {
	border: 2px solid #f0854c;
}
.level_list li:nth-of-type(4) a {
	background: url("../images/index/icon_arrow_04.png") 95% center no-repeat;
	background-size: 6px auto;
	color: #f0854c;
}
.level_list li:nth-of-type(4) a::after {
	background: url("../images/index/program_icon_04.png") left center no-repeat;
	background-size: 37px auto;
}
.level_list li:nth-of-type(5) {
	border: 2px solid #23b8bc;
}
.level_list li:nth-of-type(5) a {
	background: url("../images/index/icon_arrow_05.png") 95% center no-repeat;
	background-size: 6px auto;
	color: #23b8bc;
}
.level_list li:nth-of-type(5) a::after {
	background: url("../images/index/program_icon_05.png") left center no-repeat;
	background-size: 37px auto;
}
.level_list li:nth-of-type(6) {
	border: 2px solid #ae76ed;
	background-color: #f6f6f6;
}
.level_list li:nth-of-type(6) a {
	background-color: #f6f6f6;
	padding-left: 113px;
	background: url("https://jr.cocojuku.jp/sp/courses/images/englishkey/icon_arrow_06.png") 95% center no-repeat;
	background-size: 6px auto;
	color: #ae76ed;
	line-height: 1;
}
.level_list li:nth-of-type(6) a span {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	width: 100%;
	padding: 12px 20px 0 0;
	text-align: center;
}
.level_list li:nth-of-type(6) a small {
	display: block;
	font-size: 8px;
	margin-top: 4px;
	padding-left: 1em;
}
.level_list li:nth-of-type(6) a::after {
	width: 113px;
	height: 48px;
	left: 0;
	top: 0;
	background: url("https://jr.cocojuku.jp/sp/courses/images/englishkey/program_icon_06.jpg") left center no-repeat;
	background-size: auto 48px;
}





/*---------------------------------------------------------------------------*/
.section04 {
	padding: 0 0 20px;
}
.section04 .main_title {
	color: #ae76ed;
}
.option_title {
	border-bottom: 1px solid #e4e4e4;
	color: #ae76ed;
	font-size: 12px;
	margin: 0 auto 8px;
	padding: 0 0 8px;
	text-align: center;
	width: 300px;
}
.option_title span {
	background: url("https://jr.cocojuku.jp/sp/courses/images/index/icon_pen.png") left center no-repeat;
	background-size: 14px auto;
	padding: 2px 0 2px 20px;
}

/*---------------------------------------------------------------------------*/
.bnr_area {
	background: #eeeeee;
	padding: 15px 0;
	position: relative;
}
.bnr_slide_area {
	margin: 0 auto;
	width: 60%;
	z-index: 10;
}
.bnr_slide {
	overflow: hidden;
	width: 100%;
}

/*---------------------------------------------------------------------------*/
.bx-wrapper {
	margin: 0 auto;
	position: static;
}
.bx-wrapper .bx-viewport {
	background: none;
	-moz-box-shadow: 0 0 0 #cccccc;
	-webkit-box-shadow: 0 0 0 #cccccc;
	box-shadow: 0 0 0 #cccccc;
	border:  none;
	left: 0;
}
.bx-wrapper .bx-prev {
	background: url("../images/index/slide_arrow_01.png") left top no-repeat;
	background-size: 100% auto;
	left: 0;
}
.bx-wrapper .bx-next {
	background: url("../images/index/slide_arrow_02.png") left top no-repeat;
	background-size: 100% auto;
	right: 0;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	outline: 0;
	width: 30px;
	height: 80px;
	text-indent: -9999px;
	z-index: 90;
}

/*---------------------------------------------------------------------------*/
.contact_area {
	background: #e5e5e5;
	margin: 0 0 10px;
	padding: 10px 0;
}
.contact_area .contact_box {
	background: #ffffff;
	padding: 18px 5%;
	text-align: center;
}
.contact_area .contact_box .contact_txt_01 {
	color: #3e3e3e;
	font-size: 13px;
	margin: 0 0 10px;
}
.contact_area .contact_box .contact_txt_01 span {
  color: #00afec;
  font-size: 15px;
}
.contact_area .contact_box .contact_txt_02 {
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	color: #626262;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 5px 0;
}
.contact_area .contact_box .contact_lesson_btn {
	background: #ff8d12;
	margin: 0 auto 15px;
	width: 90%;
}
.contact_area .contact_box .contact_lesson_btn a {
	background: url("../../common/base/images/icon_02.png") 97% center no-repeat;
	background-size: 6px auto;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.contact_area .contact_box .contact_tel {
	text-align: center;
}
.contact_area .contact_box .contact_tel span {
	color: #414141;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 10px;
	vertical-align: middle;
}
.contact_area .contact_box .contact_tel span.tel {
	margin: 0 0 0 3%;
	width: 50%;
}
#gakunen{
	margin-top:-60px;
	padding-top:60px;
}
.bnr_area2{
	width:90%;
	margin: 0 auto 30px;
	font-size: 12px;
	}
.bnr_area2 img{
	margin-bottom: 7px;
		}
#springschool{
	margin-top:-60px;
	padding-top:60px;
}