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

/*
TOP
================================================================= */
section.top-lead {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: #ADCECE solid 1px;
}
section.top-lead div.lead-txt {
	float: left;
	width: 50%;
	margin: 0 2% 0 8%;
	font-size: 1.4rem;
	font-family:'Lora', serif;
	line-height: 2.2em;
	letter-spacing: 0.3em;
}
section.top-lead h2 {
	color: #F05A24;
	font-weight: lighter;
	margin-bottom: 26px;
}
section.top-lead p {
	margin-bottom: 26px;
}
section.top-lead div.lead-img {
	float: right;
	width: 40%;
	height: 440px;
	background: url(../../images/top-lead-img.jpg) no-repeat center center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}


section.top-news {
	clear: both;
	width: 1000px;
	margin: 0 auto 90px auto;
}
section.top-news h3 {
	text-align: center;
	font-family:'Lora', serif;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	font-weight: lighter;
	margin-bottom: 30px;
}
section.top-news h3::after {
	content: "";
 	display: block;
	border-bottom: #F9B970 solid 2px;
	width: 9%;
	margin: 14px auto;
}
section.top-news div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
section.top-news dl {
	width: 230px;
	border: #E0CFB8 solid 1px;
	padding: 14px 12px;
	text-align: center;
}
section.top-news dt {
	border-bottom: #E0CFB8 solid 1px;
	font-size: 1.3rem;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
section.top-news dd {
	font-size: 1.2rem;
	line-height: 1.6em;
}

@media (max-width: 768px) {
	section.top-lead {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	section.top-lead div.lead-txt {
		float: none;
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 20px;
		font-size: 1.6rem;
		line-height: 2em;
		letter-spacing: 0.2em;
	}
	section.top-lead h2 {
		font-size: 1.6rem;
		margin-bottom: 26px;
	}
	section.top-lead p {
		margin-bottom: 26px;
	}
	section.top-lead div.lead-img {
		float: none;
		width: 100%;
		height: 300px;
	}

	section.top-news {
		width: 100%;
		margin: 0 auto 40px auto;
	}
	section.top-news h3 {
		margin-bottom: 24px;
	}
	section.top-news div {
		display: block;
	}
	section.top-news dl {
		width: 90%;
		margin: 0 auto 10px auto;
	}
	section.top-news dt {
		border-bottom: #E0CFB8 solid 1px;
		font-size: 1.3rem;
		padding-bottom: 0.5em;
		margin-bottom: 1em;
	}
	section.top-news dd {
		font-size: 1.2rem;
		line-height: 1.6em;
	}

}





