
/* ================================================
- Basic
================================================ */

body {
  color: #333;
  font: 13px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "·s²Ó©úÅé", "sans-serif";
}
a {
  display: block;
  text-decoration: none;
}
:focus {
  outline: none;
}
i {
  font-style: normal;
}
.header,
.footer {
  text-align: center;
  background: #fff;
}
.hd_pc {
  /* max-width: 1200px; */
  width: 100%;
}
.hd_m {
  display: none;
}
.pc_mode {
  display: block;
}
.m_mode {
  display: none;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 768px) {
  .header {
    width: 100vw;
  }
  .footer{
    display: none;
  }
  .hd_pc {
    display: none;
  }
  .hd_m {
    display: block;
  }
  .pc_mode {
    display: none;
  }
  .m_mode {
    display: block;
    }
}
@media screen and (max-width: 576px) {
}

@media screen and (max-width: 320px) {
}
