@charset "utf-8";


/*-------------------------------------------------
冒頭キャプション
------------------------------------------------*/
#headCap {
	margin: 20px 0 30px;
}
#headCap h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7e4800;
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
	color: #7e4800;
}
#headCap p {
	color: #7e4800;
	font-size: 18px; font-size: 1.8rem;
	line-height: 1.6;
}


/*-------------------------------------------------
セクション01
------------------------------------------------*/
#section01 {
	margin-bottom: 40px;
}
#section01 h2 {
	margin-bottom: 15px;
	padding: 0 10px;
	min-height: 48px;
	line-height: 48px;
	background:#d1c0a5;
	color: #fff;
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
}
#section01 .inner {
	line-height: 1.6;
}
#section01 .inner .mb10em {
	margin-bottom: 1.0em;
}



/*-------------------------------------------------
SmartPhone
------------------------------------------------*/
@media screen and (max-width: 767px) {

/*タイトル*/
#headCap {
	width: auto;
	margin: 10px;
}
#headCap h1 {
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 18px; font-size: 1.8rem;
	text-align: center;
}
#headCap p {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.4;
}

/*セクション01*/
#section01 {
	margin-bottom: 10px;
}
#section01 h2 {
	margin-bottom: 5px;
	min-height: 36px;
	line-height: 36px;
	font-size: 16px; font-size: 1.6rem;
}
#section01 .inner {
	padding: 0 10px;
}


}/*//@media screen*/







