@charset "utf-8";

/* =============================================
	人材開発支援助成金制度
============================================= */
.content_area{
	width: 94%;
	max-width: 1000px;
	margin: 1em auto;
}

/*****
ヘッダー
*****/
#content_ttl{
	font-size: clamp(2rem,2.6vw,2.6rem);
	color: #575f64;
	margin: 0 auto;
	padding: 0 0 0.5em;
	text-align: center;
	border-bottom: 1px solid #333;
}

/*****
詳細内容
*****/
.normal_section{
	font-size: clamp(1.4rem,1.5vw,1.5rem);
	line-height: 1.8;
	margin-top: 4em;
}

.ttl_lv3{
	margin-top: 3em;
}

.table_basic{
	margin: 1.5em auto 1em auto;
}

.table_basic .note_indent1 li:last-of-type,
.note_indent2 li:last-of-type{
	margin-bottom: 0;
}

.tbl_joken{}
.tbl_joken th,
.tbl_joken td{
	vertical-align: middle;
	text-align: center;
}

ol.decimal > li:before{
	width: auto;
}

.table_decimal{
	counter-reset: li;
}
.table_decimal ol{
	padding-left: 0px;
}
.table_decimal ol li{
	margin-bottom: 5px;
	padding-left: 3em;
	position: relative;
	line-height: 1.3;
}
.table_decimal ol li:last-of-type{
	margin-bottom: 0;
}

.table_decimal li:before{
	counter-increment: li;
	content:'（'counter(li) '）';
	margin: 0 5px 0 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	/*****
	ヘッダー
	*****/
	.content_area{
		padding: 2em 0;
	}
	
	/*****
	詳細内容
	*****/
	.normal_section{
		line-height: 1.5;
		margin-top: 3em;
	}
	
	.tbl_joken .w_td{
		width: 38%;
	}
	
	.course_name{
		width: 35%;
	}
}

/* PC----------------------------- */
@media screen and (min-width: 768px){
	/*****
	ヘッダー
	*****/
	.content_area{
		padding: 2em;
		border: 1px solid rgba(0,0,0,0.1);
		box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	}
	
	/*****
	詳細内容
	*****/
	.tbl_joken .w_td{
		width: 42%;
	}
	
	.course_name{
		width: 25%;
	}
}
@media screen and (min-width: 1024px){}
