calc(33% - 0.5em)div.bread-wrap{
  width: 100%;
  padding:1em 0;
  background-color: #EAEEF1;
}
section.bread{
  width: 1130px;
  margin: 0 auto 20px auto;
  color:#595757;
  font-size: .8em;
  padding: 10px 0;
}
div.bread-wrap section.bread{
  margin-bottom: 0;
}
section.bread ul{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 20px;
}
section.bread ul li{
  margin-right: .5em;
  line-height: 1.2em;
}
section.bread ul li:after{
  content:">";
  margin-left: .5em;
}
section.bread ul li:last-child:after{
  content:"";
}
@media screen and (max-width: 639px) {
  section.bread{
    width: 100%;
    display: none;
  }
}

section.category-top-text{
  margin: 20px auto 0 auto;
  width: 855px;
  max-width: 100%;
  line-height: 1.5em;
}

section.category-top-full{
  margin-top: 50px;
  height:345px;
  overflow: hidden;
  position: relative;
}

div.category-top-inner{
  width: 1280px;
  max-width: 100%;
  height:345px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  color:#595757;
}
div.category-top-img {
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
div.category-top-img img{
  width: 690px;
  max-width: 100%;
}
div.category-top-img.fullheight img{
width: auto;
height: 100%;
margin-left: -80px;
max-width: none;
}
div.category-top-img-bg-r ,
div.category-top-img-bg-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-75deg);
  -ms-transform: rotate(-75deg);
  transform: rotate(-75deg);
  z-index: 2;
}
div.category-top-img-bg-l {
  margin: -460px 0 0 -45%;
  background: #EAEEF1;
}

div.category-top-img-bg-r {

  margin: -420px 0 0 -1035px;
  background: #EAEEF1;

}


div.category-top-content{
  width: 590px;
  margin: 52px 0 0 10px;
  font-size: .9em;
  line-height: 1.4em;
  position: relative;
  z-index: 4;
}
div.category-top-content-logo{
  margin-left: -20px;
  margin-top: -20px;
  z-index: 4;
}
div.category-top-content-btn-r,
div.category-top-content-btn-l{
  position: absolute;
  bottom:30px;
  text-align:right;
  z-index: 4;
}
div.category-top-content-btn-r{

  right:30px;

}
div.category-top-content-btn-l{
  left:10px;
}

div.category-top-content-btn-r a,
div.category-top-content-btn-l a{
  color:#595757;
}


p.calendar-date{
  font-size: .8em;
}
p.calendar-title{
  font-size: 1.2em;
  font-weight: bold;
}
p.calendar-location{
  margin-top: 4px;
  font-size: 1em;
}

ul.category-top-link{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
ul.category-top-link li{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: bold;
}

ul.category-top-link img{
margin-left: 5px;
}

.page-conent{
  margin-top: 20px;
  padding-bottom: 20px;
}


@media screen and (max-width: 639px) {
  section.category-top-full{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  div.category-top-content-logo {
    margin-left: -20px;
    margin-top: -50px;
    z-index: 4;
  }
  div.category-top-inner {
    width: 100%;

    height: 345px;
    margin: 0 auto;
  }
  section.category-top-text {
    box-sizing: border-box;
      margin: 32px auto 0 auto;
      padding: 0 1em;
      width: 100%;
  }
  div.category-top-content {
    width: 100%;
    margin: 52px 0 0 10px;
    box-sizing: border-box;
  }
  div.category-top-content-logo{
    width: 100%;
  }
  div.category-top-content-text{
    width: 100%;
    box-sizing: border-box;
    padding: 0 .5em;
  }

  div.category-top-content-btn-r, div.category-top-content-btn-l {
    bottom: 10px;
    right: 0;

  }
  div.category-top-content-btn-l{
    left:auto;
  }

  div.category-top-inner {
    width: 100%;
    height: 345px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    color: #595757;
    box-sizing: border-box;
  }
  div.category-top-img{
    display: none;
  }
  /*div.category-top-inner{
    width: 100%;
  }
  div.category-top-content {
    width: 290px;
    margin: 52px 0 0 10px;

  }*/

  div.category-top-img-bg-r, div.category-top-img-bg-l{
    display: none;
  }
}

/**** news archive *****/

ul.category-news-archive{
  display: flex;
  flex-direction: row;;
  flex-wrap: wrap;
  justify-content:space-between;
}

ul.category-news-archive li{
  height: 450px;
  width: 360px;
  background: #fff;
  margin:0 auto 50px auto;
  padding:25px 0;
  position: relative;
}

ul.category-news-archive li div.photo-box,
ul.category-news-archive li div.date-box,
ul.category-news-archive li div.title-box,
ul.category-news-archive li div.content-box{
  padding:0 25px;

}
ul.category-news-archive li div.photo-box{
  margin-bottom: 20px;

  height: 205px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.category-news-archive li div.noimg-w{
  max-width: 277px;
  margin-left: auto;
  margin-right: auto;
}
ul.category-news-archive li div.photo-box img.noimg{
  width: auto;
  height: 100%;

}

ul.category-news-archive li div.photo-box img{
  width: 100%;

}

ul.category-news-archive li div.date-box{
  font-size: .8em;
  margin-bottom: 10px;

}
ul.category-news-archive li div.title-box{
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #219AD4;
  padding-bottom: 11px;
  margin-bottom: 11px;


}

ul.category-news-archive li div.content-box{
  font-size: 1em;
    line-height: 1.5em;
}

div.category-news-archive-btn{
  width: 150px;
  height: 35px;
  text-align:right;
  z-index: 4;
  font-size: 1em;
  box-sizing: border-box;

}

ul.category-news-archive div.bottom-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
    padding-right: 25px;
    width: 100%;
    height: 90px;
}
ul.category-news-archive div.bottom-tag{
  margin-top: 5px;
  padding: 5px 20px;
  width: 170px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ul.category-news-archive div.bottom-tag img{
  margin: 4px;
  width: 30px;
}

/***** EVENT ARCHIVE ****/

table.event-archive{
  border: solid 1px #A5BBC3;
  width: 100%;
  background-color: #fff;
}
table.event-archive td,
table.event-archive th {
  border: solid 1px #A5BBC3;
  padding: 1em;
}
table.event-archive th {
  font-weight: bold;
  text-align: center;
  vertical-align:middle;
}
@media screen and (max-width: 768px) {
  table.event-archive{

    font-size: 12px;
    border:none;
  }
    table.event-archive thead{
      display: none;
    }
  table.event-archive td,
  table.event-archive th{
    display: block;
  }

  table.event-archive th{
    background-color: #A5BBC3;
    color: #fff;
  }
  table.event-archive tr td:last-child{
    margin-bottom: 30px;
  }

  table.tablepress td,
  table.tablepress th{
    /* display: block; */
  }
  table.tablepresse tbody tr td:last-child{
    margin-bottom: 30px;
  }
  table.race_detail{
    font-size: 12px;
  }

  ul.category-news-archive li {
    height: auto;
    width:100%;
    padding: 10px 10px 0 10px;
    border-bottom: solid 1px #00a2e6;
    margin: 0;
  }
  ul.category-news-archive div.bottom-tag{
    margin: 5px 0 0 0 ;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
  ul.category-news-archive div.bottom-box{
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    font-size: .8em;
    margin-bottom: 5px;
    padding: 0;
  }
  ul.category-news-archive li div.date-box{
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
  }
  div.title-box-mob{
    font-weight: bold;
    line-height: 1.2em;
  }
}
.tablepress-33{
  padding: .5em;
  border: 1px solid #333;
}
div.page-single-content  table img{
  display: inline;;
  margin: 0;
}
div.page-single-content ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
/**** movie archive *****/

ul.category-movie-archive{
  display: flex;
  flex-direction: row;;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top: 20px;
}

ul.category-movie-archive li{
  height:  250px;
  width: 360px;
  background: rgba(33,154,212,1);
  margin-bottom: 50px;
  position: relative;
}

ul.category-movie-archive li div.photo-box,
ul.category-movie-archive li div.title-box{
  padding:0;
}

ul.category-movie-archive li div.photo-box{
  margin-bottom: 20px;
  height: 200px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.category-movie-archive li div.photo-box img{
  width: 100%;
}
ul.category-movie-archive li div.date-box{
  font-size: .8em;
  margin-bottom: 10px;

}
ul.category-movie-archive li div.title-box{
  position: absolute;
  left:0;
  bottom:0;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  padding:0;
  height: 90px;
  width: 100%;
  color:#fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
 background: -moz-linear-gradient(top, rgba(33,154,212,0) 0%, rgba(33,154,212,1) 50%); /* FF3.6-15 */
 background: -webkit-linear-gradient(top, rgba(33,154,212,0) 0%,rgba(33,154,212,1) 50%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to bottom, rgba(33,154,212,0) 0%,rgba(33,154,212,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
ul.category-movie-archive li div.title-box div{
  margin-top: 10px;
  padding: 0 1em;
}


/*** single page ***/
section.page-conent-single{
  width: 1024px;
  max-width: 100%;
  padding: 0 1em 20px 1em;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  color:#595757;
}

div.page-top-photo-box{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.page-top-photo-box img{
  width: 100%;
}
div.page-top-title-box{
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #187FC4;
}
div.page-top-title-box2{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

div.page-top-title-box div.date-box,
div.page-top-title-box2 div.date-box{
    margin-bottom: 10px;
    font-size: .8em;
}
div.page-top-title-box h1,
div.page-top-title-box2 h1{
  font-size: 1.4em;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
div.page-top-title-box h1,
div.page-top-title-box2 h1{
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
}
}
div.page-single-content{
  margin-top: 10px;
  line-height: 1.6em;
}
div.page-single-content ul li,
div.page-single-content ul li a{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
}
div.menu-type-container, div.menu-jcf-container{
  margin-bottom: 40px;
}
div.page-single-content p{
  margin-bottom: 1.0em;
  line-height: 1.7rem;
  min-height: 30px;
}
div.page-single-content img{
  display: block;
  margin: 1em 0;
}
@media screen and (max-width: 639px) {
div.page-single-content img{
  display: block;
  margin: 1em 0;
  max-width: 100%;
}
}


div.page-single-content strong{
  font-size: 1.1em;
  font-weight: bold;
}
div.page-bottom-btn{
  width: 100%;
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
}
div.page-movie-box{
  width: 640px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 639px) {
  section.page-conent-single{
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em 20px 1em;
  }
  div.page-top-title-box h1, div.page-top-title-box2 h1{
    line-height: 1.2em;
  }
  div.page-single-content{
    overflow: scroll;
  }
}

/*** parts ****/


section.page-conent a,
section.page-conent-single a {
  color:#219ad4;
}

main.single table,
main.single table td,
main.single table tr,
main.single table th,
main.standard-page table,
main.standard-page table td,
main.standard-page table tr,
main.standard-page table th{
  border: 1px solid #A5BBC3;
}
main.single table,
main.standard-page table{
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
main.single table,
main.standard-page table{
  width: 100% !important; 
  margin-bottom: 30px;
}
}

main.single table th,
main.standard-page table th{
  font-weight: bold;
  background-color: #D3EDFB;
}
main.single table th,
main.single table td,
main.standard-page table th,
main.standard-page table td{
  padding:.2em 1em;;
  color:#595757;
  background-color: #D3EDFB;
}
main.single table th.title{
  background-color: #187FC4;
  color:#fff;
  font-weight: bold;
}

main.single table tr:nth-child(even) td{
  background-color: #FFF;
}
main.single table tr:nth-child(odd) td{
  background-color: #fbfeff;
}
main.single table tr:nth-child(even) td, main.standard-page table tr:nth-child(even) td{
  background-color: #FFF;
}

main.single table tr:nth-child(odd) td, main.standard-page table tr:nth-child(odd) td{
  background-color: #fbfeff;
}

/**** RULE ****/
main.single table tr:nth-child(even) td.table-title,
main.single table tr:nth-child(odd) td.table-title{
  background-color: #a5bbc3;
  color: #fff;
}


main.single table tr.men td,
main.single table tr.men th{
  background-color: #D3EDFB;
  font-weight: bold;
}

main.single table tr.women td,
main.single table tr.women th{
  background-color: #FADBDA;
  font-weight: bold;
}

.jcf-list{
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}

.list-2 li{
  width:550px;
  height:200px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 10px 15px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3em
}

.list-2 li:hover{
  color:#fff;
  background-color:#219ad4;
}
.list-2 li:hover a{
  color:#fff;
}

.list-3 li{
  width:360px;
  height:130px;
  background-color: #fff;

  margin: 0 30px 30px 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align:center;
}
.list-3 li:hover{
  color:#fff;
  background-color:#219ad4;
}
.list-3 li:hover a{
  color:#fff;
}

.list-2 li a,
.list-3 li a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SELECT PAGING */

ul.select-year{
  box-sizing: border-box;
  width: 1130px;
  max-width: 100%;
  margin: 40px auto 0;
  height: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

ul.select-year li{
  box-sizing: border-box;
  /*width: 113px;*/
  width: 100%;
  height: 50px;
  color: #595757;
  padding:.2em;
  display: flex;
  align-items: center;
}
ul.select-year li:not(:first-child){
  border-left:2px solid #eaeef1;
}

ul.select-year li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#595757;
}



ul.select-month{
  box-sizing: border-box;
  width: 650px;
  height: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding:.3em 0;
}

ul.select-month li{
  box-sizing: border-box;
  width: 54px;
  color: #595757;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: .8em;
}
ul.select-month li:not(:first-child){
  border-left:1px solid #595757;
}

ul.select-month li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#595757;
}
ul.select-month li.selected,
ul.select-year li.selected{
  background-color: #a5bbc3;
}
ul.select-month li.selected a,
ul.select-year li.selected a
{
  color:#fff;
}

@media screen and (max-width: 639px) {
  ul.select-year {
      box-sizing: border-box;
      width: 100%;
      /*padding: 0 .5em;*/
      height: 50px;
      font-size: .8em;
  }

  ul.select-month{
    box-sizing: border-box;
    width: 100%;
    padding: 0 .5em;
    font-size: .8em;
  }
}


/* over write */
.tablepress td, .tablepress th {
    padding: .3em;
}
/* SEACRH */
.post{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
}
.post h2{
  margin-top: 20px;
}
.post h3{
  font-weight: bold;
  margin-right: 1em;
}
.download{
  width: 100%;
}
.download,
.download a{
  display: flex;
    flex-direction: row;
    align-items: center;
}

/* search-result */
.search-result{
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.search-result h3 {
  margin-bottom: .5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
}
.search-result a{
    color:#219ad4;
}
.search-result table{
  margin:.5em 0;
}
.search-result table th,
.search-result table td{
  padding: .5em;
}
.sokuho_list dd{
  margin-bottom: 20px;
}
.sokuho_list dt{
  font-size: .8em;
}

.post-echo{
  display: flex;
  flex-direction: column;
  padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size:  .9em;
    line-height: 1.2em;
    margin-top: 10px;
}
.post-echo h2{
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.post-echo .info{
    font-size: .75em;
}

.post-echo div.content-box{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
    margin-bottom: 10px;

}
.post-echo div.content-box div.thumnail{
  margin-right: 20px;
}

.post-echo div.under{
  font-size: .5em;
}
/* Table */

.post .content th, .post .content td {
    border: 0px solid #CCC;
    padding: 3px 10px;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
}
table.rules{
  font-size: 12px;
}
#pagenavi{
  margin-top: 10px;
}

table.tablepress,
table.race_list{
  font-size: 11px;
  width: 100% !important;
  border-collapse: collapse;
}
.simplemap{
  display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 2em:
}
form#download-page-search input{
  font-size: 1em;
  height: 2em;
}
#download-page-search p{

}
.search_submit{
  font-size:1em;
  width: 4em;
  height: 2em;
  padding: 2em;
}

@media screen and (min-width: 768px) {

  main.cal .is-mob {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 768px) {
  main.cal .is-pc {
    display: none !important;
  }
}




/* カレンダー */
div.secect-year-and-month{
  margin-top: 40px;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
}

ul.calendar{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
}
ul.calendar li{
  background-color: #fff;
  border-left: 1px solid #a5bbc3;
  border-bottom: 1px solid #a5bbc3;
  color:#222;
  padding: 10px;
  position: relative;
  width: 14%;
  min-height: 120px;
}
ul.calendar li:last-child {
  border-right: 1px solid #a5bbc3;
}
ul.calendar.head li{
  padding: 5px;
  color: #222;
  min-height: 50px;
  background-color: transparent;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #a5bbc3;
}



div.date-num{
  position: absolute;
  top:10px;
  left:10px;
}
div.calendar-icon-box{
  display: flex;
  flex-direction:row;
  width: 100%;
  max-width: 110px;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding:0;
  box-sizing: border-box;
  justify-content:flex-start;
  align-items: flex-start;
  padding-top: 18px;
}
div.calendar-icon-box::after{
  content:"";
  display: block;
  width:30%;
}

div.calendar-icon-box div.element{
  position: relative;
  padding: 5px 4px;
}
div.calendar-icon-box div img{
  width: 28px;
  height: 28px;
}
div.calendar-icon-box div img.btn{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.arrow_box {
	position: absolute;
	background: #fff;
	border: 2px solid #a5bbc3;
  padding: 7px;
  width:300px;
  z-index: 200;
  left:-140px;
  bottom:47px;
  display: none;
  box-shadow: 0 0 8px #ddd;
}

 span.e-before, span.e-after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

span.e-after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 12px;
	margin-left: -12px;
}
span.e-before {
	border-color: rgba(85, 85, 85, 0);
	border-top-color: #a5bbc3;;
	border-width: 14px;
	margin-left: -14px;
}
.arrow_box p{
  margin: 0;
  padding: 0;
  font-size: .75em;
  line-height: 1.2em;
  vertical-align: middle;
}
.arrow_box p a{
  color:#555;
}
/*
div.calendar-icon-box div.element:hover div.arrow_box{
  display:flex;
}
*/
div.icon-sample{
  margin: 10px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
div.icon-sample div{
  margin-right: 25px;
  font-size: .8em;
}
div.icon-sample img{
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  div.secect-year-and-month{
    margin-bottom: 20px;
  }
  div.date-num{
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    font-size: 1.2em;
    top:0;
    left:0;
    width: 90px;
    text-align: left;
    margin: 0;
    padding: 7px 0 0 0;
  }
  div.date-c{
    text-align: right;
    width: 20px;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  }
  div.date-name{
    font-size: .7em;
    margin-left: 10px;
    width: 40px;
    text-align: right;
    font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  }
  ul.calendar{
    margin-top:0;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  ul.calendar li{
    width: 100%;
    height:auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-sizing: border-box;
    border-right: 1px solid #a5bbc3;
    min-height: 10px;
  }

  div.calendar-icon-box{
    flex-direction: column;
    padding: 0;
  }
  div.div.calendar-icon-box{
    width: calc(100% - 50px);
  }
div.calendar-icon-box div.element{
    margin:0 0 5px 5px;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: .9em;
    line-height: 1.2em;
    box-sizing: border-box;
    text-align: left;
    align-items: center;
    width: 100%;
  }
  div.element img{
    margin-right: 10px;
  }
  div.element a{
    color: #555;
  }

  div.icon-sample{
    margin: 0;

  }
  div.icon-sample div{
    width: 150px;
    margin: 5px 5px 0 0;
  }
  div.icon-sample img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
  }

  div.calendar-icon-box{
    max-width: 100%;
  }
}


/* customCSS */

@media screen and (max-width:768px) {
	div.page-single-content img {
	/*width: 100% !important;*/
    display: block;
	/*margin: .8em 0 !important*/;
	}
}


@media screen and (min-width:769px) {
	a.article_lightbox.strip.fancybox img {
	max-width: 100%;
    display: block;
    /* margin: 0 !important; */
    /*margin-bottom: 1.5em !important;*/
	margin: auto;
	}
	a.article_lightbox.strip.fancybox{
		width: calc(33% - 0.5em) !important;
		float: left !important;
		position: relative;
		margin: .0em .5em .5em .0em !important;
	}
}

.at-share-btn-elements {
    text-align: center;
    margin-bottom: 20px;
}

.aligncenter{
	text-align: center;
	margin: auto;
}


/* Youtube 横2段構成 */
.video-wrapp-2col p{
	margin-bottom: 0px !important;
}
.youtube {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-wrapp-2col img{
  width: 100%;
}
 
/* Youtube 横2段構成 */
/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
  .float-right{
    float: right;
    width: 49.5%;
  }
  .float-left{
    float:left;
    width: 49.5%;
  }
  .video-wrapp-2col:after{
    display: block;
    clear: both;
    content: "";
  }
}

.cyclismecho-thumb img{
	min-width: 100%;
	max-width: initial !important;
}
.cyclismecho-index p{
  line-height: 1.4 !important;
}
h2.cyclismecho-title{
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #219ad4;
  color: #219ad4;
  word-break: break-all;
  width: 60%;
  float: right;
}
h2.cyclismecho-title::after{
  content: "NEW";
  margin-left: 10px;
  color: #fff;
  background: red;
  padding: 2px 4px;
}
h2.cyclismecho-backnum{
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #219ad4;
  color: #219ad4;
}
._df_thumb {
    border: 0 !important;
    width: 200px !important;
    height: 280px !important;
    text-align: center  !important;
}
.cyclismecho-thumbnail{
  float: left;
  width: 35%;
}
.cyclismecho-index{
  float: right;
  width: 60%;
}
._df_button{
	border:none !important;
	background-color: #219ad4 !important;
	padding: 10px 10px !important;
	font-size: 16px !important;
	font-weight: bold;
}
#ce_readmore{
	margin: 1em auto;
    border: 2px solid #00aeef ;
    padding:1em 38px 1em 66px;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    color: #00aeef;
    display: block;
    outline: none;
    position: relative;
    font-size: 16px;
}
#ce_readmore::before {
  content: "";
  display: block;
  position: absolute;
  left: 20%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #00aeef;
  border-right: 2px solid #00aeef;
  transform: translateX(-50%) rotate(135deg);
}

/* ココから下がSP表示（600px以下）のレイアウト */
@media screen and (max-width: 600px) {
.cyclismecho-thumbnail{
  margin: auto;
  width: 55%;
}
.cyclismecho-thumbnail{
  float: initial;
}
.cyclismecho-index{
  display: flex;
  width: 100%;
  flex-direction: column;
}
h2.cyclismecho-title{
  font-size: 17px;	
  width: 100%;
  float: block;
}

h2.cyclismecho-title::after {
  content: "NEW";
  margin-left: 5px;
  color: #fff;
  background: red;
  padding: 2px 4px;
  word-break: break-word;
}
._df_thumb:nth-child(odd) {
  margin: 15px 0px 10px 10px;
}
._df_thumb:nth-child(even) {
  margin: 15px 0px 10px 10px;
}
._df_thumb {
  cursor: pointer;
  box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
  display: inline-block;
  -webkit-transform-style: flat;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  box-sizing: border-box;
  -webkit-transition: .2s;
  margin: 30px 24px 10px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
._df_thumb {
  border: 0;
  width: 30% !important;
  height: auto !important;
  text-align: center;
}
._df_book-cover{
  width: 100%;
  padding-bottom: 140%;
}
._df_button{
	order: -1;
	width: 55%;
    margin: 0px auto 30px;
    text-align: center;
}
div.cyclismecho-page-logo-img {
    position: absolute;
    bottom: 0;
    z-index: 5;
    height: 200px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#main-cyclismecho-page-back{
	/*background: url("https://jcf.or.jp/wp2012/wp-content/themes/jcf2018/img/category/main_cyclismecho_sp.png") no-repeat center 0;*/
	/*height: 250px;*/
	margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
div.cyclismecho-page-logo-img img {
	width:80%;
	margin: auto;
}
._df_thumb ._df_book-title {
	font-size: 10px !important;
	line-height: 12px !important;
	}
.standard-page.cyclism-echo{
	margin-top: 0px;
}

}

/* ココから下がPC表示（600px以上）のレイアウト */
@media screen and (min-width: 600px) {
div.cyclismecho-page-logo-img {
	position: absolute;
    bottom: 0;
    z-index: 5;
    height: 300px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#main-cyclismecho-page-back{
	background: url("https://jcf.or.jp/wp2012/wp-content/themes/jcf2018/img/category/main_cyclismecho.jpg") no-repeat center 0;
	height: 300px;
	margin-top: 130px;
	display: flex;
    justify-content: center;
    align-items: left;
    position: relative;
}
div.cyclismecho-page-logo-img img {
	width:540px;
	padding-left: 0px;
}
.full-wide.page-conent-single.player-list{
	width: 1130px;	
}
.standard-page.cyclism-echo{
	margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
.wp-video{
	margin:auto;
}


/*スマホ*/
@media screen and (max-width: 768px) {

.lv_h3 {
	width: 90% !important;
    margin: 0 7.5px 10px !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
  }
.lv_h3 a::after {
    padding-left: 10px;
    content: "▼";
    position: absolute !important;
    right: 10% !important;
}
.portfolioFilter a {
    margin: 0 3px 10px !important;
    padding: 10px 10px !important;
    font-size: 14px !important;
}
}

div.page-single-content li {
    font-size: 16px;
    line-height: 1.7rem;
    margin-bottom: 1.0em;
}

/* tokyo2020 */
#main-tokyo2020-page-back{
  background-color: #c40119; 
}

.tokyo2020-page-mv{
  margin: auto;
  width: 100%;
  max-width: 1024px;
}
.tokyo2020-page-mv > img{
  width: 100%;
  max-width: 1024px;
}
.standard-page.tokyo2020{
  background-color: #c40119; 
  padding: 15px;
  }
  
main.standard-page.tokyo2020{
  background-color: #c40119;
  margin:auto;
}

p.tokyo2020.mv-catch-text {
    margin: 20px 10px 50px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 1.7;
}
.lv_h3.tokyo2020 {
  background-color: #fff;
  margin-right: 10px;
  color: #c40119;
  text-decoration: none;
  border: 0;
  outline: 0;
  margin: 0 10px 20px;
  padding: 15px 20px;
  width: 27%;
  display: inline-block;
  text-align: center;
  font-family: 'Open Sans';
  font-size: larger;
}
.lv_h3.tokyo2020 a{
  color: #c40119;
  font-weight: bold;
  text-align: center;
}
div#index.tokyo2020,div#index0.tokyo2020{
  width: 100%;
  max-width: 1024px;
  margin: auto;
  text-align: center;
}
.tokyo2020.game-title h3{
  font-size: 32px;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 40px 10px 15px;
  color: #c40119;
  border-bottom: 5px solid;
  font-family: 'Open Sans';
}

p.profile-text {
  font-size: 11px;
  padding-left: 5px !important;
  line-height: 1rem !important;
  min-height: 0px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.page-single-content.tokyo2020 table p {
  margin-bottom: 0;
  line-height: 1.5rem;
  min-height: 0px;
}
div.page-single-content.tokyo2020 table th {
  color: #fff;
  background-color: #c40119; 
}
div#ttl-0{
  margin-bottom:30px;
}
@media screen and (min-width: 768px) {
  #main-tokyo2020-page-back{
     margin-top: 140px;
    }
}

@media screen and (max-width: 767px) {
#main-tokyo2020-page-back{
margin-top: 75px;
}
.standard-page.tokyo2020 {
  background-color: #c40119;
  padding: 0px;
}
p.tokyo2020.mv-catch-text {
  margin: 20px 10px 30px;
  font-size: 12px;
}
.tokyo2020.game-title h3{
  font-size: 20px;
  padding: 30px 0px 5px;
}
}