body{
	counter-reset: section tsection csection ssection notesection;
}
/*題庫*/
	.divide_line{
		border-right: 0px;
		border-bottom: 1px dashed #dee2e6;
	}
	.divide_line_2{
		border-right: 1px dashed #dee2e6;
	}
	@media(min-width: 992px){
		.divide_line{
			border-right: 1px dashed #dee2e6;
			border-bottom:0px;
		}
	}
	.exam_list > [class*="col-"]{
		padding-top: .375rem;
		padding-bottom: .375rem;
	}
	.exam_list:not(:first-child){
		border-top: 1px solid #dee2e6; 
	}
	.question:before{
		counter-increment: section;
		content: counter(section) ". ";
	}
/*評分*/

	.score_divideline{
		border-top: 1px dashed #dee2e6;
	}
	audio{
		height: 2rem;
	}