@charset "utf-8";

/* ------------------------------------------------------------
	よくあるご質問
   ------------------------------------------------------------ */

.faq dt {
	padding: 25px;
	padding-right: 80px;
	background: #F6F6F6 url(../img/btn_fap01.png) no-repeat 97% center;
	background-size: 40px 20px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	font-size: 18px;
    transition: all 0.3s;
}

.faq dt:before {
	content: "Q.";
	font-size: 20px;
	color: #00A0B7;
	margin-right:10px;
	vertical-align:bottom;
	line-height:30px;
	font-weight:normal;
	display:inline-block;
}
.faq dt.glossaryQuestion::before{
	display:none;
}
.faq dt:hover {
	background: #eff8f9  url(/recruit/faq/img/btn_fap01.png) no-repeat 97% center;
	background-size: 40px 20px;
}
.faq dt.open {
	background: #eff8f9  url(/recruit/faq/img/btn_fap02.png) no-repeat 97% center;
	background-size: 40px 20px;
}
.faq dd {
	padding: 25px;
    padding-bottom: 0;
    padding-top: 0;
    margin: 25px 0;
	display: none;
	background: #FFF;
}

