@charset "UTF-8";

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

@media screen and (max-width:900px){
	
.area2 {margin:3em auto 0 auto;}
.area2 .ptxt {}
.area2 .ptxt .fleft {padding:0;}
.area2 .ptxt .fright {}

}



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

@media screen and (min-width:901px) {
 
#cmn_bnr {margin:3em auto 0 auto !important;}

.area2 {margin:3em auto 0 auto;}
.area2 .ptxt {display:flex; position:relative; justify-content:space-between;}
.area2 .ptxt .fleft {width:55%; max-width:530px; padding:0;}
.area2 .ptxt .fright {width:44%;}



}


