/* CSS Document */


@media (min-width:751px){
	#p0 h2 { margin-bottom: 25px; }
	p.lead { margin-bottom: 0; }



/*unit*/
 	.unit .txt .cbtn2 { margin: 90px auto 0; }
 	.unit .txt span { display: inline-block; width: 6em; }

	#p2 { padding: 55px 0 30px; margin-bottom: 190px; }
	#p2 .mainw { position: relative; width: 1050px; }
	#p2 .mainw .img { position: absolute; top:-35px; right: 0; }
	#p2 .mainw h4 { margin-bottom: 20px; }
	#p2 .mainw p { font-size: 14px; line-height: 25px; margin-bottom: 30px; }
	
}


@media (max-width:750px){
	#p2 { padding: 10vw 0; }
	#p2 .mainw { position: relative; /*height: 50vw;*/ }
	#p2 .mainw .img { width: 30vw; position: absolute; right: 0; top: -6vw; }
	#p2 .mainw h4 { border-bottom: #42210b 1px dashed; font-size: 4.2vw; padding-bottom: 2vw;
		margin-bottom: 4vw; font-family: "minamoto"; width: 58vw; }
	#p2 .mainw h4 span { color: #895b2d; font-size: 3.4vw; display: inline-block; padding-left: 3vw; }
	#p2 .mainw p { font-size: 3.8vw; line-height:4.3vw; margin-bottom: 4vw; width: 58vw; }
	#p2 .mainw .cbtn2 { margin: 0 auto; }

	footer #pagetop_sp { margin: 0; background: url("../images/bg_cb.jpg") repeat; padding: 6vw 4vw;
		width: 100%; height: 32vw; }


}

