@charset "UTF-8";
/*
* style_qanda.css
* description : THE GRAND SLAM [ Q&A ]
*
* Created  2021/11/4.
* Last Update 2021/11/4.
*/




/* INDEX */
/*[[[ Contents ]]]*/

/*----- [[[ Q an A for Pages ]]] -----*/
/*[[[ Accordion ]]]*/










/*
[[[ Contents ]]]
*/

/*----- [[[ Q an A for Pages ]]] -----*/

/*[ Text Answer ]*/
/* .txt-answer a {
	color: rgba(229,45,138,1); 
}
.txt-answer a:hover,
.txt-answer a:focus {
	color: rgba(172,34,104,1); 
}
.txt-answer a:active {
	color: rgba(172,34,104,1); 
} */


/*[[[ Header Text ]]]*/
@media screen and (max-width: 767px) {
 .panel-heading [class*=h] {
  font-size: 1rem; 
 }

 .qa-answer-txt [class*=h] {
  font-size: 0.8rem; 
 }

}



/*[[[ Accordion ]]]*/
.panel-title {
	cursor: pointer;
}
.panel-title,
.panel-title:before, 
.panel-title.active:before {
	font-style: normal;
	font-weight: normal;
	font-family: FontAwesome;
}
.panel-title:before, 
.panel-title.active:before {
	margin-right: 12px;
	color: #8C720D;
}
.panel-title.active::before {
	content: "\f139";
}
.panel-title::before {
	content: "\f13a";				
}
.panel-group {
	margin-bottom: 30px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.panel-group .panel + .panel {
	margin-top: 12px;
}

