#recruit.faq main {
  position: relative;
  height: 600px;
  background: #000 url(/recruit/faq/images/main_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
#recruit.faq main .main_inr {
  width: 1020px;
}
#recruit.faq main h2 {
  border: none;
  width: 500px;
  margin-bottom: 10px;
}
#recruit.faq section {
  width: auto;
}
#recruit.faq .sec_inr {
  width: 1000px;
  padding: 130px 0;
  margin: 0 auto;
  background: transparent;
}
#recruit.faq dl {
  border-bottom: dotted 3px #e6e6e6;
  padding-bottom: 20px;
  margin-top: 42px;
}
#recruit.faq dt {
  display:block;
  font-size: 24px;
  position: relative;
  line-height: 1.4;
  padding-left: 115px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-top: 4px;
}
#recruit.faq dt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  background: url(/recruit/faq/images/ico_q.png) no-repeat center center;
  background-size: 44px;
}
#recruit.faq dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 54px;
  height: 44px;
  width: 44px;
  background: url(/recruit/faq/images/ico_tog.png) no-repeat center center;
  background-size: 44px;
}
#recruit.faq dt.on:after {
  background: url(/recruit/faq/images/ico_tog_on.png) no-repeat center center;
  background-size: 44px;
}
#recruit.faq dt:hover:after {
  cursor: pointer;
  opacity: 0.75;
}
#recruit.faq dd {
  display:none;
  position: relative;
  padding-top: 6px;
  padding-left: 115px;
  padding-bottom: 40px;
}
#recruit.faq dd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  background: url(/recruit/faq/images/ico_a.png) no-repeat center center;
  background-size: 44px;
}