@charset "utf-8";
/* CSS Document */

.top{
	padding: 250px 0 240px;
	background: url(../img/top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top .wrap {
	width: 840px;
}
.top h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
    background: url(../img/top_ttl.png) no-repeat top center;
    height: 100px;
    padding: 30px 0 0px;
}
.top h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.top h4 {
	padding: 90px 0 0;
	font-size: 28px;
}

.top p {
	padding: 30px 0 60px;
}
.top li {
	width: 100%;
	box-sizing: border-box;
	border-top: dotted 4px #FF8F8F;
	padding:  30px;
	clear: both;
	float: left;
}
.top li:last-child {
	border-bottom: dotted 4px #FF8F8F;
}

.top li a {
	display: block;
	width: 360px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #FF8F8F;
	color: #FFF;
	border-radius: 10px;
	float: left;

}
.top li p {
	width: 400px;
	padding: 0;
	float: right;
	text-align: left;
}


@media screen and (max-width: 1024px) {
	.top{
		padding: 120px 15px 180px;
		background-position: left 15px bottom 15px;
		background-size: 900px;
	}
.top .wrap {
	width: 100%;
}

	.top h3 {
		font-size: 24px;
		font-weight: bold;
		height: 80px;
		padding: 15px 0 0px;
		background-size: 240px;
	}

.top p {
	padding: 30px 0;
}

.top li {
	padding:  15px 0;
}

.top li a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.top li p {
	width: 100%;
	padding: 15px 0 0;
}

}