/* ===================================================================
  faq
=================================================================== */
.main-column {
  padding: 5.40541vw 0 6.75676vw;
}

.faq__title {
  text-align: center;
  font-size: 3.78378vw;
  color: #cb4c0e;
  font-weight: bold;
  margin-bottom: 2.7027vw;
}

.faq__list {
  font-size: 3.24324vw;
  line-height: 1.6;
}

.faq__list-item {
  padding: 3.37838vw 0;
  border-bottom: 1px solid #d9d9d9;
}

.faq__list-q, .faq__list-a {
  position: relative;
  padding: 0.54054vw 0 0.54054vw 6.75676vw;
}

.faq__list-q:before, .faq__list-a:before {
  content: '';
  display: block;
  width: 5.67568vw;
  height: 5.67568vw;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.faq__list-q:before {
  background-image: url(../images/ico_ques.png);
}

.faq__list-a {
  margin-top: 1.35135vw;
}

.faq__list-a::before {
  background-image: url(../images/ico_ans.png);
}

.faq__list-a em {
  color: #e60012;
}
