.faq_content {
    padding: 0 !important;
    background-color: #faf7f2 !important;
}

/* タイトル */
.layout-heading {
    text-align: center;
}
/* テーブルの基本スタイル */
table {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  border: 1px solid;
  margin-bottom: 1em;
}
tr {
  border-color: black;
  border: 1px solid;
}
.tr-spacing {
  border-top: 1px solid #9f9f9f;
  border-bottom: 10px solid #faf7f2;
}
td {
  border-color: black;
  border: 1px solid;
}
/* .table-gap {
  height: 1em;
  background-color: #faf7f2;
} */
.faq_title {
    text-align: center;
    font-size: 14px;
    color: #272727;

}
.qa-header {
  width: auto;
  text-align: center;
  vertical-align: middle;
  background-color: #faf7f2;
  border: 1px solid #9f9f9f;
  height: 28px;
  font-size: 12px;
  font-weight: bold;
}


.qa-question {
    font-weight: bold;
    font-size: 12px;
    color: #272727;

}

.qa-answer {
    font-size: 12px;
    color: #272727;

}


.header-number {
  background-color: #fff2cc;
}
.header-question {
  background-color: #fff2cc;
}

/* 通常セル */
.qa-cell {
  border: 1px solid;
  height: 42px;
  padding: 10px;
  border-color: #9f9f9f;
  line-height: 1.3;
  word-wrap: normal;
  background-color: #fff;
}
.qa-cell a {
  word-break: break-all;
}

.qa-answer-red {
    font-weight: bold;
    color: #FF5858;
}
.qa-answer-bold {
    font-weight: bold;
}

.qa-table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    table-layout: fixed
}

.qa-number {
  text-align: center;
  vertical-align: middle;
  background-color: #cfe2f3;
}


a {
    text-decoration: none;
    color: #9e96d0;
    font-weight: bold;
}

.qa-table td:nth-child(1) {
  width: 10%;
}

.qa-table td:nth-child(2) {
  width: 90%;
}

.qa-inner-table {
  width: 100%;
  border-collapse: collapse;
}