.pc {
 display: block !important;
  }
.sp {
 display: none !important; 
}
 
 
@media screen and ( max-width:767px) { 

.pc {
 display: none !important;
  }
.sp {
 display: block !important; 
 }
} 


  /*faq*/
  .qaCell {
    width: 860px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
    .qaCell .question {
      width: 100%;
      height: auto;
      margin: 0 auto 10px;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #f0f0f0;
      border-radius: 3px;
      position: relative;
      cursor: pointer; }
      .qaCell .question:hover {
        transition-duration: 0.8s;
        opacity: 0.7; }
      .qaCell .question .openIcon {
        width: 26px;
        height: 26px;
        margin: auto;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        position: absolute;
        top: 7px;
        right: 7px;
        background: #fff;
        border-radius: 50%; }
        .qaCell .question .openIcon span {
          width: 14px;
          height: 2px;
          margin: auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          background: #1a74bc;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          transition-duration: 0.7s;
          transform: rotate(0deg); }
        .qaCell .question .openIcon span:nth-child(2) {
          transition-duration: 0.5s;
          transform: rotate(90deg); }
        .qaCell .question .openIcon.open span {
          transition-duration: 0.7s;
          transform: rotate(180deg); }
        .qaCell .question .openIcon.open span:nth-child(2) {
          transition-duration: 0.5s;
          transform: rotate(180deg); }
    .qaCell h4 {
      width: 100%;
      height: 40px;
      margin: 0 auto;
      padding: 3px 40px 3px 3px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      border: none; }
      .qaCell h4 span {
        width: 55px;
        height: 34px;
        margin: 0 10px 0 0;
        padding: 0;
        line-height: 35px;
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        display: inline-block;
        border-radius: 3px; }
        .qaCell h4 span.q {
          background: #ffd700; }
        .qaCell h4 span.a {
          background: #1a74bc;
          color: #fff; }
    .qaCell .answer {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 0 30px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: none; }
      .qaCell .answer .txt {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10px 20px 10px 72px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
        .qaCell .answer .txt p {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 0 10px 10px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
        .qaCell .answer .txt .subTxt {
          width: 100%;
          height: auto;
          margin: 0 auto;
          padding: 5px 20px;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
          .qaCell .answer .txt .subTxt h6 {
            width: 100%;
            height: auto;
            margin: 0 auto 2px;
            padding: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block;
            font-size: 14px;
            font-weight: bold; }
    .qaCell table.faqCourse {
      width: 350px;
      height: auto;
      margin: 20px auto 0;
      padding: 0;
      box-sizing: border-box;
      display: block; }
      .qaCell table.faqCourse th.a {
        width: 35%; }
      .qaCell table.faqCourse th.a {
        width: 65%; }
      .qaCell table.faqCourse tr:nth-child(4) {
        border-bottom: none; }
    .qaCell .tableWrapper {
      width: auto;
      height: auto;
      margin: 0 0 10px;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block; }
    .qaCell .answer .txt p.date {
      font-size: 13px;
      padding: 0;
      text-align: left; }
    .qaCell table {
      width: 100%;
      display: table;
      margin: 3px auto 10px; }
      .qaCell table tr.thCol {
        border: 1px solid #9f9f9f; }
      .qaCell table tr:nth-child(2n-1) {
        background: #f0f0f0; }
      .qaCell table tr:nth-child(4) {
        border-bottom: none; }
      .qaCell table th {
        min-width: 3.2em;
        padding: 5px;
        font-size: 13px;
        font-weight: bold; }
      .qaCell table td {
        padding: 5px;
        font-size: 13px;
        line-height: 1.2; }
        .qaCell table td span {
          font-size: 11px; }
  
  /*コンテンツ内ボタン汎用*/
  .btnWrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
    .btnWrapper.top {
      width: 900px;
      text-align: right; }
    .btnWrapper.grandprix {
      padding: 10px 20px; }
    .btnWrapper a.linkBtn {
      width: auto;
      height: 40px;
      min-height: 30px;
      margin: 0;
      padding: 0 20px 0 35px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      background: url(../img/icon_linkbtn_arr_wh_pc.png) 20px 50% no-repeat #333;
      border-radius: 3px;
      color: #fff;
      line-height: 40px;
      font-size: 14px;
      vertical-align: top;
      text-decoration: none;
      text-align: left; }
      .btnWrapper a.linkBtn:hover {
        transition-duration: 0.8s;
        opacity: 0.7; }
        .qaCell .answer .txt p.date {
          font-size: 13px;
          padding: 0;
          text-align: right;}


/*faq*/
@media(max-width:767px){
/*faq*/
.qaCell {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

.question {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #f0f0f0;
  border-radius: 3px;
  position: relative;
  cursor: pointer; }
  .question .openIcon {
    width: 22px;
    height: 22px;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    background: #fff;
    border-radius: 50%; }
    .question .openIcon span {
      width: 12px;
      height: 2px;
      margin: auto;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #1a74bc;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      transition-duration: 0.7s;
      transform: rotate(0deg); }
    .question .openIcon span:nth-child(2) {
      transition-duration: 0.5s;
      transform: rotate(90deg); }
    .question .openIcon.open span {
      transition-duration: 0.7s;
      transform: rotate(180deg); }
    .question .openIcon.open span:nth-child(2) {
      transition-duration: 0.5s;
      transform: rotate(180deg); }

.qaCell h4 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 8px 25px 8px 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border: none;
  position: relative;
  font-size: 14px;
  }
  .qaCell h4 span {
    width: 34px;
    height: 23px;
    margin: auto;
    padding: 0;
    line-height: 23px;
    text-align: center;
    font-size: 12.5px;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    left: 5px; }
    .qaCell h4 span.q {
      background: #ffd700; }
    .qaCell h4 span.a {
      background: #1a74bc;
      color: #fff; }

.answer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 20px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: none; }
  .answer .txt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block; }
    .answer .txt p {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      text-align: left;
     }
    .answer .txt h5 {
      width: 100%;
      height: auto;
      margin: 15px auto 10px;
      padding: 0;
      box-sizing: border-box;
      display: block;
      border-bottom: 1px solid #9f9f9f; }
    .answer .txt h6 {
      width: 100%;
      height: auto;
      margin: 15px auto 5px;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      font-size: 14px; }

ul.nightRace {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  display: block; }
  ul.nightRace li {
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  ul.nightRace p.title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px dotted #9f9f9f; }
  ul.nightRace p.innerTxt {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 3px;
    box-sizing: border-box;
    display: block; }

.answer .txt p.ticketTitle {
  width: 100%;
  height: auto;
  margin: 10px auto 0;
  padding: 0;
  box-sizing: border-box;
  display: block; }

/*コンテンツ内ボタン汎用*/
.btnWrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }
  .btnWrapper a.linkBtn {
    width: 100%;
    height: 40px;
    min-height: 30px;
    margin: 0;
    padding: 0 20px 0 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    background: url(../img/icon_linkbtn_arr_wh_sp.png) 20px 50% no-repeat #333;
    background-size: 8px auto;
    border-radius: 3px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    vertical-align: top;
    text-decoration: none;
    text-align: left; }
    .btnWrapper a.linkBtn:hover {
      transition-duration: 0.8s;
      opacity: 0.7; }

.pdfArea {
  width: 100%;
  height: auto;
  margin: 10px auto;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block; }

a.download {
  width: 100%;
  height: 40px;
  min-height: 40px;
  margin: 0 5px 0 0;
  padding: 0 15px 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  background: url(../img/icon_pdf.png) 10px 50% no-repeat #1a74bc;
  background-size: 25px auto;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  vertical-align: top;
  text-decoration: none; }
  a.download:hover {
    transition-duration: 0.8s;
    opacity: 0.7; }

table {
  width: 100%;
  display: table; }

tr.chartFooter {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #9f9f9f; }
  tr.chartFooter td {
    padding: 20px 3px; }
    tr.chartFooter td:first-child {
      background: #555;
      color: #fff; }

tr:nth-child(2n-1) {
  background: #FFFFFF; }

tr:nth-child(4) {
  border: none; }

  .qa_tables  tr{
    background: #FFFFFF;
    border:1px solid #9f9f9f;
  }

.qa_tables  tr:nth-child(2n-1) {
    background: #f0f0f0;
  }


th {
  font-size: 12.5px;
  padding: 0 5px; }

td {
  font-size: 12.5px;
  padding: 0 3px;
  }
  td:nth-child(9) {
    text-align: right; }
  td:nth-child(10) {
    text-align: right; }
  td:nth-child(12) {
    text-align: right; }

    article.about .worrning {
      width: 100%;
      max-width: 400px;
      height: auto;
      margin: 0 auto;
      padding: 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      text-align: center; }
      article.about .worrning img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        display: inline;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
        border: 1px solid #cacaca; }

article.about .linkArea a.jp {
  width: 100%;
  height: auto;
  margin: 5px auto;
  padding: 0 0 0 1.3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
}

.pc_infoContainer,
 .dataArea.sp_none,
 .PC,
 p.attention.PC
{
    display: none;
}

          
.tableWrapper.scroll{
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
}
.tableWrapper.scroll table{
  width:500px;
}
.qaCell h4.PC,
.PC{
  display: none;
}
div.scroll.q9 table td{
  border-bottom: none;
}
div.scroll.q9 table th{
  padding: 5px 10px;
}
.rule_h .dataArea p{
padding: 0%;
margin:0 auto ;
}
.dataArea.rule_p{
  margin-bottom: 2em;
   padding: 0%;
}
.rule_h .dataArea h4.owner{
  margin-top: 0%;
}
.center_space {
  margin-bottom: 2em;
}
.tableInner .award tr td{
  border-bottom: none;
}
  }

}

/* point_ranking */
#point_ranking {
  padding-bottom: 40px;
}

#point_ranking .point_table {
  width: 620px;
  margin: 30px auto 30px;
}

#point_ranking table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
}

#point_ranking table tr:nth-child(odd) td {
  background-color: #ffffff;
}

#point_ranking table tr td.color {
  background-color: #ffffff;
}

#point_ranking table td,
#point_ranking table th {
  text-align: center;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  box-sizing: border-box;
}

#point_ranking table th {
  padding: 1.6%;
  background-color: #a8862b;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#point_ranking table th:nth-child(1) {
  width: 140px;
}

#point_ranking table th:nth-child(3) {
  width: 176px;
}

#point_ranking table td {
  padding: 2.2%;
  font-size: 20px;
}

#point_ranking .notes {
  padding-top: 14px;
  font-size: 16px;
}




/* point_ranking */
@media screen and ( max-width:767px) { 
#point_ranking {
  padding-bottom: 8%;
}

#point_ranking .point_table {
  width: 90%;
  margin: 20px auto 15px;
}

#point_ranking table th {
  font-size: 14px;
}

#point_ranking table th:nth-child(1) {
  width: auto;
  white-space: nowrap;
}

#point_ranking table th:nth-child(3) {
  width: auto;
}

#point_ranking table td {
  font-size: 15px;
}

#point_ranking .notes {
  padding-top: 10px;
  font-size: 12px;
}

}
