@charset "UTF-8";

.topics__temp02{
	width:100%;
	max-width:500px;
	margin:50px auto;
}

.topics__temp02-accordion {
	border-top:solid;
	border-bottom:solid;
	border-color:#e5caaf;
	border-width:1px;
}

.topics__temp02-ttl {
	list-style:none !important;
	cursor:pointer;
	font-size:18px;
	position:relative;
	text-align:center;
	padding:10px;
	-webkit-transition:-webkit-transform 0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	outline:none;
}

.topics__temp02-ttl::-webkit-details-marker{
	display:none;
}

.topics__temp02-ttl::before,
.topics__temp02-ttl::after{
	position:absolute;
	content:'';
	width:15px;
	height:2px;
	background-color:#000;
	-webkit-transition:-webkit-transform 0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}

.topics__temp02-ttl::before{
	top:48%;
	right:15px;
	-webkit-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	        transform:rotate(0deg);
}

.topics__temp02-ttl::after{
	top:48%;
	right:15px;
	-webkit-transform:rotate(90deg);
	    -ms-transform:rotate(90deg);
	        transform:rotate(90deg);
}

.topics__temp02-accordion[open]  .topics__temp02-ttl{
	background-color:#e5caaf;
}

.topics__temp02-accordion[open]  .topics__temp02-ttl::after{
	-webkit-transform:rotate(0deg);
	    -ms-transform:rotate(0deg);
	        transform:rotate(0deg);
}

.topics__temp02-li{
	padding:20px 10px;
	border-bottom:solid 1px #e5caaf;
	position:relative;
}

.topics__temp02-li:hover{
	background-color:#e5caaf1f;
	cursor:pointer;
}

.topics__temp02-li:last-child{
	border:none;
}

.topics__temp02-li::after{
	position:absolute;
	top:0;
	bottom:0;
	right:5%;
	margin:auto;
	content:'';
	vertical-align:middle;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:1px solid #956229;
	border-right:1px solid #956229;
	-webkit-transform:rotate(45deg);
	    -ms-transform:rotate(45deg);
	        transform:rotate(45deg);
}

.topics__temp02-li-bktxt{
	color:#000;
}

.topics__temp02-li a{
	display:block;
	width:100%;
	height:100%;
}

.topics__temp02-li a:hover{
	text-decoration:none;
}
