@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
   index setting
------------------------------------------------------- */

/* emergency:
--------------------------------------------*/

@media screen and (max-width: 767px){
	#emergency div{
		grid-template-columns: 1fr;
	}
	#emergency h2{
		margin-bottom: 1rem;
		margin-right: 1rem;
	}
}
