@charset "utf-8";


/* ========================================================================================================================

	関連サイト集

======================================================================================================================== */
#container {
	padding-top: 0;
	background-color: #fff;
}
.link_title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: 340px;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 4rem;
	line-height: 1.4;
}
@media screen and (min-width: 769px), print {
	.link_title {
		background-image: url(../img/title_bg.jpg);
	}
}
@media screen and (max-width: 768px) {
	.link_title {
		height: 100px;
		background-image: url(../../img/title_bg.jpg);
		font-size: 2.4rem;
	}
}


@media screen and (min-width: 769px), print {
	.link_table {
		width: 100%;
		table-layout: fixed;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.link_table th,
	.link_table td {
		border: 1px solid #cfd0d0;
		font-weight: bold;
	}
	.link_table thead th {
		background-color: #f5f5f5;
		padding: 15px;
	}
	.link_table thead th:first-child {
		width: 26%;
		background-color: #fff;
	}
	.link_table tbody th {
		padding: 10px 25px;
	}
	.link_table tbody td {
		height: 60px;
		padding: 10px;
		text-align: center;
		font-size: 1.8rem;
		color: #5f6060;
		line-height: 1;
	}
	.link_table a {
		color: #333;
	}
}
@media screen and (max-width: 768px) {
	.sp_link_section + .sp_link_section {
		margin-top: 50px;
	}
	.sp_link_section h1 {
		margin-bottom: 15px;
		padding: 8px 15px;
		background-color: #f5f5f5;
		font-size: 1.8rem;
		line-height: 1.5;
		color: #6a6b6c;
	}
	.sp_link_section h1 a {
		color: #6a6b6c;
	}
	.sp_link_section h1.rinri {
		background-color: #e0e6f1;
	}
	.sp_link_section h1.nintei {
		background-color: #faebae;
	}
	.sp_link_section h1.saisei {
		background-color: #d0e1b9;
	}
	.sp_link_section h1.hito {
		background-color: #eedde8;
	}

	.sp_link_section ul {
		line-height: 1.6;
		margin-left: 15px;
	}
	.sp_link_section ul li {
	}
	.sp_link_section ul li a {
		display: block;
		position: relative;
		padding: 5px 0 5px 15px;
		color: #6a6b6c;
	}
	.sp_link_section ul li a::before {
		content: "";
		position: absolute;
		top: 1.2em;
		left: 0;
		width: 6px;
		border-top: 2px solid #698bd8;
		margin-top: -1px;
	}
}




