@charset "UTF-8";
.visible-pc{
  display: none;
}

#wrapper{
  position: relative;
  min-height: 100%;
  width: 100%;
  box-sizing:border-box;
  background-color: #fff;

  margin: 5px 0;
  border-right:5px solid #f50057;
  border-left:5px solid #f50057;
  /*border:5px solid #f50057;*/
}
#wrapper:after{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #f50057;
  z-index: 990;
}
#wrapper:before{
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #f50057;
  z-index: 990;
}

body:after{
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: #f50057;
  z-index: 990;
}
body:before{
  content: "";
  position: fixed;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 5px;
  background-color: #f50057;
  z-index: 990;
}


/*-------------------------------------------------------------------------
header
-------------------------------------------------------------------------*/
.header{
  position: relative;
  top: 0;
  left: 0;
  /*overflow: hidden;*/
  background-color: #fff;
  /*position: fixed;
  width: 100%;
  height: 100px;*/

  box-sizing:border-box;
  /*border:5px solid #000;*/
}

.header .seriesWrapper{
  background-color: #999;
  height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.header:not(#headerNarrow) .seriesWrapper{
  opacity: 0;
}


.seriesWrapper .globalLogo{
  border-right: 1px solid #ccc;
  /*box-sizing:border-box;*/
  height: 60px;
  position: absolute;
  min-width: 70px;
  z-index: 3;
  background-color: #fff;
}
.seriesWrapper .globalLogo a{
  display: block;
  height: 100%;
  transition:all 0.4s linear;
  background-color: #fff;
}

.seriesWrapper .globalLogo span{
  height: 100%;
  display: block;
  margin: 0 auto 0;
  max-width: 120px;
  background: url('/series/images/seriesLogo.png?1903') center center no-repeat;
  background-size: auto 95%;
}

.seriesWrapper:after{
  content: url("../images/arrowR.svg");
  position: absolute;
  right: 1px;
  top: 30px;
  z-index: 10;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  opacity: 0;
  transition: all 0.3s linear;
}
.seriesWrapper.rightArrow:after{
  opacity: 1;
}

.seriesWrapper:before{
  content: url("../images/arrowL.svg");
  position: absolute;
  left: 72px;
  top: 30px;
  z-index: 10;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  opacity: 0;
  transition: all 0.3s linear;
}
.seriesWrapper.leftArrow:before{
  opacity: 1;
}

ul.headerSeries{
  font-size: 0;
  position: relative;
  overflow-x:auto;
  overflow-y:hidden;
  height: 70px;
  -webkit-overflow-scrolling: touch;
  white-space:nowrap;

  display: -webkit-flex;
  display: flex;
}
/*ul.headerSeries::-webkit-scrollbar{
  display: none;
}*/
ul.headerSeries li:first-child{
  background-color: #999;
}

ul.headerSeries li{
  position: relative;
  font-size: 12px;
  -webkit-flex-basis: 15%;
  flex-basis: 15%;
  min-width: 70px;
  height: 70px;
  /*display: inline-block;*/
  /*border-right:1px solid #ccc;*/
  box-sizing:border-box;
  text-align: center;
  line-height: 1.1;
  background-color: #f6f6f6;
}

ul.headerSeries li:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
ul.headerSeries li:last-child:after{
  display: none;
}

ul.headerSeries li.linkout a{
  opacity: 0.4;
}


ul.headerSeries li .partition{
  position: absolute;
  left: 0;
  top: 16px;
  width: 46px;
  height: 46px;
  overflow: hidden;
}
ul.headerSeries li .partition span{
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 0;
  line-height: 1;
  z-index: 1;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 500;
}
ul.headerSeries li .partition:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #bdbdbd;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
  margin-top: 23px;
  margin-left: -23px;
  z-index: 0;
}

ul.headerSeries li.current{
  background-color: #fff;
}
ul.headerSeries li span,
ul.headerSeries li a{
  display: block;
  padding: 8px 8px;
}
ul.headerSeries li .logo{
  display: block;
  height: 38px;
  width: auto;
  margin: -5px auto 0;
}
ul.headerSeries li .day{
  font-size: 13px;
  font-weight: 600;
  font-family: 'Rajdhani', sans-serif;
  color: #666;
  /*margin-top: 3px;*/
}

/*ul.headerSeries li .time{
  font-size: 11px;
  margin-top: -3px;
}*/
ul.headerSeries li.current .status{
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  text-indent: -9999px;
}

ul.headerSeries li .status,
/*ul.headerSeries li .day,*/
ul.headerSeries li .stage,
/*ul.headerSeries li .time,*/
ul.headerSeries li .month,
ul.headerSeries li .at{
  display: none;
}

.header .inner{
  position: relative;
  padding: 5px 0;
  background-color: #fff;
}

.header .inner .logo{
  height: 32px;
  margin: 4px auto;
  text-align: center;
}
.header .inner .logo img{
  height: 100%;
}

.burgerMenu{
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -9px;
  right: 12px;
  width: 24px;
  height: 12px;
  /*border:1px solid #f00;*/
}

.burgerMenu .text{
  position: absolute;
  /*width: 100%;*/
  height: 1em;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.3em;
  text-align: center;
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
}
.burgerMenu span{
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #000;
  transition: all 0.3s ease;
}
.burgerMenu:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  /*margin-top: -9px;*/
  background-color: #000;
  transition: all 0.3s ease;
}
.burgerMenu:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  /*margin-top: 8px;*/
  background-color: #000;
  transition: all 0.3s ease;
}

.header .inner.activeNaviSP .burgerMenu{
  position: fixed;
  top: 30px;
  right: 10px;
  z-index: 1001;
  /*transform:rotate(45deg);*/
}

.header .inner.activeNaviSP .burgerMenu span,
.header .inner.activeNaviSP .burgerMenu .text{
  display: none;
}

.header .inner.activeNaviSP .burgerMenu:before{
  -webkit-transform:translateY(2px) rotate(-45deg);
  transform:translateY(2px) rotate(-45deg);
  /*transform:translateY(14px) rotate(90deg);*/
  background-color: #333;
}
.header .inner.activeNaviSP .burgerMenu:after{
  -webkit-transform:translateY(-8px) rotate(45deg);
  transform:translateY(-8px) rotate(45deg);
  background-color: #333;
}


.modalNavi{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 40px 30px 30px;
  box-sizing:border-box;
  left: -999px;
  top: 0;
  opacity: 0;
  overflow:auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform:scale(0.95);
  transform:scale(0.95);
  background-color:rgba(255,255,255,0.95);
  -webkit-transition:opacity 0.3s ease, -webkit-transform 0.3s ease, left 0s 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s ease;
}
.header .inner.activeNaviSP .modalNavi{
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-transform:scale(1);
  transform:scale(1);
  opacity: 1;
  top: 0;
  left: 0;
}

.modalNavi ul.global{
  /*text-align: center;*/
  font-size: 1.1rem;
}
.modalNavi ul.global li:not(:last-child){
  margin-bottom: 15px;
}
.modalNavi ul.global li a{
  position: relative;
  display: block;
}
.modalNavi ul li > div{
  position: relative;
}

.modalNavi ul li > div div.caption{
  position: relative;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  padding: 2px 7px;
  background-color: #FF3300;
  color: #fff;
  vertical-align: top;
}
.modalNavi ul li > div div.caption:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  margin: -6px 0 0 -10px;
  border-radius: 2px;
  border:6px solid transparent;
  border-right: 6px solid #FF3300;
}

.modalNavi ul.global li span{
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
.modalNavi ul.submenu{
  display: none;
  font-size: 1rem;
}
.modalNavi ul.global li > ul.submenu li{
  margin-bottom: 0;
  margin: 5px 0;
}
.modalNavi ul.global li > ul.submenu > li{
  margin-left: 1em;
}

.modalNavi ul.global li > ul.submenu > li ul{
  margin-bottom: 15px;
}

.modalNavi ul.global li > ul.submenu > li li:not(:first-child){
  margin-left: 0.5em;
}

/*.modalNavi ul.global li > ul.submenu > li.enduro{
  color: #0068b7;
}
.modalNavi ul.global li > ul.submenu > li.hill{
  color: #00AB73;
}
.modalNavi ul.global li > ul.submenu > li.kids{
  color: #FFA600;
}
.modalNavi ul.global li > ul.submenu > li.cycling{
  color: #15932a;
}*/

.modalNavi ul.global li > ul.submenu li a:after{
  background: none;
}
.header .inner.activeNaviSP .modalNavi{
  display: block;
}

.modalNavi ul.sns{
  text-align: center;
  margin-top: 30px;
}
.modalNavi ul.sns li{
  display: inline-block;
  min-width: 10px;
  margin: 0 10px;
}
.modalNavi ul.sns li img{
  width: 30px;
}
.modalNavi ul.sns li i{
  font-size: 180%;
  /*color: #F50057;*/
  transition:all 0.3s linear;
}


.siteSearch{
  margin: 30px auto 15px;
  position: relative;
}

.siteSearch .searchSubmit{
  border:none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}
.siteSearch .searchSubmit i{
  font-size: 22px;
  color: #333;
  position: absolute;
  right: 0;
  top: 0;
}
.siteSearch input[type="text"]{
  border:none;
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  border-bottom:1px solid #333;
  font-size: 120%;
  /*color: #666;*/
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
}




.globalNavi{
  display: none;
}



#headerNarrow{
  /*display: none;*/

  position: fixed;
  top: 0;
  left: 0;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 5px 5px 0;
  border-bottom:1px solid #ccc;
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%);
  z-index: 10;

  -webkit-transition:-webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
#headerNarrow.slideDownSP{
  -webkit-transform:translateY(0);
  transform:translateY(0);
}

#headerNarrow .seriesWrapper{
  display: none;
}

/*#headerNarrow.activeNaviSP{
  height: 100%;
  height: -webkit-calc(100% + 5px);
  height: calc(100% + 5px);
  width: 100%;
  margin: 0;
  z-index: 999;
}*/


/*-------------------------------------------------------------------------
main
-------------------------------------------------------------------------*/
#main section{
  padding: 30px 0;
}

.contents section:first-child{
  padding-top: 0!important;
}
.contents section img{
  max-width: 100%;
  height: auto;
}
#breadcrumbs{
  display: none;
}

header.pageHeader{
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
header.pageHeader .inner{
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 auto;
}


.imgHeader{
  position: relative;
  margin-top: -20px;
  background-color: #333;
  /*min-height: 200px;*/
  overflow: hidden;
}

.imgHeader .bg img{
  width: 120%;
  margin-left: -10%;
}


.contents{
  /*margin-top: 15px;*/
  padding: 0 10px 30px 10px;
  min-height: 150px;
}

.pageTitle{
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
}



.subTitle{
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
}
.subTitle span{
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  /*font-size: 260%;*/
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
}
.subTitle span.eng{
  font-family: 'Rajdhani', sans-serif;
  font-size: 26px;
  margin-bottom: 5px;
}
.subTitle span:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /*min-width: 140px;*/

  height: 1px;
  background-color: #666;
}
.subTitle span:not(.eng):after{
  bottom: -3px;
}

.sub2Title{
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  padding-left: 10px;
  border-left: 4px solid #666;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.txtButton{
  display: inline-block;
  margin-top: 5px;
  padding: 2px 10px;
  background-color: #333;
  color: #fff;
  text-decoration: none!important;
}

.txtBottunDisabled{
  display: inline-block;
  background-color: #BCBCBC;
  color: #fff;
  margin-top: 5px;
  padding: 2px 10px;
}

.entryOption{
  position: relative;
  margin: 0 10px 10px 10px;
}

.tagWrapper{
  height: 32px;
  overflow: hidden;
  /*width: -webkit-calc(100% - 44px);
  width: calc(100% - 44px);*/
  box-sizing: border-box;
}
ul.tags{
  overflow-x: auto;
  overflow-y: hidden;
  height: 50px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

ul.tags li{
  display: none;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  padding: 2px 30px 2px 10px;
  font-size: 0.85rem;
  background-color: #f6f6f6;
  border:1px solid #ccc;
}

ul.tags li:nth-child(-n+5){
  display: inline-block;
}

ul.tags li.hide{
  transition:opacity 0.0s, margin 0.3s 0.1s, padding 0.3s 0.1s, font-size 0.3s 0.1s;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
}

ul.tags li .close{
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
}
ul.tags li .close:after{
  content: "";
  position: absolute;
  background-color: #999;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
ul.tags li .close:before{
  content: "";
  position: absolute;
  background-color: #999;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

ul.entries{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
}
ul.entries > li{
  position: relative;
  width: calc(50% - 10px);
  margin: 5px;
  background-color: #fff;
}
ul.entries li a{
  text-decoration: none!important;
}


ul.entries li .category{
  position: absolute;
  top:5px;
  right: -3px;
  background-color: #F50057;
  padding:1px 5px;
  z-index: 3;
}
ul.entries li .category span{
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
}

ul.entries li .thumb{
  position: relative;
  padding-top: 59.3%;
}
ul.entries li .thumb img{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0;
}


ul.entries li .text{
  padding: 10px 10px;
  line-height: 1.4;
  border-top: 1px solid #E7E7E7;
}
ul.entries li .text h4{
  margin-bottom: 7px;
}
ul.entries li .text .read{
  font-size: 0.9rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}
ul.entries li .text .date{
  font-family: 'Rajdhani', sans-serif;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}
ul.entries li a{
  position: relative;
  display: block;
}

.more{
  margin-top: 5px;
  text-align: center;
}
.more img{
  width: 30px;
  margin: 2px auto;
}


nav.pagination{
  margin-top: 10px;
}
nav.pagination .screen-reader-text{
  display: none;
}
nav.pagination ul.page-numbers{
  text-align: center;
}
nav.pagination ul.page-numbers li{
  display: inline-block;
  margin: 0 2px;
}
nav.pagination ul.page-numbers li a,
nav.pagination ul.page-numbers li span:not(.dots){
  border:1px solid #333;
  color: #333;
  text-decoration: none!important;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
nav.pagination ul.page-numbers li span.current{
  color: #fff;
  background-color: #333;
}


.innerContainer{
  /*padding: 0 10px;*/
  margin: 0 auto;
}
.innerContainer p{
  margin-bottom: 10px;
}


.flameDiagonal{
  margin-bottom: 10px;
  text-align: center;
  padding: 4px;
  background-color: #0089e0;
  background: linear-gradient(-45deg, #0089e0 25%, white 25%, white 50%, #0089e0 50%, #0089e0 75%, white 75%, white) repeat scroll 0% 0% / 6px 6px;
}
.flameDiagonal > div{
  padding: 15px;
  background-color: #fff;
  /*border:4px solid #0089e0;*/
}

/*-------------------------------------------------------------------------
TOP
-------------------------------------------------------------------------*/
#home #main .mainVisual{
  border-bottom: 1px solid #ccc;
}

/*#home #main .mainVisual .flex-direction-nav{
  display: none;
}*/
#home #main .mainVisual .flex-direction-nav .flex-prev {
  left: 5px;
  z-index: 1;
}
#home #main .mainVisual .flex-direction-nav .flex-next {
  right: 5px;
  z-index: 1;
}
#home #main .mainVisual .flex-direction-nav .flex-prev:before{
  content: url('../images/arrowL.svg');
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  padding: 0;
  font-size: 0;
}
#home #main .mainVisual .flex-direction-nav .flex-next:before{
  content: url('../images/arrowR.svg');
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin: -12px 0 0;
  padding: 0;
  font-size: 0;
}
#home #main .mainVisual .flex-control-nav{
  bottom: 0;
  z-index: 1;
}
#home #main .mainVisual .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border:2px solid #fff;
}
#home #main .mainVisual .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
#home #main .mainVisual .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}


#home #main .mainVisual .important{
  border-top:1px solid #ccc;
  background-color: #f6f6f6;
  line-height: 1.5;
}
#home #main .mainVisual .important b{
  position: relative;
  display: block;
  padding: 2px 5px;
  color: #fff;
  text-align: center;
  background-color: #f00;
}
#home #main .mainVisual .important > span{
  /*background-color: #fff;*/
  display: block;
  padding: 10px 10px;
}
#home #main .mainVisual .important span a{
  text-decoration: underline;
}


#home .entrylink{
  position: relative;
  padding: 20px 0;
  text-align: center;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
#home .entrylink .caption{
  box-sizing: border-box;
  /*font-size: 95%;*/
  margin-top: -10px;
}
#home .entrylink a{
  background-color: #FF3300;
  padding: 5px 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  /*font-size: 13px;*/
  font-weight: bold;
  /*border:1px solid #fff;*/
  color: #fff;
}
#home .entrylink a i{
  margin-left: 10px;
  font-size: 15px;
}

/*------------------------title------------------------*/
#home #main h2{
  text-align: center;
}

#home #main h3{
  text-align: center;
  font-size: 18px;
}
#home .sub2Title{
  position: relative;
  /*font-size: 24px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;*/
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 700;
  margin: 10px 0 20px;
  /*z-index: 100;*/
}
#home .sub2Title span{
  position: relative;
  z-index: 1;
}
#home .sub2Title:after{
  content: " ";
  position: absolute;
  padding: 0 20px;
  bottom: 5px;
  left: calc(50% - 60px);
  width: 80px;
  height: 8px;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  z-index: 0;
}
#home #main .enduro h3.sub2Title:after{
  background: rgba(0,104,183,0.4);
}
#home #main .hill h3.sub2Title:after{
  background: rgba(0,171,115,0.4);
}
#home #main .kids h3.sub2Title:after{
  background: rgba(255,201,0,0.4);
}

/*------------------------section------------------------*/
#home #main section.topics{
  position: relative;
  /*padding: 30px 0 0; */
  margin-bottom: 0;
  background-color: #efefef;
}

#home #main section{
  position: relative;
  /*background-color: #efefef;*/
}
#home #main .introduce{
  margin: 20px;
}
#home #main .introduce p.eyecatch{
  text-align: center;
}
#home #main .introduce p.eyecatch img{
  width: 60%;
  height: auto;
}

#home #main .type{
  background-color: #fff;
}

#home #main .contents{
  width: 100%;
  box-sizing:border-box;
  margin: 0 auto;
}

#main .contents a{
	text-decoration: underline;
}




#home #main section.topics ul.entries .slick-track{
  display: -webkit-flex;
  display: flex;
  /*-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
}



#home #main section.topics ul.entries li.slick-slide{
  height: auto;
  background-color: #fff;
  margin: 5px;
}
#home #main section.topics ul.entries .slick-prev{
  left: 3px;
  z-index: 1;
  width: 20px;
  height: 20px;
}
#home #main section.topics ul.entries .slick-next{
  right: 3px;
  z-index: 1;
  width: 20px;
  height: 20px;
}
#home #main section.topics ul.entries .slick-prev:before,
#home #main section.topics ul.entries .slick-next:before{
  color: #333;
  font-size: 20px;
}

#home #main section.topics ul.entries ul.slick-dots{
  position: absolute;
  left: 0;
}
#home #main section.topics ul.entries ul.slick-dots li{
  margin: 0 3px;
}


/*------------------------ride------------------------*/
#home #main .ride{
  padding-bottom:0;
}
#home #main .ride > div{
  /*padding: 20px 0 10px;*/
}
#home #main .ride .contents{
  overflow: hidden;
}
#home #main .ride ul{
  padding: 10px 0;
}
#home #main .ride ul.left{
  float: left;
  width: 50%;
}
#home #main .ride ul li{
  display: block;
  margin: 8px 4px;
  line-height: 18px;
  /*font-size: 13px;*/
  color: #fff;
  background: #0068b7;
}
/*@media screen and (max-width: 339px) {
  #main .ride ul li{
  display: block;
  padding: 7px 5px;
  }
}*/

#home #main .ride ul li a,
#home #main .ride ul li span{
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
  display: block;
  text-align: center;
}

#home #main .ride ul li img{
  height: 18px;
  margin-right: 5px;
}
#home #main .ride .enduro li{
  background: #007FDF;
}
#home #main .ride .hill li{
  background: #00AB73;
}
#home #main .ride .kids li{
  background: #F5B300;
}
#home #main .ride .enduro li.entry{
  background: #0068b7;
}
#home #main .ride .hill li.entry{
  background: #008156;
}
#home #main .ride .kids li.entry{
  background: #DF9100;
}
#home #main .ride .button ul li{
  outline: none;
}
#home #main .ride .button ul li.disable{
  opacity: 0.5;
}
#home #main .ride .button ul li.disable span{
  background-color: rgba(0,0,0,0.5);
}

#home #main .ride .map{
  width: 100%;
  box-sizing:border-box;
  padding: 0 5px;
}
#home #main .ride .map p{
  font-size: 90%;
  text-align: right;
  margin-top: 5px;
  color: #333;
}
#home #main .ride .map img{
  /*max-height: 300px;*/
  margin: 0;
  width: 100%;
  border:2px solid #ccc;
  box-sizing:border-box;
}



#home #recruit{
  /*padding: 0 10px 30px 10px;*/
}
#home #recruit .tab{
  border-bottom:1px solid #ccc;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}
#home #recruit .tab ul{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: left;
  white-space: nowrap;
}
#home #recruit .tab ul li{
  min-width: 120px;
  font-size: 90%;
  line-height: 1.4;
  display: inline-block;
  box-sizing:border-box;
  text-align: center;
  padding: 10px 5px;
}
#home #recruit .tab ul li.current{
  border-bottom:3px solid #E60012;
}

#home #recruit .categoryBlock{
  padding: 0 10px;
}
#home #recruit .categoryBlock .category{
  position: absolute;
  z-index: 0;
  opacity: 0;
  height: 0;
  transition:opacity 0s linear;
}
#home #recruit .categoryBlock .category.current{
  position: relative;
  z-index: 10;
  opacity: 1;
  height: auto;
  transition:opacity 0.5s linear;
}
#home #recruit .categoryBlock .category .button{
  width: 160px;
  margin: 10px auto;
}
#home #recruit .categoryBlock .category .button a{
  position: relative;
  display: block;
  text-align: center;
  color: #0089E0;
  padding: 5px 10px;
  border:1px solid #0089E0;
  box-sizing:border-box;
}

#home #recruit .categoryBlock .category .button a:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -2px;
  bottom: -2px;
  border: 6px solid transparent;
  border-left: 6px solid #0089E0;
  transform: rotate(45deg);
}



/*------------------------localinfo------------------------*/
#home .local{
  margin: 0;
  padding: 30px 0 0;
}
#home .local #mapContainer{
  border-bottom: none;
  display: block;
  background: none;
}
#home #localMap {
  margin-top: 0;
}
#home #localArchive{
  margin-bottom: 30px;
}
#home #localArchive .categories{
  /*position: absolute;*/
  border-bottom: none;
  width: 100%;
  padding: 15px 0 15px;
}
#home #localArchive .categories h3{
  font-size: 12px;
  font-weight: normal;
  color: #777;
  text-align: left;
}
#home #localArchive .categories p{
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 90%;
  z-index: 2;
}
#home #localArchive .categories p a{
	text-decoration: underline;
}
/*------------------------------------------------*/
#home .np{
  padding: 30px 10px 0;
  box-sizing:border-box;
  /*width: 95%;
  max-width: 1100px;*/
  overflow: hidden;
}

/*#home .np .subTitle{
  margin-top: 20px;
}*/
#home .np .subTitle span{
  font-size: 16px;
}

#home .np .more{
  margin: 3px 0 30px;
  /*
  text-align: center;*/
  text-align: right;
  font-size: 12px;
}
#home .np .more:after{
  content:"\00bb";
  margin-left: 5px;
  font-size: 110%;
}
#home .np .more a{
  text-decoration: underline;
}


/*#home .np .more:before{
  content: url('../images/more.svg');
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}*/

#home .news{
  position: relative;
  /*font-size: 110%;*/
}

#home .news dl{
  position: relative;
  border-top:1px dotted #ccc;
  padding-top: 10px;
}
#home .news dl dt{
  position: absolute;
  font-family: 'Rajdhani', sans-serif;
  color: #666;
  font-size: 1.15rem;
  line-height: 1.4;
}
#home .news dl dd{
  padding-left: 80px;
  margin-bottom: 7px;
  border-bottom:1px dotted #ccc;
  padding-bottom: 7px;
  line-height: 1.4;
}

#home .news dl dd.new p::before{
  content: 'NEW';
  padding: 0 7px;
  margin-right: 5px;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  background-color: #f50057;
}
#home .news dl dd a{
  text-decoration:underline;
}

#home .links{
  margin-bottom: 30px;
}
#home .links ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home .links ul li{
  width: calc(50% - 2px);
  box-sizing:border-box;
  margin-bottom: 4px;
}
#home .links ul li:nth-child(odd){
  margin-right:2px;
}
#home .links ul li:nth-child(even){
  margin-left:2px;
}

#home .links ul li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #4c9bc5;
  box-sizing:border-box;
  /*border: 3px solid #ccc;*/
  font-size: 0.9rem;
  line-height: 1.3;
  color: #fff;
  padding: 10px 5px;
  /* text-align: center; */
}
#home .links ul li a img{
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
#home .links ul li.emph a{
  background-color: #1a659e;
}
#home .links ul li a:after{
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}



/*pickupは2016シリーズのみ*/
#home .pickup .more{
  margin-top: -5px;
}

#home .pickup.hide{
  display: none;
}

#home .pickup .flexslider{
  position: relative;
  border-radius: 0;
  overflow: hidden;
  width: calc(100% + 20px);
  margin-left: -10px;
  padding-bottom: 20px;
}
#home .pickup .flex-viewport{
  /*border:4px solid #ccc;*/
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  box-sizing:border-box;
}

#home .pickup .flexslider .flex-direction-nav{
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin-top: -7px;
}

/*#home .pickup .flexslider .flex-direction-nav .flex-prev:before{
  content: url('../images/arrowL.svg');
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  padding: 0;
  font-size: 0;
}
#home .pickup .flexslider .flex-direction-nav .flex-next:before{
  content: url('../images/arrowR.svg');
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  padding: 0;
  font-size: 0;
}*/

#home .pickup .flexslider .flex-control-nav{
  height: 10px;
  bottom: 0;
}
#home .pickup .flexslider .flex-control-paging li a{
  width: 5px;
  height: 5px;
}


#home .pickup ul.slides{
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  margin-bottom: 10px
}
#home .pickup ul.slides li{
  position: relative;
  border: 1px solid #ddd;
  margin: 1px;
  flex-basis: calc(50% - 10px);
  -webkit-flex-basis: calc(50% - 10px);
}
#home .pickup ul.slides li a{
  display: block;
  overflow: hidden;
}
#home .pickup ul.slides li .thumb{
  position: relative;
  /*max-width: 100%;
  max-height: 85px;*/
  padding-top: 59.3%;
 /* float: left;*/
  border-bottom:1px solid #ededed;
}
#home .pickup ul.slides li .thumb img{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

#home .pickup ul.slides li .text{
  /*width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);*/
  padding: 10px;
  box-sizing:border-box;
}
#home .pickup ul.slides li .text h4{
  /*font-size: 120%;*/
  line-height: 1.4;
}

#home .pickup ul.slides li .text .date{
  display: none;
}
#home .pickup ul.slides li:last-child{
  display: none;
}

/*-------------------------------------------------------------------------
NEWS
-------------------------------------------------------------------------*/
#newsArchive dl{
  position: relative;
  line-height: 18px;
}
#newsArchive dl dt{
  position: absolute;
  font-family: 'Rajdhani', sans-serif;
  color: #666;
  font-size: 1.15rem;
  width:75px;
}
#newsArchive dl dd{
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
  /*padding-bottom: 10px;*/
  /*border-left:1px solid #999;*/
}
#newsArchive dl dd:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 75px;
  height: 100%;
  width: 1px;
  background-color: #ccc;
}

#newsArchive dl dd.new p::before{
  content: 'NEW';
  padding: 0 7px;
  margin-right: 5px;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
  background-color: #f50057;
}

#newsArchive dl dd a{
  text-decoration:underline;
}
#newsArchive dl dd a:hover{
  color: #666;
}


/*-------------------------------------------------------------------------
TOPICS
-------------------------------------------------------------------------*/
header.pageHeader .info{
  margin-top: 5px;
}
header.pageHeader .date{
  font-family: 'Rajdhani', sans-serif;
  color: #666;
  font-size: 1.15rem;
  line-height: 1.4;
}
header.pageHeader ul,
header.pageHeader ul li{
  display: inline-block;
}

header.pageHeader .cat,
header.pageHeader .tag{
  margin-top: 5px;
  font-size: 0.85rem;
}
header.pageHeader .cat ul li:not(:first-child):before{
  content: ', ';
  display: inline;
}

header.pageHeader .cat a{
  text-decoration: underline;
}
header.pageHeader .tag ul li{
  margin-bottom: 5px;
}
header.pageHeader .tag ul li{
  margin-right: 5px;
}
header.pageHeader .tag ul li a{
  border:1px solid #ccc;
  padding: 2px 6px;
  background-color: #f6f6f6;
  font-size: 90%;
}


/*トピックス詳細・その他ページ（トピックス風）共通*/
.entry .post .set:not(:first-child){
  margin-top: 40px;
}

.entry .post{
  word-wrap: break-word;
}

.entry .post div{
  max-width: 100%;
  height: auto;
}
.entry .post img{
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
  margin: 5px auto;
  display: block;
}
.entry .post h1{
  font-size: 1.25rem;
  line-height: 1.3;
  background-color: #f1f1f1;
  /* color: #F50057; */
  margin: 10px 0 15px;
  padding: 8px 10px;
  border-radius: 4px;
}
.entry .post h2{
  font-size: 1.2rem;
  border-left: 3px solid #F50057;
  border-bottom: 1px dotted #ccc;
  line-height: 1.4;
  margin: 10px 0 15px;
  padding: 3px 0 3px 8px;
}
.entry .post .description h2{
  font-size: 1.1rem;
  border-left: 3px solid #333;
  border-bottom: none;
  margin: 20px 0 5px;
  padding-left: 10px;
  line-height: 1.2;
}

.entry .post .description h3{
  margin-top: 10px;
  font-size: 1.1rem;
}


.entry .post p{
  margin-bottom: 15px;
}
.entry .post iframe{
  max-width: 100%!important;
  /*insta ハッシュタグにスペースがない場合改行されない対応*/
  /*word-break: break-all!important;
  overflow: hidden!important;*/
}


/*.entry .post iframe:not(.instagram-media):not(.twitter-tweet){
  max-height: 260px;
}*/
.entry .post a{
  text-decoration: underline;
  /*color: #F50057;*/
}



#topicsArchive ul.entries{
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -5px;
  padding: 0;
}
#topicsArchive ul.entries li{
  border:1px solid #ccc;
  box-sizing:border-box;
}

.contents .articles .popular > h2,
.contents .articles .sidebar > h2{
  margin-bottom: 10px;
  color: #666;
  font-weight: normal;
  text-align: center;
}

.contents .articles .popular > h2 span,
.contents .articles .sidebar > h2 span{
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 170%;
  line-height: 1.1;
  color: #333;
}


.contents .articles .sidebar .search{
  position: relative;
  height: 40px;
  margin-top: 40px;
  /*border:1px solid #f00;*/
}
.contents .articles .sidebar .search .siteSearch{
  width: 100%;
  position: relative;
  padding: 0;
}

.contents .articles .sidebar .search .siteSearch form {
  display: block;
  width: 100%;
}

.contents .articles .sidebar .search .siteSearch input[type="text"]{
   width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px;
  border-bottom:1px solid #333;
}
.contents .articles .sidebar .search .siteSearch .searchSubmit{
  position: absolute;
  right: 5px;
}

.contents .articles .sidebar h2.sub{
  font-size: 1.1rem;
  margin-top: 20px;
}
.contents .articles .sidebar .categoryList li{
  display: inline-block;
  margin-right: 10px;
  font-size: 110%;
}
.contents .articles .sidebar .categoryList li a{
  text-decoration: underline;
}

.contents .articles .sidebar .tagList li{
  display: inline-block;
  margin: 5px 7px 5px 0;
}
.contents .articles .sidebar .tagList li a{
  border:1px solid #ccc;
  padding: 2px 14px;
  background-color: #ededed;
  text-decoration: none!important;
}


.nowEntry{
  padding: 10px;
  margin-top: 50px;
  background-color: #ededed;
}
.nowEntry .conference{
  background-color: #fff;
  padding: 5px 10px;
  margin-top: 10px;
}
.nowEntry .conference a{
  color: inherit;
  text-decoration: none!important;
  display: block;
}
.nowEntry .conference header{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nowEntry .conference .logo{
  width: 80px;
  text-align: center;
}
.nowEntry .conference .logo img{
  width: 70%;
}
.nowEntry .conference .textBlock{
  width: calc(100% - 80px);
}
.nowEntry .conference h3{
  font-size: 1.1rem;
}
.nowEntry .conference .dateText{
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}
.nowEntry .conference .info{
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.nowEntry .conference dl{
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.nowEntry .conference dt{
  width: 40px;
  padding-right: 10px;
  margin-bottom: 3px;
  box-sizing:border-box;
  color: #666;
}
.nowEntry .conference dd{
  width: calc(100% - 40px);
  margin-bottom: 3px;
}

.nowEntry .conference .category span{
  color: #fff;
  padding: 5px 5px;
  line-height: 1;
  display: inline-block;
  margin: 0 2px 4px;
  font-size: 11px;
}




.contents .articles .popular{
  margin-top: 30px;
}
.contents .articles .popular ul{
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  margin-left: -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents .articles .popular ul li{
  -webkit-flex-basis: -webkit-calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  margin-bottom: 10px;
  box-sizing: border-box;
  margin: 0 5px 10px;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.contents .articles .popular ul li:before{
  content: "";
  position: absolute;
  background-color: #333;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
  z-index: 2;
}
.contents .articles .popular ul li:nth-child(1):before{
  background-color: #c8b010;
}
.contents .articles .popular ul li:nth-child(2):before{
  background-color: #796a62;
}
.contents .articles .popular ul li:nth-child(3):before{
  background-color: #a4440f;
}

.contents .articles .popular ul li:after{
  content: "1";
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  font-size: 14px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  z-index: 3;
  color: #fff;
}
.contents .articles .popular ul li:nth-child(2):after{
  content: "2";
}
.contents .articles .popular ul li:nth-child(3):after{
  content: "3";
}
.contents .articles .popular ul li:nth-child(4):after{
  content: "4";
}
.contents .articles .popular ul li:nth-child(5):after{
  content: "5";
}
.contents .articles .popular ul li:nth-child(6):after{
  content: "6";
}

.contents .articles .popular ul li a{
  /*display: -webkit-flex;
  display: flex;*/
  display: block;
  text-decoration: none!important;
  /*padding:5px;*/

}
.contents .articles .popular ul li .thumb{
  width: 100%;
  padding-top: 59.3%;
  position: relative;
}
.contents .articles .popular ul li .thumb img{
  position: absolute;
  top: 0;
  height: 100%;

  width: 100%;
  border:1px solid #f1f1f1;
  box-sizing:border-box;
}
.contents .articles .popular ul li a .thumb:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
  z-index: 10;
}

.contents .articles .popular ul li .text{
  padding: 10px;
  line-height: 1.4;
}
.contents .articles .popular ul li .category{
  color: #666;
  margin-top: 5px;
  font-size: 0.85rem;
}


.contents .articles .sidebar{
  margin-top: 30px;
}
.contents .articles .sidebar ul.recent{
  border-top: 1px solid #ededed;
  padding-top:8px;
}

.contents .articles .sidebar ul.recent li{
  margin-bottom: 8px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px;
  /*display: -webkit-flex;
  display: flex;*/
}
.contents .articles .sidebar ul.recent li a{
  display: -webkit-flex;
  display: flex;
  text-decoration: none!important;
  /*font-size: 90%;*/
}
.contents .articles .sidebar ul.recent li .thumb{
  position: relative;
  width: 100px;
}
.contents .articles .sidebar ul.recent li .thumb img{
  width: 100%;
  border:1px solid #ededed;
  box-sizing:border-box;
}

.contents .articles .sidebar ul.recent li .text{
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  padding-left: 10px;
  box-sizing:border-box;
  line-height: 1.4;
}
.contents .articles .sidebar ul.recent li .text h4{
  font-size: 0.9rem;
}
.contents .articles .sidebar ul.recent li .text .date{
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
}

.contents .articles .sidebar .ad{
  text-align: center;
  width: 300px;
  margin: 30px auto 0;
}
@media screen and (max-width: 340px) {
  .contents .articles .sidebar .ad{
    display: none;
  }
}





#topicsDetail #share{
  margin: 40px 0 20px 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#topicsDetail #share ul li{
  display: inline-block;
  /*width: -webkit-calc(100% / 3 - 2px);
  width: calc(100% / 3 - 2px);*/
  width: calc(100% / 6 - 2px);
  box-sizing:border-box;
  margin: 1px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#topicsDetail #share ul li a{
  height: 22px;
}
#topicsDetail #share ul li.facebook a{
  background-color: #154C97;
}
#topicsDetail #share ul li.twitter a{
  background-color: #4898D7;
}
#topicsDetail #share ul li.line a{
  background-color: #00C300;
}

#topicsDetail #share ul li.hatena a{
  background-color: #2C6EBD;
}
#topicsDetail #share ul li.pocket a{
  background-color: #e7364a;
}
#topicsDetail #share ul li.evernote a{
  background-color: #79bd28;
}

#topicsDetail #share ul li a{
  padding: 3px 5px;
  display: block;
  color: #fff;
  text-decoration: none!important;
}
#topicsDetail #share ul li a i{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  display: block;
  font-size: 16px;
}
#topicsDetail #share ul li a img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  height: 20px;
}


/*-------------------------------------------------------------------------
はじめての方へ 注目トピックス
-------------------------------------------------------------------------*/
#pickup ul.entries{
  padding: 0;
}
#pickup ul.entries li{
  border:1px solid #ccc;
  box-sizing:border-box;
}



/*-------------------------------------------------------------------------
地域情報
-------------------------------------------------------------------------*/
#mapContainer{
  border-bottom:1px solid #ccc;
  background-color: #e5e3df;
  height:300px;
  position: relative;
}
#mapContainer.loading #localMap{
  opacity: 0.4;
}
#mapContainer.loading:after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid rgba(60,60,60,0.8);
  border-radius: 50%;
  border-top: 2px solid rgba(60,60,60,0.5);
  -webkit-animation: spin 0.8s linear 0s infinite;
  animation: spin 0.8s linear 0s infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





#localMap{
  margin-top: -20px;
  width:100%;
  height:300px;
  transition: all 0.4s linear;
}
#localMap .infoWindow{
  display: block;
  /*width: calc(100% - 20px);*/
  width: 100%;
  margin-right: 20px;
  box-sizing:border-box;
  max-height: 140px;
}
#localMap .infoWindow h1{
  border-bottom:1px solid #ccc;
  line-height: 1.4;
  margin-bottom:5px;
  padding-bottom:5px;
  /*width: 180px;*/
  max-width: 220px;
  box-sizing:border-box;
}
#localMap .infoWindow .set{
  max-width: 220px;
  /*width: 180px;*/
}
#localMap .infoWindow .description{
  font-size: 90%;
  color: #666;
  word-wrap: break-word;
}
#localMap .infoWindow .description p{
  margin-bottom: 7px;
}
#localMap .infoWindow .description img{
  max-width: 100%;
}
#localMap .infoWindow .description a{
  text-decoration: underline;
}
#localMap .infoWindow .viewGm a{
  color: #0089E0;
  text-decoration: none;
}
#localMap .infoWindow .photo{

}
#localMap .infoWindow .photo img{
  width: 100%!important;
  height: auto!important;
  display: block;
  margin-bottom: 5px;
  box-sizing:border-box;
  border:1px solid #ededed;
}


#localArchive{
  position: relative;
  width: 95%;
  margin: 0 auto 20px;
}

#localArchive .categories{
  padding: 10px 0 5px;
  border-bottom:1px dotted #666;
  margin-bottom: 10px;
}
#localArchive .categories h3{
  font-size: 110%;
  margin-bottom: 8px;
}
/*#localArchive .categories ul.index li{
  margin-bottom: 10px;
}*/
#localArchive .categories ul.index li{
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#localArchive .categories ul.index li a{
  /*color: #fff;*/
  padding: 2px 10px;
  background-color: #f1f1f1;
  border:1px solid #ccc;
  text-decoration: none;
  font-size: 90%;
}

#localArchive .categories ul.index li a.mainCat{
  background-color: #4C9BC5;
  border: 1px solid #1A659E;
  color: #fff;
  font-size: 0.9rem;
}
#localArchive .categories ul.index li a.mainCat:hover{
  background-color: #1A659E;
}

#localArchive .categories ul.index li a.current{
  padding: 2px 20px;
  background-color: #333;
  color: #fff;
  border:1px solid #333;
}

#localArchive .categories .feature{
  margin-top: 15px;
  line-height: 1.4;
}
#localArchive .categories .feature h3{
  font-family: 'Rajdhani', sans-serif;
  font-size: 18px!important;
  font-weight: 600;
  margin-bottom: 4px;
}
#localArchive .categories .feature ul li{
  font-size: 90%;
  /*padding-left: 3px;*/
  margin-bottom: 3px;
}
#localArchive .categories .feature ul li a{
  color: #0089e0;
}

#localArchive .noEntry{
  padding:20px 0 0;
  font-size: 120%;
  text-align: center;
  color: #666;
}
#localArchive .localEntries{
  position: relative;
}
#localArchive .localEntries:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  z-index: 0;
}
#localArchive .localEntries.loading:after{
  z-index: 2;
}

#localArchive .localEntries ul{
  position: relative;
  z-index: 1;
}

#localArchive .localEntries li{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

#localArchive .localEntries li:last-child{
  border-bottom: none;
}

#localArchive .localEntries li .thumb{
  float: left;
  width: 100px;
}
#localArchive .localEntries li .thumb img{
  width: 100%;
  border:2px solid #ccc;
  box-sizing:border-box;
}
#localArchive .localEntries li .text{
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
  float: right;
  line-height: 1.4;
}

#localArchive .localEntries li .text h4{
  margin-bottom: 5px;
  font-size: 1.1rem;
  color: #0089E0;
}

#localArchive .localEntries li .text p{
  font-size: 0.9rem;
}
#localArchive .localEntries li .text .category{
  margin-top: 2px;
  color: #999;
  font-size: 0.8rem;
}




/*-------------------------------------------------------------------------
大会概要
-------------------------------------------------------------------------*/
#overview{
  /*border:1px solid #f00;*/
  /*font-size: 95%;*/
}

#overview .feature .read{
  margin-bottom: 40px;
}
#overview .feature .read .eyecatch{
  margin-bottom: 10px;
}
#overview .feature .read .eyecatch img{
  box-sizing: border-box;
}
#overview .feature .read .copy{
  /*text-align: center;*/
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

#overview .featureBox:not(:last-child){
  margin-bottom: 40px;
}
#overview div.featureBox:last-child{
  margin-bottom: 0;
}
#overview .feature img{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  /*border:4px solid rgba(100,100,100,0.5);*/
}
#overview .feature .point h3{
  color: #0089e0;
  margin: 5px 0;
  font-size: 1.1rem;
  line-height: 1.3;
}
#overview .feature .point h3 strong{
  font-size: 1.2rem;
  font-style: italic;
  font-family: Verdana, Geneva, sans-serif;
  margin-right: 10px;
}

#overview table{
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height: 1.5;
}
#overview table tr:nth-child(2n+1){
  background-color: #f4f4f4;
}
#overview table th{
  width: 27%;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
#overview table td{
  width: 73%;
  padding: 10px;
  vertical-align: middle;
}

#overview .timeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#overview .timeline:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  width: 10px;
  background: #efefef;
  left: 15px;
  margin-left: -10px;
}
#overview .timeline li {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
#overview .timeline li time{
  display: block;
  width: 70px;
  text-align: center;
  line-height: 1.3;
  font-size: 120%;
  font-weight: 500;
  /*position: absolute;*/
  font-family: 'Rajdhani', sans-serif;
  padding-left: 15px;
}
#overview .timeline li div{
  /*width: 70%;*/
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  border: 1px solid #0089e0;
  color: #333;
  padding: 10px 20px;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 3px;
}
#overview .timeline > li:before {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  color: #fff;
  background: #0089e0;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 2px;
  margin: 0 0 0 -15px;
}
#overview .timeline > li:last-child:after {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  color: #fff;
  background: #0089e0;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  bottom: 0;
  margin: 0 0 3px -15px;
}

.iframeContainer{
  position: relative;
  width: 100%;
  padding-top: 56.25%;/*16:9*/
}
.iframeContainer iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



#overview .acsbox{
  margin-top: 25px;
}
#overview .acsbox p{
  /*margin-bottom: 0;*/
  overflow: hidden;
}
#overview .acsbox iframe{
  height: 250px;
  width: 100%;
  box-sizing:border-box;
}
#overview .parking p{
  font-size: 100%;
  margin-bottom: 2px;
}
#overview .parking .smaller{
  margin-top: 5px;
  font-size: 83%;
  line-height: 1.5;
}


#overview #gallerySlide .slider-for .slick-slide{
  /*border:4px solid #F50057;*/
  box-sizing:border-box;
  margin: 0 1px;
}

#overview #gallerySlide .slider-nav{
  margin-top: 2px;
}

#overview #gallerySlide .slider-nav .slick-slide{
  border:2px solid #ccc;
  box-sizing:border-box;
  margin: 0 1px;
}
#overview #gallerySlide .slider-nav .slick-current{
  border:2px solid #0089E0;
}

#overview #gallerySlide .slick-prev,
#overview #gallerySlide .slick-next{
  z-index: 1;
  width: 24px;
  height: 24px;
}
#overview #gallerySlide .slick-prev{
  left: 5px;
}
#overview #gallerySlide .slick-next{
  right: 5px;
}
#overview #gallerySlide .slick-prev:before,
#overview #gallerySlide .slick-next:before{
  color: #fff;
  font-size: 22px;
  opacity: 1;
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
}

#overview #gallerySlide .slider-nav .slick-dots{
  bottom: -25px;
}


/*-------------------------------------------------------------------------
コース
-------------------------------------------------------------------------*/
ul.pointList{
  margin-top: 10px;
  counter-reset:li;
}
ul.pointList li{
  line-height: 1.4;
  margin: 10px 5px;
  padding-left: 25px;
  position:relative;
}
ul.pointList li:first-child{
  margin-top: 0;
}
ul.pointList li:after{
  counter-increment: li;
  content: "0"counter(li);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0089E0;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bolder;
  font-size: 110%;
  border-radius: 2px;
  font-family: 'Rajdhani', sans-serif;
}



/*つくばタイプ*/
#course .courseMap p img{
  width: 100%;
}
#course .courseMap h4{
  font-size: 105%;
  border-bottom: 3px double #ddd;
  margin: 10px 0 5px;
  padding-left: 2px;
}
#course .courseMap ul{
  margin-top: 10px;
  counter-reset:li;
}
#course .courseMap ul li{
  line-height: 1.4;
  margin: 10px 5px;
  padding-left: 25px;
  position:relative;
}
#course .courseMap ul li:first-child{
  margin-top: 0;
}
#course .courseMap ul li:after{
  counter-increment: li;
  content: "0"counter(li);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0089E0;
  color: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bolder;
  font-size: 110%;
  border-radius: 2px;
  font-family: 'Rajdhani', sans-serif;
}

/*フジエコタイプ*/
#course .course{
  margin-bottom: 30px;
}
#course .course img{
  width: 100%;
  border:1px solid #ccc;
  box-sizing:border-box;
}



#course .route ul li:not(:last-child){
  margin-bottom: 30px;
}
/*ルートラボ用*/
#course iframe{
  padding:8px 8px 0;
  border:solid 1px #ccc;
  width:100%;
  height:300px;
  margin:0;
  box-sizing:border-box;
}
/*ルートラボ以外*/
#course iframe.other{
  height:100%;
  border:none;
  padding:0;
}


#course .route .catch{
  margin-bottom: 10px;
  font-size: 115%;
}

ul.gallery{
  display: flex;
  flex-wrap: wrap;
}

ul.gallery li{
  width: 33.33%;
  padding: 1px;
  box-sizing:border-box;
}

ul.gallery li img{
  width: 100%;
}


/*-------------------------------------------------------------------------
募集要項
-------------------------------------------------------------------------*/
.recruitBox{
  margin-bottom: 30px;
}


.recruitBox table,
.flameDiagonal table{
  border:1px solid #fff;
  margin: 10px 0;
  width: 100%;
  border-collapse: collapse;
}
.recruitBox table th,
.recruitBox table td,
.flameDiagonal table th,
.flameDiagonal table td{
  border:1px solid #fff;
  padding: 5px 5px;
  vertical-align: middle;
  background-color: #f1f1f1;
  line-height: 1.4;
}
.recruitBox table th,
.flameDiagonal table th{
  background-color: #0089e0;
  color: #f6f6f6;
}
/*#recruit table th:first-child{
  width: 20%;
}
#recruit table th.fee{
  width: 40%;
}*/


/*2017改修 .tableで囲むように*/
.recruitBox .table,
.flameDiagonal .table{
  margin-top: 20px;
  overflow-x: scroll;
  -webkit-overflow-scrolling : touch;
}
.recruitBox .table h4,
.flameDiagonal .table h4{
  font-size: 105%;
  text-align: left;
}
.recruitBox .table table,
.flameDiagonal .table table{
  margin-top: 0;
}
.recruitBox .table table th,
.recruitBox .table table td,
.flameDiagonal .table table th,
.flameDiagonal .table table td{
  min-width: 80px;
  padding: 5px 10px;
}



#recruit .flameDiagonal h3{
  font-size: 135%;
  text-align: center;
  color: #0089e0;
}
#recruit .flameDiagonal h3 img{
  width: 25px;
  padding: 5px;
}
#recruit .flameDiagonal p{
  font-size: 115%;
}
#recruit .flameDiagonal p span{
  margin-left: 10px;
}
#recruit .flameDiagonal p i{
  margin-right: 10px;
}

.recruitBox .important{
   margin: 5px 0 25px;
}
.recruitBox .important h4{
  font-size: 110%;
  color: #FF1806;
}
.recruitBox ol{
  list-style: decimal;
  margin-bottom: 15px;
}
.recruitBox ol li{
  margin-left: 1.6em;
}
.recruitBox ol li.smaller{
  margin-left: 0;
  list-style-type: none;
}
.recruitBox .mb15{
  margin-bottom: 15px;
}
.recruitBox .recruitBox ul{
  margin-bottom: 15px;
}

.recruitBox .red{
  color: #FF1806;
}
.recruitBox .address{
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  margin-top: 5px;
}
.recruitBox .address .large{
  font-size: 105%;
}

/*2017.01.19追記*/
.recruitBox section{
  margin-bottom: 0;
}
.recruitBox section:last-child{
  padding-bottom: 0;
}

#recruit .flameDiagonal table td,
#recruit .flameDiagonal .left{
  text-align: left;
}

#partnerLink .category{
  margin: 10px 0;
}
#partnerLink .category:not(:last-child){
  margin-bottom: 30px;
}
#partnerLink .category h3{
  text-align: center;
  font-size: 110%;
  font-weight: normal;
}
#partnerLink .category ul,
#partnerLink .category ul li{
  margin: 0;
}



/*-------------------------------------------------------------------------
エントリー
-------------------------------------------------------------------------*/
#entry .prepare{
  margin-bottom: 100px;
}
#entry .entryBox{
  /* font-size: 95%; */
  margin-bottom: 30px;
}
#entry .entryBox h4{
}
#entry .entryBox div{
  margin-bottom: 15px;
}
#entry .entryBox h4 i{
  color: #FF1806;
  margin-right: 5px;
  font-size: 110%;
}
#entry .entryBox h4 .large{
  font-size: 110%;
  margin-right: 5px;
}
#entry .defaultlist
,#entry .defaultlist li{
  padding:0px;
  margin:0px;
}
#entry .defaultlist li{
  list-style-type:none !important;
  list-style-image:none !important;
  margin: 5px 0px 5px 0px !important;
}
#entry .list{
  counter-reset:li;
  margin-left:20px !important;
}
#entry .list li{
  position:relative;
  display: block;
  padding:8px 0px 8px 40px;
}
#entry li.list-count:after{
  counter-increment: li;
  content: "STEP"counter(li);
  position: absolute;
  left: -16px;
  top: 0;
  background: #0089e0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  /*border: 2px solid #0089e0;*/
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-radius: 30px;
  color: #fff;
}
#entry li.list-count:before{
  content:'';
  display:block;
  position:absolute;
  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset;
  top:13px;
  left:19px;
  height:0;
  width:0;
  border-top: 8px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #0089e0;
}
#entry .list li > h4{
  color: #0089e0;
}
#entry ol{
  list-style: decimal-leading-zero;
  margin: 7px 0 15px;
}
#entry ol li{
  margin-left: 2.0em;
}

#entry .term{
  margin: 10px 0 30px;
}

#entry .term .date{
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 3px 15px;
  color: #FF1806;
  border: 2px solid #FF1806;
  border-radius: 2px;
  margin-bottom: 10px;
}
#entry .pattern{
  margin: 15px 0 60px!important;
  position:relative;
  counter-increment: pattern;
}
#entry .pattern:last-child{
  margin-bottom: 0;
}

#entry .pattern > div img{
  width: 160px;
  height: auto;
}
#entry .pattern h4{
  font-size: 1.2rem;
  color: #0089e0;
  padding-left: 100px;
  line-height: 28px;
}
#entry .pattern h4:before{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:80px;
  height:0;
  width:0;
  border-top: 14px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 10px solid #0089e0;
}
#entry .pattern h4:after{
  content: "Pattern."counter(pattern);
  position: absolute;
  left: 0;
  top: 0;
  background: #0089e0;
  color: #fff;
  height: 28px;
  width: 80px;
  text-align: center;
  font-weight: bolder;
  font-family: 'Rajdhani', sans-serif;
}

#entry .pattern > div {
  margin: 10px 0;
}
#entry .pattern ul{
  margin: 10px 0;
  font-size: 98%;
}
#entry .pattern ul li:first-child{
  font-size: 105%;
  padding: 5px 0;
}
#entry .pattern ul li a{
  text-decoration: underline;
}
#entry .pattern .number span{
  font-size: 120%;
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}



/*-------------------------------------------------------------------------
参加要項
-------------------------------------------------------------------------*/
#attend .read .photo{
  border:1px solid #ccc;
  padding: 7px;
  margin-top: 10px;
}
#attend .read .photo img{
  width: 100%;
}
#attend .item{
  margin-top: 40px;
  position: relative;
}
#attend .item h3{
  font-size: 1.1rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#attend .item .description{

}
#attend .item .description ul.btn{
  margin-top: 10px;
}
#attend .item .description ul.btn li{
  display: inline-block;
  margin: 0 5px 5px 0;
}



/*-------------------------------------------------------------------------
よくある質問
-------------------------------------------------------------------------*/
#faq ul.qa li{
  margin-bottom: 30px;
}
#faq ul.qa li h4{
  color: #0089e0;
  margin-bottom: 3px;
}
#faq ul.qa li h4:before{
  content: "Q.";
}
#faq ul.qa li h4,
#faq ul.qa li p{
  text-indent: -1.0em;
  padding-left: 1.5em;
  line-height: 1.4;
}
#faq ul.qa li p:before{
  content: "A.";
}

/*-------------------------------------------------------------------------
CONTACT
-------------------------------------------------------------------------*/
#contact p a{
  color: #ff3300;
}

#contact .formItem dl{
  font-size: 110%;
  margin-top: 30px;
}

#contact .formItem dt{
  position: relative;
  -webkit-flex-basis: 35%;
  padding: 5px 0;
}
#contact .formItem dt.required:after{
  content: "必須";
  background-color: #ff3300;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 10px;
}
#contact .formItem dd{
  margin-bottom: 20px;
}


#contact form input:not([type="radio"]),
#contact form textarea{
  width: 100%;
  display: block;
  font: inherit;
  padding: 5px 5px;
  box-sizing:border-box;
  -webkit-appearance: none;
  border: none;
  background-color: #ededed;
  transition:all 0.4s linear;
  border-radius: 0;
}

:-ms-input-placeholder {
  color: #666;
}

span.wpcf7-list-item{
  margin-left: 0!important;
}
.wpcf7-list-item-label{
  margin-right: 20px;
}

#contact form textarea{
  height: 150px;
}
#contact form input:focus,
#contact form textarea:focus{
  background-color: #f5f5f5;
}
#contact form select{
  /* -webkit-appearance: none; */
  font-size: 100%;
  border:1px solid #999;
  border-radius: 0;
  background: #e0e0e0;
}
#contact .submit{
  margin: 40px auto;
  width: 180px;
}
#contact form input[type="submit"]{
  background-color: #333;
  color: #fff;
  width: 100%;
  border:none;
  font-size: 120%;
  cursor: pointer;
}

#contact .screen-reader-response{
  /*color: #ff3300;*/
  /*margin-bottom: 20px;*/
  font-weight: bold;
}
#contact .screen-reader-response ul{
  display: none;
}


.wpcf7-not-valid-tip{
  color: #ff3300;
}

.wpcf7-validation-errors{
  display: none!important;
}

.wpcf7-mail-sent-ok{
  margin: 0!important;
  padding: 0!important;
  border:none!important;
  text-align: center;
  font-size: 120%;
}

#contact form input.wpcf7-not-valid,
#contact form textarea.wpcf7-not-valid{
  background-color: #ffe1da;
}


/*-------------------------------------------------------------------------
検索
-------------------------------------------------------------------------*/
#search .result{
  margin-bottom: 10px;
}
#search ul.list li:not(:last-child){
  padding: 15px 0;
  border-bottom:1px dotted #ccc;
  margin-bottom: 15px;
}
#search ul.list h2{
  font-size: 120%;
  margin-bottom: 10px;
}
#search ul.list h2 a{
  text-decoration: underline;
}
#search ul.list .url{
  color: #999;
  word-break: break-all;
  line-height: 1.4;
}



/*-------------------------------------------------------------------------
footer
-------------------------------------------------------------------------*/
#footer{
  border-top: 1px solid #ccc;
}
#partnerLink{
  padding: 20px 0 20px;
  border-bottom: 1px solid #ccc;
}

#partnerLink ul{
  text-align: center;
}
#partnerLink ul li{
  display: inline-block;
  margin: 0 3px;
}
#partnerLink ul li img{
  width: 90px;
}


#conferenceNavi{
  border-bottom: 1px solid #ccc;
  padding: 20px 0 0;
}
#conferenceNavi > ul > li:first-child{
  text-align: center;
}

#conferenceNavi .logo{
  /*height: 36px;*/
  margin-bottom: 15px;
}
#conferenceNavi .logo img{
  height: 100%;
}
#conferenceNavi .option{
  margin-bottom: 10px;
}
#conferenceNavi .option a{
  font-size: 180%;
  line-height: 30px;
  margin: 0 3px;
}
#conferenceNavi .option a img{
  width: 30px;
}
#conferenceNavi .others{
  margin-bottom: 15px;
}

#conferenceNavi > ul > li{
  background-color: #fff;
  /* font-size: 0.9rem; */
}
#conferenceNavi > ul > li ul a,
#conferenceNavi > ul > li h3 a{
  display: block;
  padding: 12px 25px 12px 15px;
}
#conferenceNavi > ul > li ul li a{
  padding: 5px 10px;
}
#conferenceNavi > ul > li ul li a:before{
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}


#conferenceNavi > ul > li h3{
  position: relative;
  border-top:1px solid #ededed;
  font-weight: normal;
  line-height: 1.4;
  /* font-size: 14px; */
  /*font-weight: bold;*/
}

#conferenceNavi > ul > li > ul{
  border-top: 1px solid #fff;
  overflow: hidden;
  max-height: 0;
  padding: 0 10px 0 10px;
  transition:all 0.3s linear;
}

#conferenceNavi > ul > li > ul ul{
  padding-left: 10px;
  margin-bottom: 10px;
}

#conferenceNavi > ul > li ul.active{
  border-top: 1px solid #ededed;
  max-height: 300px;
  padding: 10px;
}

#conferenceNavi > ul > li ul li b {
    color: #999;
    padding: 0 5px;
}

#conferenceNavi > ul li h3.hasMenu:after{
  content: "+";
  position: absolute;
  font-style: normal;
  right: 10px;
  top: 50%;
  /*color: #fff;*/
  font-size: 16px;
  margin-top: -0.7em;
  transition:all 0.3s linear;
}
#conferenceNavi > ul li h3.hasMenu.active:after{
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}





#footerNavi{
  background-color: #F3F3F3;
}

#footerNavi > ul.forpc{
  display: none;
}
#footerNavi .forsp .logo{
  text-align: center;
  padding: 20px 0;
}
#footerNavi .forsp .logo img{
  height: 16px;
}

#footerNavi .forsp ul{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e5e5e5;
}
#footerNavi .forsp ul li{
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  box-sizing: border-box;
  font-size: 12px;
  border-bottom: 1px solid #e5e5e5;
}
#footerNavi .forsp ul li:nth-child(odd){
  border-right: 1px solid #e5e5e5;
}
#footerNavi .forsp ul li a{
  display: block;
  padding: 7px 10px;
}



#footerBottom{
  position: relative;
  background-color: #e7e7e7;
}
#footerBottom .inner{
  overflow: hidden;
  padding: 10px 5px;
  text-align: center;
}


#footerBottom .logo img,
#footerBottom .logo span{
  display: none;
}

#footerBottom #copyright{
  color: #999;
  margin: 5px;
  font-size: 10px;
}

#footerBottom .inq .tel{
  /*font-weight: bold;*/
  line-height: 1;
  margin-bottom: 10px;
}
#footerBottom .inq .tel span{
  font-size: 30px;
  /*margin-left: 5px;*/
  font-family: 'Rajdhani', sans-serif;
}

#footerBottom .inq .tel p{
  font-size: 12px;
  line-height: 1.4;
  /*margin-top: 5px;*/
}

#footerBottom .tel.nonSeries{
  font-size: 11px;
  line-height: 1.5;
}
#footerBottom .tel.nonSeries span{
  font-size: 30px;
  display: block;
  line-height: 1;
  /*margin-left: 5px;*/
  font-family: 'Rajdhani', sans-serif;
}



/*#footerBottom .inq .tel,*/
#footerBottom .inq ul{
  display: none;
}
#footerBottom .management{
  text-align: center;
  font-size: 10px;
    color: #777;
    line-height: 1.5;
    margin-bottom: 5px;
}


#footerBottom .pagetop{
  position: fixed;
  bottom: 5px;
  right: 5px;
  /*position: absolute;
  bottom: 0;
  right: 0;*/
  width: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 100;
  /*border:1px solid #000;*/
}
#footerBottom .pagetop a{
  display: block;
  position: absolute;
  top: 0;
  left: 20%;
  width: 80%;
  height: 100%;
  z-index: 1;
  /*border:1px solid #000;*/
}

#footerBottom .pagetop img{
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  z-index: 1;
}
#footerBottom .pagetop:after{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200%;
  height: 200%;
  z-index: 0;
  background-color: #F50057;
  -webkit-transform:translate(62%, 62%) rotate(45deg);
  transform:translate(62%, 62%) rotate(45deg);
}
