@charset "UTF-8";
/* 
  contents.css
  jbc2020
*/


.content_title .box {
  margin-bottom: 0;
}


.content h2 {
  position: relative;
  font-size: 26px;
  margin-bottom: 1.6em;
  padding-top: 20px;
}
.content h2::before {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #cab25e;
}
.content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.content h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.content p {
  /* font-size: 16px; */
  line-height: 1.8;
  margin: 1em 0 2.2em;
}
.content p.right {
  font-size: 14px;
  text-align: right;
  margin-top: 20px;
}



/*------------------------------
  データ分析
------------------------------*/
.analysis {
  background: #fff;
  margin: 0 10px 20px 10px;
  padding: 40px 20px 40px 20px;
}
.analysis .lead {
  margin-bottom: 2.4em;
  border-bottom: 1px solid #ddd;
}
.analysis .lead h3 {
  color: #b38a40;
}

/*  表組み  */
.analysis .data {
  position: relative;
  margin-bottom: 2.6em;
  z-index: 1;
}
.analysis .data p.table_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: .3em;
}

/*  カギカッコ囲み  */
.analysis .boxed-article {
  width: 100%;
  position: relative;
  border: solid 8px #d5332f;
  background-color: #fff;
  margin-bottom: 2em;
  padding: 1.4em 1em;
}
.analysis .boxed-article::before,
.analysis .boxed-article::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
.analysis .boxed-article::before {
  top: -8px;
  bottom: -8px;
  left: 30px;
  right: 30px;
}
.analysis .boxed-article::after {
  top: 30px;
  bottom: 30px;
  left: -8px;
  right: -8px;
}
.analysis .boxed-article h3 {
  position: relative;
  color: #d5332f;
  z-index: 1;
}
.analysis .boxed-article p {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}



/*------------------------------
  注目馬情報
------------------------------*/
.horse {
  background: #fff;
  margin: 0 10px 20px 10px;
  padding: 40px 20px 20px 20px;
}
.horse .horse_list {
  margin-bottom: 40px;
}
.horse .horse_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.horse .horse_list li {
  width: 47%;
  margin-bottom: 24px;
}
.horse .horse_list li a {
  display: block;
}
.horse .horse_list li a p {
  position: relative;
  font-size: 13px;
  margin: .4em 0 0 0;
}
.horse .horse_list li a p span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #cab25e;
  border-radius: 2px;
  position: relative;
  vertical-align: sub;
  margin-right: .4em;
}
.horse .horse_list li a p span::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.horse .horse_list li.no {
  display: none;
}

/*  解説ブロックv  */
.horse section {
  background: #f2f2f2;
  margin-bottom: 40px;
  padding: 15px 15px 0 15px;
  overflow: hidden;
}
.horse section h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0.3em;
}
.horse section h3 a:hover{
    color: #cab25e;
    transition: .2s;
}
.horse section p {
  margin-bottom: 1em;
}
.horse section p.info {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.horse section .cover {
  margin: 0 -15px;
}
.horse section p.pedigree {
  font-size: 14px;
  margin: 1em 0 2em;
}
.horse section .check {
  position: relative;
  display: block;
  background: #fff;
  margin: 40px 0 20px 0;
  padding: 10px 10px 10px;
}
.horse section .check h4 {
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  background: #d5332f;
  padding: .6em 1em;
}
.horse section .check h4::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid #d5332f;
  border-top: 6px solid #d5332f;
  border-bottom: 6px solid transparent;
  right: 0;
  bottom: -12px;
}
.horse section .check p {
  font-size: 15px;
  margin: 20px 0 0 0;
}
/*  出走予定馬はこちらボタン  */
.horse .btn_col1 {
  margin: 0 -20px -22px;
  padding: 15px 0 15px;
}



/*------------------------------
  参考レース
------------------------------*/
.reference {
  margin: 0 10px 20px 10px;
  padding: 0 0 10px;
/*  padding: 40px 20px 40px 20px;*/
  background: #404040;
}
.reference h2 {
  font-size: 16px;
  font-family: ten-mincho-text, serif;
  color: #f1f1f1;
  margin: 25px 0 14px 10px;
  padding: 0;
}
.reference h2::before {display: none;}
.reference .road .road_box .road_header h3,
.reference .road .road_box .road_header p {
  line-height: 1.2;
  margin-bottom: 0;
}
/*  ボタンボックス  */
.reference .road_box .btnbox li {
  width: 31%;
}



/*------------------------------
  レース紹介
------------------------------*/
.race {
  background: #fff;
  margin: 0 10px 20px 10px;
  padding: 30px 20px 10px 20px;
/*  padding: 40px 20px 40px 20px;*/
}
.race img.course_map {
  display: block;
  margin: 40px auto;
}
/*  slick スタイル  */
.race .slider_wrap {
  margin: 0 -20px 40px;
}



/*------------------------------
  中継情報
------------------------------*/
.broadcast {
  margin: 0 10px 20px 10px;
  padding: 15px 0 10px;
  background: #404040;
}
.broadcast .cat_box {
  color: #000;
  background: #fff;
  margin: 0 8px 15px 8px;
}
.broadcast .cat_box .cat_box_header {
  position: relative;
  padding: 15px 0 15px 0;
  color: #fff;
  background: #000;
}
.broadcast .cat_box .cat_box_header::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #b38a40;
}
.broadcast .cat_box .cat_box_header h2 {
  position: relative;
  font-size: 20px;
  margin: 0 0 13px 10px;
  padding: 0 0 0 30px;
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 0 -2px;
}
.broadcast .cat_box .cat_box_header h2::before {display: none;}
.broadcast .cat_box .cat_box_header h2.tv {
  background-image: url(../img/icon_broadcast_tv.png);
}
.broadcast .cat_box .cat_box_header h2.net {
  background-image: url(../img/icon_broadcast_net.png);
}
.broadcast .cat_box .cat_box_header h2.telephone {
  background-image: url(../img/icon_broadcast_telephone.png);
}
.broadcast .cat_box ul {
  margin: 4px 10px 0;
}
.broadcast .cat_box li {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 0 0;
  padding: 1em 1.5em 1em 0;
  border-bottom: 1px solid #ddd;
}
.broadcast .cat_box li:last-child {
  border: none;
}
.broadcast .cat_box li span {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-top: 0.4em;
}
.broadcast .cat_box li a {
  display: block;
}
.broadcast .cat_box li a::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #cab25e;
  border-right: solid 2px #cab25e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.broadcast .cat_box .other {
  display: table;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 .3em;
  padding: .34em .4em;
  border: 1px solid #aaa;
}
.broadcast .cat_box .btn_col1 ul {
  margin: 0;
}
.broadcast .cat_box .btn_col1 li {
  width: 90%;
  text-align: center;
  padding: 0 0;
  justify-content: center;
  align-items: center;
}
.broadcast .cat_box .btn_col1 li a::before {display: none;}

@media screen and (min-width: 960px) {
  /*  HOVER  */
  .broadcast .cat_box li a:hover {
    color: #926d40;
  }
  .broadcast .cat_box .btn_col1 li a:hover {
    color: #fff;
  }
}



/*------------------------------
  ニュース
------------------------------*/
.news {
  margin: 0 10px 20px 10px;
  padding: 0;
  background: #404040;
}
.news_list {
  color: #000;
  background: #fff;
  padding: 10px 10px 10px;
}



/*------------------------------
  調教VTR
------------------------------*/
.vtr {
  background: #fff;
  margin: 0 10px 20px 10px;
/*  padding: 30px 20px 10px 20px;*/
  padding: 40px 20px 40px 20px;
}



/*------------------------------
  出馬表
------------------------------*/
.racecard {
  background: #fff;
  margin: 0 10px 20px 10px;
/*  padding: 40px 20px 10px 20px;*/
  padding: 40px 20px 40px 20px;
}
/*  出馬表はこちらボタン  */
.racecard .btn_col1 {
  margin: 0 -20px -12px;
  padding: 15px 0 15px;
}
.racecard .btn_inr1 li {
  margin: 3em 0 20px 0;
}
.racecard h2 {
  margin-bottom: 0;
}



/*------------------------------
  JBC20年史
------------------------------*/
.history {
  margin: 0 10px 0 10px;
  padding: 0 0 0px;
  background: #404040;
}
.his_list li span {
  display: block;
}
.his_list li {
  margin-bottom: 0 !important;
}

.history h2 {
  font-size: 19px;
  font-family: ten-mincho-text, serif;
  color: #f1f1f1;
  margin: 0 0 30px 10px;
  padding: 40px 0 0 0;
}
.history h2::before {display: none;}
.history section:first-child h2 {
  padding-top: 30px;
}

.history .txt {
  background: #fff;
  margin: 0 10px 0px;
  padding: 20px 10px 10px;
}
.history .txt h3 {
  margin: .2em 0 1.2em;
}
.history h3.last {
  color: #b38a40;
  margin-top: 30px;
}
.history section:first-child .last {
  margin-top: 20px;
}

.history .txt p {
  margin-bottom: 1em;
}

.history .race_box {
  margin: 0 10px 0 10px;
}
.history .race_box .race_header {
  padding: 12px 0 15px 0;
  color: #fff;
  background: #000;
}
.history .race_box .race_header p.race-name {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 10px;
}
.history .race_box .race_header p.horse-name {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px 0px;
  padding: 0 0 .4em 10px;
}
.history .race_box .race_header p.horse-name span {
  font-size: 15px;
  margin-right: .4em;
}
.history .race_box .race_header p.horse-name::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #b38a40;
}
.history .race_box .race_header p.track-name {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 0 10px;
}

/*  ボタンボックス  */
.history .race_box .btnbox li {
  display: flex;
  justify-content: center;
  width: 48.5%;
  font-size: 13px;
}
.history .race_box .btnbox li i {
  width: 20px;
  height: 20px;
  background-size: contain;
  margin: 0 .3em 0 0;
  transition: .2s;
}

/*  コメント  */
.history .cmmt {
  position: relative;
  background: #f2f2f2;
  margin: 30px -10px 0px -10px;
  padding: 25px 15px 10px 15px;
}
.history .cmmt .check {
  position: relative;
  display: block;
  background: #fff;
  margin: 20px 0 10px 0;
  padding: 10px 10px 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.history .cmmt h4 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  background: #cab25e;
  padding: .6em 1em;
}
.history .cmmt h4::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid #cab25e;
  border-top: 6px solid #cab25e;
  border-bottom: 6px solid transparent;
  right: 0;
  bottom: -12px;
}
.history .cmmt .check p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 0 0;
}
.history .cmmt img {
  width: 26%;
}
.history .cmmt .right {
  width: 68%;
}
.history .cmmt h5 {
  font-size: 16px;
  margin: .2em 0 .8em;
}

.history .box {
  margin: 20px 0 0 0;
}
.history .btn_col4 {
  margin: 0 0;
}
/*  スライダー  */
.history .slider_wrap {
  margin: 20px -10px 40px;
}



/*------------------------------
  JBC2020について
------------------------------*/
.about {
  background: #fff;
  margin: 0 10px 20px 10px;
  padding: 30px 20px 0px 20px;
}
.about h3 {
  padding: 0 0 .3em;
  border-bottom: 1px solid #cab25e;
}
.about p.kakomi {
  margin: 1.2em;
  padding: 1.2em;
  border: 1px solid #ccc;
}
.about .data {
  padding-bottom: 2em;
}
.about .box {
  margin: 0 -20px;
}
.btn_col2_about {
  background: #000;
}
.btn_col2_about li {
  width: 48.8%;
}
.btn_col2_about li a {
  font-size: 3.8vw;
  font-weight: bold;
  padding: .8em .4em;
}



/*------------------------------
  発売情報
------------------------------*/
.release {
  background: #fff;
  margin: 0 10px 20px 10px;
  padding: 30px 20px 20px 20px;
}





/*------------------------------
  ボタン
------------------------------*/
/*  ボタン 1カラム：内側用ボタン  */
.btn_inr1 {
  padding: 0 0;
}
.btn_inr1 ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.btn_inr1 li {
  width: 84%;
  font-size: 18px;
  color: #000;
  border-radius: 4px;
  margin: 20px 0;
/*  margin: 0 0 20px 0;*/
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.btn_inr1 li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2em 0;
  letter-spacing: .08em;
}
.btn_inr1 li a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 42%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #cab25e;
  border-right: solid 2px #cab25e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*  ABOUT ヘッダ ナビボタン x2  */
.btn_about {
  padding: 10px;
  background: #000;
}
.btn_about ul {
  display: flex;
  justify-content: space-between;
}
.btn_about li {
  width: 48.8%;
  color: #000;
  background: #fff;
  border-radius: 4px;
}
.btn_about li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: .8em .4em;
  text-align: center;
}
/*  ABOUT 下ボタン用  */
.about .btn_about {
  margin: 0 -20px;
}
@media screen and (min-width: 960px) {
  .btn_about li a {
    /* padding: .8em .4em; */
  }
}



/*  HISTORY ヘッダ ナビボタン x4  */
.btn_history {
  padding: 10px;
  background: #000;
}
.btn_history ul {
  display: flex;
  justify-content: space-between;
}
.btn_history li {
  width: 23.4%;
  color: #000;
  line-height: 1.3;
  background: #fff;
  border-radius: 4px;
}
.btn_history li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: .4em .4em;
  text-align: center;
}
.btn_history li a span {
  display: block;
}
/*  ボタン：競走成績・レース映像  */
.history .race_box .btn_box li {
  width: 48.5%;
}
/*  HISTORY 下ボタン用  */
.history .btn_history {
  margin: 15px 0 0;
}
@media screen and (min-width: 960px) {
  .history .btn_history {
    margin: 20px -10px 0;
  }
  .btn_history li a {
    padding: .8em .4em;
  }
  .btn_history li a span {
    display: inline;
  }
}



/*  ヘッダ 6ナビボタン データ分析 〜 レース紹介  */
.btn_x6 {
  padding: 10px;
  background: #000;
}
.btn_x6 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn_x6 li {
  display: flex;
  justify-content: center;
  width: 31%;
  font-size: 13px;
  color: #000;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
.btn_x6 li a {
  width: 100%;
  padding: .6em 0;
}
.btn_x6 li span {
  display: block;
  letter-spacing: .08em;
}
.btn_x6 li i {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin: 0 0 .3em 0;
  transition: .2s;
}
.btn_x6 li.analysis i {
  background-image: url(../img/icon_analysis.png);
}
.btn_x6 li.horse i {
  background-image: url(../img/icon_horse.png);
}
.btn_x6 li.racecard i {
  background-image: url(../img/icon_racecard.png);
}
.btn_x6 li.reference i {
  background-image: url(../img/icon_reference.png);
}
.btn_x6 li.vtr i {
  background-image: url(../img/icon_vtr.png);
}
.btn_x6 li.race i {
  background-image: url(../img/icon_race.png);
}
/*  ACTIVE  */
.btn_x6 li.analysis.active i {
  background-image: url(../img/icon_analysis_on.png);
}
.btn_x6 li.horse.active i {
  background-image: url(../img/icon_horse_on.png);
}
.btn_x6 li.racecard.active i {
  background-image: url(../img/icon_racecard_on.png);
}
.btn_x6 li.reference.active i {
  background-image: url(../img/icon_reference_on.png);
}
.btn_x6 li.vtr.active i {
  background-image: url(../img/icon_vtr_on.png);
}
.btn_x6 li.race.active i {
  background-image: url(../img/icon_race_on.png);
}
@media screen and (min-width: 960px) {
  .btn_x6 li {
    width: 15.2%;
    font-size: 14px;
    margin-bottom: 0;
  }

  /*  HOVER, ACTIVE  */
  .btn_x6 li.analysis:hover i {
    background-image: url(../img/icon_analysis_on.png);
  }
  .btn_x6 li.horse:hover i {
    background-image: url(../img/icon_horse_on.png);
  }
  .btn_x6 li.racecard:hover i {
    background-image: url(../img/icon_racecard_on.png);
  }
  .btn_x6 li.reference:hover i {
    background-image: url(../img/icon_reference_on.png);
  }
  .btn_x6 li.vtr:hover i {
    background-image: url(../img/icon_vtr_on.png);
  }
  .btn_x6 li.race:hover i {
    background-image: url(../img/icon_race_on.png);
  }
}




/*  スライダー  */
.content .slider_wrap .slick-slide .caption {
  padding: 2px;
  z-index: 2;
  opacity: 0;
  transition: .3s ease;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  margin: .6em 0 .6em;
}
.content .slider_wrap .slick-current .caption {
  opacity: 1;
  transition-delay: .4s;
}
.content .slider_wrap .slick-prev,
.content .slider_wrap .slick-next {
  top: 42%;
}



/*  画像リスト  */
.img_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1em 0 1em;
}
.img_list li {
  width: 48%;
  margin: 0 0 1em;
}



/*  リスト  */
.txt_list {
  margin-bottom: 3em;
}
.txt_list li {
  margin: 0 0 1em;
}



/*  COMING SOON  */
.soon {
  font-size: 18px;
  color: #999;
  letter-spacing: .06em;
  margin: 3em auto 1em auto;
  padding: 1.3em 0;
  background: #eee;
  border-radius: 3px;
  width: 84%;
  text-align: center;
}

/*  ボタン下 キャプション  */
.cap1 {
  font-size: 15px;
  color: #d5332f;
  text-align: center;
  margin: 0 0 1em !important;
  padding: 0;
}



/*  注記  */
.note {
  margin: 20px 0 0 0;
  padding: .8em;
  border: 1px solid #ddd;
  background: #fff;
}
.note h3 {
  display: inline-block;
  color: #d5332f;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #d5332f;
  margin-bottom: .6em;
  padding-bottom: .2em;
  letter-spacing: .2em;
}
.note p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
.marginal {
  margin: 20px 20px 40px 20px;
}





/*------------------------------
  PC用スタイル
------------------------------*/
@media screen and (min-width: 960px) {

  .content {
    margin: 0 0 40px 0;
  }

  .content_title .box {
    margin: 0;
  }


  /*=====  データ分析  =====*/
  .analysis section {
    background: #fff;
    margin: 0 0 40px;
    padding: 40px 40px 40px 40px;
  }


  /*=====  注目馬情報  =====*/
  .horse .horse_list li {
    width: 22%;
    margin-bottom: 24px;
  }
  .horse .horse_list li a p {
    font-size: 15px;
  }
  .horse .horse_list li a p span {
    vertical-align: middle;
  }
.horse .horse_list li.no {
  visibility: hidden;
  display: list-item;
}
  .horse section {
    display: flex;
    justify-content: space-between;
  }
  .horse section .cover {
    margin: 0;
  }
  .horse section .detail_left {
    width: 42%;
  }
  .horse section .detail_right {
    width: 50%;
  }
  .horse section .check {
    margin-top: 25px;
  }
  /*  出走予定馬はこちらボタン  */
  .horse .btn_col1 {
    padding: 20px 20px;
  }


  /*=====  参考レース  =====*/
  .reference section {
    width: 48%;
    margin-bottom: 30px;
  }
  .reference section h2 {
    font-size: 18px;
    margin: 0 0 14px;
  }
  .road {
    padding: 40px 20px 0;
  }
  .reference .road .road_box {
    width: 100%;
    margin: 0;
  }


  /*=====  レース紹介  =====*/
  .race img.course_map {
    width: 440px;
    margin: 20px auto 40px auto;
  }


  /*=====  中継情報  =====*/
  .broadcast {
    padding: 20px 20px 10px;
  }
  .broadcast .cat_box {
    color: #000;
    background: #fff;
    margin: 0 0 30px 0;
  }


  /*=====  JCB20年史  =====*/
  .history {
    margin: 0;
    padding: 0px 10px 0;
  }
  .history h2 {
    font-size: 26px;
    padding: 60px 0 10px;
  }
  .history section:first-child h2 {
    padding-top: 40px;
  }

  .history .race_box .race_header p.race-name {
    font-size: 18px;
    padding: 0 0 6px 10px;
  }
  .history .race_box .race_header p.horse-name {
    font-size: 24px;
  }
  .history .race_box .race_header p.horse-name span {
    font-size: 18px;
  }
  .history .race_box .race_header p.track-name {
    font-size: 15px;
  }

  .history .txt {
    padding: 20px 20px 10px 20px;
  }
  .history .txt h3 {
    font-size: 20px;
    line-height: 1.6;
    margin: .4em 0 1.2em;
  }
  .history .txt .last {
    margin-top: 1.4em;
  }

  .history .cmmt {
    display: flex;
    margin: 30px -20px 0px -20px;
  }
  .history .cmmt .check {
    width: 50%;
    margin: 20px 10px 10px 10px;
  }

  .history .cmmt .right {
    width: 70%;
  }
  .history .cmmt img {
    width: 24%;
  }

  .history .btn_col4 {
    margin: 0 -10px 0 -10px;
  }

  .history .slider_wrap {
    margin: 20px -20px 40px;
  }


  /*=====  JBC2020について  =====*/
  .btn_col2_about li a {
    font-size: 14px;
    padding: .8em .4em;
  }


}
/*---  / PC用スタイル  ---*/