@charset "utf-8";

/* =======================

アヤハグループ採用情報
よくある質問 SP

========================== */

#faq h2{
  margin-bottom: 0;
}
#faq ul{
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}

.faq li{
  border-bottom: solid 1px #999999;
}

.faq li .q{
  padding: 10px 40px 10px 50px;
  margin: 0;
  background-image: url(../../images/cell_open.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.current{
  transition: 300;
  padding: 10px 40px 10px 50px;
  margin: 0;
  background-image: url(../../images/cell_close.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  z-index: 99;
}

.faq li .q:hover,
.current:hover{
  cursor: pointer;
  background-color: #dcedfc;
}


.faq .current span,
.faq .q span{
  margin-left: -50px;
  color: #0087CB;
  font-weight: bold;
  margin-right: 10px;
}

.faq .a{
  border-top: dotted 1px #999999;
  padding: 10px 20px 10px 50px;
  background-color:  #EFF6FC;
  margin: 0;
}

.ans-title{
	font-size: 18px;
  color: #0087CB;
	font-weight: bold;
	margin-bottom: 0;
}
.ans-dlist{
	margin-top: 4px;
}
.ans-dlist dt::before{
	content: "●";
	color: #0087CB;
	margin-right: 4px;
}
.ans-dlist dd{
	margin-left: 1.5em
}

.ans-dlist a{
	background: url('../images/blank.png') no-repeat right 0 center;
	padding-right: 1.5em;
}