@charset "UTF-8";

/* ==========================================
	h2
========================================== */

#headline {
	text-align:center;
	background: #4dabdc;
}
#headline h2 {
	display:block;
	padding:30px 0 25px;
	color: #fff;
	font-size: 2.4rem;
	font-size: 24px;
	letter-spacing:0.1em;
	font-weight: 300;
}
#headline h2 span {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin-top: 6px;
	position: relative;
}
@media screen and (max-width:640px) {

	#headline h2 {
		font-size: 17px;
		padding: 10px 0;
	}
	#headline h2 span {
		font-size: 13px;
		margin-top: 0;
	}
	#headline h2 span:after {
		height: 2px;
	}
	
}

/* ==========================================
	breadcrumb
========================================== */
#breadcrumb{
	color: #656565;
}
#breadcrumb ul li{
	float:left;
	font-size: 1.3rem;
	font-size: 13px;
	line-height:2em;
}
#breadcrumb ul li:after {
	content:">";
	margin:0 0.5em;
}
#breadcrumb ul li:last-child:after {
		content:none;
}
@media screen and (max-width:840px) {
	#breadcrumb ul li{
		font-size:0.8em;
	}
}
@media screen and (max-width:640px) {
}

/* ==========================================
	common
========================================== */
section{
	padding:60px 0;
}

@media screen and (max-width:640px) {
	section{
		padding:10% 0 15%;
	}

}