@charset "UTF-8";

* {
	font-family: "Arial Narrow", sans-serif;
	font-size: 11pt;
}

/*交通事故でお困りの方はこちら　のバナー*/
.jiko_bunner{
	display: flex;
	/* justify-content: center;
	align-items: center;
	width: 90%; */
	/* height: 50px; */
	margin: 0 auto;
	/* background-color: #113981;
	color: #ffffff; */
	color: #11398;
	font-size: 120%;
	font-weight: bold;
	border-radius: 5px;
}

.jiko_bunner_wrapper a{
	/* text-decoration: none; */
	color: #11398;
}

.index_bunner_padding{
	padding-left: 7px;
}