@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 .common_donyu {
	margin-bottom: 45px;
	font-size: 14px;
	}

/* リンク */
#link .link_content {
	border-bottom: 1px solid #c5dbc4;
	}
#link .link_content .title a {
	color: #083204;
	}
#link .link_content .title:before {
	z-index: 1;
	color: #3e8738;
	}
