
@charset "UTF-8";

.table_basic01 {
	margin: 0 0 4px 0;
}

	.table_basic01 tbody th {
		padding: 4px 2px;
		font-size: 1.2rem;
		text-align: center;
		vertical-align: middle;
	}

		.table_basic01 tbody th.t_head {
			width: 42%;
		}


	.table_basic01 tbody td {
		padding: 8px 2px;
		font-size: 1.3rem;
		text-align: center;
		vertical-align: middle;
	}

@media screen and (max-width:768px) {
	.table_basic01 tbody th.dt_head {
		width: 37%;
	}


	.table_basic01 tbody td {
		font-size: 1.2rem;
	}
}


.tbl_scroll {
	margin: 0 0 25px 0;
}

	.tbl_scroll .cap {
		display: none;
	}

	.tbl_scroll .t_cap {
		font-size: 1.1rem;
	}

@media screen and (max-width: 560px) {
	.tbl_scroll {
		overflow: auto;
	}

		.tbl_scroll table {
			min-width: 510px;
		}

		.tbl_scroll::-webkit-scrollbar {
			height: 10px;
		}

		.tbl_scroll::-webkit-scrollbar-track {
			background: #F1F1F1;
		}

		.tbl_scroll::-webkit-scrollbar-thumb {
			background: #BCBCBC;
		}

		.tbl_scroll .cap {
			display: block;
			margin: 0 0 0.25em 0;
			font-size: 1.1rem;
			color: #E50011;
			min-width: 510px;
		}
}

#env02, #env03 {
	margin-top: 60px;
}

.h3_basic {
	font-size: 1.8rem;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

.h4_basic {
	margin-bottom: 12px;
	padding-bottom: 6px;
}

.boxInfo01 > .txtLeft01:last-child {
	padding-bottom: 0;
}

.env_orderedList > li{
	position: relative;
	margin-bottom: 10px;
    padding: 0 20px 0 18px;
	font-size: 16px;
	line-height: 1.8;
}

.env_orderedList > li:last-child {
	margin-bottom: 0;
}



.boxInfo01.env_list {
	border: 1px solid #CFD8E4;
	background-color: #F8FBFF;
	padding: 12px 20px;
	box-sizing: border-box;
	border-radius: 6px;
}


	.boxInfo01.env_list h3 {
		font-size: 1.8rem;
		color: #0d5daa;
		text-align:center;
		font-weight:bold;
		line-height:1.1;
		margin:0 0 10px 0;
		position:relative;
	}

		.boxInfo01.env_list h3 span {
			display: inline-block;
			background: #F8FBFF;
			padding:0 0.7em;
			position:relative;
		}

		.boxInfo01.env_list h3:before {
			display: block;
			content: "";
			height: 1px;
			width: 100%;
			background: #0d5daa;
			position:absolute;
			margin:auto;
			top:0;
			bottom:0;
			left:0;
		}

	.boxInfo01.env_list .env_orderedList {
	}

		.boxInfo01.env_list .env_orderedList > li {
			padding-left: 22px;
			counter-increment: ls_num;
		}

			.boxInfo01.env_list .env_orderedList > li:before {
				display: block;
				content: counter(ls_num);
				position: absolute;
				top: 4px;
				left: 0;
				width: 18px;
				height: 18px;
				border-radius: 50%;
				font-size: 1.2rem;
				text-align: center;
				color: #fff;
				line-height: 18px;
				background-color: #0d5daa;
			}


@media screen and (max-width: 768px) {
	#env02, #env03 {
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {

	.h3_basic {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding-bottom: 4px;
	}

	.boxInfo01.env_list {
		padding:5% 3%;
	}

		.boxInfo01.env_list h3 {
			font-size: 1.6rem;
		}
}