/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  text-align: center;
}

.main-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gray-bg {
  background-color: #dcdcdc;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding-bottom: 60px;
  margin-bottom: 60px;
  box-sizing: border-box;
}

.highlight {
  background: linear-gradient(transparent 60%, #FFD700 60%);
  display: inline;
  padding: 0 5px;
}

.done-message {
  padding-top: 30px;
  color: rgb(222, 93, 93);
}

.link {
  margin: 0 4px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.link:hover {
  color: gray;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

header {
  background: #dcdcdc;
  text-align: center;
  padding: 40px 20px;
}
header .header-logo {
  width: 400px;
  margin-bottom: 10px;
}
header h1 {
  margin-bottom: 80px;
}

.period {
  padding: 4px 12px;
  font-weight: bold;
  margin: 30px 0 30px;
  border-radius: 4px;
  font-size: 22px;
}

.subtitle {
  font-size: 22px;
  font-weight: 700;
  white-space: pre-line;
  line-height: normal;
}

.section-title {
  display: inline-block;
  background: #403E3F;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 16px 240px;
  margin-bottom: 40px;
  transform: translateY(-28px);
}

.para {
  margin-top: 40px;
  line-height: normal;
}

.para-note {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.sub-period {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}

.intro {
  margin: 60px 0;
}

.timeline {
  margin: 80px 0 160px;
}

.timeline-step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border: 1px solid #403E3F;
  max-width: 320px;
  margin: 30px auto;
  padding: 30px 80px;
  font-weight: bold;
  background: white;
  box-shadow: 2px 2px 0px #aaa;
  text-align: left;
  font-size: 18px;
  line-height: normal;
}
.timeline-step .date {
  white-space: nowrap;
}

.arrow {
  width: 30px;
  margin: 20px auto;
  display: block;
}

.arrow-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 90px;
}
.arrow-wrapper .arrow-icon {
  width: 60px;
  height: auto;
}

.apply-step {
  background: white;
  margin: 40px auto;
  padding: 60px;
  width: 660px;
  text-align: center;
  position: relative;
}
.apply-step h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: normal;
}
.apply-step p {
  line-height: 1.6;
  margin: 40px 0 20px;
}
.apply-step .right-img {
  min-width: 150px;
  position: absolute;
  top: 70%;
  right: -30px;
  transform: translateY(-50%);
  width: 120px;
}
.apply-step .left-img {
  min-width: 160px;
  position: absolute;
  top: 70%;
  left: -30px;
  transform: translateY(-50%);
  width: 120px;
}
.apply-step .gray-highlight {
  background: linear-gradient(transparent 60%, #dcdcdc 60%);
  display: inline;
  padding: 0 15px;
}

.short-area {
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
}
.short-area iframe {
  padding: 10px;
}

.deadline {
  text-align: center;
  margin: 40px 0;
  font-weight: bold;
  font-size: 22px;
  color: #403E3F;
  display: inline-block;
  padding: 4px 10px;
}

.judge-head {
  font-size: 18px;
  font-weight: 700;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.judge-head::before, .judge-head::after {
  content: "";
  width: 100px;
  height: 0.7px;
  background-color: #403E3F;
}
.judge-head::before {
  margin-right: 1rem;
}
.judge-head::after {
  margin-left: 1rem;
}

.judges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 40px;
}
.judges .judge {
  text-align: center;
}
.judges .judge img {
  width: 120px;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: #fff;
}
.judges .judge .judge-name {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.judges .judge .judge-name a {
  color: inherit;
  text-decoration: none;
}
.judges .judge .judge-name a:hover {
  color: gray;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.judges .judge .judge-para {
  width: 170px;
  margin-top: 20px;
  font-size: 12px;
  line-height: normal;
}

.prize-list {
  margin-top: 30px;
}
.prize-list .prize {
  text-align: center;
}
.prize-list .prize .prize-box {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  width: 450px;
  height: 140px;
  position: relative;
  background: white;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prize-list .prize .prize-box::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  border: 4px solid #FFD700;
  pointer-events: none;
  z-index: 0;
}
.prize-list .prize .prize-box p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
  line-height: normal;
}
.prize-list .prize .prize-box .icon {
  position: absolute;
  right: -40px;
  top: 80%;
  transform: translateY(-50%);
  width: 80px;
  height: auto;
}

.notes {
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
  margin: 60px 0;
  padding-top: 30px;
  border-top: 1px solid #ccc;
}
.notes .notes-para {
  white-space: pre-line;
}
.notes a {
  color: inherit;
  text-underline-offset: 2px;
}
.notes a:hover {
  color: gray;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

footer {
  background: #403E3F;
  color: #fff;
  padding: 30px 0;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}
footer a {
  color: inherit;
  text-decoration: none;
}

.button {
  display: inline-block;
  border: 2px solid #403E3F;
  color: #403E3F;
  font-weight: bold;
  padding: 24px 32px;
  margin-top: 20px;
  border-radius: 4px;
  text-decoration: none;
}
.button:hover {
  color: #fff;
  background-color: #403E3F;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.breadcrumb {
  font-size: 14px;
  margin: 20px 0;
  color: #666;
  text-align: left;
}
.breadcrumb a {
  color: #666;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-right: 8px;
}
.breadcrumb a:hover {
  color: lightgray;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.breadcrumb span {
  color: #403E3F;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .header-logo {
    max-width: 60%;
  }
  .para {
    margin: 40px auto;
    width: 80%;
  }
  .apply-step {
    width: 70%;
    padding: 40px 20px;
  }
  .apply-step .right-img,
  .apply-step .left-img {
    display: none;
  }
  .section-title {
    padding: 16px 60px;
    font-size: 20px;
  }
  .timeline-step {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
    font-size: 16px;
    max-width: 70%;
    text-align: center;
  }
  .judges {
    gap: 60px;
  }
  .judges .judge .judge-para {
    margin: 20px auto;
    width: 60%;
    padding: 0 10px;
  }
  .prize-list .prize .prize-box {
    width: 70%;
    height: auto;
    flex-direction: column;
    padding: 20px;
  }
  .prize-list .prize .prize-box .icon {
    position: static;
    transform: none;
    margin-top: 20px;
    width: 60px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
  .subtitle, .contest-title {
    font-size: 20px;
  }
  .period {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */