@charset "UTF-8";

.links {
}

.links .icon-arrow {
	color: #c4ff00;
	font-size: 20px;
}

.links a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.links_wrap {
}

.links_top {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
	padding: 100px 0 40px;
	border-bottom: 1px solid #cecece;
}

.links_top_cnt {
}

.links_top_hd {
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: #c4ff00 3px solid;
	font-size: 20px;
	line-height: 1;
}

.icon-arrow {
}

.links_top_bd {
}

.links_btm {
}

.links_btm_cnt {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px solid #cecece;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.links {
	}

	.links .icon-arrow {
	}

	.links a {
	}

	.links_wrap {
	}

	.links_top {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 60px 0 40px;
	}

	.links_top_cnt {
	}

	.links_top_hd {
	}

	.icon-arrow {
	}

	.links_top_bd {
	}

	.links_btm {
	}

	.links_btm_cnt {
		flex-flow: column;
		padding: 20px 0;
	}
}
