@charset "UTF-8";
#link .link_content {
	border-bottom: 1px dotted #999999;
	margin-bottom: 26px;
	padding: 0 24px 26px 24px;
}

#link .link_content .title {
	margin-bottom: 12px;
	position: relative;
}

#link .link_content .title:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e93d';
	font-size: 18px;
	color: #333333;
	top: 9px;
	left: 0;
	z-index: -1;
}

#link .link_content .title a {
	font-size: 19px;
	display: inline-block;
	padding-left: 26px;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#link .link_content {
		margin-bottom: 20px;
		padding: 0 12px 20px 12px;
	}
	#link .link_content .title {
		margin-bottom: 8px;
	}
	#link .link_content .title a {
		font-size: 18px;
		padding-left: 24px;
	}
	#link .link_content .title a:before {
		font-size: 15px;
	}
}



/* ============================================================
カスタマイズ
============================================================ */
#link #main h2 {
	color: #3671b2;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 700;
	}
#link #main .common_donyu h3 {
	padding: 12px 18px;
	background-color: #ebf2f6;
	color: #3671b2;
	}
#link #main .common_donyu span.hl {
	color: #3671b2;
	font-weight: 600;
	}
#link #main .common_donyu h4 {
	color: #3671b2;
	}
#link #main .common_donyu div.box {
	padding: 24px;
	border: 1px solid #c3d5e8;
	line-height: 1.8;
	}
/* btn */
#link #main .common_donyu a.btn {
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	background: linear-gradient(120deg, #3671b2, #3671b2, #295ea2);
	transition: 0.3s;
	color: #fff;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-align: center;
	}
#link #main .common_donyu a.btn::before,
#link #main .common_donyu a.btn::after {
	height: 1px;
	margin: auto;
	display: block;
	position: absolute;
	right: 10%;
	background-color: #fff;
	content: '';
	}
#link #main .common_donyu a.btn::before {
	width: 24px;
	top: calc(48% + 4px);
	}
#link #main .common_donyu a.btn::after {
	width: 10px;
	top: 48%;
	transform: rotate(45deg);
	}

/* 768＜ --------------------------- */
@media print,
screen and (min-width: 768px) {

	#link #main .common_donyu span.hl {
		font-size: 20px;
		}
	#link #main .common_donyu h4 {
		font-size: 24px;
		}
	/* btn */
	#link #main .common_donyu a.btn {
		max-width: 360px;
		padding: 20px 0;
		font-size: 19px;
		}
	#link #main .common_donyu a.btn:hover {
		opacity: 0.8;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	#link #main .common_donyu span.hl {
		font-size: 16px;
		}
	#link #main .common_donyu h4 {
		font-size: 18px;
		}
	/* btn */
	#link #main .common_donyu a.btn {
		max-width: 300px;
		padding: 18px 0;
		font-size: 16px;
		}

} /* end ＞767 */
