h2.columnTitle {
  position: relative;
  max-width: 1100px;
  margin: 40px auto 22px;
  font-size: 24px;
  font-weight: bold;
  color: #c1aa5a;
  text-align: center;
  overflow: hidden;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

main div.title_sub {
  margin-bottom: 0;
}


#sp_contents {
  background: white;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  margin-bottom: 20px;
}

.tab p.gai {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #9c8b4f;
  padding: 10px 0;
  width: 150px;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.3s;
  font-size: 16px;
  border: 2px solid #9c8b4f;
}

.tab p.gai:hover {
  opacity: 0.5;
}

.tab.close {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tab.close {
    width: 100%;
    margin: 0 auto;
  }
}

.tab.close p.fr {
  margin: 5px 0 0;
  font-size: 18px;
}


.tab p.fl {
  float: left;
  margin: 5px 0;
}
.tab p.fl img {
  background: white;
  padding: 3px;
}

.tab p.fl a.linkBtn {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #9c8b4f;
  padding: 5px 0;
  width: 150px;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: 0.3s;
  font-size: 16px;
  border: 2px solid #9c8b4f;
}

.tab p.fl a.linkBtn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .tab p.fl a.linkBtn {

    width: auto;
    padding: 10px 10px;
    margin-right: 5px;
    font-size: 14px;
  }

  .tab p.fl a.linkBtna:last-child {
    margin-right: 0;
  }

}

.tab p.fl a.linkBtn:hover {
  opacity: 0.5;
}



.tab p.fl img {
  height: 30px;
  width: auto;
}


.tab p.fr {
  float: right;
  color: white;
}

.leftArea .tab p.fr {
  font-size: 14px;
}



/* 子ページ　情報*/
.info {
  color: white;
  font-weight: normal;
  text-align: center;
}

.info .result {
  margin-bottom: 0;
}


.info .report {
  width: 560px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.info .report iframe {
  width: 560px;
  height: 315px;
  border: 0;
}

.info .report p {
  background-color: #8a7018;
  color: white;
  padding: 5px 0;
  margin: 0 auto;
}

.center {
  text-align: center;
  color: #8a7018;
}

.infoArea {
  margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
  #sp_contents.jbc .list {
    float: none;
    width: auto;
    margin-right: 0px;
  }

  #sp_contents.jbc .list table tr.name th {
    padding-top: 20px;
    text-align: center;
  }

  #sp_contents.jbc .list table tr.name:first-child th {
    padding-top: 20px;
  }

  #sp_contents.jbc .list p {
    text-align: center;
  }

  #sp_contents .list table {
    line-height: 1.3;
  }

  #sp_contents .list table tr th:nth-child(2),
  #sp_contents .list table tr td:nth-child(2) {
    display: none;
  }

  #sp_contents .list table tr th:nth-child(4),
  #sp_contents .list table tr td:nth-child(4),
  #sp_contents .list table tr th:nth-child(5),
  #sp_contents .list table tr td:nth-child(5),
  #sp_contents .list table tr th:nth-child(6),
  #sp_contents .list table tr td:nth-child(6),
  #sp_contents .list table tr th:nth-child(7),
  #sp_contents .list table tr td:nth-child(7) {
    text-align: center;
  }



  .info .report {
    width: auto;
  }

  .info .report .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .info .report .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

}


.tab p.gai:after {
  content: "▼Road to JBC";
}

.tab p.gai.open:after {
  content: "▲Road to JBC";
}

.button_radius > a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.jbc .list {
  float: left;
  width: 510px;
  margin-right: 30px;
}

.jbc .list:last-child {
  margin-right: 0px;
}

.jbc .list table tr.name th {
  font-weight: bold;
  background-color: inherit;
  color: black;
  font-size: 1.0rem;
  padding-top: 20px;
}

.jbc .list table tr.name:first-child th {
  padding-top: 0px;
}

.title .fl.long {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .jbc .list {
    float: none;
    width: auto;
    margin-right: 0px;
  }

  .jbc .list table tr.name th {
    padding-top: 20px;
    text-align: center;
  }

  .jbc .list table tr.name:first-child th {
    padding-top: 20px;
  }

  .jbc .list p {
    text-align: center;
  }
}


.list {
  float: left;
  width: 540px;
}

.list h3 {
  font-size: 1rem;
  color: #a80079;
}

.list h3.seazonk {
  color: #398DAD;
}

.list h3.seazon2 {
  color: #51A344;
}

.list table {
  width: 100%;
  font-size: 1em;
}

.list table th,
.list table td {
  padding: 10px 5px;
}

.list table th {
  /*font-weight: bold;*/
  background-color: #8a7018;
  color: #fff;
}

.list table tr {
  border-bottom: 1px solid #cfcfcf;
}

.list table tr.now {
  background-color: #fff;
}

.list a[href] {
  color: #8a7018;
  text-decoration: underline;
}

.info span.icon {
  background-image: url(../media/images/winner.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: -9999px;
  width: 120px;
  background-size: 100%;
  display: block;
  position: relative;
  top: -23px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;

}

.info .winner {
  margin: 35px 0 20px;
  /*border-bottom: 4px solid #e3c764;*/
  padding: 5px;
  background-image: url(../media/images/furlong/title_grd_frame.png);
  background-size: 170%;
  background-position: center;
    
}

.info .winner a {
  font-size: 36px;
  color: #e3c764;
  font-weight: bold;

  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


@media screen and (max-width: 768px) {

  .list {
    float: none;
    width: auto;
  }

  .list h3 {
    font-size: 1rem;
    color: #a80079;
    text-align: center;
  }

  .list table {
    font-size: 1.1em;
  }

  .list table th,
  .list table td {
    padding: 10px 2px;
  }

  p.induction a {
    font-size: 1.2rem;
  }

}

.result {
  margin: 20px auto 0;
}

.result.second {
  margin: 0 auto 0;
}

.result a {
  display: inline-block;
  text-align: center;
  background-color: #bba659;
  color: black;
  padding: 10px 0;
  width: 150px;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: 0.3s;
  font-size: 16px;
}

.result a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .result a {

    width: auto;
    padding: 10px 10px;
    margin-right: 5px;
    font-size: 14px;
  }

  .result a:last-child {
    margin-right: 0;
  }

}

.result a:hover {
  opacity: 0.8;
}


.result.second a {
  display: inline-block;
  text-align: center;
  background-color: #000;
  color: #9c8b4f;
  padding: 10px 0;
  width: 150px;
  font-size: 0.75rem;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: 0.3s;
  font-size: 16px;
  border: 2px solid #9c8b4f;
}

.result.second a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .result.second a {

    width: auto;
    padding: 10px 10px;
    margin-right: 5px;
    font-size: 14px;
  }

  .result.second a:last-child {
    margin-right: 0;
  }

}

.result.second a:hover {
  opacity: 0.5;
}


.main .textArea {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 60px;
  text-indent: 1em;
  margin-bottom: 40px
}

.main .textArea h2,
.main .textArea2 h2 {
  border-bottom: 3px solid #555;
  padding: 0 0 5px;
  margin-top: 50px;
}

.main .textArea h2:before,
.main .textArea2 h2:before {
  content: "";
  display: inline-block;
  background: url(../media/images/h2icon.png);
  width: 52px;
  height: 32px;
  background-size: 52px 32px;
  margin-left: -20px;
  position: relative;
  top: 8px;
}

.main .textArea2 {
  padding: 0 60px 30px;
  text-indent: 1em;
  margin-bottom: 40px
}


@media screen and (max-width: 767px) {
  .main .textArea {
    padding: 20px
  }

  .main .textArea2 {
    padding: 20px
  }
}

.main .textArea p {
  line-height: 1.75em;
  font-weight: normal;
}

.main .textArea2 p {
  line-height: 1.75em;
  font-weight: normal;
  color: white;
}

.main .textArea p.photoR {
  float: right;
  width: 340px;
  margin: 10px;
  ;
}

.main .textArea p.photoL {
  float: left;
  width: 340px;
  margin: 10px;
  ;
}

@media screen and (max-width: 767px) {

  .main .textArea p,
  .main .textArea2 p {
    font-size: 16px;
  }

  .main .textArea2 p.photoL,
  .main .textArea2 p.photoR {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 340px;
  }
}


span.final:before {
  content: "ファイナル";
  color: white;
  font-size: 14px;
  background: #bba659;
  padding: 5px 10px;
  position: relative;
  top: -5px;
  width: auto;
}

@media screen and (max-width: 767px) {
  span.final:before {
    top: -4px;
  }
}


@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

@media screen and (min-width: 768px) {


  .pcnone {
    display: none;
  }
}

/* tosyuカラム分け */

.areaWrapper {
  width: 1100px;
  margin: 0 auto 10px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .areaWrapper {
    padding-top: 0;
    width: 100%;
  }
}

.rightArea {
  float: right;
}


.rightArea img {
  width: 550px;
}

@media screen and (max-width: 767px) {
  .rightArea img {
    width: 100%;
  }
}

.leftArea {
  float: left;
  max-width: 550px;
  box-sizing: border-box;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .leftArea {
    float: none;
    max-width: none;
    padding: 0;
  }
}

.leftArea .fl img{
  display: inline-block;
}

main .leftArea div.title_sub {
  max-width: 600px;
  width: 100%;
  height: 45px;
}

main .leftArea .title_sub h1 {
  font-size: 22px;
}

.main.main .leftArea .title_sub img {
  height: 30px;
}

.leftArea .title_sub div,
.leftArea .title_grd_min span {
  padding: 6px 0 4px;
  font-size: 24px;
  background-size: 150%;
}


@media screen and (max-width: 767px) {
  main .leftArea div.title_sub {
    height: auto;
  }
  
  main .leftArea div.title_sub {
    max-width: 100%;
    width: 100%;
  }

  main .leftArea .title_sub h1 {
    font-size: 24px;
  }
}


main .leftArea .inner {
  width: 530px;
  min-width: 530px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  main .leftArea .inner {
    width: 100%;
    min-width: 100%;
  }
}

.rightArea .mainVisual,
.rightArea .mainVisualSingle {
  width: 500px;
}

.mainVisual img {
  width: 100%;
}

.mainVisual > img {
  width: 100%;
  display: none;
}

.mainVisual > img:nth-child(1) {
  width: 100%;
  display: block;
}

.mainVisual .slick-dots li button:before {
  color: white;
}

.mainVisual .slick-dots li.slick-active button:before {
  opacity: .75;
  color: white;
}


.snsArea {
  margin-top: 60px;
}

.snsArea li {
  float: left;
  margin-right: 10px;
  list-style: none;
}




.tableArea {
  overflow-x: scroll;
}

.tableArea section.table {
  width: 980px;
}

.tableArea section.table h3,
.tableArea section.table p {
  text-align: center;
}

.tableArea section.table h3 {
  font-size: 1.6rem;
}

.tableArea section.table p {
  font-size: 1.3rem;
  margin: 0;
}

.tableArea section.table table {
  font-size: 1.3rem;
  width: 100%;
  background-color: #fff;
  margin: 10px 0;
}

.tableArea section.table table tr {
  border-bottom: 1px solid #cfcfcf;
}

.tableArea section.table table tr th,
.tableArea section.table table tr td {
  padding: 8px 3px;
  text-align: center;
  font-size: 14px;
}

.tableArea section.table table tr th {
  background-color: #5f5f5f;
  font-weight: bold;
  color: #efefef;
}

.imageArea{
  margin: 0 auto;
  text-align: center;
}


.main .img_w10{
  width: 10%;
  display: inline-block;
}
.main .img_w20{
  width: 20%;
  display: inline-block;
}
.main .img_w30{
  width: 30%;
  display: inline-block;
}
.main .img_w40{
  width: 40%;
  display: inline-block;
}
.main .img_w50{
  width: 50%;
  display: inline-block;
}
.main .img_w60{
  width: 60%;
  display: inline-block;
}
.main .img_w70{
  width: 70%;
  display: inline-block;
}
.main .img_w80{
  width: 80%;
  display: inline-block;
}
.main .img_w90{
  width: 90%;
  display: inline-block;
}
.main .img_w100{
  width: 100%;
  display: inline-block;
}


@media screen and (max-width: 640px) {
  .main .img_w10,
  .main .img_w20,
  .main .img_w30,
  .main .img_w40,
  .main .img_w50,
  .main .img_w60,
  .main .img_w70,
  .main .img_w80,
  .main .img_w90,
  .main .img_w100{
    width: calc(100% - 40px);
    display: inline-block;
  }
}