.link .table_color_one .table_wrap {
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 11;
}
.link .table_color_one .table_wrap .table_doc {
	flex: 0 0 48%;
	padding: 0 0 21px;
	margin: 0 0 45px;
}
.link .table_color_one .table_wrap .table_doc a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 30px;
	position: relative;
}
.link .table_color_one .table_wrap .table_doc a::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #13b5b1;
	border-right: 2px solid #13b5b1;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%) rotate(45deg);
}
.link .table_color_one .table_wrap .table_doc a:after {
	content: "";
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0;
	background: url("/img/common/icon_link.svg") no-repeat center center;
}

/* ---------------------------------------------
 	sp
---------------------------------------------- */
@media (max-width: 767px) {
	.link .table_color_one .table_wrap .table_doc a {
		padding-right: 20px;
		padding-left: 15px;
	}
	.link .table_color_one .table_doc {
		border-bottom: 2px solid #ffc927;
	}

	.link .list_background {
		margin-bottom: 0;
	}
	.link .table_color_one .table_wrap {
		display: block;
		border: none;
	}
	.link .table_color_one .table_wrap .table_doc {
		padding: 0 0 20px;
	}
	.link .table_color_one .table_wrap .table_doc:not(:last-of-type) {
		margin: 0 0 20px;
	}
}

/*# sourceMappingURL=link.css.map */