@charset "utf-8";
.dot_border {
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #000;
}
.question {
  font-weight: bold;
  background: url(../images/icon_faq_q.png) left top no-repeat;
  background-size: 40px;
  padding-left: 70px;
  font-size: 18px;
  margin: 10px;
  line-height: 40px;
}
.answer {
  background: url(../images/icon_faq_a.png) left top no-repeat;
  background-size: 40px;
  padding-left: 70px;
  font-size: 14px;
  margin: 10px;
  min-height: 40px;
}

.support_low_table{
  width: 100%;
  margin: 0 0 20px;
  background: #fff;
}
.support_low_table th{
  background-color: #f1f8f8;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  width: 30%;
}
.support_low_table td{
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .question {
    font-size: 15px;
    margin: 5px 0;
    line-height: 22px;
    background-position-x: 10px;
    min-height: 40px;
  }
}