@charset "utf-8";

/* ------------------------------
 KYOWA STYLE
------------------------------ */
.contents{
	margin-top: -90px;
}
.green-bg{
	background: #e6faf5;
	padding: 150px 0 60px;
}
.decoration{
	text-align: center;
}
.decoration span{
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #d1d1d1;
	border-radius: 50px;
	margin: 0 10px;
}
.decoration:before{
	content:"";
	width: 10px;
	height: 10px;
	background: #d1d1d1;
	border-radius: 50px;
	display: inline-block;
}
.decoration:after{
	content:"";
	width: 10px;
	height: 10px;
	background: #d1d1d1;
	border-radius: 50px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.green-bg{
		padding-bottom: 30px;
	}
}

