@charset "UTF-8";
header,
footer,
.pagetop,
#wpadminbar {
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #0e1a2c;
  overflow: hidden;
}

main {
  padding-top: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
}

#concourse_notice {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  padding: 7vh 6vw;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 35%), linear-gradient(180deg, #0e1a2c 0%, #1a2b46 100%);
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  border-top: 1.2vh solid #e2b33a;
}
#concourse_notice .concourse_label {
  margin: 0 0 5vh;
  padding-bottom: 3vh;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  border-bottom: 0.45vh solid #e2b33a;
}
#concourse_notice .concourse_label .concourse_time {
  display: block;
  margin-top: 2.4vh;
  margin-left: 0;
  font-size: 3vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #f7d680;
}
#concourse_notice .concourse_body {
  flex: 1;
  overflow: hidden;
  font-size: 3.8vw;
  line-height: 1.8;
}
#concourse_notice .concourse_body > *:first-child {
  margin-top: 0;
}
#concourse_notice .concourse_body > *:last-child {
  margin-bottom: 0;
}
#concourse_notice .concourse_body p {
  margin: 0 0 1em;
}
#concourse_notice .concourse_body a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#concourse_notice .concourse_body strong,
#concourse_notice .concourse_body b {
  color: #f7d680;
}
#concourse_notice .concourse_body h2 {
  font-size: 5vw;
  margin: 0.6em 0 0.4em;
}
#concourse_notice .concourse_body h3 {
  font-size: 4.4vw;
  margin: 0.6em 0 0.4em;
}
#concourse_notice .concourse_body h4 {
  font-size: 4vw;
  margin: 0.6em 0 0.4em;
}
#concourse_notice .concourse_body h2, #concourse_notice .concourse_body h3, #concourse_notice .concourse_body h4 {
  color: #e2b33a;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
#concourse_notice .concourse_body ul,
#concourse_notice .concourse_body ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}
#concourse_notice .concourse_body ul li,
#concourse_notice .concourse_body ol li {
  margin-bottom: 0.5em;
}
#concourse_notice .concourse_body table {
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
}
#concourse_notice .concourse_body table th,
#concourse_notice .concourse_body table td {
  padding: 1.6vh 2vw;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 3.2vw;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}
#concourse_notice .concourse_body table th {
  background: rgba(226, 179, 58, 0.18);
  color: #f7d680;
  font-weight: 700;
}
#concourse_notice .concourse_body img {
  max-width: 100%;
  height: auto;
}

@media (orientation: landscape) {
  #concourse_notice {
    padding: 6vh 6vw;
  }
  #concourse_notice .concourse_label {
    font-size: 3.2vw;
    padding-bottom: 2vh;
    margin-bottom: 3.5vh;
  }
  #concourse_notice .concourse_label .concourse_time {
    font-size: 2vw;
  }
  #concourse_notice .concourse_body {
    font-size: 2vw;
  }
  #concourse_notice .concourse_body h2 {
    font-size: 2.8vw;
  }
  #concourse_notice .concourse_body h3 {
    font-size: 2.4vw;
  }
  #concourse_notice .concourse_body h4 {
    font-size: 2.2vw;
  }
  #concourse_notice .concourse_body table th,
  #concourse_notice .concourse_body table td {
    font-size: 1.6vw;
  }
}/*# sourceMappingURL=style_concourse.css.map */