@media screen and (min-width: 0px) {
  .pt_32 {
    padding-top: 32px;
  }
  .pb_32 {
    padding-bottom: 32px;
  }
  .list_table {
    width: 100%;
    border: 1px solid #e3e3e3;
  }
  .list_table_head {
    border-bottom: 3px solid #a0a0a0;
  }
  .list_table_row {
    border-bottom: 1px dotted #e3e3e3;
  }
  .list_table_title {
    padding: 24px 16px;
  }
  .heading_bg-color {
    background-color: unset;
    text-align: center;
  }
  .mt_60 {
    margin-top: 60px;
  }
  .faq_list {
    border-top: solid 1px #ccc;
  }
  .faq_list_item {
    border-bottom: solid 1px #ccc;
  }
  .faq_list_question {
    color: #876031;
    display: flex;
  }
  .faq_list_question::before {
    content: "";
    padding-left: 24px;
    background: url(/faq/img/common/q_img_001.gif) no-repeat 0 3px;
    cursor: pointer;
  }
  .faq_list_answer {
    display: flex;
  }
  .faq_list_answer::before {
    content: "";
    padding-left: 24px;
    background: url(/faq/img/common/a_img_001.gif) no-repeat 0 3px;
  }
  .accordion-block {
    padding-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .grid {
    width: 100%;
    grid-auto-columns: 1fr minmax(25%,auto);
  }
  .list_table_wrap {
    order: 2;
  }
  .heading_bg-color {
    background-color: #f2f2f2;
    text-align: left;
  }
}