@charset "UTF-8";
/* CSS Document */

.title{
	background:#feefe0;
	padding:20px 0 180px;
	text-align:center
}

.title h2{
	font-size:34px;
	line-height:46px;
	font-weight:bold;
	
}

.title h2 span{
	padding-left:65px;
	background:url(../img/icon_title_b.gif) left top no-repeat;
	display:inline-block;
}

img.pic{
	margin:-140px auto 45px;
	display:block;
}

.make{
	padding:45px 0 60px;
	background:#eaebeb;
}

.make .inner > div{
	width:460px;
}

.make .inner > div h3{
	font-size:22px;
	 line-height:1.3;
	 font-weight:bold;
	 padding-bottom:8px;
	 margin-bottom:12px;
	 border-bottom:1px solid #d19651;
}

.make .inner > div h3 span{
	font-size:18px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.make .inner > div ul li{
	font-size:16px;
	line-height:1.5;
	font-weight:bold;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:6px;
}

.make .inner > div p{
	font-size:14px;
	line-height:1.5;
	font-weight:bold;
	text-indent:-1em;
	padding-left:1em;
	margin-top:15px;
}



@media screen and (max-width: 739px) {
		
	.title{
		background:#feefe0;
		padding:3vw 0 20vw;
		text-align:center
	}
	
	.title h2{
		font-size:5vw;
		line-height:1.3;
		font-weight:bold;
		
	}
	
	.title h2 span{
		min-height:8vw;
		padding-left:8vw;
		background:url(../img/icon_title_b.gif) left top no-repeat;
		background-size:7vw auto;
	}
	
	img.pic{
		width:90%;
		margin:-15vw auto 6vw;
		display:block;
	}
	
	.make{
		padding:6vw 0 1vw;
		background:#eaebeb;
	}
	
	.make .inner > div{
		width:100%;
		margin-bottom:6vw
	}
	
	.make .inner > div h3{
		font-size:4vw;
		 line-height:1.3;
		 padding-bottom:1vw;
		 margin-bottom:1.5vw;
	}
	
	.make .inner > div h3 span{
		font-size:3vw;
	}
	
	.make .inner > div ul li{
		font-size:3.5vw;
		line-height:1.5;
		margin-bottom:1vw;
	}
	
	.make .inner > div ul li br{
		display:none;
	}
	
	.make .inner > div p{
		font-size:3vw;
		margin-top:2vw;
	}
	
}






