@media only screen and (min-width: 769px) {
  .p-faq__hero {
    background-image: url("/img/faq/hero.png");
  }
  .p-faq__text {
    position: relative;
    padding-left: 40px !important;
  }
  .p-faq__text > span:first-child {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    width: 20px;
  }
  .p-faq__text2 {
    position: relative;
  }
  .p-faq__text2 > span:first-child {
    position: absolute;
    top: 0;
    left: -20px;
    display: inline-block;
    width: 20px;
  }
  .p-faq__list > li .c-accordion {
    border-bottom: none;
  }
  .p-faq__list > li:last-child .c-accordion {
    border-bottom: solid 1px #d5d5d5;
  }
}
@media only screen and (max-width: 768px) {
  .p-faq__hero {
    background-image: url("/img/faq/hero_sp.png");
  }
  .p-faq__text {
    position: relative;
    padding-left: 30px !important;
  }
  .p-faq__text > span:first-child {
    position: absolute;
    top: 16px;
    left: 10px;
    display: inline-block;
    width: 20px;
  }
  .p-faq__text2 {
    position: relative;
    padding-left: 10px !important;
  }
  .p-faq__text2 > span:first-child {
    position: absolute;
    top: 0;
    left: -10px;
    display: inline-block;
    width: 20px;
  }
  .p-faq__list > li .c-accordion {
    border-bottom: none;
  }
  .p-faq__list > li:last-child .c-accordion {
    border-bottom: solid 1px #d5d5d5;
  }
}
