@charset "UTF-8";

.count_box{
	counter-reset: number 0;
}
.count_box .ttl_num{
	padding: 0;
	border-bottom: 1px solid;
}
.count_box .ttl_num::before{
	counter-increment: number 1;
	content: counter(number) " ";
	display: inline-block;
	background-color: #3F7414;
	color: #fff;
	text-align: center;
	width: 2em;
	margin-right: .3em;
	padding: .2em 0 .1em;
}
.bg_palegreen{
	background: #f1f9ec;
	padding: .5em;
}
.col_03+.col_03{
	margin-top: 2em;
}
.table_type th.col_null{
	border-bottom: none;
	background: transparent;
	padding: 0;
	width: 5px;
}
.table_type td.col_null{
	padding: 0;
	border-bottom: none;
	border-top: none;
	border-right: 1px solid #cecece;
}
@media only screen and (max-width: 990px){
	.scroll-table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.scroll-table table {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
}