@charset "utf-8";

/*---------------------------------------------------------------------------*/
.contents {
	width: 100%;
}
.contents .contents_area {
	min-width: 1000px;
	position: relative;
	width: 100%;
}
.contents .contents_inner {
	margin: 0 auto;
	width: 1000px;
}
.img_right{
	float: right;
	margin-left: 30px;
}
.con_wrap{
	overflow: hidden;
	margin-bottom: 40px;
	}
/*---------------------------------------------------------------------------*/
.breadcrumb_area {
	background: #00b2ee;
	min-width: 1000px;
	width: 100%;
}
.breadcrumb_area .breadcrumb_list {
	font-size: 0;
}
.breadcrumb_area .breadcrumb_list li {
	color: #ffffff;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 13px;
	padding: 15px 0 15px 5px;
	vertical-align: middle;
}
.breadcrumb_area .breadcrumb_list li a {
	color: #ffffff;
}
.breadcrumb_area .breadcrumb_list li span {
	padding: 0 10px 0 15px;
}

/*---------------------------------------------------------------------------*/
.title_area {
	background: url(../images/main_img.jpg) center center no-repeat;
	background-size: cover;
	height: 324px;
	min-width: 1000px;
	width: 100%;
}
.title_area .main_title {
	background: url(../images/main_icon.png) left top no-repeat;
	box-sizing: border-box;
	color: #5084c4;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
	margin: 82px 0 0;
	min-height: 168px;
	padding: 28px 0 0 140px;
	text-align: center;
	vertical-align: top;
}
.title_area .main_title strong {
	font-size: 49px;
}
.title_area .main_title strong span {
	font-size: 34px;
	font-weight: normal;
	padding: 0 0 0 5px;
}

/*---------------------------------------------------------------------------*/
.sec_title {
	background: #5f93d4;
	margin: 0 0 40px;
	min-width: 1000px;
	padding: 24px 0 20px;
	text-align: center;
	width: 100%;
}
.sec_title .title {
	color: #ffffff;
	font-size: 32px;
}
.sec_title .sub {
	color: #000000;
	font-size: 18px;
}

.txt_01 {
	color: #373737;
	font-size: 16px;
	line-height: 30px;
}

/*---------------------------------------------------------------------------*/
.section_01 {
	background: url(/common/base/images/bg_01.png) left top repeat;
	padding: 0 0 70px;
}
.section_02 {
	background: url(/common/base/images/bg_01.png) left top repeat;
	padding: 0 0 70px;
}
.section_03 {
	background: url(/common/base/images/bg_01.png) left top repeat;
	padding: 0 0 70px;
	border-bottom: 3px solid #e5e5e5;
}

.intro_box {
	background: #ffffff;
	border: 4px solid #5f93d4;
	margin: 35px 0 0;
	padding: 38px 30px 45px;
}
.intro_box .intro_img {
	float: right;
	margin: 0 0 0 25px;
}
.intro_box .txt_box .head {
	color: #5f93d4;
	font-size: 22px;
	line-height: 30px;
	padding: 0 0 0 10px;
	position: relative;
}
.intro_box .txt_box .head::after {
	background: #5f93d4;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	border-radius: 3px;
	content: '';
	height: 30px;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
}
.intro_box .txt_box ul {
	padding: 12px 0 0 10px;
}
.intro_box .txt_box ul li {
	color: #373737;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 0 1em;
	text-indent: -1em;
}
.intro_box .txt_box ul + .head {
	margin: 40px 0 0;
}

.table_box {
	margin: 35px auto 50px;
	text-align: center;
	width: 815px;
}

.price_title {
	border-bottom: 4px solid #dfdfdf;
	color: #5f93d4;
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 0 25px 3px;
}

.price_table {
	border-collapse: separate;
	border-spacing: 3px;
	margin: 0 auto 10px;
	width: 100%;
}
.price_table tr th {
	background: #5f93d4;
	color: #fefefe;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
.price_table tr th:nth-of-type(1) {
	width: 310px;
}
.price_table tr th:nth-of-type(2),
.price_table tr th:nth-of-type(3) {
	width: 250px;
}
.price_table tr td {
	background: #f5f5f5;
	color: #3e3e3e;
	font-size: 14px;
	padding: 10px 12px;
	text-align: center;
}
.price_table tr:nth-of-type(2n+1) td {
	background: #e6eef8;
}
.price_table tr td:nth-of-type(1) {
	text-align: left;
}

.table_caution {
	color: #373737;
	font-size: 13px;
	text-align: right;
}
.table_txt {
	color: #373737;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	text-align: left;
}
.caution {
	color: #373737;
	font-size: 13px;
	padding: 0 0 0 10px;
	text-align: left;
}

.caution2 {
	color: #373737;
	font-size: 13px;
	padding: 0 0 0 10px;
	text-align: left;
	margin: 20px 0 0 28px;
  text-indent: -1em;
}

.btn {
	margin: 0 auto;
	width: 300px;
}
.btn a {
	background: #00b2ee;
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 22px 0;
	text-align: center;
}
.btn a:hover {
	text-decoration: none;
}
.btn a span {
	background: url(../../images/courses/icon_search.png) left center no-repeat;
	padding: 5px 0 5px 32px;
}


.btn2 {
	margin: 0 auto;
	width: 500px;
}
.btn2 a {
	background: #00b2ee;
	color: #ffffff;
	font-size: 16px;
	display: block;
	padding: 22px 0;
	text-align: center;
}
.btn2 a:hover {
	text-decoration: none;
}
.btn2 a span {
	background: url(../../images/courses/icon_sankaku.png) right center no-repeat;
	padding: 5px 32px 5px 0;
}



/*---------------------------------------------------------------------------*/
.level_title_box {
	background: #ddfcff;
	position: relative;
}
.level_title_box::after {
	background: url(../../images/courses/item_01.png) left top no-repeat;
	bottom: -28px;
	content: '';
	display: block;
	height: 28px;
	left: 50%;
	margin: 0 0 0 -33px;
	position: absolute;
	width: 67px;
}
.level_title_box .level_title {
	color: #00b2ee;
	font-size: 29px;
	font-weight: bold;
	line-height: 36px;
	padding: 22px 0;
	text-align: center;
}

.level_inner {
	margin: 55px auto 0;
	width: 1000px;
}
.level_list {
	font-size: 0;
}
.level_list li {
	box-sizing: border-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	height: 320px;
	margin: 0 0 20px;
	position: relative;
	vertical-align: top;
	width: 490px;
}
.level_list li:nth-of-type(2n) {
	margin: 0 0 20px 20px;
}
.level_list li .level_icon {
	left: 0;
	position: absolute;
	top: -7px;
}
.level_list li dl {
	padding: 25px 0 0 115px;
	width: 360px;
}
.level_list li dl dt {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 10px;
}
.level_list li dl dd {
	padding: 12px 0 0;
}
.level_list li dl dd p {
	font-size: 14px;
	line-height: 23px;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.level_list li dl dd p span {
	font-size: 10px;
	padding: 0 5px 0 0;
}
.level_btn {
	bottom: 24px;
	position: absolute;
	right: 58px;
	width: 252px;
}
.level_btn a {
	color: #ffffff;
	font-size: 14px;
	display: block;
	padding: 10px 0;
	text-align: center;
}
.level_btn a:hover {
	text-decoration: none;
}

.level_list li.type01 {
	border: 2px solid #e1eeb8;
}
.level_list li.type01 dl dt {
	border-bottom: 2px solid #ebf4d0;
	color: #9cc813;
}
.level_list li.type01 dl dd p span {
	color: #9cc813;
}
.type01 .level_btn a {
	background: url(/common/base/images/icon_03.png) 95% center no-repeat #9cc813;
}

.level_list li.type02 {
	border: 2px solid #fce6b2;
}
.level_list li.type02 dl dt {
	border-bottom: 2px solid #fdeecc;
	color: #f6ab00;
}
.level_list li.type02 dl dd p span {
	color: #f6ab00;
}
.type02 .level_btn a {
	background: url(/common/base/images/icon_03.png) 95% center no-repeat #f6ab00;
}

.level_list li.type03 {
	border: 2px solid #cadaed;
}
.level_list li.type03 dl dt {
	border-bottom: 2px solid #dce7f3;
	color: #4f86c5;
}
.level_list li.type03 dl dd p span {
	color: #4f86c5;
}
.type03 .level_btn a {
	background: url(/common/base/images/icon_03.png) 95% center no-repeat #4f86c5;
}

.level_list li.type04 {
	border: 2px solid #fadac9;
}
.level_list li.type04 dl dt {
	border-bottom: 2px solid #fce6db;
	color: #f0854c;
}
.level_list li.type04 dl dd p span {
	color: #f0854c;
}
.type04 .level_btn a {
	background: url(/common/base/images/icon_03.png) 95% center no-repeat #f0844b;
}

.level_list li.type05 {
  float: left;
	border: 2px solid #bdeaeb;
}
.level_list li.type05 dl dt {
	border-bottom: 2px solid #d3f1f2;
	color: #23b8bc;
}
.level_list li.type05 dl dd p span {
	color: #23b8bc;
}
.type05 .level_btn a {
	background: url(/common/base/images/icon_03.png) 95% center no-repeat #23b8bc;
}

.type06_p {
  float: left;
  display: inline-block;
  width: 477px;
  margin-left: 33px;
  text-indent: -1em;
  font-size: 14px;
}

/*---------------------------------------------------------------------------*/
.contact_area {
	padding: 55px 0 0;
	text-align: center;
}
.contact_area .contact_box {
	margin: 0 auto;
	padding: 0 0 55px;
	width: 1000px;
}
.contact_area .contact_txt {
	color: #4a4a4a;
	font-size: 16px;
}
.contact_area .contact_txt a {
	color: #00b2ee;
	text-decoration: underline;
}
.contact_area .contact_txt a:hover {
	color: #00b2ee;
	text-decoration: none;
}
.contact_area .btn_lesson_contact {
	margin: 0 auto 12px;
	width: 560px;
}
.contact_area .btn_lesson_contact a {
	background: url(/common/base/images/icon_02.png) 95% center no-repeat #ff8d12;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 20px 0 22px;
	text-align: center;
}
.contact_area .btn_lesson_contact a:hover {
	text-decoration: none;
}

/*---------------------------------------------------------------------------*/
.option_btn {
	margin: 50px auto 30px;
	text-align: center;
}
.bnr {
	text-align: center;
	margin: 50px 0 0 0 ;
	}
/*---------------------------------------------------------------------------*/
.sliderArea {
	margin-top: 20px;
	min-width: 1000px;
	padding: 20px 0;
	width: 100%;
}
.sliderArea .bannerSlider {
	overflow: hidden;
	height: 90px;
}
.bx-wrapper {
	position: relative;
	/*width: 820px!important;*/
	margin: 0 auto!important;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-prev {
	left: -51px;
	background: url(../../images/index_bt010.gif) no-repeat 0 0;
}
.bx-wrapper .bx-next {
	right: -51px;
	background: url(../../images/index_bt011.gif) no-repeat 0 0;
}
.bx-wrapper .bx-prev:hover {
}
.bx-wrapper .bx-next:hover {
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -36px;
	outline: 0;
	width: 32px;
	height: 72px;
	text-indent: -9999px;
	z-index: 10px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}