@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */

.tab {
  display: none;
}
/*================== ○○○○.html =================*/
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 468px) {
}
