@charset "utf-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,
legend {
  border: 0;
}

legend,
td,
th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

html {
  font-size: 1.25em;
  color: #412b00;
}

img {
  max-width: 100%;
}

a {
  color: #ff8400;
}

abbr[title] {
  border: none;
}

ul,
ol {
  padding-left: 1.1em;
}

dd {
  margin: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

/* layout */


.wrapper {
  max-width: 870px;
  margin: 0 auto;
}

.content {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-top: 4px;
  background-color: #f4eede;
}

.main {
  max-width: 600px;
  display: table-cell;
  vertical-align: top;
}

.aside {
  width: 240px;
  display: table-cell;
  padding: 15px 15px 30px;
  background-color: #e3dcc9;
  vertical-align: top;
}

.history {
  position: fixed;
  width: 240px;
  top: 15px;
  padding-top: 1px;
  border-radius: 7px;
  background-color: #fff;
  font-size: .75em;
}

.history-title {
  margin: 14px 0 0;
  padding: 10px 17px;
  background-color: #412b00;
  color: #fff;
  font-size: 1em;
  line-height: 1;
}

.history-title > img {
  width: 58%;
}

.history-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.history-list > li > a,
.history-list > li > span {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #e3dcc9;
}

.history-list > li > span {
  font-weight: bold;
}

.nav-schools {
  display: table-caption;
  caption-side: bottom;
  margin-top: 30px;
  background-color: #fff;
}

.nav-schools-title {
  margin: 0;
  padding: 10px 10px 5px;
  background-color: #412b00;
  line-height: 1;
}

.nav-schools-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e3dcc9;
  border-left: 1px solid #e3dcc9;
  list-style: none;
  overflow: hidden;
}

.nav-schools-list > li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  border-right: 1px solid #e3dcc9;
  border-bottom: 1px solid #e3dcc9;
}

.nav-schools-list > li > a {
  display: block;
  padding: .85em 0 .85em 1em;
  color: #666;
  text-decoration: none;
  letter-spacing: -1px;
  background-image: url(../img/arrow_right_gray.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
}

.nav-schools-list > li > a:hover {
  color: #ff8400;
}

.footer {
  position: relative;
  margin-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.footer p {
  line-height: 1;
  margin-bottom: 12px;
}

.back2top > a {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  box-sizing: border-box;
  position: fixed;
  right: 12%;
  bottom: -6em;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding-top: 2.3rem;
  border-radius: 51%;
  background-color: #adadad;
  background-image: url(../img/arrow_up.svg);
  background-position: center 30%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: .775em;
  text-decoration: none;
}

.no-js .back2top > a {
  position: absolute;
  bottom: 120px;
}

.back2top > a:hover {
  background-color: #777;
}

.copyright {
  margin: 0;
  font-size: .6em;
}

/* content */

.title {
  margin: 0 0 30px;
}

.leed {
  font-size: 1.2em;
  margin: 0 30px;
}

.leed-link-list {
  list-style: none;
  padding: 0;
  text-align: center;
  font-size: 1rem;
}

.leed-link-list > li {
  display: inline-block;
  width: 45%;
}

.leed-link-list > li:nth-child(even) {
  margin-left: 20px;
}

.leed-link-list > li > a {
  display: block;
  text-align: left;
  background-image: url(../img/arrow_right.svg);
  background-position: 97% center;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.section {
  margin: 30px;
  padding: 0 15px 30px;
  background-color: #fff;
}

.section p {
  text-align: center;
}

.section li {
  text-indent: -.25em;
}

.section *:last-child {
  margin-bottom: 0;
}

.attention {
  padding: 20px;
  border: 3px solid #f7b912;
  border-radius: 6px;
  background-color: #fff7c1;
}

.section .attention {
  text-align: left;
}

.attention p {
  text-align: left;
}

.attention *:first-child {
  margin-top: 0;
}

.attention *:last-child {
  margin-bottom: 0;
}

.section-title {
  margin-top: 30px;
  font-size: 1.3em;
  text-align: center;
}

.section.duration:before,
.section.final:before,
.section.description:before {
  content: " ";
  display: block;
  height: .75em;
  margin: 0 -15px;
  background-image: url(../img/border_duration.png);
}

.section.final:before {
  background-image: url(../img/border_final.png);
}

.section.description:before {
  background-image: url(../img/border_description.png);
}

.section.duration .section-title:after,
.section.final .section-title:after,
.section.description .section-title:after {
  content: url(../img/neighbor_duration.svg);
  display: block;
  margin-top: .2em;
  line-height: 0;
}

.section.final .section-title:after {
  content: url(../img/neighbor_final.svg);
}

.section.description .section-title:after {
  content: url(../img/neighbor_description.svg);
}

.duration-note {
  display: block;
  font-size: 1em;
}

.section.duration p {
  font-size: 1.2em;
}

.section.duration .attention {
  padding-right: 40%;
  font-size: 1rem;
  background-image: url(../img/arrow_right.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
}

.section.final p {
  font-size: 1.2em;
}

.section.dept {
  border: 7px solid #d7ceb5;
}

.section.dept p {
  text-align: left;
}

.section.prize {
  overflow: hidden;
}

.prize-section {
  box-sizing: border-box;
  width: 50%;
  padding: 0 5px;
  float: left;
  margin-bottom: 10px;
}

.prize-section:nth-child(2n + 3) {
  clear: left;
}

.prize-section-title {
  margin: 0 0 10px;
  color: #ff6589;
  font-size: 1.3em;
  font-weight: normal;
}

.grandprix .prize-section-title {
  padding-left: 1.1em;
  background-image: url(../img/icon_flag_yellow.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

.semi-grandprix .prize-section-title {
  padding-left: 1.1em;
  background-image: url(../img/icon_flag_blue.svg);
  background-position: left top;
  background-repeat: no-repeat;
}

.prize-section-items {
  margin: 0;
}

.attention-title {
  margin-bottom: 12px;
  font-size: 1rem;
  text-align: center;
}

.section.address p {
  text-align: left;
}

.address-secretariat {
  margin-bottom: 0;
}

.address-secretariat + p {
  margin-top: 0;
}

.contact-point {
  margin-top: 0;
}

.section.address .contact-point {
  font-size: .9em;
}

.contact-point > dt {
  position: relative;
  width: 8em;
  text-align: right;
  float: left;
  clear: left;
}

.contact-point > dt:after {
  content: ":";
  margin: 0 .1em;
}

.sponsor-title {
  margin: 30px 0 12px;
  line-height: 1;
}

.sponsor-title > img {
  width: 60%;
}

.section.sponsor p {
  margin: 0;
  font-size: .75em;
  text-align: left;
}

.section.sponsor .contact-point {
  font-size: .75em;
}

.section.sponsor .contact-point > dt,
.section.sponsor .contact-point > dd {
  width: inherit;
  display: inline;
}

.other-sponsor-list {
  padding-left: 0;
  font-size: 1rem;
  list-style: none;
}

@media (max-width: 750px) {
  html {
    font-size: 4.375vw;
  }

  .content,
  .main,
  .aside {
    width: inherit;
    max-width: inherit;
  }

  .main {
    display: table-header-group;
  }

  .aside {
    display: table-caption;
    caption-side: bottom;
    padding: 0;
    border-top: 1em solid transparent;
  }

  .nav-schools {
    display: table-cell;
  }

  .history {
    position: static;
    width: inherit;
    font-size: 1rem;
    padding-top: 0;
  }

  .history-title {
    margin: 0;
    padding: .7142857143rem;
  }

  .history-title > img {
    max-width: 33.4%;
  }

  .history-list > li > a,
  .history-list > li > span {
    color: #666;
    text-decoration: none;
  }

  .nav-schools-list {
    border: none;
  }

  .nav-schools-title > img {
    max-width: 72.5%;
  }

  .nav-schools-list > li {
    width: 100%;
    border-right-width: 0;
  }

  .nav-schools-list > li > a {
    background-size: .75em;
  }

  .footer {
    margin-top: 0;
    border-top-width: 0;
  }

  .back2top > a {
    position: fixed;
    right: 2%;
    background-size: 1rem;
  }

  /* content */

  .title {
    margin-bottom: 1rem;
  }

  .section {
    margin: 0 0 1rem;
    padding: 0 calc(80 / 1500 * 100%) 1em;
  }

  .section-title {
    margin-top: 1rem;
  }

  .attention {
    padding: .75em;
  }

  .section.duration:before,
  .section.final:before,
  .section.description:before {
    height: .75em;
    margin: 0 calc(80 / 1500 * -112%);
  }

  .section.duration .attention {
    padding-right: 20%;
  }

  .section.dept {
    margin-right: calc(80 / 1500 * 100%);
    margin-left: calc(80 / 1500 * 100%);
  }

  .prize-section {
    width: 100%;
  }

  .grandprix .prize-section-title,
  .semi-grandprix .prize-section-title {
    padding-left: 1.5em;
  }

  .attention .contact-point > dt {
    width: inherit;
  }

  .attention .contact-point > dt,
  .attention .contact-point > dd {
    font-size: .9em;
  }

  /* end @media max-width: 750px; */
}
