@charset "UTF-8";


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

@media screen and (max-width:900px){

  h3 {margin-top:3em; padding-left:0.8em; border-left:2px solid #1e7835; font-size:120%; font-weight:600;}
	h3 span {color:#1e7835; font-size:70%;}

}



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

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

  h3 {margin-top:3em; padding-left:0.8em; border-left:2px solid #1e7835; font-size:140%; font-weight:600;}
	h3 span {color:#1e7835; font-size:70%;}

}


