@charset "utf-8";

/* page_title 
===================================================================== */
.page_title{
	padding: 120px 0 0;
}
.page_title h1{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 73px;
	font-size: 36px;
	letter-spacing: 0.18em;
}
.page_title .image{
	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 30px 20px;
		font-size: 22px;
	}
	.page_title .image{
		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;
}



