@charset "utf-8";

/* pageKv ------------------ */

#pageKv {
	background: url(../../img/faq/pic_main.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}

/* container --------------- */

#container {
	width: 100%;
	background: none;
}


/* TAB
----------------------------------------------------------- */
.tabOut {
	height: auto;
	border-bottom: none;
	background: none;
	margin-bottom: 0;
}


#faqTab li.ui-tabs-selected {
	background-color: ;

}

.tab {
	box-sizing: border-box;
	margin-bottom: 0;
}

.tabBox ul li.ui-tabs-selected a {
	background: #63aa95;
	height: 40px;
}


.tab_content {
	margin-top: 0;
}
.tab_content dt {
	padding: 17px 45px 15px 55px;
}
.tab_content dt:last-of-type {
	border-bottom: 2px dotted #bebebe;
}
.toggleBtn {
	height: auto;
}

.tab_content dt {
	background: url(../../img/faq/faq_q.png), url(../../img/faq/faq_plus.png);
	background-repeat: no-repeat;
	background-position: 5px center, 95% center;
}
.tab_content dt.open {
	background: url(../../img/faq/faq_q.png), url(../../img/faq/faq_minus.png);
	background-repeat: no-repeat;
	background-position: 5px center, 95% center;
}

.tab_content dd {
	padding-left: 80px;
	font-size: 12px;
	background: url(../../img/faq/faq_a.png);
	background-position:  5px 20px;
	background-repeat: no-repeat;
}
.tab_content dd {
	padding-left: 55px;
}
.tab_content dt:first-of-type {
	border-top: none;
}
