<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/**
 * #mv
 */
#mv {
	background:url(../../img/mv.jpg) no-repeat center center;
	background-size:cover;
}

.sns .fb-like {
	margin-top: 0px;
	vertical-align: top;
}
.btn-cp {
	border: 3px;
	display: block;
	display: inline-block;
	background-color: #fff;
	border-radius: 22px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
	line-height: 2.5;
	transition-duration: 0.2s;
	transition-property: background-color;
	transition-timing-function: ease;
	text-align: center;
	padding: 0 13px;
	color: #76952f;
	border-color: #76952f;
	border-style: solid;
}
.btn-cp:hover {
	opacity:.7;
}

.text, .text_img_l, .text_img_r, .text_img_b {
	margin-top:30px;
}</pre></body></html>