/* E3 */
.race__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 736px) {
  .race__navi__wrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media only screen and (max-width: 736px) {
  .race__navi {
    display: table;
    min-width: 100%;
    white-space: nowrap;
    padding-bottom: 0;
  }
}
.race__navi li {
  list-style-type: none;
  font-size: 1.125em;
  margin: 0 25px 10px;
}
@media only screen and (max-width: 736px) {
  .race__navi li {
    display: table-cell;
    text-align: center;
  }
}
.race__navi li.active {
  padding-bottom: 15px;
  color: #c00;
  border-bottom: solid 4px #c00;
}
@media only screen and (max-width: 736px) {
  .race__navi li.active {
    padding: 0 20px 15px;
    border-width: 2px;
  }
}
.race__navi li a {
  display: block;
  padding-bottom: 19px;
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 737px) {
  .race__navi li a:hover {
    padding-bottom: 15px;
    color: #c00;
    border-bottom: solid 4px #c00;
  }
}
@media only screen and (max-width: 736px) {
  .race__navi li a {
    padding: 0 20px 15px;
    border-bottom: solid 2px #ebeced;
  }
}

/* E5 */
.anchor__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
  background-color: #ebeced;
}
@media only screen and (max-width: 736px) {
  .anchor__navi {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    height: auto;
    padding: 20px 0;
  }
}
.anchor__navi li {
  padding: 0 20px;
  list-style-type: none;
  color: #666;
}
@media only screen and (max-width: 736px) {
  .anchor__navi li {
    width: 50%;
    padding: 20px 15px;
  }
}
.anchor__navi li a {
  text-decoration: none;
  color: #666;
}
@media only screen and (min-width: 737px) {
  .anchor__navi li a:hover {
    text-decoration: underline;
  }
}

/* E6 */
.year__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  width: 89.7959183673%;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .year__navi {
    width: 92%;
  }
}
.year__navi li {
  list-style-type: none;
  width: 12.5%;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 736px) {
  .year__navi li {
    width: 25%;
    margin-bottom: 30px;
  }
}
.year__navi li a {
  text-decoration: none;
  font-size: 1.375em;
  color: #333;
}
@media only screen and (min-width: 737px) {
  .year__navi li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 736px) {
  .year__navi li a {
    font-size: 1em;
  }
}

/* E7 */
.anchor__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 60px;
  background-color: #ebeced;
}
@media only screen and (max-width: 736px) {
  .anchor__navi {
    height: auto;
    padding: 20px 0;
  }
}
.anchor__navi li {
  padding: 0 20px;
  list-style-type: none;
  color: #666;
}
@media only screen and (max-width: 736px) {
  .anchor__navi li {
    width: 50%;
    padding: 20px 15px;
  }
}
.anchor__navi li a {
  text-decoration: none;
  color: #666;
}
@media only screen and (min-width: 737px) {
  .anchor__navi li a:hover {
    text-decoration: underline;
  }
}

.page__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}
@media only screen and (max-width: 736px) {
  .page__navi {
    padding: 0 20px;
  }
}
.page__navi-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page__navi-right li {
  padding-left: 0;
  padding-right: 18px;
  text-align: right;
}
.page__navi-right li a::before {
  display: none !important;
}
.page__navi-right li a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page__navi li {
  position: relative;
  list-style-type: none;
  width: 50%;
  padding-left: 18px;
}
.page__navi li:nth-child(2) {
  padding-left: 0;
  padding-right: 18px;
  text-align: right;
}
.page__navi li a {
  text-decoration: none;
  color: #666;
}
@media only screen and (min-width: 737px) {
  .page__navi li a:hover {
    text-decoration: underline;
  }
}
.page__navi li:first-child a::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transition: all 0.5s;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.page__navi li:nth-child(2) a::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  border-top: solid 1px #666;
  border-right: solid 1px #666;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* topNewsIndex */
.topNewsIndex__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94.1176470588%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__wrap {
    width: 94.6666666667%;
  }
}
.topNewsIndex__child {
  float: left;
  width: 48.4375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
}
.topNewsIndex__child:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__child:nth-child(2n) {
    float: none;
  }
}
.topNewsIndex__child:nth-child(n+3) {
  margin-top: 40px;
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__child:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__child {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .topNewsIndex__child:first-child {
    margin-top: 0;
  }
}
.topNewsIndex__img {
  display: block;
  width: 120px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__img {
    width: 31.4084507042%;
    margin-right: 2.8169014085%;
  }
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__textarea {
    width: 65.7746478873%;
  }
}
.topNewsIndex__ttl {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.125em;
  line-height: 1.5555555556;
  color: #333;
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__ttl {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.topNewsIndex__date {
  font-size: 0.875em;
  color: #666;
}
@media only screen and (max-width: 736px) {
  .topNewsIndex__date {
    line-height: 1.5;
  }
}