@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*画面幅599px以下(スマホ)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/



/*画面幅600px以上1024pxまで(タブレット)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
@media screen and (min-width:600px){

}
*/



/*画面幅1025px以上(PC)の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:600px){

/*全体の設定
---------------------------------------------------------------------------*/
h4 {
	font: bold!important;
	font-size:30px;
	color:rgb(9, 243, 5);
	text-align: center;
}


}
/*PC*/