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

div.inner_right{
	padding: 0 10px;
}

/*----------------------------------------------------------------*/
/*---sec_system-------------------------------------------------------------*/

div#sec_system{
	width: 100%;
	margin: 0 auto;
}

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

div#sec_system table.pu_table1{
	width: 100%;
}

div.smp_table_wrap{
	width: 100%;
	overflow: auto;
}

div#sec_join table.pu_table1{
	width: 100%;
}
div#sec_lesson_fee table.pu_table1{
	width: 140%;
}

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

div#sec_system table.pu_table1 > thead > tr th{
}

table.pu_table1.pt2 th{
	width: 50%;
}
table.pu_table1.pt3 th{
	width: 33.33%;
}

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

div#sec_system table.pu_table1 > tbody > tr th,
div#sec_system table.pu_table1 > tbody > tr td{
text-align: center;
}

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

div#sec_system table.pu_table1 > tbody > tr th{
}

div#sec_system table.pu_table1 > tbody > tr th h2{
}
div#sec_system table.pu_table1 > tbody > tr th h2 b{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
div#sec_system table.pu_table1 > tbody > tr th h2 span{
	font-size: 11px;
	font-weight: 5600;
	text-align: center;
	line-height: 1.5em;
}

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

div#sec_system table.pu_table1 > tbody > tr td{
}

div#sec_system table.pu_table1 > tbody > tr td div{

	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

div#sec_system table.pu_table1 > tbody > tr td p{
}
div#sec_system table.pu_table1 > tbody > tr td span.coution{
	width: 100%;
	text-align: center;
}

div#sec_system table#lesson_fee > thead > tr th.bg_bl{ width: 28%; background-color: rgba(91, 169, 199, 0.25);}
div#sec_system table#lesson_fee > tbody > tr td.bg_bl{background-color: rgba(91, 169, 199, 0.1);}

div#sec_system table#lesson_fee > thead > tr th.bg_ye{ width: 28%; background-color: rgba(224, 145, 31, 0.25);}
div#sec_system table#lesson_fee > tbody > tr td.bg_ye{background-color: rgba(224, 145, 31, 0.1);}

/*----------------------------------------------------------------*/
/*---sec_join-------------------------------------------------------------*/

div#sec_join{
	margin-top: 30px;
}

/*---image-------------------------------------------------------------*/

div#sec_join div.lq_img{
	width: 100%;
	height: 200px;
	margin-bottom: 50px;

	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

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

div#sec_join tr#need_join ul{
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
div#sec_join tr#need_join ul li{
	padding: 0 8px;
	margin: 2px 0;
}
div#sec_join tr#need_join ul li p{
border-bottom: 2px rgba(0,0,0,0.1) dashed;
}

/*----------------------------------------------------------------*/
/*---sec_lesson_fee_1-------------------------------------------------------------*/

div.inner_right > div:not(#sec_join){
	margin-top: 40px;
}

/* div#sec_lesson_fee_3{
	margin-top: 20px;
} */

/*----------------------------------------------------------------*/
/*---sec_withdrawal-------------------------------------------------------------*/

div#sec_withdrawal{
	margin-top: 40px;
}
div#sec_withdrawal p{
	margin-top: 12px;
}

/*----------------------------------------------------------------*/
/*---cnt_lesson_detail-------------------------------------------------------------*/

/* div#sec_system div.cnt_lesson_detail{
	margin-top: 20px;
}
div#sec_system div.cnt_lesson_detail{
	padding-left: 12px;
border-left: 4px rgba(0,0,0,0.7) solid;
}
div#sec_system div.cnt_lesson_detail:first-child{
	margin-top: 0;
}

div#sec_system div.cnt_lesson_detail b{
	font-size: 18px;
	font-weight: 600;
}

div#sec_system div.cnt_lesson_detail p{
	line-height: 1.5em;
}
div#sec_system div.cnt_lesson_detail > p:first-child{
	margin-top: 0;
}

div#sec_system div.cnt_lesson_detail ul{
}
div#sec_system div.cnt_lesson_detail ul li{
	padding: 7px 5px;
	border-bottom: 1px #dbdbdb dashed;
} */
