@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Nunito+Sans:opsz,wght@6..12,700&display=swap');

body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
	font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	letter-spacing: .05em;
  line-height: 1.7;
	margin: 0;
	overflow-y: auto;
}
a {
  color: #033886;
  text-decoration: underline;
	border: none;
}
a:hover {
  text-decoration: none;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
a img {
	border: none;
  transition: .5s;
}
a:hover img {
  opacity: .7;
}

#emergency {
	width: 100%;
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:709px) {
	body {
		font-size: 14px;
	}
	
	
}