@charset "utf-8";
@media only screen and (max-width: 639px) {
  #main .faq-list dt {
    padding: 12px 8px 10px 38px;
    background: url(../img/faq/sp/faq-q.png) no-repeat 8px 14px;
    background-size: 21px auto;
    border-bottom: solid 1px #ccc;
  }
  #main .faq-list dd {
    padding: 12px 8px 10px 38px;
    background: url(../img/faq/sp/faq-a.png) no-repeat 8px 14px #f8f8f8;
    background-size: 21px auto;
    border-bottom: solid 1px #ccc;
  }

  #titlearea .titlearea-inner {
    background: url(../img/faq/visual_img.png) no-repeat center bottom;
    background-size: auto 95%;
  }
}
@media print, screen and (min-width: 640px) {
  #main .faq-list dt {
    padding: 12px 8px 10px 38px;
    background: url(../img/faq/pc/faq-q.png) no-repeat 8px 14px;
    border-bottom: solid 1px #ccc;
  }
  #main .faq-list dd {
    padding: 12px 8px 10px 38px;
    background: url(../img/faq/pc/faq-a.png) no-repeat 8px 14px #f8f8f8;
    border-bottom: solid 1px #ccc;
  }

  #titlearea h1 {
    background: url(../img/faq/visual_title.jpg) no-repeat 0 0;
  }
  #titlearea .titlearea-inner {
    background: url(../img/faq/visual_img.png) no-repeat 420px bottom;
  }
}
