@charset "utf-8";
.faq_list{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	column-gap:40px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:30px;
	padding-bottom:30px;
}

.faq_title{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	font-weight: bold;
	width: auto;
	height: auto;
	font-size: 2.6rem;
}
@media (max-width:767px){
	.faq_title{
		font-size: 1.8rem;
	}
}
.tb_tb{
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.tb_thead{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: auto;
	height: auto;
	
	padding: 10px;
	font-weight: bold;
}
.tb_name{
	display: flex;
	display: -webkit-flex;
	column-gap: 10px;
	align-items: center;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 1.2rem;
}
.tb_more{
	border-left: 1px solid #ddd;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height: 40px;
	font-size: 2rem;
	cursor: pointer;
}
.tb_miaoshu{
	display: none;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
	border-top:1px solid #ddd ;
}