@media (min-width:751px){
/* CSS Document */



/*mv*/
	#mv { background: url("../images/flow/mv.jpg") center center no-repeat; background-size: cover;
		 /*padding-top: 100px;*/ height: 354px; border-bottom: solid 1px #DDDEDE; margin-bottom: 0; }
	/*#mv h2 { margin-top: -73px; margin-left: -151px; } */
/*
	#mv .mv_title { width: 100%; height: 75px; background-color: rgba(255,255,255,0.9); margin-top: 279px; }
	#mv .mv_inner { width: 1100px; height: 75px; margin-right: auto; margin-left: auto; background: url(../images/bg_mvinner.svg) right 45px center no-repeat;
	 				padding-top: 24px; }
	#mv .mv_inner h2 { position: static; text-align: left; font-size: 18px; line-height: 28px; color: #8F643C; font-weight: normal; }
 	#mv .mv_inner h2 span { font-size: 28px; line-height: 28px; color: #534741; font-family: 游明朝,"Yu Mincho",YuMincho; padding-right: 0.5em; font-weight: bold; }
*/
	#p1 { padding-top: 65px; }
	#p2 { padding-top: 95px; }

	#p1 .lead { text-align: center; line-height: 2; }
	#p2 .mainw { width: 965px; }
	#p2 .mainw .flow_wrap { background: url(../images/flow/bg_flow.png) center top repeat-y; }
	#p2 .flow_wrap li { margin-bottom: 40px; }
	#p2 .flow_wrap li:nth-child(odd) { text-align: left; }
	#p2 .flow_wrap li:nth-child(even) { text-align: right; }


}/*End for pc*/


/*Start for SP*/
@media (max-width:750px){
	#mv { background: url("../images/flow/mv_sp.jpg") center center no-repeat; background-size: cover; 
							margin-bottom: 9.2vw; border-bottom: 1px solid #655851; }
/*
	#mv .mv_title { width: 100%; height: 11.8vw; background-color: rgba(255,255,255,0.9); position: absolute; bottom: 0; left: 0;  }
	#mv .mv_inner { width: 100%; height: 11.8vw; margin-right: auto; margin-left: auto; background: url(../images/bg_mvinner_sp.svg) right 5.2vw center no-repeat;
	 				 background-size: 22.6vw auto ; }
	#mv .mv_inner h2 { position: static; text-align: left; font-size: 3.2vw; color: #8F643C; font-weight: normal; visibility: visible; padding-left: 4vw; }
 	#mv .mv_inner h2 span { font-size: 4vw; line-height: 11.8vw; color: #534741; font-family: 游明朝,"Yu Mincho",YuMincho; padding-right: 0.5em; font-weight: bold; }
*/
	#p1 { padding-top: 9.8vw; }
	#p1 .lead { line-height: 2; font-size: 3.5vw; }
	#p2 { padding-top: 8vw; }
	#p2 .mainw .flow_wrap { background: url(../images/flow/bg_flow_sp.png) center top repeat-y; background-size: 1.3vw auto; }
	#p2 .flow_wrap li { margin-bottom: 4.6vw; }
	#p2 .flow_wrap li img { width: 100%; }
	#p2 .flow_wrap li:nth-child(7) img , #p2 .flow_wrap li:nth-child(8) img , #p2 .flow_wrap li:nth-child(12) img { width: auto; height: 22.7vw; }
	#p2 .flow_wrap li:nth-child(12) { text-align: right; }


	/*#pagetop_sp { margin: -30vw auto 4vw; }*/

}/*End for SP*/