@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap");

* {
	box-sizing: border-box;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}


/* ===================
.place_setmenu
====================== */
.place_setmenu {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	align-items: stretch;
	gap: 1%;
}
.place_setmenu div {
	flex-basis: 32%;
}

#btn_here {
	letter-spacing: 0em;	
}
#btn_here a {
	padding: 36px 4px 6px 4px!important;
	transition: 0.2s all ease 0s;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.3;
}
#btn_listselect {
	letter-spacing: 0em;
}
#btn_listselect a {
	padding: 36px 4px 6px 4px!important;
	transition: 0.2s all ease 0s;
	line-height: 1.3;
	font-size: 1.4rem;
	text-align: center;
}
#btn_nameselect {
	letter-spacing: 0em;
}
#btn_nameselect a {
	padding: 36px 4px 6px 4px!important;
	transition: 0.2s all ease 0s;
	line-height: 1.3;
	font-size: 1.4rem;
	text-align: center;
}

/* ===================
.main_nav 
====================== */
.main_nav ul li a {
	width: 100%;
	height: 50px;
	display: block;
	padding: 4px 0;
	text-align: center;
	background-color: var(--bgcolor_lightblue);
	border-left: 1px solid var(--themecolor);
	transition: 0.2s all ease 0s;
}

/* ===================
.bread_crumb
====================== */
.bread_crumb ul li {
	padding-left: 20px;
}
.bread_crumb ul li:before {
	right: -18px;
}

/* ===================
.emergency_topics
====================== */
.emergencytopics_main .emergencyinfo_area div {
	line-height: 1.3;
}

/* ================
emergency category
================== */
.emergency_mainitem dl dt {
	flex-basis: 160px;
	margin-right: 20px;
	font-weight: 500;
	white-space: nowrap;
}
.emergency_mainitem dl dd {
	flex-basis: 600px;
	width: 100%;
	word-wrap: break-word;
    overflow-wrap: break-word;
}


