@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap');

html {
  font-family: 'GUJPCorporate', 'Avenir Next', 'Roboto', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo',sans-serif;
  font-style: normal;
  letter-spacing: 0.05rem;
  font-feature-settings: 'palt';
  font-weight: 400;
  line-height: 150%;
  color: #1E2127;
}

html[lang="th"] {
  font-family: 'GUJPCorporate','Noto Sans Thai', 'Avenir Next', 'Roboto', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans','Meiryo', sans-serif;
}

@font-face {
  font-family: 'GUJPCorporate';
  src: url('https://www.wamazing.com/campaign/gu_tax-free/fonts/GUJPCorporate-Light_v2.0.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GUJPCorporate';
  src:url('https://www.wamazing.com/campaign/gu_tax-free/fonts/GUJPCorporate-Regular_v2.0.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GUJPCorporate';
  src: url('https://www.wamazing.com/campaign/gu_tax-free/fonts/GUJPCorporate-Bold_v2.0.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

#header {
  background-color: #FFFFFF;
}

body {
  display: contents;
  min-width: 1140px;
}

picture {
  display: block;
}

#top {
  z-index: 0;
}

#top.ko {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding-left: 0;
}

li {
  list-style:none;
}

li label {
  display: inline-block;
}

li input {
  margin-right: 8px;
}

table {
  font-size: 12px;
  margin-bottom: 1em;
}
table td.tlt {
  width: 20%;
  vertical-align: baseline;
}
table td.dtl {
  width: 80%;
}

.flex_box {
  display: flex;
}
.flex_between {
  justify-content: space-between;
}
.flex_center {
  justify-content: center;
}

.bg_white {
  background-color: #FFFFFF;
}

.error {
  margin: 10px 0;
  color: red;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*** image ***/

@media screen and (max-width: 500px){
  .pc {
    display: none !important;
  }

  .sp {
    width: 100%;
    display: block !important;
  }
}
