.awcwc_wrap ul li a,.awcwc_wrap ul li,.awcwc_wrap ul{
	all:unset;
}
.awcwc_wrap ul li:before,.awcwc_wrap ul li:after,.awcwc_wrap ul li a:before,.awcwc_wrap ul li a:after{
	display:none;
}
.awcwc_wrap{
	position:relative;
	text-align:left;
}
.awcwc_wrap input{
	cursor: pointer;
	margin:0;
	opacity:0;
	position:absolute;
	z-index:2;
	width:100%;
	height:3.2em;
}
.awcwc_wrap input ~ ul{
	height:0;
	list-style-type: none;
	overflow:hidden;
	visibility:hidden;
	transition:.3s;
	opacity:0;
	display:block
}
.awcwc_wrap input:checked ~ ul{
	height:auto;
	padding:5px 0;
	visibility:visible;
	opacity:1
}
.awcwc_4 .awcwc_year{
	cursor: pointer;
	display:block;
	position:relative;
	padding-left:1.8em;
	margin:10px 0 0;
	font-size:1.05em;
	line-height: 30px;
	height: 30px;
}
.awcwc_4 .awcwc_year:before,.awcwc_4 .awcwc_year:after,.awcwc_4 .awcwc_list_icon:before{
	content: "+";
	font-family:serif;
	font-size:15px;
	display: block;
	position: absolute;
	top:50%;
	left:6px;
	transform:translateY(-50%) rotate(0deg);
	transition: .5s;
	color:#fff;
	z-index:2;
	border-radius:50px;
	line-height: 30px;
	height: 30px;
}
.awcwc_4 .awcwc_year:after {
	content: "";
	width:13px;
	height:13px;
	background:#aaa;
	left:4.5px;
	z-index:1;
}
.awcwc_4 input:checked + .awcwc_year:before {
	transform:translateY(-50%) rotate(315deg);
}
.awcwc_4 ul li a{
	cursor: pointer;
	display:block;
	margin:0 0 5px;
	position:relative;
	padding:.5em 1em .5em 2em;
	border-bottom:1px dashed rgba(0,0,0,.2);
}
.awcwc_4 .awcwc_list_icon:before{
	left:1em;
	width:.3em;
	height:.3em;
	background:#aaa;
}
.awcwc_4 .awcwc_num{
	line-height:1em;
	font-size:.9em;
	background:rgba(0,0,0,.04);
	border-radius:50px;
	padding:0em .5em;
	margin:0 0 0 .5em;
}
