@charset "UTF-8";
/*--------------------------------------------------
カラー設定

メインカラー	グリーン　#0EB998 
薄いグリーン　			 #EAF5F3 
濃いグリーン　　　　　　#013700
濃いブルー　　　　　　　#009AA2

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));
--------------------------------------------------*/

/*------------------------------
リンク
--------------------------------*/
.link_wrap {
	margin: 40px 0;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #C9C9C9;
}
.link_wrap::before {
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	width: 8px;
	height: 10px;
	background: #DCBA00;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.link_item {
	font-size: 18px;
	font-weight: 500;
	color: #9C4307;
}
