@charset "UTF-8";
/*------------------------------table03-------------------------------*/
.data_list {
	margin-bottom: 20px;
}
.data_list table{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	padding:0;
	margin:0;
	background: #cfcfcf;
}
.data_list table+ table{
	border-spacing: 0;
}

.data_list table th{
	padding: 10px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	background: #f2f2f2;
}
.data_list table td{
	padding:10px;
	text-align:right;
	background: #fff;
}
.data_list table td+ td{
	border-top: none;
}
.data_list table td:first-child{
	background: #f2f2f2;
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.data_list{
		margin-bottom: 0; 
	}
	.data_list table{
		border:0;
		background: none;
	}
	.data_list table thead{
		display:none;
	}
	.data_list table tr{
	    margin-bottom: 20px;
	    display: block;
	    padding: 0;
		border: solid 1px #cfcfcf;
		border-bottom: 2px solid #cfcfcf;
	}
	.data_list table tr:last-child{
	    margin-bottom: 0;
	}
	.data_list table td{
		display:block;
		text-align:right;
	}
	.data_list table td:last-child{
		border-bottom:0;
	}
	.data_list table td:before {
		content:attr(data-label);
		float:left;
		font-weight: bold;
	}
}

/*------------------------------コンテンツ-------------------------------*/
.course{
	margin-bottom: 20px;
	border-bottom: solid 1px #cfcfcf;
}
.course h4{
	font-weight: bold;
	color: #339900;
}
ul.caution{
	width: 640px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
ul.caution li{
	padding: 5px;
}
.contact a{
	color: #336699;
	text-decoration: none;
}
.contact a:hover{
	text-decoration: underline;
}
.contact .data_list table th,
.contact .data_list table td{
	text-align: center;
}
.contact .data_list table th{
	background: #8fe1ff;
}
.contact .data_list table td{
	background: #ebfcff;
}
.contact .data_list table td:first-child{
	background: #8fe1ff;
}


@media screen and (max-width:1000px) {
	.curriculum{
		margin-top: 40px;
	}
	.chapter4 p.phone span{
		font-size: 25px;
	}
	ul.caution{
	width: 100%;
	}
}


/*------------------------------div01-------------------------------*/
.col_2_side{
	margin-bottom: 20px;
    padding: 0 20px;
}
.col_2_side>.col_left{
	float: left;
	width: auto;
}
.col_2_side>.col_right{
    float: left;
    margin-left: 20px;
    width: auto;
}
.col_2_side .col_right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.col_2_side .col_right .detail .icon{
	display: inline-block;	
	vertical-align: middle;
	margin-right: 10px;
}
.col_2_side .col_right .detail .date .icon img,
.col_2_side .col_right .detail .place .icon img{
	width: 32px;	
}

.col_2_side .col_right .detail .check .icon img{
	width: 12px;
}
.col_2_side .col_right .detail .txt{
	display: inline-block;
	vertical-align: middle;
}
.col_2_side .col_right .detail li{
	position: relative;
	padding: 5px;
	border-top: dashed 1px #cfcfcf;
	border-bottom: dashed 1px #cfcfcf;
}
.col_2_side .col_right .detail li+ li{
	border-top: none;
}
.col_2_side>.col_right{
	width: 320px;
}
@media screen and (max-width:1000px) {
	.col_2_side{
		padding: 0;
	}
	.col_2_side .col_left{
		float: none;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.col_2_side .col_left img{
		width: 50%;
		height: 50%;
	}
	.col_2_side .col_right{
		float: none;
		margin: 0;
		width: 100%;
	}
	.col_2_side .col_right .detail .date .icon,
	.col_2_side .col_right .detail .place .icon{
		width: 10%;
	}
	.col_2_side .col_right .detail .check .icon{
		width: 5%;
	}
	.col_2_side .col_right .detail .date .txt,
	.col_2_side .col_right .detail .place .txt{
		width: 83%;
	}
	.col_2_side .col_right .detail .check .txt{
		width: 88%;
	}
	.col_2_side>.col_right{
		width: 100%;
	}
}


.bg_col_ye{background: #fefef1;
padding: 15px;}

.font_we_ul{
	text-decoration:underline;
	font-weight: bold;
}

.font_ge_ul{
	border-bottom: #339900 1px solid;
}

.bg_col_gr{background: #009900;
	color: #ffffff;
padding: 10px;}

.img_center{
 display: block;
 margin-left: auto;
 margin-right: auto;
	margin-bottom: 15px;
}
