@charset "UTF-8";

/* ===============================
	style
=============================== */

/*------ contents ------*/

section {
	margin-bottom:8em;
}

ul.link li {
	margin-bottom:1em;
	position: relative;
}
ul.link li span::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	position: absolute;
}
ul.link li span {
	padding-right:0.8em;
}
ul.link li a {
	color:#1a5f31;
	text-decoration: underline;
	transition: .3s;
}
ul.link li a:hover {
	color:#79b28c;
}

/* ===============================
	PC / Tab Style
=============================== */
@media print , screen and (min-width: 768px) {

	
}

/* ===============================
	Mobile Style
=============================== */
@media screen and (max-width: 767px) {
	
/*------ contents ------*/

	section {
		margin-bottom:5em;
	}
	
	
}