@charset "utf-8";
/*------------------------------------------------------------
	artical
------------------------------------------------------------*/
.pageLead h2 span {
	margin-top: 0;
}
#main .topBox h3 {
	margin-bottom: 36px;
	font-size: 3rem;
	line-height: 1.67;
	letter-spacing: 0.05em;
}
#main .topBox table {
	margin-bottom: 82px;
	width: 100%;
	border-collapse: collapse;
}
#main .topBox table th,
#main .topBox table td {
	padding: 15px 25px 10px;
	width: 56%;
	font-size: 1.8rem;
	line-height: 1.71;
	text-align: center;
	border-right: 2px solid rgba(206, 226, 253, 0.5);
	border-bottom: 2px solid rgba(206, 226, 253, 0.5);
}
#main .topBox table th {
	padding: 5px 10px 3px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #174E9D;
}
#main .topBox table td:first-of-type {
	text-align: left;
}
#main .topBox table th:nth-of-type(2),
#main .topBox table td:nth-of-type(2) {
	width: 19.4%;
}
#main .topBox table th:nth-of-type(3),
#main .topBox table td:nth-of-type(3) {
	width: 24.6%;
	border-right: none;
}
#main .topBox table td a {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.pageLead {
		padding-top: 50px;
	}
	.pagePath {
		margin-bottom: 43px;
	}
	#main .topBox table td a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#main .topBox h3 {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	#main .topBox table {
		margin-bottom: 50px;
	}
	#main .topBox table th,
	#main .topBox table td {
		padding: 10px 5px;
		width: 47%;
		font-size: 1.3rem;
	}
	#main .topBox table th {
		padding: 5px 5px 3px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#main .topBox table td:first-of-type {
		padding: 10px 15px;
	}
	#main .topBox table th:nth-of-type(2),
	#main .topBox table td:nth-of-type(2) {
		width: 24%;
	}
	#main .topBox table th:nth-of-type(3),
	#main .topBox table td:nth-of-type(3) {
		width: 29%;
	}
}