@charset "UTF-8";

.content-ttl {
	color: #000;
}

.link {
	
}

.attention {
	line-height: 1.6;
	padding: 50px 0 100px;
}


.link::after {
	content: '';
	width: 310px;
	height: 200px;
	background: url("../images/link/bg_link.png") no-repeat right bottom;
	background-size: contain;
	position: absolute;
	right: 0px;
	bottom: 30px;
	z-index: -1;
}

.l-main {
	padding-bottom: 150px;
}

@media print, screen and (min-width: 800px) {
	.link::after {
		content: '';
		width: 620px;
		height: 400px;
		background: url("../images/link/bg_link.png") no-repeat right bottom;
		background-size: contain;
		position: absolute;
		right: 0px;
		bottom: -160px;
		z-index: -1;
	}
	
	.l-main {
		margin-bottom: 200px;
		padding-bottom: 0;
	}
}


.heroHeading.link .heroHeading_image {
	background: url("../images/link/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.link .heroHeading_image {
		background: url("../images/link/main.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.attention {
		line-height: 1.6;
		padding: 0 0 200px;
	}
	
}


.link-list {
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.link-list li {
	width: 50%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.link-list li a {
	font-size: 1.2rem;
	line-height: 1.6;
	text-decoration: underline;		
}

.link-list li:nth-child(n + 3) {
	border-top: 1px dashed #d6d6d6;
}

@media print, screen and (min-width: 800px) {
	.link-list {
				
	}	
	
	.link-list li {
		width: 340px;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.link-list li a {
		font-size: 1.6rem;
		text-decoration: underline;		
	}
	
	.link-list li a:hover {
		text-decoration: none;		
	}
	
	.link-list li:nth-child(3n) {
		width: 280px;
	}
	
	.link-list li:nth-child(n + 3) {
		border-top: none;
	}
	
	.link-list li:nth-child(n + 4) {
		border-top: 1px dashed #d6d6d6;
	}
}

.section-block+.section-block {
	padding-top: 35px;
	margin-top: 30px;
	border-top: 1px solid #21a8da;
}

@media print, screen and (min-width: 800px) {
	.section-block+.section-block {
		padding-top: 70px;
		margin-top: 60px;
		border-top: 1px solid #21a8da;
	}	
}