@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
div#google_translate_element {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 5px 10px;
}

@media only screen and (max-width: 640px) {
  div#google_translate_element {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .goog-te-banner-frame {
    left: -24% !important;
    width: 124% !important;
  }
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px) {
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px) {
}
/*===========================sp END====================================== */
