@charset "UTF-8";


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

@media screen and (max-width:900px){
 
 h2,
 .area2,
 .ptxt {width:90%; margin:0 auto;}
 
 .area2 .fleft {width:50% !important; margin:0 auto;}

 h2 {margin-top:3em; padding-bottom:0.5em; color:#333 !important; font-size:130% !important; font-weight:600;}
	h2 span {display:block; color:#7f1b31; font-size:70%;}

}



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

@media screen and (min-width:901px) {

 h2,
 .area2,
 .ptxt {width:94%; max-width:1200px; margin:0 auto;}
 
 .area2 .ptxt {align-items:center;}
 .area2 .fleft {width:25% !important;}
 .area2 .fright {width:70% !important;}
 
 h2 {margin-top:3em; padding-bottom:0.5em; color:#333 !important; font-size:150% !important; font-weight:600;}
	h2 span {display:block; color:#7f1b31; font-size:70%;}

}


