@charset "UTF-8";
.introSection .tableBox .td.wrap {
	width: 60% !important;
}
.introSection .tableBox .td.wrap td:nth-child(1) {
	width: 36%;
}
.introSection .tableBox .td.wrap td:nth-child(2) {
	width: 36%;
}
.introSection .tableBox .td.wrap td:nth-child(3) {
	width: 28%;
}
.introSection .tableBox .td:nth-child(4) {
	width: 40% !important;
	border-right: 0;
}
.introSection .tableBox .td ul li {
	position: relative;
}
.introSection .tableBox .td ul li:before {
	content: "\f0da";
	background: #CECE2E;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 11px;
	height: 12px;
	line-height: 13px;
	margin: 0 5px 0 0;
	text-align: center;
	text-indent: 2px;
	width: 12px;
}

.curriclumSection .ttl_s {
	border-bottom: 1px solid #f2f2f2;
}
.curriclumSection .tblHead {
	border-bottom: 1px solid #f2f2f2;
}
.curriclumSection .tableBox .th p {
	line-height: 1.3;
	padding: 6px 5px 5px;
}
.curriclumSection .detailFrame .tbl_01 .td:first-child {
	width: 28%;
}

/* 幅768px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	.introSection .tableBox .td.wrap {
		width: 100% !important;
	}
	.introSection .tableBox .td.wrap td:nth-child(1) {
		width: 38%;
	}
	.introSection .tableBox .td.wrap td:nth-child(2) {
		width: 38%;
	}
	.introSection .tableBox .td.wrap td:nth-child(3) {
		width: 24%;
	}
	.introSection .tableBox .td:nth-child(4) {
		width: 100% !important;
	}
}
