@charset "UTF-8";

main h4 {margin-top:1.5em; font-size:110%; font-weight:600; line-height:1.3;}

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

@media screen and (max-width:900px){
 
 main {width:90%; margin:0 auto;}

 h2 {color:#666 !important;}
 h2 span {display:block; color:#6b053c; font-size:70%;}

}



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

@media screen and (min-width:901px) {
 
 main {width:94%; max-width:1200px; margin:0 auto;}

 h2 {color:#666 !important;}
 h2 span {display:block; color:#6b053c; font-size:70%;}

}


