@charset "utf-8";
.q {
	padding: 17px 40px 17px 63px;
	cursor: pointer;
	margin-bottom: 0 !important;
	margin-top: -1px;
	border-top: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
	position: relative;
	background: url(../img/plus_icon.png) no-repeat right 10px center / 21px auto;
}
.q.active {
	padding: 17px 40px 17px 63px;
	position: relative;
	background: url(../img/minus_icon.png) no-repeat right 10px center / 21px auto;
}
.q:before,
.q.active:before,
.toggle_box:before {
	content: "Q";
	font-family: Geneva,sans-serif; 
	font-size: 2.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	color: #CEA100;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/inquiry/q_bg.png) no-repeat 0 0;
}
.toggle_box {
	display:none;
	padding: 5px 0 17px 63px;
	border-bottom: solid 1px #e6e6e6;
	position: relative;
	margin-top: -1px;
	background: #fff;
	margin-bottom: 0 !important;
}
.toggle_box:before {
	content: "A";
	color: #fff;
	top: 0;
	background: url(../img/inquiry/a_bg.png) no-repeat 0 0;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	
}