.qa-term {
	line-height: 25px;
	letter-spacing: 1.5px;
}
.qa-term__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 500;
  color: #655443;
}

@media screen and (max-width: 1100px) {
  .qa-term__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .qa-term__title {
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.qa-term__title::before {
  content: '';
  background-image: url(../img/common/ico_faq.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 75px;
  height: 75px;
  display: inline-block;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1100px) {
  .qa-term__title::before {
    width: 62px;
    height: 62px;
    margin: 0 18px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .qa-term__title::before {
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
  }
}

.qa {
	margin: 0;
	padding: 0;
	width: 100%;
}
.qa-question {
	padding: 10px 0 10px 40px;
	background-image: url("../img_sub/ico_question.svg");
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 20px;
}
.qa-answer {
	margin-top: 10px 0 40px 0;
	padding: 10px 0 30px 40px;
	background-image: url("../img_sub/ico_answer.svg");
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 20px;
	border-bottom: 1px solid #ccc;
}
