@charset "utf-8";

/* page_title 
===================================================================== */
.page_title{
	padding: 120px 0 0;
}
.page_title h1{
	width: 980px;
	margin: 0 auto;
	font-size: 36px;
	letter-spacing: 0.18em;
}
.page_title h1 span{
	display: block;
	padding: 10px 0 0;
	font-family: 'Cardo', serif;
	font-size: 74px;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #5a8232;
	opacity: 0.3;
}
.page_title .image{
	margin-top: -48px;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
}
@media (max-width:767px) {
	.page_title{
		padding: 40px 0 0;
	}
	.page_title h1{
		width: 100%;
		padding: 0 0 0 20px;
		font-size: 22px;
	}
	.page_title h1 span{
		padding: 10px 0 0;
		font-size: 6rem;
		letter-spacing: 0.09em;
	}
	.page_title .image{
		margin-top: -4rem;
		width: 100%;
		height: 21.6rem;
	}
}

/* sec_title 
===================================================================== */
.sec_title{
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.18em;
	color: #5a8232;
	margin: 0 0 25px;
}
@media (max-width:767px) {
	.sec_title{
		font-size: 19px;
		margin: 0 0 15px;
	}
}


/* link 
===================================================================== */
.link{
	color: #1e79da;
}
.link:hover{
	opacity: 0.6;
}

/* link 
===================================================================== */
sup{
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}



