@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #C3DA13;
}
#top-head a {
  text-decoration: none;
  color: #0A0C07;
}
#top-head .logo {
  position: absolute;
  width: 200px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head .logo img {
  max-width: 80px;
}
#top-head .header-inner {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 960px) {
  #mobile-head {
    width: 100%;
    z-index: 999;
    height: 46px;
    position: fixed;
    background-color: rgba(195, 218, 19, 0.9);
  }
}
#global-nav {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  #global-nav {
    display: none;
    width: 100%;
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
  }
}
#global-nav ul {
  list-style: none;
}
#global-nav #mainNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav {
    display: block;
    width: 100%;
    background-color: rgba(10, 12, 7, 0.9);
    border-radius: inherit;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
  }
}
#global-nav #mainNav .mainNavList {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList {
    display: block;
  }
  #global-nav #mainNav .mainNavList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#global-nav #mainNav .mainNavList > li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li {
    display: block;
    text-align: left;
    padding: 16px 0;
  }
}
#global-nav #mainNav .mainNavList > li:not(:last-child) {
  border-right: 1px solid #0A0C07;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li:not(:last-child) {
    border-right: none;
  }
}
#global-nav #mainNav .mainNavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0A0C07;
}
#global-nav #mainNav .mainNavList a:hover {
  color: rgba(10, 12, 7, 0.9);
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a {
    display: block;
    color: #fff;
    padding: 10px 16%;
  }
}
#global-nav #mainNav .mainNavList a .small {
  font-size: 13px;
  font-size: 1.3rem;
}
#global-nav #mainNav .mainNavList a.disable {
  color: #9a9a9a;
}
#global-nav #mainNav .mainNavList span {
  display: block;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList span {
    display: inline-block;
  }
}
#global-nav #mainNav .mainNavList .navText-jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-jp {
    font-size: inherit;
  }
}
#global-nav #mainNav .mainNavList .navText-en {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  #global-nav #mainNav .mainNavList .navText-en:before {
    content: "- ";
  }
}

/* Toggle Button */
#menu-icon {
  position: absolute;
  right: 0;
  top: 20%;
  margin-right: 3%;
  display: none;
}
@media only screen and (max-width: 960px) {
  #menu-icon {
    display: inline;
    cursor: pointer;
  }
  #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -12px;
  }
  #menu-icon.active .third {
    display: none;
  }
}
#menu-icon span {
  border: 3px solid #0A0C07;
  width: 30px;
  margin-bottom: 6px;
  display: block;
  transition: all 0.1s;
}

.mega-dropdown {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 2.5%;
  overflow: hidden;
  padding: 20px 5%;
  display: none;
  opacity: 0;
  margin-top: -5px;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown {
    display: block;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mega-dropdown:hover {
    opacity: 1;
    cursor: default;
  }
}
.mega-dropdown.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
  transform: translateY(4px);
  background-color: rgba(10, 12, 7, 0.75);
  transition: all 0.3s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown.is-active {
    transform: inherit;
  }
}
.mega-dropdown .row {
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown .row {
    display: block;
  }
}

.mega-col {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .mega-col {
    width: 100%;
    float: none;
  }
}
.mega-col li {
  margin: 10px 1em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: left;
}
.mega-col a {
  color: #fff !important;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #273036;
}

#wrapper.sub #footer {
  background-color: #273036;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 16px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
#contents-base {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpageTitle {
  text-align: center;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.secTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 80px;
  padding-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .secTitle {
    margin-top: 60px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/*!
component > common
------------------------------
*/
a {
  color: #0071BC;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #0A0C07;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
}

.btn {
  box-sizing: border-box;
  text-align: center;
  border: none;
  padding: 20px 1em 16px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #0071BC;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.large {
  max-width: 360px;
}
.btn.disable {
  background-color: #808080 !important;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}

/* csvTableカスタマイズ */
TABLE.CSVTable TH {
  line-height: 1.2;
  font-size: 12px;
  font-size: 1.2rem;
}

/* footableカスタマイズ */
.fooicon-plus::before {
  content: "\f078" !important;
}

.fooicon-minus::before {
  content: "\f077" !important;
}

#contents-base {
  margin-top: 80px;
}

.logo img {
  width: 200px;
}

.infoTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.basicWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}
.basicWrap p {
  margin-bottom: 10px;
}

.categoryList {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .categoryList {
    display: inherit;
  }
}
.categoryList > * {
  width: 28%;
  text-align: center;
  border-width: 3px;
  border-style: solid;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 8px 1em;
  line-height: 1.2;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .categoryList > * {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .categoryList > * {
    width: inherit;
    display: block;
  }
}
.categoryList span {
  border-color: #C3DA13;
  background-color: #C3DA13;
}
.categoryList a {
  text-decoration: none;
  border-color: #dadada;
  color: #808080;
}

.listTitle {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 40px 0 20px;
  border-bottom: 5px solid #808080;
}
@media only screen and (max-width: 600px) {
  .listTitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

.btn {
  display: block;
  display: inline-block;
}

.entryListArea {
  margin: 10px 0 40px;
  font-size: 14px;
  font-size: 1.4rem;
}
.entryListArea table {
  width: 100%;
}
.entryListArea .name .main {
  display: inline-block;
  margin-right: 1em;
  min-width: 5em;
}
@media only screen and (max-width: 600px) {
  .entryListArea .name .kana {
    display: block;
    line-height: 1.2;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 600px) {
  .entryListArea .name {
    width: 38%;
  }
  .entryListArea .name.rl {
    width: 30%;
  }
}
.entryListArea .team {
  max-width: 10em;
}

.qsBox {
  max-width: 650px;
  margin: 0 auto 20px;
  padding: 10px 0;
  background-color: rgba(128, 128, 128, 0.3);
}
@media only screen and (max-width: 600px) {
  .qsBox {
    margin: 0 inherit 20px;
  }
}
.qsBox dl {
  max-width: 500px;
  margin: 10px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 3fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  .qsBox dl {
    display: block;
  }
}
.qsBox dl dt {
  text-align: right;
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  .qsBox dl dt {
    text-align: center;
  }
}
.qsBox dl dd {
  box-sizing: content-box;
}
.qsBox dl dd input {
  padding: 5px;
  width: 96%;
  line-height: 30px;
  font-size: 30px;
  font-size: 3rem;
}
.qsBox dl dd p {
  font-size: 13px;
  font-size: 1.3rem;
}

#raceNumberShow {
  display: none;
}

.btn-detail {
  display: flex;
  background-color: #0071BC;
  text-align: center;
  text-decoration: none;
  height: 44px;
  vertical-align: center;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  border-radius: 3px;
}
.btn-detail.disable {
  background-color: #9a9a9a !important;
}
.btn-detail i {
  padding-right: 5px;
}

.doubleline {
  border-bottom: double 3px #ed1c29;
}

.em {
  display: inline-block;
  background-color: #ff0;
}
/*# sourceMappingURL=entrylist-common.css.map */