@media screen and (max-width: 767.999px) {
  #faq_archive_list {
    padding: 10px 20px 60px;
  }
  #faq_archive_list #title_area {
    margin-top: 37px;
  }
  #faq_archive_list #title_area .en {
    font-size: 12px;
    font-weight: 800;
  }
  #faq_archive_list #title_area h1 {
    font-size: 24px;
    margin-top: 3px;
  }
  #faq_archive_list #article_list_area {
    margin-top: 30px;
    background: transparent;
  }
  #faq_archive_list #faq_page_navi {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 0;
  }
  #faq_archive_list #faq_page_navi > li {
    width: 50%;
    border-right: 2px solid #edf4f5;
    box-sizing: border-box;
  }
  #faq_archive_list #faq_page_navi > li:nth-of-type(2n+1) {
    border-left: 2px solid #edf4f5;
  }
  #faq_archive_list #faq_page_navi > li:nth-of-type(1) {
    margin-top: 0;
  }
  #faq_archive_list #faq_page_navi > li > a {
    position: relative;
    padding: 4px 10px;
    font-size: 13px;
    display: flex;
    justify-content: center;
  }
  #faq_archive_list #faq_page_navi > li > a::after {
    right: 4px;
    width: 4px;
    height: 4px;
  }
  #faq_archive_list #faq_article_area {
    margin-top: 35px;
  }
  #faq_archive_list #faq_article_area .faq_article_contents {
    margin-top: 20px;
    background: #fff;
    padding: 30px 0;
    border-radius: 20px;
  }
  #faq_archive_list #faq_article_area .faq_article_contents h2 {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list {
    margin-top: 15px;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa {
    position: relative;
    padding: 0 20px;
    border-color: #bde3f7 !important;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa::before {
    content: "";
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 3;
    pointer-events: none;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa::after {
    content: "";
    width: 2px;
    height: 10px;
    background: #FFFFFF;
    position: absolute;
    right: 29px;
    top: 26px;
    z-index: 3;
    pointer-events: none;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa > dt {
    padding: 20px 28px 21px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa > dt::before {
    font-size: 19px;
    font-weight: 800;
    top: 19px;
    left: 0px;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa > dt::after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 21px;
    right: 0px;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa > dd {
    padding: 8px 0 30px 28px;
    font-size: 14px;
    position: relative;
    line-height: 1.65;
  }
  #faq_archive_list #faq_article_area .faq_article_contents .article_list > li dl.qa > dd::before {
    font-size: 19px;
    font-weight: 800;
    top: 5px;
    left: 0;
  }
  #faq_archive_list #faq_article_area .faq_article_contents:nth-of-type(1) {
    margin-top: 0;
  }
}
