@charset 'UTF-8';
.faq01 .question li,
.faq01 .title {
  background: url('../image/faq_icon.png') left top no-repeat;
  padding: 5px 0 3px 40px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.faq01 .question li a {
  color: inherit;
  font-weight: inherit;
}

.faq01 .title {
  color: #ff8500
}

.faq01 .question {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9
}

.faq01 .question li {
  margin-bottom: 18px;
}

.faq01 .question li:last-child {
  margin-bottom: 0;
}

.faq01 .text {
  padding: 3px 0 2px;
}

.faq01 .article {
  margin-bottom: 30px;
}