/*
Theme Name:		first-child
Template:		first
Version:		2.0.4
*/



/*　　カスタマイズ部分  */


@media screen and (min-width: 783px){
	.pc-hide{
		display:none;
	}
}

@media screen and (max-width: 783px){
	.mobile-hide{
		display:none;
	}
}