@charset "UTF-8";

/* ---------------------------------------
  関連リンク
-----------------------------------------*/
#sec_links {
	padding: 6rem 0 3rem;
}

#sec_links .wrap {
	max-width: 90rem;
}

#sec_links .tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 3px solid #dcdddd;
	border-bottom: 3px solid #dcdddd;
}

#sec_links .tb th,
#sec_links .tb td {
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.05em;
	padding: 1.3rem 2rem;
	border-bottom: 1px solid #dcdddd;
}

#sec_links .tb tr:last-child th,
#sec_links .tb tr:last-child td {
	border-bottom: none;
}

#sec_links .tb th {
	font-weight: 600;
	width: 37rem;
}

@media screen and (max-width: 767px) {
	#sec_links {
		padding: 5rem 0 0;
	}

	#sec_links .wrap {
		max-width: inherit;
	}

	#sec_links .tb {
		border-top: .3rem solid #dcdddd;
		border-bottom: .3rem solid #dcdddd;
	}

	#sec_links .tb th,
	#sec_links .tb td {
		display: block;
		font-size: 3rem;
		padding: 3rem 0;
	}

	#sec_links .tb th {
		width: 100%;
		padding-bottom: 2rem;
		border-bottom: none;
	}
	#sec_links .tb td {
		padding-top: 0;
	}
}