@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%;
	}
}

/*------------------------------TEXT05-------------------------------*/
.center_box{
    border: solid 1px #cfcfcf;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 0 20px 0px 20px;
    padding:0 20px 0px 20px;
}
.center_box .center{
	text-align: center;
}
.center_box .dotted_bottom{
    position: relative;
    border-top: none;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0 0 0 20px;
    line-height: 30px;
}
.center_box .dotted_bottom:before{	
    display: block;
    position: absolute;
    content: "▶";
    color: #c11920;
    top: 0px;
    left: 0;
    right: auto;
    height: 30px;
    line-height: 30px;
}
.center_box.color_beige{
	background: #f8f9e3;
}
.center_box.color_pink{
	background: #fbf7f4;
}
@media screen and (max-width:1000px) {
	.center_box{
	    margin: 0 0 20px 0;
	    padding: 20px
	}
}