@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}


.top-image {
	width: 100%;
}

.main_title {
	background-color:  #5B9F4A;
	color: white;
	height: 60px;
	margin-top: 100px;
}

.main_content {
	width: 1000px;
	margin: 0 auto;
}

.sentence {
	margin-top: 100px;
	font-size: 20px;
	text-align: center;
}

.border_title {
	color: #5B9F4A;
	border-bottom: solid 2px  #5B9F4A;
	font-size: 25px;
	margin: 100px 0 30px 0;
}

.form_title {
	padding: 30px;
	background-color: gainsboro;
}