/*------------------------------------------------------------
	アコーディオンメニュー
------------------------------------------------------------*/
#acd-menu022 dt {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 50px;
	background-color: #34833E;
	font-size: 128%;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	
}
#acd-menu022 dt::before {
	content: '';
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top-color: #fff;
}
#acd-menu022 .open::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #d1c8c3;
}
#acd-menu022 dt::after {
	content: '';
	position: absolute;
	top: 7px;
	left: 10px;
	height: 6px;
	width: 30px;
	background-color: #d1c8c3;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 12px 0 #d1c8c3, 0 24px 0 #d1c8c3;
	box-shadow: 0 12px 0 #d1c8c3, 0 24px 0 #d1c8c3;
}
#acd-menu022 dd ul li {
	list-style: none;
}
#acd-menu022 dd ul li a {
	display: block;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 30px 0 30px;
	background-color: #FBE6F4;
	font-size: 16px;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#acd-menu022 dd ul li a::before {
	content: '';
	position: absolute;
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left-color: #0f1630;
}
