@charset "UTF-8";


/* ===========================================
　　　　　介護事業所系　CSS
============================================*/
div{
	margin-bottom: 1em;
	text-align: center;
}
div:last-of-type{
	margin-top: 6em;
}

.cstm_lnk{

	display: inline-block;
}
.cstm_lnk a{
	display: block;
	border: 1px solid #333;
	border-radius: 0.3em;
	text-decoration: none;
	color: #222;
	padding: 0.4em 1em 0.3em 1em;
}
.cstm_lnk a:hover{
	transform: translateY(3px);
	background: lightgoldenrodyellow;
}
.fa-circle-arrow-right{
	color: lightslategray;
}