/* CSS Document */
#Guide04{
background-color:#eaeaea;}

.h2_border_bm {
    background-image: url("/index/images/priceTT.gif");
    background-repeat: no-repeat;
    font-size: 16px;
    height: 41px;
    line-height: 35px;
    margin: 10px 0 5px;
    padding: 0 0 0 50px;
    position: relative;
}

.faq_wrap dl{
    border-bottom: 1px solid #D8D8D8;
}
.faq_wrap dl dt{
	position: relative;
	min-height: 85px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	color: #3E3A39;
	cursor: pointer;
}
.faq_wrap dl dt:before{
	content: "";
	display: block;
	background: url(/index/images/q.png) no-repeat center center;
	width: 46px;
	height: 46px;
	margin: 0 20px 0 0;
}
.faq_wrap dl dt p{
	width: calc(100% - 100px);
	font-weight: 700;
}
.faq_wrap dl dt i{
	color: #EF7A49;
	font-size: 27px;
	-webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);

}
.faq_wrap dl dt.clicked i{
    transform: rotate(180deg);
	
}
.faq_wrap dl dd{
	display: none;

}
.faq_wrap dl dd{
	position: relative;
	display: none;
	align-items: flex-start;
	padding: 0px 60px 1.5rem 81px;
	color: #3E3A39;
	background: url(/index/images/a.png) no-repeat left 15px top;

}
