@charset "utf-8";

.nav-body{
	display: none;
}
.nav-open{
	padding: 5px;
	font-size: 1.8rem;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #f2f4f3;
	position: relative;
}
.nav-open::before{
	content: "＋";
	position: absolute;
	right: 20px;
}
.nav-open.active::before{
	content: "－";
}
.nav-open:hover{
	cursor: pointer;
}
.faq_q_title_q {
    width: 20px;
    text-align: left;
    font-size: 14px;
	font-weight: bold;
    color: #111987;
}
span.org{
  font-size:1em;
}
