<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
rn23-faq-acc
---------------------------------*/

.rn23-faq-acc .rn23-faq-acc__item:not(:first-child) {
  margin-top: 40px;
}

.rn23-faq-acc__head {
  font-weight: 600;
  position: relative;
  padding: 0 32px;
  margin-bottom: 20px;
}

.rn23-faq-acc__head::before {
  content: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/icon-question.svg?20240528);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px;
}

.rn23-faq-acc__head::after {
  content: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/icon-plus.svg?20240528);
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -4px;
  right: -4px;
}

.rn23-faq-acc__head.js-rn23-faq-acc-open::after {
  content: url(https://d18f657670wm8u.cloudfront.net/recruit/style/_assets/img/icon-minus.svg?20240528);
}

.rn23-faq-acc__body {
  background-color: #F2F3F0;
  padding: 20px 30px 17px;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 1px solid #d9d9d9;
  display: none;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-faq-acc__head {
    font-size: 18px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-faq-acc__head {
    font-size: 15px;
  }
}
</pre></body></html>