@charset "UTF-8";
/* CSS Document */
#faq{display:block;width:100%;height:auto;position:relative;background:#FFFFFF;}
.faqsContainer{display:block;width:100%;height:auto;margin:0 auto;max-width:730px;padding-top:100px;padding-bottom:100px;}
.faqsContainer h2{text-align:center;margin-bottom:100px;}
.faqsTitleWrapper{display:block;width:100%;height:auto;padding:20px 0px 10px 0px;}
.faqsTitleSpacer{display:block;width:100%;height:auto;padding-bottom:10px;}
.faqsTitle{font-family: "TradeGothicLTStd-BdCn20", sans-serif;font-size: 18px;line-height: 24px;}
.faqsTitleLine{display:block;width:100%;height:1px;background-color: #D8D8D8;margin-top:8px;}
.faqsTitleLineHide{background-color: #ffffff;}
.faqsTitleOpen {display: block;float: right;width: 19px;height: 19px;background-image: url(img/plus.svg);background-repeat: no-repeat;background-size: 19px 19px;cursor: pointer;position: relative;top: 2px;}
.faqsTitleClose {display: block;float: right;width: 19px;height: 19px;background-image: url(img/minus.svg);background-repeat: no-repeat;background-size: 19px 19px;cursor: pointer;position: relative;top: 2px;}
.faqsAnswerWrapper{display:none;width:100%;height:auto;padding-bottom:25px;}
.faqsAnswerWrapperText{font-family: "TradeGothicLTStd", sans-serif;font-size: 16px;line-height: 23px;}

@media all and (max-width:749px) {
	.faqsTitle{display: inline-block;max-width: 250px;}
	.faqsContainer{width: auto;margin-left: 20px;margin-right: 20px;padding-top:60px;padding-bottom:60px;}
}