@charset "UTF-8";
/*--------------------------------------
F-390
index.css

2023.04.05
---------------------------------------*/
@media screen and (max-width: 768px) {
  #main-index {
    margin-bottom: 140px !important;
  }
}
#btn_mobileapp {
  position: absolute;
  top: 202px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  #btn_mobileapp {
    top: auto;
    bottom: -60px;
    left: 0;
  }
}
#btn_pdf {
  position: absolute;
  top: 202px;
  left: 217px;
}
@media screen and (max-width: 768px) {
  #btn_pdf {
    top: auto;
    bottom: -110px;
    left: 0;
  }
}
