@charset "UTF-8";



/*********************************
 * ～900
 *********************************/

@media screen and (max-width:900px){
	
.area3 {position:relative;}
.area3 .fleft {width:90% !important; padding:2em 2em 4em 2em; background:#bfb37a; color:#fff;}
.area3 .fright {position:relative; width:80%; margin:-3.5em 0 0 20%; z-index:+1;} 

#cmn_contact {}

}



/*********************************
 * 901～
 *********************************/

@media screen and (min-width:901px) {
  
.area3 {position:relative;}
.area3 .fleft {width:65% !important; padding:2em 10% 2em 2em; background:#bfb37a; color:#fff;}
.area3 .fright {position:absolute; bottom:-3em; right:0;}

#cmn_contact {margin-top:7em;}

}


