@charset "utf-8";
.slide{
	position: relative;
}
.slide div{
	background: url(../images/bg01.png);
	-webkit-background-size: 56px auto;
	background-size: 56px auto;
	padding: 1% 2%;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
.slide ul{
	width: 80%;
	margin: auto;
}
.slide li{
	width: 48%;
}
.sg_main{
	padding: 8% 2%;
}
.top01 h3{
	margin-bottom: 5%;
	border-bottom: 1px solid #d2d2d2;
}
.top01 li{
	background: #f8f7f4;
	padding: 2%;
	margin-bottom: 5%;
}
.top01 li h4{
	margin-bottom: 3%;
}
.top02 h3{
	border-bottom: 1px solid #d2d2d2;
	margin: 7% 0 3%;
}
.top02 .bnt{
	margin-top: 2%;
}
.top02 div{
	border: 1px solid #d2d2d2;
	padding: 3% 4%;
	margin-top: 3%;
}
.top02 div h4{
	width: 48%;
	float: left;
}
.top02 div p{
	width: 45%;
	float: right;
}
.top03{
	margin-top: 7%;
}
.top03 h3{
	margin-bottom: 3%;
	border-bottom: 1px solid #d2d2d2;
}
.top03 .bnt{
	margin-top: 5%;
}
.top04{
	margin-top: 7%;
}
.top04 ul{
	border-top: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
	padding: 2%;
	margin-top: 2%;
	overflow-y: scroll;
	height: 200px;
}
.top04 ul li{
	margin-bottom: 4%;
}
.top04 ul span{
	color: #a3a3a3;
}
.top04 ul a{
	color: #777777;
}