
/**************************************************************************************/
/**************************************************************************************/
/* PC Site*/
/**************************************************************************************/
/**************************************************************************************/



.faq_section{
	width : 100% ;
	padding : 90px 0px 110px ;
}




.top_faq_section{
	width : 100% ;
}

.top_faq_back_flower{
	position: absolute;
	top : 0px ;
	left : 50% ;
	width : auto ;
	max-width : 100% ;
	transform: translate(-50%,0%);
	z-index : 3;
}

.top_faq_superbox{
	width : 100% ;
	max-width : 1000px ;
	padding : 10px 20px 100px;
	margin : 0px auto ;
	z-index : 6 ;
}

.top_faq_title{
	width : auto ;
	max-width : 140px ;
	margin : 0px auto 80px ;
}


.top_faq_itembox{
	width : 100% ;
	padding : 13px 0px ;
	border-bottom : 1px dashed #ABA99B ;
}

.top_faq_item_q{
	width : 100% ;
	padding : 6px 60px 16px 70px ;
	font-size : 20px ;
	font-weight : 700 ;
	cursor: pointer;
}

.top_faq_icon_q{
	position :absolute ;
	top : 0px ;
	left : 0px ;
	width : 50px ;
}

.top_faq_item_a{
	float : right ;
	width : calc( 100% - 40px );
	/** min-height : 80px ; **/
	padding : 32px 16px 32px 80px ;
	border-radius: 16px ;
	background-color: #F7F6F1 ;
	font-size : 17px ;
	display : none ;
}
.top_faq_icon_a{
	position :absolute ;
	top : 16px ;
	left : 16px ;
	width : 50px ;
}

.top_faq_arrow{
	position : absolute ;
	top : 16px ;
	right : 8px ;
}

.top_faq_btn{
	width : auto ;
	margin : 64px auto 0px ;
}



















@media screen and (max-width: 1200px) {



}


/**************************************************************************************/
/**************************************************************************************/
/* TB Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 1100px) {



.top_faq_back_flower{
}

.top_faq_superbox{
	max-width : 680px ;
	padding : 10px 20px 100px;
}

.top_faq_title{
}


.top_faq_itembox{
	padding : 20px 0px ;
}

.top_faq_item_q{
	font-size : 26px ;
}

.top_faq_icon_q{
}

.top_faq_item_a{
	padding : 20px 20px 20px 80px ;
	font-size : 22px ;
}
.top_faq_icon_a{
}

.top_faq_arrow{
}

.top_faq_btn{
	width : auto ;
	margin : 64px auto 0px ;
}







}