@charset "UTF-8";
/* CSS Document */
/* main
-----------------------------------------------*/
#main {
  background: url("/img/general/faq/bgi-main.jpg?202603281157")no-repeat;
  background-size: cover;
}
@media only screen and (max-width:767px) {
  #main {
    background-position: right;
  }
}
