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

.top{
	padding: 250px 0 120px;
	background: url(../img/top_bg.png) no-repeat center top 420px;
}
.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 .icon {
	padding: 60px 0;
}
.top p {
	font-size: 24px;
	font-weight: bold;
	line-height: 2em;
}
.top li {
	float: left;
	width: 50%;
	margin: 120px 0 0;
}


@media screen and (max-width: 1024px) {
	.top{
		padding: 120px 15px 30px;
		background-size: contain;
		background-position: center top 280px;
		background-size: 120%;
	}
	.top h3 {
		font-size: 24px;
		font-weight: bold;
		height: 80px;
		padding: 15px 0 0px;
		background-size: 240px;
	}
	.top .icon {
		padding: 30px 0;
	
	}
	.top h4 {
		font-size: 20px;
		margin: 0 0 30px;
	}
	.top p {
		font-size: 14px;
	}
	
	
	.top li {
		margin: 0;
		padding: 15px;
	}

}