@charset "UTF-8";


h3{
    font-size: 36px;
	text-align:center;
	line-height: 4.0rem;
	font-weight: 400;
	letter-spacing:0.8rem;
    margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
	h3{
		font-size: 21px;
		font-weight: 400;
		line-height: 2.6rem;
		letter-spacing: 0.4rem;
		margin-bottom: 20px;
	}
}


/*-----------------------------------

	h2_title

-----------------------------------*/
#h2_title{
	text-align:center;
	padding: 35px 0;
	border-top: solid 2px #efebde;
}
h2{
	font-size: 24px;
	line-height: 4.0rem;
	font-weight: 400;
	letter-spacing:0.8rem;
}
@media screen and (max-width: 1160px) {
	#h2_title{
		margin-top: 5px;
	}	
}
@media screen and (max-width: 640px) {
	#h2_title {
		text-align: center;
		margin-top: 15px;
		padding: 15px 0;
	}
	h2{
		font-size: 21px;
		font-weight: 400;
		line-height: 2.6rem;
		letter-spacing:0.4rem;
	}
}
/*-----------------------------------

	main_line_wrap

-----------------------------------*/
#main_line_wrap{
	width: 100%;
	background:#eeebdd;
}
#main_line{
	width: 1160px;
	height: 25px;
	background:#5a8d65;
	margin: 0 auto;
}
@media screen and (max-width: 1160px) {
	#main_line{
		width: 95%;
		height: 20px;
	}
}
@media screen and (max-width: 640px) {
	#main_line{
		height: 10px;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
	width:100%;
	padding: 15px 0 0;
}
#breadcrumb ul li {
	font-size: 16px;
	float: left;
	display:inline-block;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
@media screen and (max-width: 640px) {
	#breadcrumb ul li {
		font-size: 14px;
	}
}