@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .disclosureSec {
	margin-bottom: 14rem;
}
#main .disclosureSec .ttl {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#main table {
	margin-bottom: 4.7rem;
	width: 100%;
	border-collapse: collapse;
}
#main table th {
	padding: 1.2rem 1rem;
	color: #6D977B;
	text-align: left;
	vertical-align: top;
	font-weight: 500;
	background-color: #EAEAEA;
	border: 2px solid #6D977B;
	letter-spacing: 0.06em;
}
#main table td {
	color: #000;
	padding: 1.55rem 1rem;
	text-align: left;
	vertical-align: top;
	font-weight: 500;
	line-height: 1.75;
	background-color: #fff;
	border: 2px solid #6D977B;
	letter-spacing: 0.06em;
	border-bottom: none;
	border-top: none;
	position: relative;
}
#main table td:after {
	height: 2px;
	background-color: #E8E8E8;
	position: absolute;  
	left: 0;
	bottom: 0;
	right: 0;
	content: ""; 
}
#main table tr:last-child td {
	border-bottom: 2px solid #6D977B;
}
#main table tr:last-child td::after {
	display: none;
}
#main table td:first-child:after {
	left: 1rem;
}
#main table td:last-child:after {
	right: 1rem;
}
#main table .wid01 {
	width: 11%;
}
#main table .wid02 {
	width: 15%;
}
#main table .wid03 {
	width: 32%;
}
#main table .wid04 {
	width: 10.5%;
}
#main table .wid05 {
	width: 16.5%;
}
#main table .wid06 {
	width: 15%;
}
#main table td a {
	color: #000;
	border-bottom: 1px solid currentColor;
}
#main .comGreyBox {
	margin-top: 19.6rem;
}

@media all and (min-width: 897px) {
	#main table td a:hover {
		border-color: transparent;
	}
}

@media all and (max-width: 896px) {
	#main .disclosureSec {
		margin-bottom: 8rem;
	}
	#main .tableBox {
		margin-bottom: 3.7rem;
	}
	#main .tableBoxSub {
		padding-bottom: 1rem;
		margin-right: -2rem;
		overflow-x: scroll;
	}
	#main .tableBoxSub table {
		margin-bottom: 0;
		min-width: 100%;
		width: 100rem;
	}
	#main .comGreyBox {
		margin-top: 10rem;
	}
}