/* CSS Document */

#keyimg{
	background: url("../about/img/keyimg.webp") center center no-repeat;
	background-size: cover;
	height: 300px;
}

#keyimg h1{
	max-width: 1400px;
	margin: auto;
	line-height: 300px;
	font-size: 40px;
	color: #fff;
		text-shadow: 1px 1px 2px #000;
}

.bar{
	margin-bottom: 25px;
}

.bar hr{
	margin: 0;
}

.bar .hr1{
	border-bottom: 1px solid #1C9B45;
}

.bar .hr2{
		border-bottom: 5px solid #1C9B45;
	width: 190px;
	margin-top: -3px;
}

#s01{
	width: 1200px;
	margin: auto;
	margin-bottom: 150px;
}

#s01 h2{
	font-size: 35px;
	margin-bottom: 35px;
}

#s01 .rap01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

#s01 table{
	width: 1000px;
	margin: auto;
	border-spacing: 3px;
	border-collapse:collapse
}


#s01 table th{
	width: 210px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

#s01 table td{
	padding: 25px;
	border-bottom: 1px solid #ccc;
}

#s01 table th .bg{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
}

#s01 table th .bg2{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
	height: 200px;
}

#s01 table th .bg3{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
	height: 500px;
}

#s02{
	width: 1200px;
	margin: auto;
	margin-bottom: 150px;
}


#s02 .bar2{
	margin-bottom: 15px;
}

#s02 .bar2 hr{
	margin: 0;
}

#s02 .bar2 .hr1{
	border-bottom: 1px solid #1C9B45;
}

#s02 .bar2 .hr2{
		border-bottom: 5px solid #1C9B45;
	width: 210px;
	margin-left: 110px;
	margin-top: -3px;
}


#s02 h2{
	font-size: 35px;
	margin-bottom: 100px;
}

#s02 table{
	width: 1000px;
	margin: auto;
	border-spacing: 3px;
	border-collapse:collapse
}

#s02 table th{
	width: 210px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

#s02 table td{
	padding: 25px;
	border-bottom: 1px solid #ccc;
}

#s02 table td .f25{
	margin-right: 20px;
}




#s02 table tr:last-child td,
#s02 table tr:last-child th{
	border-bottom: 0;
}

#s02 table th .bg1{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
}

#s02 table td ul{
	display: flex;
	flex-wrap: wrap;
}

#s02 table td li{
	margin-right: 25px;
}

#s02 table th .bg2{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
	height: 200px;
}

#s02 table th .bg3{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
	height: 380px;
}

#s02 table th .bg4{
	background: #D5F2D1;
	text-align: center;
	width: 100%;
	height: 100px;
}