@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese');
@import url("style_20220304.css");
* {
	margin: 0px;
	padding: 0px;
}





html{
    scroll-behavior: smooth;
    scroll-padding-top: 60px;}

@media screen and (min-width: 48em) { 
html{
    scroll-behavior: smooth;
    
    
    scroll-padding-top: 100px;
    
    }

}





body {
	background : #001249;
	text-align : center;
	color : #333;
	font-size: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
	font-feature-settings:"palt";
    overflow:auto;
    
    
    background: url("../images/bg.jpg")no-repeat;
     background-attachment: fixed;
     background-size: cover;
    
    
}

a img {
	border: none;width:100%;height:auto;
}
img {
	border : none; width:100%;height:auto;
}
hr {
	display : none;
}
a, a:visited {
	color : #094a9e;
	text-decoration : none;
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
	text-decoration : underline;
	opacity: 0.8;
}

a[href="#"]{pointer-events: none;opacity:0.5;}


/* 画像を並べる */
.photobox{margin:0 0 10px 0; vertical-align:top; position:relative;}
.photo{display:inline-block;margin:0 5px;text-align:center;vertical-align:top; font-size:90%;line-height:110%; position:relative;}
.photobox img{display:block;margin:0 auto 5px auto;}
.photobox.vtop >div{ vertical-align:top;}
.photobox.vbtm >div{ vertical-align:bottom;}
.photobox.vmid >div{ vertical-align:middle;}

.bd-blue{border:1px solid #1275da;}
.sdw{box-shadow:3px 3px 5px rgba(0,0,0,0.4);}
.floatleft{float:left;margin:0 10px 10px 0;}
.floatright{float:right;margin:0 0 10px 10px;}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
span.oreobi{ background:#f30;color:#fff;padding:0 15px;}
p.oreobi{ background:#f30;color:#fff;padding:0 15px;}
.inner{padding:20px;}
.lfont{font-size:135%;}
.llfont{font-size:150%;}
.pink{color:#e61a53;}
.kon{color:#003e97;}
.red{color:#f00;}
.blue{color:#06c;}
img.radius5{border-radius:5px;}
.sfont{font-size:90%;}
.ssfont{font-size:80%;}
.sssfont{font-size:70%;}
.none {
	padding-bottom : 0px;
	border-bottom : none;
}


.redbg{font-size:80%;padding:0 20px; background:#f00;color:#fff;display:inline-block; border-radius:10px;line-height:135%; position:relative;top:-3px;}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb150 {
	margin-bottom: 150px;
}

.mr10{margin-right: 10px;}


/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 0;
	right: 0.5em;
	z-index:500;
}
.pagetop a {
	display: block;
	color:#b0dcf1; 
	font-size:300%;
	text-shadow:0 1px 1px #000
	
}
.pagetop a:hover {
	display: block;
}

	a.btn{   margin: 1em auto 0 auto;
    background: #f00;
    color: #fff;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
    font-weight: 700;
	 font-size: 111%;

	
	}
	a.btn:hover{opacity:0.6;text-decoration: none;}

p.btnbox{text-align: center;width:100%;padding:1em 0;}


/* アスタリスク　注釈用 */
ul.ast{list-style:none;font-size:90%;line-height:120%; margin:10px 0 0 0;}
ul.ast li{margin:0 0 5px 0; }
ul.ast li:before{content:"\203b";color:#000;}
ul.ast li.red:before{content:"\203b";color:#f00;}
ul.ast.white li:before{content:"\203b";color:#fff;}


.leftbox{float:left;width:49%; margin:0 0 20px 0; position:relative;}
.rightbox{float:right;width:49%;margin:0 0 20px 0; position:relative;}
img.none{border:none;}
.none{border:none;margin:0;padding:0;}
img.rad10{border-radius:10px;}
img.rad20{border-radius:20px;}
.red{color:#f00;}

.ssfont{font-size:80%;}
.sssfont{font-size:70%;}
.narr{letter-spacing:-2px;}
.sdw{box-shadow:3px 3px 5px #999; }

/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


.hidden {	display : none;}

.ore {	color : #ee7315;	background : transparent;}
.rd {	color: #c00;	background : transparent;}
.blue {	color : #064ca1;	background : transparent;}
.nonline {	background : none !important;}
.ambmess {	font-weight: bold;}
a.dis {	pointer-events: none;	color: #ccc;}
a.disable{	pointer-events: none;	opacity:0.6;	}
.flex{display:flex;justify-content: space-between;flex-flow: row wrap}


span.spbr{display:block;}

.comingsoon{padding:75px;font-size:155%;color:#ccc;text-align: center;}	

.sp{display:block;}
.pc{display:none;}

  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;

	  z-index:9999;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 42px;
    height: 2px;
    left: 9px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 13px;
  }
  .hamburger span:nth-child(2) {
    top: 23px;
  }
  .hamburger span:nth-child(3) {
    top: 33px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 28px;
    left: 8px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 28px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger .menu_text {
    position: absolute;
    bottom: 6px;
    width: 66%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .hamburger.active .menu_text {
    display: none;
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 3em;
    left: 0;
    color: #fff;
  
    text-align: center;
    width: 100%;
    transform: translateY(-106%);
    transition: all 0.6s;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {}
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    font-size: 111%;
    font-weight: 500;
  }




  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateY(0%);
       background: #0f1c6f;
  }

	#navi li a span{font-size:100%;}
	#navi li a span br{display:none;}

#navi .lang{padding:1em;  background: #333;}
#navi .lang a{color:#fff;}



/*
header
------------------------------------------------------------------------------------ */
#header {
	text-align: left;
	margin: 0 auto;
    position: fixed;
    width:100%;
    z-index:999;
    top:0;
    height:48px;
     background: #0f1c6f;

}
/*
headline
------------------------------------------------------------------------------------ */
#headlinebg {

	text-align: center;
	background: #0f1c6f;
	position:relative;
	z-index:100;
	margin:0;
}
#headline {

	padding: 0 0.5em;

	text-align: center;
	position:relative;
	z-index:100;
}
#headline .headlinetext {
	color: #fff;
	margin: 0.25em 3em;
	position: absolute;
    font-size: 80%;
    text-align: left;
    font-weight:bold;

}




    .header_icon {padding:1em 0 0.5em 0;}	
    .header_icon a{margin:0 0.5em;}	
    .header_icon a img{width:auto;height:25px;}	


    

#headline .header_right {flex-basis: 50%;display: flex;justify-content: center;align-items: center;}   
    



#headline #headline-lang {
	float: right;
	width: 150px;
	text-align: right;
	color: #fff;
}
#headline #headline-lang a {
	color: #fff;
}
#headline #headline-lang a:hover {
	opacity: 0.6;
	color: #ccc\9;
}
#header #emblem {
	position: absolute;
	width: 33px;
	display: block;
	top: 0.25em;
	left: 0.5em;
	margin: 0;
	text-align:center;
	z-index:300;
}
#header #emblem h1 {
	text-align:center;
}

#header #emblem a:hover {
	opacity: 1;
}
#sitename {
	position:absolute;
	top:-100px;
}


/*
wrapper
------------------------------------------------------------------------------------ */
.wrap {

	margin: 0 auto;
	text-align : left;
	padding:0 0 0 0;
	position:relative;
		z-index:20;

	
}
.wrapsub {

	background: #fff;
	margin: 54px auto 0 auto;
	text-align : left;
	padding:1em;


}
/*
トップ
------------------------------------------------------------------------------------ */
#toppage{margin:0 0 36px 0;} 
#mainimagebg {

	display: block;
    position: relative;
/*	top:14px;*/
	z-index: 0;
	
}
#mainimage {
	margin: 0 auto 0.5em auto;
	background: #000;
	box-shadow:0 0 300px #0195c9;
	position:relative;
	z-index:10;
}
#mainimage #logotext{ position:absolute;top:15px;left:3px;width:61px;}
#mainimage #logotext img{max-width:100%;height:auto;}


.logotext{margin:0.5em 0 0 0;display: none;}



#mainimage a.yt{
    position: absolute;
    left: 0.75%;
    bottom: 0.3%;
    width: 67%;
    height: 3.8%;
    border: 1px solid #000;
}
#mainimage a.yt.en{
    position: absolute;
    left: 0.75%;
    bottom: 0.5%;
    width: 64%;
    height: 5.2%;
    border: 1px solid #000;
}


#mainimage a.yt:hover{border: 1px solid #fff100;}



.slide_wrap{margin:48px auto 1em auto;}  
.swiper-container{width:100%;overflow: hidden;height:60vw;margin:auto;position: relative;}





.topnotice{color:#fff;font-size:122%;margin:1em;}

.comm {
	display:none;/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx display:none*/
	position: relative;
	width:100px;
	top:-175px;
	left:660px;
	z-index:20;
	margin:0 0 -175px 0;
}
.comm img {
	width:165px;
	height:auto;
}

#bnr_rally{   margin: 0 1em 1em 1em;
    color: #fff; position: relative;z-index:100;}

#about{margin: 2em auto 1em auto;color:#fff;position: relative;	top:14px;}
#about h2{color:#F2DB1A;font-weight: 700;  background: none;border:none;padding:0; } 
#about h2:after{content:none;}

#about .about_wrap{flex-flow: column;padding:0 1em;position: relative;z-index: 99}
#about .about_wrap .item.about_text{flex-basis: 56%; text-align: left;font-size:100%;line-height: 188%;}
#about .about_wrap .item.yt{flex-basis: 42%; text-align: left;}



#movie{margin: 7em auto 6em auto;color:#fff;padding:0 1em;}
#movie h2{color:#F2DB1A;font-weight: 900;  background: none;border:none;padding:0;font-size:166%;margin:1em 0 0.5em 0;} 
#movie h2 span{display: block;font-size:77%;}
#movie h2:after{ content:none;}
#movie p.movie_text{font-weight:700;font-size:900;font-size:101%;}
#movie .movie_wrap{justify-content: center;}
#movie .movie_wrap .item.yt{flex-basis: 46%; text-align: center;margin:1%;}
#movie .movie_wrap .item.yt.prom{flex-basis: 66%;}




.youtube {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 0.5em; /* YouTubeの下に余白をつける */
	margin-top:0.5em;
	
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*チェックリスト*/
#checklist{    margin: 1em ;
text-align: center;
padding: 1em ;
background: #f0f0f0;
}	




/*バナー /////////////////////////////////////////////////////////////////////////// */

/*決勝戦ライブ配信*/
/*
#final{margin:1em 0 ;border:1px solid #0365b0;text-align: right;
 background: url("../images/ytcoverbg.png") no-repeat;
-moz-background-size:contain;
-webkit-background-size:contain;
-o-background-size:contain;
-ms-background-size:contain;	
background-size:contain;
}
#final #ttbox{display:inline-block;width:53%;vertical-align: middle;text-align: center;}
#final #ttbox #tt{font-size:246%;font-weight:900;color:#fc0;text-shadow:0 0 20px #000;}
#final #ttbox #day{font-size:222%;font-weight:700;color:#fff;text-shadow: 0 0 20px #000;}
#final #ttbox #day span{font-size:70%;}
#final #yt{display:inline-block;width:45%;vertical-align: middle;}
*/

/*バナー*/
.topbnrbox{	width:1000px;margin:0 auto 0.5em auto;position: relative;z-index: 1;}

/*youtubeチャンネルで配信、HISTORY、試合速報のバナー*/
.top_bnr{display:flex;justify-content: space-between;flex-flow: row nowrap;}
.top_bnr .item.large{flex-basis: 49%;}
.top_bnr .item.small{flex-basis: 24%;}
.top_bnr .item.small.sokuhou a{pointer-events:none; opacity:0.3;}



#btm_bnr{margin:0;padding:1em}
#btm_bnr .btm_bnr_wrap{flex-flow: column;text-align: center;}
#btm_bnr .btm_bnr_wrap .item{ width:76%;display:flex;justify-content: center;align-items: center;margin:0 auto 0.5em auto;}
#btm_bnr .btm_bnr_wrap .item a{padding:2% 5%;display: block;}


#btm_bnr .btm_bnr_wrap .item.past a{
padding:2% 5%;     
background: #0d49aa;
background: -moz-linear-gradient(left,  #0d49aa 0%, #0b0025 100%);
background: -webkit-linear-gradient(left,  #0d49aa 0%,#0b0025 100%);
background: linear-gradient(to right,  #0d49aa 0%,#0b0025 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d49aa', endColorstr='#0b0025',GradientType=1 );
border:2px solid #0b0025;
}
#btm_bnr .btm_bnr_wrap .item.past.en a{
padding:1% 5%;     
background: #0d49aa;
background: -moz-linear-gradient(left,  #0d49aa 0%, #0b0025 100%);
background: -webkit-linear-gradient(left,  #0d49aa 0%,#0b0025 100%);
background: linear-gradient(to right,  #0d49aa 0%,#0b0025 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d49aa', endColorstr='#0b0025',GradientType=1 );
border:2px solid #0b0025;
}

#btm_bnr .btm_bnr_wrap .item.challenge a{
padding:1% 5%;   
background: #4e9dd6;
background: -moz-linear-gradient(top,  #4e9dd6 0%, #00449b 100%);
background: -webkit-linear-gradient(top,  #4e9dd6 0%,#00449b 100%);
background: linear-gradient(to bottom,  #4e9dd6 0%,#00449b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9dd6', endColorstr='#00449b',GradientType=0 );
border:2px solid #110B79;
}

#btm_bnr .btm_bnr_wrap .item.history a{
padding:0;
border:2px solid #321502;
}

/*トップお問い合わせボックス*/
#top_contact{padding:1em;margin:0 0 0.55em 0; background: #fff;font-size:111%;}
#top_contact .fbox {display:flex;justify-content: center}
#top_contact .fbox .section_tt{font-weight:700;margin:0 2em 0 0;}
#top_contact .fbox .evevtname{margin:0 2em 0 0}
#top_contact .fbox .mailadd{}





#topbnr_entrybtn{width:260px; position: absolute;right:3em;bottom:1em}


/*サッカー教室参加者募集
#sanka {margin:0; background:#eaf6fd;position:relative;font-family: "Mplus 1p"; }
#sanka #sankatt{font-weight:700;font-size:220%;color:#fff100; background: #f00; display:block;text-shadow: 1px 1px 3px #000;text-align: left;padding:0 0 0 0.5em;}
*/
/*サッカー教室　募集終了後*/
#sanka {margin:0; background:#eaf6fd;position:relative;font-family: "Mplus 1p"; }
#sanka #sankatt{font-weight:500;font-size:135%;color:#fff100; background: #f41956; display:block;text-shadow: 1px 1px 3px #000;text-align: center;padding: 0.25em;}

#sanka #sankatt span{color:#fff;margin:0 0 0 1em;}


.muryou{position: absolute;top:-0.4em;right:0.1em; background: #fff100;color:#e61a53;padding:0.5em 0.75em;border-radius:50%;font-size:175%;font-weight:700;border:2px solid #f00;box-shadow:0 3px 5px #333;}
.jizen{position: absolute;top:0.182em;right:7em; border:1px solid #003e97;background: #eaf6fd;color:#003e97;padding:0.12em 0.75em;border-radius:1em;font-size:150%;font-weight:700;}
.jizen span,
.jizen-en span{font-size:70%;font-weight:normal;display:inline-block; position: relative;top:-0.1em;}
.jizen-en{position: absolute;top:0.25em;right:5.5em; border:1px solid #003e97;background: #eaf6fd;color:#003e97;padding:0.12em 0.75em;border-radius:1em;font-size:140%;font-weight:700;}

#jizenend{font-size:135%;color:#e61f54;margin:0 0 2em 0;text-align: center;font-weight:500;}



#sanka .inner{text-align: left;}
#sanka .sankabox{clear:both;margin:0 0 5px 0; display:inline-block; }
#sanka .sankabox p{margin:0 0 0 10em;font-size:110%;}
#sanka .sankalesson{font-size:180%;font-weight: 900; display:inline-block;color:#003e97;}
#sanka .sankalesson span.day{font-size:150%;color:#e61a53;}
#sanka .sankalesson span.youbi{font-size:60%; color:#e61a53; letter-spacing:1px;}
#sanka .sankaphoto{float:right;width:23%;}



/*受付終了　4/11～*/
#sanka #entryend{padding:0 20px;border-radius:30px; background:#fff;font-weight:900;font-size:180%;color:#e61a53;display:inline-block;margin:0 0 0 20px; position:relative;top:-2px;}
#sanka #entryend-en{padding:0 20px;border-radius:30px; background:#fff;font-weight:900;font-size:130%;color:#e61a53;display:inline-block;margin:0 0 0 20px; position:relative;top:-5px;}
#sanka #entryendtext{font-size:160%;color:#e61a53;font-weight:900;margin:0 0 15px 0;}




/*お申し込みはこちら*/
#sanka #entrybtnbox{text-align:center; position:relative;margin:1em 0 0.5em;}
#sanka #entrybtnbox a.entrybtn{display:inline-block;width:60%;margin:0 auto; height:50px;line-height:50px; border-radius:50px; background:#f00; box-shadow:0 3px 3px #333;
text-align:center;
background-image: linear-gradient(
-45deg,
#f06 25%,
#f36 25%, #f36 50%,
#f06 50%, #f06 75%,
#f36 75%, #f36
);
/* 幅8px、高さ8pxで背景画像のサイズを指定 */
background-size: 8px 8px;
}

#sanka #entrybtnbox a.entrybtn span{display: block;width:99.5%;border:5px solid #ff6; height:40px;line-height:40px;text-align:center; font-weight:bold;color:#fff;font-size:175%;border-radius:50px; position:relative;left:-0.1em;}
#sanka #entrybtnbox a.entrybtn:hover{text-decoration:none;}
#sanka #entrybtnbox a.entrybtn svg{ position: relative;top:0.075em;
}


/*WOWOW*/
.wowow{margin:0.5em auto;width:50%;}
.wowowimage{margin:0 0 0.5em 0;}


/*プロモーションMOVIE*/
.promovie{}
.promovie iframe{margin:20px 0 0 0;width:100%;}

/* 決勝戦ライブ配信 */
.livett{font-size:150%;color:#f00;font-weight:bold;  display:block;margin:0.5em 0 0 0;}
.livetext{font-size:140%;color:#fff;font-weight:bold;margin:0 0 10px 0;}
.topbnrbox .topbnr50.livebroad{flex-basis: 50.6%;background:#000;border:1px solid #f00; }

/*バナー共通*/
.topbnrbox .bnr{ text-align: left;}
.topbnrbox .bnr a >div{ position: relative;}
.bnrttday{font-size:150%;font-weight:bold;color:#f03;padding:0.25em 0.25em 0 0.25em;z-index:10;text-shadow:1px 1px 1px #fff;}
.bnrttday span{font-size:60%;letter-spacing: -0.05em;z-index:10;}
.bnrtt{font-size:135%;font-weight:bold;color:#fff100;padding:0 0.25em;z-index:10;text-shadow:1px 1px 0 #000;line-height:110%;}
.bnrttsp{font-size:135%;font-weight:bold;color:#fff100;padding:0 0.25em;z-index:10;text-shadow:1px 1px 0 #000;line-height:110%;margin:0.25em 0 0 0;}

/*ごっつおまつり*/
#gottsuoimg{ position: absolute;right:0;top:0;z-index:1}
#gottsuoimg img{width:auto;height:111px;}
#gottsuoother{font-size:95%;  background: #e3007f; display:inline-block;padding:0.05em 2em;color:#fff;border-radius:5em; margin:0.25em 0 0 1.4em;z-index:10;}

/*来場者プレゼント*/
#raijyoimg{ position: absolute;right:0;top:0;z-index:1}
#raijyoimg img{width:auto;height:111px;}




a#bnrtaiken{display: block;text-align:center; background:#e3007f;color:#fdde0c;font-size:175%;font-weight:bold;text-shadow:1px 2px 3px #87034c;padding:0.3em 0;}
a#bnrtaiken span{font-size:150%;margin:0 0.2em 0 0;}
a#bnrtaiken:hover{}



#midbox{margin:0 0 1em 0; background: #fff;padding:0.5em 1em 0.5em 1em; text-align:center; }

#midbox .pdfbox{display: inline-block; position: relative; top:-0.125em;}

#midbox .snsbtn{display: flex;align-items: center;justify-content: center;}
#midbox .snsbtn div,#midbox .snsbtn iframe
{margin:0 0.5em}

#midbox .snsbtn a.insta{width:35px;margin:0 5px;}
#midbox .snsbtn a.x{font-size:222%;margin:0 5px;color:#000;}
#midbox .snsbtn a.fb{font-size:222%;margin:0 5px;color:#0866ff;}
#midbox .snsbtn a.yt{font-size:222%;margin:0 5px;color:#f00;}

#midbox .snsbtn.en a.insta{width:66px;margin:0 5px;}


.snsbtn a.sns_icon {margin:0 5px;}
.snsbtn a.sns_icon img{width:auto; height:50px;}



#midbox .snsbtn .snshere{color: #079df4;font-weight:700;font-size:100%; text-align: left;line-height: 122%;}

/*
#midbox .snsbtn .snshere:after{content:"▲"; 
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
display:inline-block;
margin:0 0 0 0.5em;
}
*/



#midbox a.pdfbtn{display: inline-block;margin:0 1em 0.5em 1em;font-size:111%;}
#midbox a.pdfbtn svg{color:#c00;margin:0 0.25em 0 0;}
#midbox a.pdfbtn i{color:#c00;} 

#teaminfo {text-align:center;}

#teaminfo a{display: inline-block; background: #f0f0f0; padding:0.5em 1.5em ;border-radius:0.5em;
font-size:135%;	
color:#000;margin:0 auto;
}
#teaminfo a:hover{opacity:0.6;text-decoration: none;}
#teaminfo a svg{color:#f00;margin:0 0.25em 0 0;}



.pdfwrap{display: flex;justify-content: space-between;margin:1em;}
.pdfwrap a{flex-basis: 33%; background: #c00;border-radius:0.5em;padding:0.75em 0 1em 0;color:#fff;font-weight:bold;font-size:66%;

display:flex;align-items: center;justify-content: center;

}
.pdfwrap a i{margin:0 0.25em 0 0;}
.pdfwrap a span{font-size:70%;font-weight:normal;}
.pdfwrap a:hover{text-decoration: none;}

#newsarea .bnrbox{margin:0 0 10px 0;}


/* スポンサー 日本語 */
.sponserupp {
	clear:both;
	margin:0 0 10px 0;
	padding:20px 20px 10px 20px;
	font-size:80%;
	background:#fff;
}

.sponserupp .sponserbox {
	clear:both;
	/*border-bottom:1px dotted #ccc;*/
	overflow: hidden; /*float解除*/	position: relative; /*DWプレビュー*/zoom:1; /*IE6*/
	padding:0 0 0 0;margin:0 0 10px 0;
	 
}
.sponserupp .sponserbox .sponsercap {
	margin:0;
	float:left;
	width:85px;
	border-left:5px solid #ccc;padding:0 0 0 10px;}
.sponserupp .sponserbox ul {margin:0 0 0 100px;	}
.sponserupp .sponserbox li {float:left;margin:0 30px 5px 0;}



/* 日本語のバナー部分 */
.sponserupp .sponserbox .sponserbnr{margin:0 0 0 0; text-align:left;width:780px;float:left;}
.sponserupp .sponserbox .sponserbnr a{display:inline-block; vertical-align: middle;}


.sponserupp .sponserbox .sponserbnr img{margin:0 10px 10px 0;}
.sponserupp .sponserbox .sponserbtmbnr a {
	margin:0 15px 15px 0;
	display:inline-block;
		border:1px solid #ccc;
	width:260px;text-align:center;
   

}
.sponserupp .sponserbox .sponserbtmbnr img{margin:0;}
.sponserbtm {
	clear:both;
	margin:0 0 10px 0;
}



/* 日本語版のスポンサー */
.sponserbtm .sponserbox {
	margin:0 0 10px 0;
	background:#fff;padding:1em;
	justify-content: center;
	align-items: center;
	flex-flow: column;}
.sponserbtm .sponserbox a{width:80%;  margin:0 0 1em 0;border:1px solid #ccc;text-align: center;}
.sponserbtm .sponserbox .tt_syusai{font-siZe:133%;margin:0 0 1em 0;}

.sponserbtm .sponserbox.kyosan a{width:80%;  margin:0 0 1em 0;border:none;text-align: center;}
.sponserbtm .sponserbox.kyosan a img{height:45px;width:auto;}




/*ダミー*/
.spdummy{display:inline-block;width:120px;height:45px; background: #ccc;margin:0 1em 1em 0;}






/* リンクバナー */
.linkbnrbox {
	background:#02335e;
	height:118px;
	line-height:118px;
	padding:10px;
	position:relative;
	color:#fff;
	margin:0 0 0 0;
}
span.linkboxtitle {
	font-size:180%;
	font-weight:bold;
}
.linkbnrbox a {
	float:right;
	color:#fff;
}
.linkbnrbox img {
	display:inline-table;
	vertical-align:middle;
	float:right;
	margin:0 0 0 20px;
}

/* ニュース　sns */
#snsnews {
flex-flow: column;
	margin:0 0 0 0;
}


#newsarea {/* 右側ブロック*/

	margin:0 0 1em 0;
	flex-basis:100%;
	background: #fff;
}

.new:before{content:"NEW!";color:#fff;font-size:65%;display: inline-block;margin:0 0.5em 0 0; background:#f00;border-radius:3px;padding:0 3px;position:relative;top:-3px;}


/* Whats new */
#newsbg {

}
#newstitle {
	color: #fff;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1px 0;
	height: 30px;
	line-height: 30px;
	background :#d7130e;
}
#newsbox {
	padding: 15px;

	background:#fff;
	overflow:auto
}
#newsbox ul {
	margin: 0;
	padding: 0;
}
#newsbox li {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}
	#newsbox dl{flex-flow:column;margin:0 0 0.5em 0;padding:0 0 0.5em 0;border-bottom:1px dashed #ccc;}	
	#newsbox dl dt{}	
	#newsbox dl dd{}	

.qr_wrap{justify-content: center;align-items: center;padding:20px; background: #eee;margin:0 0 1em 0;}
.qr_wrap .item{flex-basis:31%;margin:0 1%}






/* FB twitter  */
#sns {/* 左側ブロック*/
flex-basis:49%;
	margin:0;
}
ul#tabs {
	margin: 0px 0px 0px 0px;
	list-style: none outside none;
}
#tabs li {
	float: left;
	padding: 0;
	list-style: none;
	cursor: pointer;
	margin:0;
	height: 35px;
	width:50%;
	text-align:center;
	color:#fff;
	line-height: 35px;
	background:#eee;
	font-size:135%;
}
#tabs #tw {
	background:#000;
}
#tabs #fb {
	background:#3b5998;
}
#tabs li:hover {
	opacity:0.6;
}
#box1, #box2 {
	clear: both;
	margin:0 0 10px 0;
    overflow: hidden;
}
.twibox {
	margin: 0 auto;
	border: 3px solid #66b9e6;

	padding: 0 0 10px 0;
	height: 300px;/*overflow:auto;*/
	background:#fff;
}
.twitter-timeline {
	border: none;
}
iframe#twitter-widget-1 {
	height: 400px;
}
iframe#twitter-widget-1 .customisable-border {
	border: 0;
}
.fbbox {
	margin: 0 auto;
	border: 3px solid #3b5998;

	padding: 0 0 10px 0;
	height: 300px;
	background:#fff;
}
.timeline {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 0;
}
/*
ページ
------------------------------------------------------------------------------------ */
h1 {}

h2{clear:both;
	font-size:133%;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	margin:0 0 20px 0;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); 
	position: relative;

}
/*
h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 7px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #07a1e1;
	border-radius: 4px;
}
*/
h2::after {
	position: absolute;

	left: 15px;
	content: '';
	width: 8px;
	background-color: #e90101;
	height:55%;
	
	
top:50%; 
transform: translateY(-50%) ;
-webkit- transform: translateY(-50%) ;

	
}


h3 {
	clear:both;
	position: relative;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 111%;
	padding:10px 0 8px 10px;
	margin:1em 0;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); 

}
h3::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 25%;
	height: 3px;
	background-color: #dd045b;
}

h3 span.bg{background: #dd045b;color:#fff;padding:0 0.5em;display:inline-block;}






p + h3,table + h3
{margin:2em 0 1em 0;}




h3.teaminfo {
	
	vertical-align: middle;
    display:inline-block;
	border: none;
	font-weight: normal;
	font-size: 180%;
    padding:0;
    margin:0;
	background: none;

}

#teamtt{padding:0.5em;margin:0 0 2em 0; background: #f0f0f0;}
#frag{display:inline-block; vertical-align: middle;width:90px;margin:0 1em 0 0;}
#frag img{width:100%;height:auto}






h3.teaminfo::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: none;
	width: 0;
	height: 0;
	background-color: none;
}


h4 {clear:both;
	color: #e61a53;
	font-weight: bold;
	font-size: 120%;
	margin:1em 0 0.5em 0;	
	position: relative;

	
}


h4.obi {clear:both;
	color: #fff;
	font-weight: bold;

	margin:0 0 0.5em 0;	
	position: relative;
	padding: 0.25em;
	 background:#003d8b;

}




h4.teaminfo {clear:both;
	color: #333;
	font-weight: normal;
	font-size: 160%;
	margin:0 0 10px 0;	
	position: relative;
	padding: 0 0 10px 0;
	border-bottom:1px solid #999;margin:0 0 15px 0;

}

h4.teaminfo::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	background-color: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}




h5 {
	clear:both;
	color: #e61a53;
	font-size: 120%;
	font-weight:  normal;
	margin:1.5em 0 1em 0;
	position: relative;
	text-align: center;
}
h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #e9f4fc;
	text-align: left;
}
h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}


/*　パンくずパンくず */
.tpath{clear:both;margin:0 0 1em 0; font-size:85%;text-align: left}


/* contnt */
.content{}



/*大会終了後に掲載します*/
p.after_disp{font-size:100%;font-weight:normal;padding:75px 10px;text-align:center;}


/* 段落 */
p{margin:0 0 20px 0;line-height:175%;}
table + p{margin:20px 0;line-height:175%;}

/* 大会概要　スポンサーロゴ部分 */
p.gidesp img{margin:0 10px 20px 0;}
/* 大会概要　アンバサダー応援メッセージ　リード*/
p.ambmess{font-size:135%;font-weight: normal;}
/* 大会概要 タイムテーブル*/
table.stdtable{width:100%;margin:0 0 20px 0;}
table.stdtable th{padding:5px;}
table.stdtable td{padding:5px;}
table.stdtable tr:nth-child(odd) td{ background:#f1f1f1;}

table.stdtable td.indent1{padding:5px 5px 5px 0.8em;}


/* 大会概要　アンバサダー */
.ambleft{;margin:0 0 2em 0;}
.ambright{font-size:80%;line-height:100%; background:#fff;padding:0 15px;}
.ambright p{padding:0;margin:0;}
.ambright p.ambpic{text-align:center;padding:0;margin:0 0 10px 0;}

/*大会概要　協賛*/

#page_sp .sponsors_bnr{display:flex;justify-content: flex-start;align-items: center;}
#page_sp .sponsors_bnr a{margin:0 2em 1em 0;}
#page_sp .sponsors_bnr a img{width:auto;height:30px;}

@media screen and (min-width: 48em) { 
#page_sp .sponsors_bnr{display:flex;justify-content: flex-start;align-items: center;}
#page_sp .sponsors_bnr a{margin:0 2em 1em 0;}
#page_sp .sponsors_bnr a img{width:auto;height:50px;}
}

/*会場案内*/

#acc_map {display:flex;justify-content: center;flex-flow: row wrap; align-items: center;margin:2em 0 0 0;}
#acc_map .item{margin:0 1em 1em 1em;}
#acc_map .item.map01{flex-basis: 88%;}
#acc_map .item.map02{flex-basis: 88%;}
#acc_map .item.map03{flex-basis: 88%;}

#acc_map .item p.navimemo{line-height:122%;margin:1em 0 0 0;}


#acc_info {display:flex;justify-content: center;flex-flow: column; margin:0 0 3em 0;}
#acc_info .item{flex-basis: 98%;margin:1%;}

#acc_info .item h3{padding:0.5em;margin:0 0 0.5em 0;font-size:123%; background: none;border:1px solid #ccc;text-align: center;}
#acc_info .item h3:after{content:none;}



/* チーム紹介 トップ */
#team_map{position: relative;margin:2em auto;background: #e0f1f9;padding:3% 3% 6% 0;border:1px solid #ccc;border-radius:0.5em;}
#map_japan{position: relative;width:44%;  }



	#teamlist{margin:0 0 2em 0;flex-flow:row wrap;}
	#teamlist .item{flex-basis: 48%;justify-content: flex-start; align-items: center;
	font-size:80%;font-weight:700;margin:0 0 2em 0;} 



	#teamlist .item a{flex-basis: 80%; line-height: 122%;pointer-events: none;color:#000!important;}


	#teamlist .item svg{color:#c00;margin:0 0 0 0.5em; display: none; /*display: none;display: none;display: none;*/}



	#teamlist .item .flag{flex-basis: 15%;margin:0 1em 0 0;}
	#teamlist .item .flag img{border:1px solid #ccc;}
	

#teamlist.en .item{flex-basis: 48%;	font-size:60%;}





/* チーム紹介　チームページ */
.tleft{float:left;width:520px;}
.tright{float:right;width:350px;}
.tright img{width:100%;hgeight:auto;}





a.memberlist{
	display:block;
    padding:0 2em;
	margin:40px 0;
	height:48px;
    line-height:48px;
	border-radius:30px;
	display:inline-block;
	border-bottom:1px solid #ccc;
      background: #f0f0f0;
}

a.memberlist:hover{text-decoration:none; opacity:0.6;}
a.memberlist svg{font-size:180%;color:#c00;vertical-align:middle;margin:0 0.25em 0 0;}


#afterpub{padding:0.5em 2em;border-radius:2em;display:inline-block; background: #eee;}






/* 対戦カード ＆　大会順位 */
.rank{margin:0 0 1em 0;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999; display:block; vertical-align:top;}

.rank .ranktr{ border-top:1px solid #999;text-align: left;}
.rank .ranktr{display:flex;justify-content: space-between;align-items:stretch;}
.rank .ranknum{flex-basis:20%;padding:0.5em;border-right:1px solid #ccc; background:#fff3b9; display:flex;align-items: center;justify-content: center;text-align: center;}
.rank .rankname{flex-basis:80%;padding:0.5em;}


.fairp{margin:0 0 0 0;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999; text-align: left;}
.fairp .ranktr{ border-top:1px solid #999;text-align: left;}
.fairp .ranktr{display:flex;justify-content: space-between;align-items:stretch;}
.fairp .ranknum{flex-basis:20%;padding:0.5em;border-right:1px solid #ccc; background:#fff3b9; display:flex;align-items: center;justify-content: center;text-align: center;}
.fairp .rankname{flex-basis:80%;padding:0.5em;}


span.awards_cap{width:160px;display:inline-block;}


@media screen and (max-width: 48em) { 
span.awards_cap{width:100%;display:block;}  
span.awards_anything{margin:0 0 0 1em;}  
    
    
}


@media screen and (min-width: 48em) { 
/* 対戦カード ＆　大会順位 */
.rank{width:46%;margin:0 10px 20px 10px;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999; display:inline-block; vertical-align:top;}

.rank .ranktr{ border-top:1px solid #999;text-align: left;}
.rank .ranktr{display:flex;justify-content: space-between;align-items:stretch;}
.rank .ranknum{flex-basis:20%;padding:0.5em;border-right:1px solid #ccc; background:#fff3b9; display:flex;align-items: center;justify-content: center;text-align: center;}
.rank .rankname{flex-basis:80%;padding:0.5em;}


.fairp{margin:0 1.25em 3em 1.25em;border-left:1px solid #999;border-right:1px solid #999;border-bottom:1px solid #999; text-align: left;}
.fairp .ranktr{ border-top:1px solid #999;text-align: left;}
.fairp .ranktr{display:flex;justify-content: space-between;align-items:stretch;}
.fairp .ranknum{flex-basis:20%;padding:0.5em;border-right:1px solid #ccc; background:#fff3b9; display:flex;align-items: center;justify-content: center;text-align: center;}
.fairp .rankname{flex-basis:80%;padding:0.5em;}
    
    


}





/*　対戦カード　*/
.cardbox{margin:0 0 30px 0;}
.card{float:left;width:438px;margin:0 10px 10px 0;border:1px solid #999;}
.grp{ background:#eee;padding:10px 10px 10px 30px;}
.teamlabel{color:#fff; background: #063;padding:10px 10px 10px 110px;  }
.grptr{clear:both; border-top:1px solid #999;}
.grpnum{float:left;width:50px;padding:10px;border-right:1px solid #ccc; background:#ddf0f7;text-align:center;}
.tname{ display: inline-block;padding:10px 10px 10px 40px ;text-align:left;}




.match_tt{font-size:155%;font-weight:bold;padding:0.25em; background: #2ea7e0;color:#fff;margin:2em 0 1em 0;}
.round_box{display: block;margin:2em 0 0 0;}
.round_box .fbox{display:flex;justify-content: space-between;flex-flow: row wrap;}
.round_box .fbox .item{flex-basis: 49%;}



/*対戦カード　試合規定*/
table.matches{width:100%;}

table.matches th{width:40%;padding:10px;text-align:left;font-weight:normal; vertical-align:top;}

@media screen and (min-width: 48em) { 
table.matches th{width:20%;}
}


table.matches td{padding:10px;}





/* メッセージ、プロモーションムービー */
.movie {text-align:center;width:640px;margin:50px auto;}

/* メッセージ */
.msgbox{ position:relative; padding:15px 0 0 0;}
.msgbox .rb{font-size:90%;color:#e61a53;position:absolute;top:0;}

#rb-hatano{left:127px; letter-spacing:0.7em; }
#rb-gou{left:202px;}
.mac #rb-hatano{left:132px; letter-spacing:0.7em; }
.mac #rb-gou{left:205px;}

.mac.safari #rb-hatano{left:134px; letter-spacing:0.7em; }
.mac.safari #rb-gou{left:210px;}

#rb-watanabe{left:206px;}
#rb-kouta{left:269px;}

.mac #rb-watanabe{left:209px;}
.mac.safari #rb-watanabe{left:212px;}
.mac.safari #rb-kouta{left:275px;}


#eventpr{text-align:center;font-size:160%;font-weight:bold;color:#09F; text-shadow:2px 2px 2px #ccc; margin:0 0 20px 0;}

a#clickhere{width:87%;height:60px;line-height:60px;text-align:center;border-radius:30px; background:#09F;color:#fff;font-size:120%;font-weight:bold;display:inline-block;margin:0 auto;text-shadow:none; position:relative;}
a#clickhere i{ position:absolute;right:60px;top:15px;}
a#clickhere:hover{text-decoration:none;}




@media screen and ( max-width:767px) { /* ---767*/
}

/*大会報告*/
/* ページ上の各日にちへのリンク部分 */
.repoday_wrap{ background:#f8f8f8;padding:1em;}
.repoday_wrap .item{flex-basis: 49%;}
.repoday_wrap .item .repoday{margin:0 0 0.5em 0}
.repoday_wrap .item a.repoday{text-align:center; display:block;position: relative; border-radius:5px;font-size:95%;padding:5px 0;
border:1px solid #b6dffd;
background: #b6dffd;
}
.repoday_wrap .item a.repoday.current{text-align:center; display:block;position: relative; border-radius:5px;font-size:95%;padding:5px 0;
border:1px solid #f83b10;
background: #f83b10;
color:#fff;}

.repoday_wrap .item a.repoday:hover{text-decoration:none;opacity:1;border:1px solid #f83b10;
background: #f83b10;
color:#fff;}
.repoday_wrap .item a:hover{text-decoration:none;opacity:0.6;}
.repoday_wrap .item .repo_item{font-size:90%;padding: 0.5em;}

.repoday_wrap .item .repo_item a{pointer-events:none; color:#ccc;}
.repoday_wrap .item a.repoday.current + ul a{pointer-events:all; color:#094a9e;}

.repoday_wrap .item .repo_item li{padding-left: 1.1em;  text-indent: -1.1em;}
.repoday_wrap .item .repo_item li:before{content:"・";color:#ccc;}
.repoday_wrap .item a.repoday.current + .repo_item li:before{color:#094a9e;}


/*アンカーのオフセット*/
#arrival,
#freepractice,
#manager,
#opening,
#exchange,
#first,
#rally,
#first_second,
#second,
#final,
#award,
#hope,
#return
{
position: relative;
	z-index: 1;
  padding-top: 60px;
  margin-top:-60px;
}


#report {}
#report .report_wrap{position: relative;	z-index: 10;}
#report .report_wrap .item{flex-basis: 32%;margin:0 0 1em 0;}
#report p.ceremony a{text-align:center;width:32%;display:inline-block; margin:5px;}
#report p.ceremony a img{width:100%;height:auto; }
#report p.ceremony a span.teamname{display:inline-block; width:100%; margin:0.25em auto 0 0;font-size:90%;color:#000}
#report dl{margin:0 0 0.5em 0;font-size:80%; display:flex;justify-content: flex-start; flex-flow: wrap;}
#report dl dt{flex-basis:15%;margin:0 2% 0.25em 0;border:1px solid #e61a53;color:#e61a53;border-radius:0.25em;text-align: center;display:flex;justify-content: center;align-items: center;}
#report dl dd{flex-basis:80%;}
#report dl#ranking{margin:0 0 0.5em 0;font-size:80%;}
#report dl#ranking dt{flex-basis:33%;margin:0 2% 0.25em 0; background: #f97ea0;margin:0 0.25em 0.25em 0;color:#fff;border-radius:1em;text-align: center;border:none;}
#report dl#ranking dd{flex-basis:66%;}




@media screen and (min-width: 48em) { 
	
.repoday_wrap .item{flex-basis: 19%;}

	

	
/*アンカーのオフセット*/
#arrival,
#freepractice,
#manager,
#opening,
#exchange,
#first,
#rally,
#first_second,
#second,
#final,
#award,
#hope,
#return
{
  padding-top: 130px;
  margin-top:-130px;
}	
	
	
	
#report dl dt{flex-basis:7%;margin:0 1% 0.25em 0;border:1px solid #e61a53;color:#e61a53;border-radius:0.25em;text-align: center;}
#report dl dd{flex-basis:90%;}
#report dl#ranking dt{flex-basis:12%;margin:0 1% 0.25em 0;}
#report dl#ranking dd{flex-basis:85%;}
	
}






.rotate90{color:#fff000;font-weight:bold;font-size:135%;
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}


/*イベント　*/


/*イベントページ*/

.flex{display:flex; justify-content: space-between; flex-flow:column;/*align-items: flex-start;*/}
#event{}
#event h3{ background: #036eb8;border-top:none;margin:0 0 1em 0;font-size:122%;font-weight:900;color:#fff8a5;border-radius:0.5em;text-align: center;text-shadow: 1px  1px 2px #000;}
#event h3:after{content: none;}
#event h3 span.evtitle{ background: none;display:block;font-size:70%;color:#fff8a5;padding:0;font-weight:500;}
#event p{font-weight:500;}
#event p.notice{text-align: right;font-size:70%;font-weight:400;}
#event .item{border:1px solid #8ec0e3; background:#e4f4fd;padding:1em; border-radius:0.5em;margin:0 0 1.5em 0; position: relative;}
#event .item .box{position: relative;}

#event .item .box .flag{width:50px;position: absolute;top:-2%;right:-4%;}

#event .item .taiken_wrap{margin:0 0 3em 0;}
#event .item .taiken_wrap .box.leftside h4{font-size:122%;margin:0 0 0.5em 0;border:1px solid #f00;text-align: center; background: #fff;border-radius:2em;}
#event .item .taiken_wrap .box.leftside h4 span{font-size:60%;margin:0 0 0 1em;}



#event .item .taiken_wrap .box.leftside .desc{color:#000;}
#event .item .taiken_wrap .box.leftside .jikan{display:block; color:#0329b8;margin:0 0 0.5em 0;}
#event .item .taiken_wrap .box.leftside .place{display:block; color:#e61a53;margin:0 0 0.5em 0;}



.kadomaru img{border-radius:2em;}
.syusai{text-align:center;}

#event .item .box_wrap .box.leftside h4{font-size:122%;margin:0 0 0.5em 0;border:1px solid #f00;text-align: center; background: #fff;border-radius:2em;display: inline-block;padding:0 2em;}


#event .item .eventmap_wrap{}   
#event .item .eventmap_wrap .event_map{padding:5% 0;width:100%;}   
#event .item .eventmap_wrap .event_map img{width:100%;height:auto;}   



#event .item .eventmap_wrap .icon_wrap{border:2px dotted #036eb8;padding:3%;border-radius:1em;margin:0 0;}
#event .item .eventmap_wrap .icon_wrap dl{display:flex;justify-content: flex-start;align-items: center;margin:0 0 0.5em 0;}
#event .item .eventmap_wrap .icon_wrap dt{flex-basis:12%;margin:0 1em 0 0;}
#event .item .eventmap_wrap .icon_wrap dd{lex-basis:auto;font-size:90%;font-weight:700;}


#event .item .freeicon{position:absolute;top:-13px;right:0;background: #f00;width:50px;height:50px;display: flex;align-items: center;justify-content: center;border-radius:50%;   color:#fff;font-weight:bold;line-height: 122%;font-size:88%;text-align: center;
}

#event .item .freeicon.jp{font-size:60%;}





@media screen and (min-width: 48em) { 
.flex{display:flex; justify-content: space-between; align-items: flex-start;flex-flow:row wrap}	
	
#event h3{ font-size:166%;}
#event p{font-weight:500;font-size:111%;}    
#event .item{padding:1.5em; position: relative;}
#event .item .box{flex-basis:47%;position: relative;}
	
#event .item .box.leftside{flex-basis:55%;}
#event .item .box.rightside{flex-basis: 40%;}
	
#event .item .taiken_wrap{justify-content: center;margin:0 0 1em 0;align-items: flex-start}
#event .item .taiken_wrap .box.leftside{flex-basis:50%;margin:0 5% 0 0;}
#event .item .taiken_wrap .box.rightside{flex-basis: 40%;}
#event .item .taiken_wrap .box.leftside h4{font-size:144%;margin:0 0 0.5em 0;}

#event .item .box .flag{width:90px;position: absolute;top:-26%;right:-3%;}
#event .item .box .flag.en{width:90px;position: absolute;top:-31%;right:-3%;}
    
    
#event .item .box .flag.free{width:90px;position: absolute;top:-24%;right:-2%;}
	


#event .item .eventmap_wrap{}   
#event .item .eventmap_wrap .event_map{padding:5% 5%;}   

#event .item .eventmap_wrap .icon_wrap{border:2px dotted #036eb8;padding:3%;border-radius:1em;margin:0 5%;}
#event .item .eventmap_wrap .icon_wrap dl{display:flex;justify-content: flex-start;align-items: center;margin:0 0 0.5em 0;}
#event .item .eventmap_wrap .icon_wrap dt{flex-basis:7%;margin:0 2em 0 0;}
#event .item .eventmap_wrap .icon_wrap dd{lex-basis:auto;font-size:111%;font-weight:700;}
    
    
    
    #event .item .freeicon{position:absolute;top:0.25em;right:0.5em;background: #f00;width:88px;height:88px;display: flex;align-items: center;justify-content: center;border-radius:50%;   color:#fff;font-weight:bold;line-height: 122%;font-size:133%;text-align: center;
    }
    
     #event .item .freeicon.jp{font-size:100%;}   
    
    
}

#event .item .box .ramen{width:66%;margin:1em auto 0 auto;}

#clinicbg{padding:1em; background:#e9f4fc;border-radius:1em;margin:0 0 1em 0;}
.ttbox{ position: relative;display:block;margin:0 0 -1em 0;}
.ttbox .pagebox { position: relative;display:block;top:-5.25em;text-align: right;padding:0 1em 0 0;margin:0 0 3em 0;}
.ttbox .pagebox span{
    background: #f00;
    color: #fff;
    font-size: 100%;
    padding: 1px 0.5em;
    border-radius: 30px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: -3px;

}
.ttbox h3{ background: #e61f54;color:#f5e928;margin:0 0 1em 0;font-size:180%;border-radius:0.25em;}
.ttbox h3:after{content:none;}
.lessonitem{margin:0 0 2em 0; }
.eventday{color:#e61f54;font-size:300%;font-weight:800;margin:0 0 0.5em 0;border:1px solid #e61f54;padding:0.15em 0.25em;display:inline-block;vertical-align: middle;}
.eventday span{font-size:35%;}
.lessonpic{width:27%;float:right;}

span.limit{ background: #f5e928;border:1px solid #e61f54;color:#e61f54;border-radius:1em; padding: 0 1em;display: inline-block;font-size:70%;margin:0 0 0 0.5em;font-weight:400; text-indent: 0; position: relative;top:0;}

span.limit.en{background: #f5e928;border:2px solid #e61f54;color:#e61f54;border-radius:1em; padding: 0 0.5em;display: inline-block;margin:0 0 0 0.25em;font-weight:5700; text-indent: 0; position: relative;top:0;font-size:115%;}


span.limit_2{ background: #f5e928;border:2px solid #e61f54;color:#e61f54;border-radius:1em; padding: 0 0.5em;display: inline-block;margin:0 0 0 0.25em;font-weight:700; text-indent: 0; position: relative;top:0;font-size:125%;}


p.cliniccopy{font-size:120%;font-weight: bold;margin:1em 0 1em 2.5em;}
p.clinicp{margin:1em 0 1em 3em;}

.lessonitem dl{margin:0 0 3em 3em; }
.lessonitem dt{display:inline-block;vertical-align: top;width:3em;text-align: center; background: #5595c9;color:#fff;font-size:80%;border-radius:0.25em;margin:0 0.5em 0 0;}
.lessonitem dd{display:inline-block;vertical-align: top;width:65%;font-size:90%; position: relative;top:-0.1em;}

.lessonitem.en dt{display:inline-block;vertical-align: top;width:6em;text-align: center; background: #5595c9;color:#fff;font-size:80%;border-radius:0.25em;margin:0 0.5em 0 0;}
.lessonitem.en dd{display:inline-block;vertical-align: top;width:60%;font-size:90%; position: relative;top:-0.1em;}


.eventttbox{display: inline-block; vertical-align: middle;margin:0 0 0 0.25em;}
.notice2{line-height:125%;margin:0.5em 0 0 0.75em;font-size:90%;color:#f00;}



.lessonitem .notice{position: relative;top:-1.5em;margin:0 0 -1.5em 0}



/*お申し込みはこちら*/
#clinicbg #entrybtnbox{ position:relative;margin:-4.6em 5em 2em 0;text-align:right;}
#clinicbg #entrybtnbox a.entrybtn{display:inline-block;width:50%;margin:0 auto; height:40px;line-height:40px; border-radius:50px; background:#f00; box-shadow:0 1px 3px #666;

background-image: linear-gradient(
-45deg,
#f06 25%,
#f36 25%, #f36 50%,
#f06 50%, #f06 75%,
#f36 75%, #f36
);
/* 幅8px、高さ8pxで背景画像のサイズを指定 */
background-size: 8px 8px;
}

#clinicbg #entrybtnbox a.entrybtn span{display: block;width:98%;border:5px solid #ff6; height:30px;line-height:30px;text-align:center; font-weight:bold;color:#fff;font-size:135%;border-radius:60px; position:relative;}
#clinicbg #entrybtnbox a.entrybtn:hover{text-decoration:none;}
#clinicbg #entrybtnbox a.entrybtn svg{ position: relative;top:0.075em;}


/* イベント　お申し込み方法 */
#postcardbox{margin:0 0 0 0;text-align:center;}
#postcardbox .postcardleft{text-align:left;width:380px;float:left;}
#postcardbox .postcardright{width:462px;float:right;}
.postcard{width:460px;display: inline-block;margin:0;text-align:center;}
.postcard img{border:1px solid #ccc;}

/* イベント　WEBからのお申し込みはこちら　のボタン 英語 */
.entrybtnboxen{ margin:0.5em 0 0 0;}
.entrybtnboxen a.btn{display:inline-block;padding:0 40px;margin:30px auto 0 auto; height:35px;line-height:35px; border-radius:30px;text-align:center; background:#e61a53;color:#fff;}
.entrybtnboxen a.btn:hover{text-decoration:none;}

/*イベント　体験共通*/
.taiken{ border-radius:1em;padding:20px;margin:0 0 1em 0; overflow:hidden; position:relative;z-index:0;}

.taiken .taikencopy{font-size:160%; margin:0 0 0 0;display:block; font-weight: bold;}
.taiken  > div{display:inline-block;  vertical-align:top; position:relative;z-index:100;}
.taiken .taikenleft{width:15%;margin:0 2% 0 0; text-align:center; }
.taiken .taikenright{width:80%;}
.taiken .taikenday{font-size:300%;display:block;margin:0; font-weight: bold;}
.taiken .leftnotice{margin:1em 0 0 0;  background: #f00;border-radius:0.5em;padding:0.25em;border:1px solid #fff;}
.taiken .taikenyoubi{font-size:110%;display:inline-block;margin:0; font-weight: bold;}
.taiken .taikentt{font-size:200%;line-height:120%;padding:10px 0 0 0;margin:0 0 15px 0; font-weight: bold;}
.taiken .taikentime{font-size:150%;font-weight: bold;margin:0 0 0 0;}
.taiken .taikenplace{font-size:150%;font-weight: bold;margin:0 0 10px 0;}


/*時間・場所*/
.taiken span.kakoi{display:inline-block;margin:0 0.5em 0 0;font-size:77%; background:#fff;border-radius:6px;padding:0 0.5em;line-height:135%;font-weight:normal; color:#000; position:relative;top:-3px;}
.taiken span.kakoiens{display:inline-block;margin:0 0.5em 0 0;font-size:77%; background:#fff;border-radius:6px;padding:0 0.5em;line-height:135%;font-weight:normal; color:#000; position:relative;top:-3px;text-align:center;width:3.5em;}
.taiken span.kakoien{display:inline-block;margin:0 0.5em 0 0;font-size:77%; background:#fff;border-radius:6px;text-align:center;width:80px;line-height:135%;font-weight:normal; color:#000; position:relative;top:-3px;}


/*スポーツパーク*/
#sportspark {padding:2em; background:#fdfad4;border-radius:1em;margin:0 0 1em 0;border:5px solid #fff100;}
#sportspark h3{ background: none;border:none;margin:0 0 0.5em 0;font-size:180%;text-align: center;}
#sportspark h3:after{content:none;}
#sportspark h3 span.subtt{display:block;width:40%;margin:auto;}
#sportspark h3 span.tt{display:block;width:60%;margin:auto;}
#sportspark .info{display:block;font-size:150%;font-weight:700;text-align: center;margin:0 0 2em 0;}
#sportspark .info.left{display:block;font-size:150%;font-weight:700;text-align: left;margin:0 0 1em 0;}
#sportspark .info.en{font-size:135%;}
#sportspark .info span{ background: #043c8c;color:#fff;border-radius:0.25em;font-size:80%;padding:0 0.5em;font-weight:300;margin:0 0.25em 0 0;}
#sportspark .eventtt{font-size:250%;font-weight:900;display:inline-block;margin:0 0 0.5em 0.25em;color:#043c8c; vertical-align: middle;line-height:115%;}
#sportspark .eventtt.en{font-size:180%;font-weight:900;display:inline-block;margin:0 0 0.5em 0.25em;color:#043c8c; vertical-align: middle;line-height:115%;}
#sportspark .itemwrap{display: flex;justify-content:space-between;}
#sportspark .itemwrap .item{flex-basis:31% ;}
#sportspark h4{color:#043c8c;font-size:150%;}
#sportspark .itemwrap .itempic{margin:0 0 0.25em 0;}
#sportspark p{line-height:140%;}
#sportspark .ewrap{ position: relative;margin:1em 0 2em 0;}
#sportspark .ecopy{font-size:170%;font-weight:900;margin:0 0 0.5em 0;}
#sportspark #ishida{width:18%; float:right;margin:0 0 1em 2em;border-radius:100%; overflow: hidden;}
#sportspark .centerpic{width:75%;margin:auto;}


/*イベント　東北“ごっつぉ”まつり */
#touhoku .taiken { background:#f9ee69;color:#000;}
#touhoku .taikenday,
#touhoku .taikenyoubi{color:#e61958;}
#touhoku .taikentt{color:#e61958;text-shadow: 2px 2px 0 #fff;}

/*イベント　ブラインドサッカーをみんなで体感しよう！ */
#soccer .taiken { background:#e3007f;color:#fff;}
#soccer .taikenday,
#soccer .taikenyoubi{color:#fff000;}
#soccer .taikentt{color:#fff000;text-shadow: 2px 2px 0 #920353;}

/*ブラインドサッカー体験*/
#soccertaiken { background:rgba(255,255,255, 0.1);border-radius:1em;padding:1em;margin:1em 0 0 0;}
#soccertaikentt{font-size:135%;font-weight:bold;margin:0 0 0.25em 0;}
#soccertaiken p{margin:0;}

/*ルビ*/
span.rubibox{display:inline-block;position: relative;}
span.rubibox span.ishida{font-size:50%;position: absolute;width:8em;top:-1em;left:0.2em;letter-spacing:0.2em;margin:auto;font-weight:200;}


/*-----------------------------------------------------------------------------*/
/*来場者プレゼント*/
.flexbox{
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
justify-content: space-between;
align-items: stretch;
margin:0 auto 0; position: relative;}
.flexbox > div {flex-basis: 50%; flex-grow:1 ;margin-left:0.25em;margin-bottom:5px;}
.flexbox > div:first-child {flex-basis: 50%; flex-grow:1 ;margin-left:0;}
#present .taiken { background:#e61553;padding:0.5em;color:#fff;}
#present .taikentt{color:#fff000;text-shadow: 2px 2px 0 #920353;font-size:160%;margin:0 0 5px 0;}
#present .flexbox .taiken .taikenleft{width:25%;margin:3px 2% 0 0; text-align:center; }
#present .flexbox .taiken .taikenright{width:71%;}
#present .taiken .taikenday{font-size:180%;display:block;margin:0; font-weight: bold;color:#fff000;}
#present .taiken .taikenyoubi{color:#fff000;font-size:85%;}
#present .taiken .taikentime{font-size:95%;font-weight: bold;margin:0 0 0.5em 0;  }
#present .taiken .taikentime span.kakko{font-size:80%;font-weight: normal;margin:0 0 0.5em 0; position: relative;left:1em;}
#present .taiken .taikentimeen span.kakkoen{font-size:90%;font-weight: normal;margin:0 0 0.5em 0; position: relative;left:4.5em;}
#present .taiken .taikentimeen{font-size:88%;font-weight: bold;margin:0 0 0.5em 0;     }
#present .taiken .taikenplace{font-size:100%;font-weight: bold;margin:0 0 10px 0;}
#present .taiken .itemq{font-size:100%;padding:0.1em 0.5em;border-radius:2em; background: #fff000;color:#e61553;text-align: center;display:inline-block;margin:0 0 0.5em 0;}


/*お申し込みフォームの冒頭にメールの受信設定*/
#jyushinsettei{border:1px solid #F00;padding:1em;margin:0 0 1.5em 0;color:#c00;}
/*お申し込みフォームの個人情報*/
#kojinj_box{font-size:90%;border:1px solid #ccc;padding:2em;margin:0 0 1em 0;font-weight:300; }
#kojinj_box ol{margin:0 0 0 1em;padding:0; list-style: decimal;}
#kojinj_box ol li{margin: 0 0 0.5em 0}
#kojinj_cf{margin:0 0 1em 0;}
/*イベントページのの個人情報「*/
#kojinj_box_ev{font-size:85%;border:1px solid #ccc;padding:1em;margin:2em 0 0 0;font-weight:300; }
#kojinj_box_ev ol{margin:0 0 0 1em;padding:0; list-style: decimal;}
#kojinj_box_ev ol li{margin: 0 0 0.5em 0}


/*-----------------------------------------------------------------------------*/



/*  丸囲い  */
/* 見出し部分 */
h4.maruA {clear:both;
	color: #003d8b;
	font-weight: 800;
	font-size: 160%;
	margin:0 0 1em 0;	
	position: relative;
    padding:0;
        padding-left: 1em;
    text-indent: -1em;

}

h4.maruA:before{
	content: 'A';
	color:#fff;
	font-size:110%;
    padding: 0 0.45em 0.1em 0.45em;
	z-index:100;
    background: #003d8b;
    border-radius: 100%; 
    line-height:90%;
    margin:0 0.25em 0 0;
    
}



h4.maruB {clear:both;
	color: #003d8b;
	font-weight: 800;
	font-size: 160%;
	margin:0 0 1em 0;	
	position: relative;
    padding:0;
        padding-left: 1em;
    text-indent: -1em;
}

h4.maruB:before{
	content: 'B';
	color:#fff;
	font-size:110%;
    padding: 0 0.45em 0.1em 0.45em;
	z-index:100;
    background: #003d8b;
    border-radius: 100%; 
    line-height:90%;
    margin:0 0.25em 0 0;
}

h4.maruC {clear:both;
	color: #003d8b;
	font-weight: 800;
	font-size: 160%;
	margin:0 0 1em 0;	
	position: relative;
    padding:0;
        padding-left: 2em;
    text-indent: -2em;
}

h4.maruC:before{
	content: 'C';
	color:#fff;
	font-size:110%;
    padding: 0 0.45em 0.1em 0.45em;
	z-index:100;
    background: #003d8b;
    border-radius: 100%; 
    line-height:90%;
    margin:0 0.25em 0 0;
}


h4.maru_n {clear:both;
	color: #003d8b;
	font-weight: 800;
	font-size: 160%;
	margin:0;	
	position: relative;
    padding:0;

}

h4.maru_n:before{
	content: none;

}

h4.maru_n.en {line-height:120%;


}








/* テキスト部分 */
.maruAt {margin:0;position: relative;padding: 0; font-size:90%;}
.maruAt:before{
	content: 'A';
	color:#fff;
	font-size:110%;
    padding: 0 0.45em 0.1em 0.45em;
	z-index:100;
    background: #003d8b;
    border-radius: 100%; 
    line-height:90%;
    margin:0 0.25em 0 0;
}



.maruBt{margin:0;position: relative;padding: 0; font-size:90%;}
.maruBt:before{
	content: 'B';
	color:#fff;
	font-size:110%;
    padding: 0 0.45em 0.1em 0.45em;
	z-index:100;
    background: #003d8b;
    border-radius: 100%; 
    line-height:90%;
    margin:0 0.25em 0 0;
}

.maruCt{margin:0;position: relative;padding: 0; font-size:90%;}
.maruCt:before{
	content: 'C';
	color:#fff;
	font-size:110%;
    padding: 0 0.45em 0.1em 0.45em;
	z-index:100;
    background: #003d8b;
    border-radius: 100%; 
    line-height:90%;
    margin:0 0.25em 0 0;
}

/*テキスト　リスト内　*/
li .maruAt:before{
	content: 'A';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 6px;
	left: 4px;
	z-index:100;
}

/* テキスト部分  フォーム　label */
td label .maruAt:before{
	content: 'A';
	color:#fff;
	font-size:100%;
	position: absolute;
	top:10px;
	left: 4px;
	z-index:100;
}


td label .maruAt:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}


td label .maruBt:before{
	content: 'B';
	color:#fff;
	font-size:100%;
	position: absolute;
	top: 10px;
	left: 4px;
	z-index:100;
}


td label .maruBt:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}

/* テキスト部分 td th  */
.maruAtf {clear:both;
	margin:0 0 10px 5px;	
	position: relative;
	padding: .5em .5em .5em 1.5em;
}


.maruAtf:before{
	content: 'A';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 10px;
	left: 4px;
	z-index:100;
}


.maruAtf:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}


.maruBtf {clear:both;
	margin:0 0 10px 5px;	
	position: relative;
	padding: .5em .5em .5em 1.5em;
}


.maruBtf:before{
	content: 'B';
	color:#fff;
	font-size:95%;
	position: absolute;
	top: 10px;
	left: 4px;
	z-index:100;
}


.maruBtf:after{
	content: '';
	color:#fff;
	position: absolute;
	top: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #000;
	border-radius: 100%;
	z-index:1;
}



ul.std{margin:0 0 0 20px;}
ul.std li{margin:0 0 15px 0; position:relative;}
ul.std li:before{
	display: block;
	content: '\203B';
	position: absolute;
	left: -1em;
	color:#e61a53;
	font-weight:bold;
	font-size:95%;
}


ul.dot li{margin:0 0 0.5em 0; padding-left: 1.1em;   text-indent: -1.1em;}
ul.dot li:before{
	content: '\30fb';

}






/* サイトマップ */
.sitemapleft{float:left;width:400px;margin:0 0 0 60px; font-size:120%;}
.sitemapright{float:left;width:400px;font-size:120%;}
.sitemapright .tlistleft{font-size:90%;}
.sitemapright .tlistleft a{display:block; padding-left: 2.1em;    text-indent: -2.1em;  }
.sitemapright .tlistleft a img{ position:relative;top:3px;margin:0 5px 0 0;}
.sitemapright .tlistleft br{display:none;}


.sitemapright #teamlist{font-size:80%;border:none;margin:0;}
.sitemapright.en #teamlist{font-size:75%;border:none;margin:0;}
.sitemapright.en #teamlist a{display: block;border:1px solid #000;}









ul.sitemap{}
ul.sitemap li{margin:0 0 15px 0; position:relative; }
ul.sitemap li:before{
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 10px;
	height: 2px;
	background-color: #ca0306;	
}

/*お申し込みフォーム*/
.label, .badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: normal;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
}

.label-important, .badge-important {background-color: #b94a48;}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(top,#08c,#04c);
    background-image: -o-linear-gradient(top,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding:15px 60px;
	font-size:120%;
	margin:0 auto;display:inline-block;
}




/* HISTORY */
/* インデックス */
ul.historyindex{margin:0;list-style:none;display: flex;justify-content: space-between;flex-flow:wrap;}
ul.historyindex li{flex-basis:44%; margin:5px 5px;text-align:center;font-size:180%; color:#007cc8;font-weight:bold; border:5px solid #e2eaec; background:#e2eaec;text-shadow:0 2px 0 #ccc;
}
ul.historyindex img{box-shadow:0 2px 5px #999;margin:0 0 5px 0;width:100%;height:auto;}
ul.historyindex li a{display: block;}
ul.historyindex li a:hover{text-decoration:none;}


p.datacap{font-size:110%;border-left:5px solid #c00;padding:0 0 0 10px;}
table.historyranking td{padding:5px;}
#result_table_2008{width:800px;}
/* result2008 */
table#result_table_2008 td .table_01 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	font-size: 100%;
	margin-left: 70px;
	margin-bottom: 10px;
	
}
table#result_table_2008 td .table_01 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2008 td .table_01 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
}
table#result_table_2008 td .td_score {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
table#result_table_2008 td .td_yellow {
	font-weight: bold;
	background-color: #FFCC33;
}

table#result_table_2008 td .table_02 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 500px;
	margin-left: 70px;
	margin-bottom: 10px;
	
}
table#result_table_2008 td .table_02 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	font-size: 100%;
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2008 td .table_02 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
}
table#result_table_2008 td .table_03 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 500px;
	font-size: 80%;
	margin-left: 70px;
	margin-bottom: 10px;
	
}
table#result_table_2008 td .table_03 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 3px;
	background-color: #99CCFF;
	width: 20px;
}
table#result_table_2008 td .table_03 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	line-height: 2em;
}
table#result_table_2008 td .table_03_team {
	background-color: #FFCC33;
	width: 50px;
}
table#result_table_2009{
	width:100%;
}
table#result_table_2009 td{
	white-space:nowrap;
}
table#result_table_2009 td table{
	margin-left:50px;
}
table#result_table_2009 td .table_01 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	font-size: 100%;
	margin-left: 75px;
	margin-bottom: 10px;
}
table#result_table_2009 td .table_01 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2009 td .table_01 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
table#result_table_2009 td .td_score {
	font-size: 80%;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
}
table#result_table_2009 td .td_yellow {
	background-color: #FFCC33;
}
table#result_table_2009 td .rank {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.1em;
}
table#result_table_2009 td .table_02 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	margin-left: 75px;
	margin-bottom: 10px;	
}
table#result_table_2009 td .table_02 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;

	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	font-size: 100%;
	padding: 3px;
	background-color: #99CCFF;
	width: 35px;
}
table#result_table_2009 td .table_02 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 30px;
}
table#result_table_2009 td .table_03 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 500px;
	font-size: 80%;
	margin-left: 70px;
	margin-bottom: 10px;
}
table#result_table_2009 td .table_03 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 3px;
	background-color: #99CCFF;
	width: 20px;
}
table#result_table_2009 td .table_03 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	line-height: 2em;
}
table#result_table_2009 td .table_03_team {
	background-color: #FFCC33;
	width: 50px;
}

.table_01,.table_02{margin:0 0 30px 0;}
.table_04{margin:0 0 50px 0;}




table#result_table_2009 td .table_04 table {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	width: 450px;
	font-size: 100%;
	margin-left: 70px;
	margin-bottom: 10px;
}
table#result_table_2009 td .table_04 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 0px 3px;
	background-color: #99CCFF;
	font-size: 80%;
	line-height: 1.2em;
}
table#result_table_2009 td .table_04 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding: 0px 3px;
	text-align: center;
	vertical-align: middle;
	/*font-weight: bold;*/
	line-height: 2em;
}
table#result_table_2010{
	width:100%;
}
table#result_table_2010 td {
	margin-top:15px;
}
table#result_table_2010 td table{
	min-width:600px;
}
table#result_table_2010 td h4 {
	margin-bottom:15px;
}
table#result_table_2010 td p.BtnPageTop {
	padding:0 0 15px 0;
}
table#result_table_2010 td .rule {
	width:570px;
	margin:0 0 20px 20px;
}
table#result_table_2010 td .rule p {
	margin-left:5px;
}
table#result_table_2010 td .rule p.number {
	text-indent:-2em;
	padding-left:2em;
}
table#result_table_2010 td .rule p.add {
	margin-left:2.4em;
}
table#result_table_2010 td .rule ul {
	padding-left:2em;
	margin:5px 0 5px 10px;
}
table#result_table_2010 td .rule ul li ul {
	margin: 0 0 0 10px;
}
table#result_table_2010 td .rule ul li ul li {
	text-indent:0;
	margin-left:5px;
}
table#result_table_2010 td .rule dl {
	margin-top:7px;
}
table#result_table_2010 td .rule dt {
	float:left;
	line-height:1.4em;
	padding-left:5px;
	margin-bottom:10px;
}
table#result_table_2010 td .rule dd {
	line-height:1.4em;
	padding-left:7em;
	margin-bottom:10px;
}
table#result_table_2010 td table {
	border-collapse:collapse;
	font-size:1em;
	line-height:1.7em;
	width:588px;
	margin:0 auto 25px auto;
}
/* safari only \*/
html:\66irst-child table#result_table_2010 td table {
	font-size:0.9em;
}
table#result_table_2010 td table th,
table#result_table_2010 td table td{
	border:#666666 1px solid;
	text-align:center;
	white-space:nowrap;
}
table#result_table_2010 td table th {
	background-color:#CACACA;
}
table#result_table_2010 td table td span {
	font-weight:normal;
}
table#result_table_2010 td table td.TeamName {
	background-color:#BFEFB5;
}
table#result_table_2010 td table td.GameName {
	background-color:#94ee80;
	font-weight:bold;
}
table#result_table_2010 td table td.Blanker {
	background-color:#CCCCCC;
}
table#result_table_2010 td table td.line01 {
	background-color:#dff7da;
}
table#result_table_2010 td table td.scorebold01 {
	background-color:#dff7da;
	font-weight:bold;
}
table#result_table_2010 td table td.scorebold02 {
	background-color:#ffffff;
	font-weight:bold;
}
table#result_table_2010 td table td.score01 {
	background-color:#dff7da;
}
table#result_table_2010 td table td.score02 {
	background-color:#ffffff;
}

/* 2012 */
table#result_table_2012{
	width:100%; 
}
table#result_table_2012 td table th,
table#result_table_2012 td table td{
	white-space:nowrap;
}
table#result_table_2012 td #game table.result {
	width:90%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin:0 0 30px 50px;
}
table#result_table_2012 td #game table.result th{
	padding:0;
	background:#063;
	color:#fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
table#result_table_2012 td #game table.result td{
	padding:0;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align: middle;
}
/* セルのカラー設定 */
table#result_table_2012 td #game .brw-st{ background:#f0c177;font-weight:bold;}
table#result_table_2012 td #game .brw-md{ background:#f9eabb;}
table#result_table_2012 td #game .brw-lt{ background:#fdf7d1;}
table#result_table_2012 td #game .gry{background:#999;}
table#result_table_2012 td #game .grn063{background:#063;}

/* フォントサイズ14px */
table#result_table_2012 td #game .f14{font-size:14px;font-weight:bold;}


/* 2013 */
#result_table{
	width:100%;
}
#result_table table th,
#result_table table td{
	white-space:nowrap;
}

/* 試合スケジュール、試合結果のテーブル設定   */


#result_table #game .table_wrap{
  display: block;
  overflow-x:hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 48em) { 
#result_table #game .table_wrap{
  overflow-x: scroll;

}
}

#result_table #game table.result {
	width:98%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	margin:0 0 1px 2%;
	font-size:90%;
	

	
}
#result_table #game table.result th{
	padding:0;
	background:#063;
	color:#fff;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	line-height:120%;
}

#result_table #game table.result th.team_name{
width:35%;
}

@media screen and (max-width: 48em) { 
#result_table #game table.result th.team_name{
width:inherit;
}
}




#result_table #game table.result td{
	padding:5px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:center;
	vertical-align: middle;
}
/* セルのカラー設定 */
#result_table #game .brw-st{ background:#f0c177;font-weight:bold;}
#result_table #game .brw-md{ background:#f9eabb;}
#result_table #game .brw-lt{ background:#fdf7d1;}
#result_table #game .gry{background:#999;}
#result_table #game .grn063{background:#063;}

/* フォントサイズ14px */
#result_table #game .f14{font-size:22px;font-weight:bold;}


#result_table th.place{font-size:135%;font-weight:normal;}



#result_table #game table.result td.left{text-align: left;color:#063;font-weight:bold;}
#result_table #game table.result td.kettei_3rd{text-align: left;color:#e61a53;font-weight:bold; background: #fadfe6;}



/*
フッター
------------------------------------------------------------------------------------ */

#footerbg {
	/*background: #00913e;
	border-top: 2px solid #e90101;*/
	padding : 0 1em;
}
#footer {
	clear: both;
	margin : 0 auto;
	text-align : center;
}
/*　コピーライト　 copyright */
#footer .footbtm {
	clear: both;
	padding: 0 0 5em 0;
}
#footer .footl {
	color: #eee;

	font-size: 90%;
}
#footer p.footr {
	color: #eee;
	float: right;
	text-indent: 15px !important;
	font-size: 90%;
}
#footer p.footr a {
	color: #eee;
	text-decoration: underline;
}

#footer p.contact_text{margin:1.25em 0 0.5em 0;font-weight:700;color:#fff;font-size:90%; }
#footer p.contact_text span{display:block;font-size:111%;}}


.broadcast{position: fixed;width:88%;bottom:0;left:0;right:0;margin:auto;z-index:99999; }
.broadcast a{background: #f00;color:#fff;display: block;padding:0.5em;font-size:88%;font-weight:700;border-radius:0.5em 0.5em 0 0;}
.broadcast a:hover{text-decoration:none;}
.broadcast a:before{content:"▲";transform:rotate(90deg);display: inline-block;margin:0 0.25em 0 0;}


@media screen and (min-width: 48em) { 
#footer p.contact_text{margin:1.25em 0 0.5em 0;font-weight:700;color:#fff;font-size:122%; }
#footer p.contact_text span{display:inline-block; vertical-align: top;}	
	#footer p.contact_text span.name{text-align: left;}	
    
    
.broadcast{position: fixed;width:44%;bottom:0;left:0;right:0;margin:auto;z-index:99999; }
.broadcast a{background: #f00;color:#fff;display: block;padding:0.5em;font-size:155%;font-weight:700;border-radius:0.5em 0.5em 0 0;}
.broadcast a:hover{text-decoration:none;}
.broadcast a:before{content:"▲";transform:rotate(90deg);display: inline-block;margin:0 0.25em 0 0;}
    
    
    
    
}

	#live_relay {margin:0 1em 0.5em 1em;z-index: 99;position: relative;}
	#live_relay a{border:2px solid #fff;display:block;  color:#fff100; padding:0.5em;font-size:133%;font-weight:700;


        
background: #000;
/*
box-shadow: 0 1px 15px #fff;        
        
background: -moz-linear-gradient(-45deg,  #0b1431 0%, #0d3771 44%, #0d3771 53%, #083a77 57%, #3fbde5 72%, #083a77 87%, #0b1431 100%);
background: -webkit-linear-gradient(-45deg,  #0b1431 0%,#0d3771 44%,#0d3771 53%,#083a77 57%,#3fbde5 72%,#083a77 87%,#0b1431 100%);
background: linear-gradient(135deg,  #0b1431 0%,#0d3771 44%,#0d3771 53%,#083a77 57%,#3fbde5 72%,#083a77 87%,#0b1431 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b1431', endColorstr='#0b1431',GradientType=1 );
*/
        

display: flex;align-items: center;line-height: 1;justify-content: center;

} 

#live_relay a .logo_text_youtube{flex-basis:28%;margin:0 0.5em 0 0 ;}    
#live_relay a i{color:#f00;font-size:122%;margin:0 0.5em 0 0;}
#live_relay a.en{font-size:133%;padding:1em;} 
#live_relay a svg{margin:0 0.5em 0 0;font-size:133%;color:#f00;position: relative;top:0.1em;}


#live_relay a:hover{text-decoration: none;opacity: 0.5;}


/*チーム写真*/	
	
	#teamphoto{}
	#teamphoto.flex {display: flex;justify-content: space-between;}
	#teamphoto.flex .item{flex-basis:100%;margin:0 0 2em 0;text-align: center;}
	#teamphoto.flex .item span{display:block;text-align:  center; font-weight:700;}
	




/*　Media Query 　-------------------------------------------------------------------------------------------------------------------------------------------------- */

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

.sp{display:none;}
.pc{display:block;}
span.spbr{display:inline-block;}

/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index:500;
}
.pagetop a {
	display: block;
	color:#b0dcf1; 
	font-size:400%;
	text-shadow:0 1px 1px #000
	
}
	
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display: none;

    position: absolute;
    z-index: 3;
    right: 1em;
    top: 0.5em;
    width: 90px;
    height: 90px;
    cursor: pointer;
    text-align: center;
    background: #00A29A;
    border-radius: 50%;

  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 64px;
    height: 3px;
    left: 13px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 25px;
  }
  .hamburger span:nth-child(2) {
    top: 35px;
  }
  .hamburger span:nth-child(3) {
    top: 45px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 41px;
    left: 13px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 41px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger .menu_text {
    position: absolute;
    bottom: 18px;
    width: 66%;
    margin: auto;
    left: 0;
    right: 0;
  }
  .hamburger.active .menu_text {
    display: none;
  }
  /* メニュー背景　*/
  nav.globalMenuSp {
	 display:block;
	  opacity: 1;
    position: relative;
    z-index: 2;
    top: 48px;
    left: 0;
    color: #fff;
/*    background: rgba(255, 255, 255, 0.9);*/

    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover {}
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none;
    font-size: 100%;
    font-weight: 500;
  }
	
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateY(0%);
  }
	
	
	
	
/*
グローバルnavi
------------------------------------------------------------------------------------ */
#navibg {
	margin: 0 auto 1px auto;
	padding:0.3em 0;
	height: 40px;
	position:relative;
	z-index:50;
	font-size:90%;
 
}
#navi {
	
	margin: 0 auto;
	color: #fff;
	position:relative;
	z-index:100;

	
}
#navi ul {
	list-style: none;
	margin: auto ;
	display:flex;
    justify-content: center;
	
    flex-flow: row nowrap;
width:75vw;
}
    
    
    
    
    
    
#navi li {

	font-weight:bold;
	 position:relative;
    
	flex-basis:15%;
}


#navi li:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #cae7fe transparent;
	position:absolute;
	top:2px;
	left:1px;
	
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	
	}



#navi li a {
	margin: 0;
	padding: 8px 0;
	text-align: center;
	color: #fff;
	background: #3c94d9;
	display: block;
	border-left: 1px solid #b6ddf1;
	border-top: 1px solid #b6ddf1;
}

#navi li.multi a {
	font-size:95%;line-height: 104%;
	    padding: 4px 8px;
	
}

	#navi li a span{font-size:95%;line-height: 111%;}
	#navi li a span br{display:block;}
	
	
#navi ul li:first-child a.current {	background: #3c94d9;	text-decoration: none;}

#navi li a.current ,
#toppage #navi li:first-child a
{	background: #e21010;	text-decoration: none;}

#navi li a:hover ,#navi ul li:first-child a.current:hover{
	background: #e21010;
	text-decoration: none;
}






@media screen and (max-width: 35em) {/* 〜560px*/
#navi li#pc{display:none;}	
#navi li#mb{display:block;}	
}
@media screen and (min-width: 35.1em) {/* 560px〜*/
#navi li#pc{display:block;}	
#navi li#mb{display:none;}	
}
	
	
/*英語ページ*/
#navien {
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	position:relative;
	z-index:100;
}
#navien ul {
	list-style: none;
	margin: 0 0 0 160px;
}
#navien li {
	float: left;
	margin: 0 1px 0 0;
	font-weight:bold;
	 background:#fff;
 	 position:relative;
}


#navien li:before{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #cae7fe transparent;
	position:absolute;
	top:1px;
	left:-1px;
	
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	
	}





#navien li a {
	margin: 0;
	padding: 8px 9px;

	text-align: center;
	color: #fff;
	background: #3c94d9;
	display: block;
	/*border-radius: 4px;*/
	
	border-left: 1px solid #b6ddf1;
	border-top: 1px solid #b6ddf1;
}
#navien li a:hover {
	background: #f00;
	text-decoration: none;
}	
	
	
	
	
	
	

/*
header
------------------------------------------------------------------------------------ */
#header {
	text-align: left;
	margin: 0 auto;
    position: fixed;
    width:100%;
    height:84px;
    z-index:999;
    background: #0f1c6f;
    top:0;
}
/*
headline
------------------------------------------------------------------------------------ */
#headlinebg {

	text-align: center;
	
	height: 36px;
	position:relative;
	z-index:100;
	margin:auto;
}
#headline {padding:0.25em;

}
    
#headline .headlinetext {
	flex-basis: 30%;
	color: #fff;
	margin:0 0 0 120px;
font-size:111%;

} 
    
 #headline .headlinetext.en {
	flex-basis: 30%;
	color: #fff;
	margin:0 0 0 120px;
font-size:1.7vw;

}   
    
 @media screen and (min-width: 910px) {
#headline .headlinetext {
    font-size:125%;

} 
}  
 @media screen and (min-width: 910px) {
#headline .headlinetext.en {
    font-size:111%;

} 
}  
    
    
 @media screen and (min-width: 1080px) {
#headline .headlinetext {
    font-size:144%;

} 
}     
    
  @media screen and (min-width: 1080px) {
#headline .headlinetext.en {
    font-size:144%;

} 
}    
#headline .header_right {flex-basis: 50%;display: flex;justify-content: flex-end;align-items: center;}   
    

    
    
    
    
    
#headline #headline-lang {


	text-align: right;
	color: #fff;
}
#headline #headline-lang a {
	color: #fff;
}
#headline #headline-lang a:hover {
	opacity: 0.6;
}
#header #emblem {
	position: absolute;
	width: 80px;
	display: block;
	top: 4px;
	margin: 0 0 -30px 0;
	text-align:center;
	z-index:300;
}


#header #emblem a:hover {
	opacity: 1;
}



    .header_icon {display:flex;justify-content: flex-end;margin:0 0 0 0;padding:0;}	
    .header_icon.sp {display:none;}	
    
    
    .header_icon a{margin:0 0.5em;}	
    .header_icon a img{width:auto;height:25px;}	

	
	
/*
wrapper
------------------------------------------------------------------------------------ */
.wrap {
	max-width: 1000px;
	margin: 0 auto;
	text-align : left;
	padding:0 0 0 0;
	position:relative;
		z-index:20;

	
}
.wrapsub {
	width: 900px;
	background: #fff;
	margin: 87px auto 0 auto;
	text-align : left;
	padding:10px 50px 50px 50px;
	border-radius:0 0 0.5em 0.5em;
box-shadow:0 1px 300px #0195c9;

}

	
/*トップ
------------------------------------------------------------------------------------ */
#toppage{margin:0 0 84px 0;} 
#mainimagebg {

	display: block;
    position: relative;
/*	top:48px;*/
	z-index: 1;
    margin:0 0 0.5em 0;
	
}
#mainimage {
	width: 1000px;
	margin: 0 auto 0.5em auto;
	background: #000;
	box-shadow:0 0 300px #0195c9;
	position:relative;
	z-index:10;
}
#mainimage #logotext{ position:absolute;top:55px;left:23px;width:120px;display: block;}
#mainimage #logotext img{max-width:100%;height:auto;}	
	
   
    
    
    
    
.slide_wrap{width:75vw;margin:84px auto 1em auto;}     
.swiper-container{width:100%;height:45vw;margin:auto;position: relative;}

    
    
@media screen and (max-width: 1440px) {
.slide_wrap{width:1000px;}    
.swiper-container{height:600px;}         
}  
    
@media screen and (max-width: 1000px) {
.slide_wrap{width:100%;}  
.swiper-container{width:100%;overflow: hidden;height:60vw;margin:auto;position: relative;}      
}    
    
    
#toppage .logotext{margin:0.5em 0 0 0;display: block;}
	
	
	
#bnr_rally{ width: 1000px;  margin: 0 auto 1em auto;
    color: #fff; position: relative;z-index:100;}	
	
#midbox .snsbtn .snshere{font-size:133%; text-align: right;}
#midbox .snsbtn .snshere br{display:none;}
#midbox .snsbtn .snshere:after{content:"\25B2"; 
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
display:inline-block;
margin:0 0 0 0.5em;
}

	
	
#midbox .snsbtn a.insta{width:51px;margin:0 5px;}
#midbox .snsbtn a.x{font-size:333%;margin:0 5px;color:#000;}
#midbox .snsbtn a.fb{font-size:333%;margin:0 5px;color:#0866ff;}
#midbox .snsbtn a.yt{font-size:333%;margin:0 5px;color:#f00;}	
	
#midbox .snsbtn.en a.insta{width:51px;margin:0 5px;}	
	
    

    
#about{max-width: 1000px;	margin: 3em auto 4em auto;color:#fff;position: relative;	top:48px;}
#about h2{color:#F2DB1A;font-weight: 700;  background: none;border:none;padding:0;} 
#about h2:after{content:none;}
	#about .about_wrap{flex-flow: row nowrap;padding: 0;}	
#about .about_wrap .item.about_text{flex-basis: 56%; text-align: left;font-size:115%;line-height: 188%;}
#about .about_wrap .item.yt{flex-basis: 42%; text-align: left;}



#movie{max-width: 1000px;	margin: 7em auto 6em auto;color:#fff;}
#movie h2{color:#F2DB1A;font-weight: 900;  background: none;border:none;padding:0;font-size:246%;margin:1em 0 0.25em 0;} 
#movie h2 span{display: block;font-size:50%;}
#movie h2:after{ content:none;}
#movie p.movie_text{font-weight:700;font-size:900;font-size:166%;margin-top:2em;}
#movie .movie_wrap{justify-content: center;}
#movie .movie_wrap .item.yt{flex-basis: 46%; text-align: center;margin:1%;}
#movie .movie_wrap .item.yt.prom{flex-basis: 66%;}	
	
	
	
#live_relay {margin:0 auto 1em auto;max-width:1000px;}
#live_relay a{padding:0.5em;font-size:277%;font-weight:700;
text-shadow: 0 0 10px #000;	}  
#live_relay a .logo_text_youtube{flex-basis:12%;margin:0 0.5em 0 0 ;}     
#live_relay a.en{font-size:188%;padding:1em;} 
#live_relay a br{display:none;}
	
	
	
/*チェックリスト*/
#checklist{    margin: 0 auto 1em auto;
text-align: center;
padding: 2em 30px;
background: #f0f0f0;
width:940px;}	
#checklist a.btn{width:44%;font-size:122%;}
	
	
	
    
    
.pdfwrap{display: flex;justify-content: center;margin:0 auto 1em auto;max-width:1000px;}
.pdfwrap a{flex-basis: 55%; background: #c00;border-radius:0.5em;padding:0.5em 0 0.5em 0;color:#fff;font-weight:bold;font-size:122%;}
 
.pdfwrap a.en{flex-basis: 55%; background: #c00;border-radius:0.5em;padding:0.25em 0 0.5em 0;color:#fff;font-weight:bold;font-size:122%;}    
    
    
	
/* ニュース　sns */
#snsnews {
justify-content: space-between;
flex-flow: row nowrap;
margin:0 0 1em 0;
align-items: stretch;
	
}

.item.yt{flex-basis: 49.5%;}
	.item.yt .youtube:last-child{margin:0;}	
	
#newsarea {flex-basis: 49.5%;margin:1px 0 0 0; height:277px;overflow: scroll}

.new:before{content:"NEW!";color:#fff;font-size:65%;display: inline-block;margin:0 0.5em 0 0; background:#f00;border-radius:3px;padding:0 3px;position:relative;top:-3px;}


/* Whats new */
#newsbg {

}
#newstitle {
	color: #fff;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 1px 0;
	height: 30px;
	line-height: 30px;
	background :#d7130e;
}
#newsbox {
	padding: 15px;
	background:#fff;
	overflow:auto
}
#newsbox ul {
	margin: 0;
	padding: 0;
}
#newsbox li {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px dotted #ccc;
}

	
	#newsbox dl{flex-flow: column;}	
	#newsbox dl dt{flex-basis:100%;}	
	#newsbox dl dd{flex-basis:100%;}	
	
	
.qr_wrap{justify-content: center;align-items: center;padding:20px; background: #eee;margin:0 0 1em 0;}
.qr_wrap .item{flex-basis:17%;margin:0 4%}

/* FB twitter  */
#sns {/* 左側ブロック*/
flex-basis:49%;
	margin:0;
}
ul#tabs {
	margin: 0px 0px 0px 0px;
	list-style: none outside none;
}
#tabs li {
	float: left;
	padding: 0;
	list-style: none;
	cursor: pointer;
	margin:0;
	height: 35px;
	width:50%;
	text-align:center;
	color:#fff;
	line-height: 35px;
	background:#eee;
	font-size:135%;
}

#tabs li:hover {
	opacity:0.6;
}
#box1, #box2 {
	clear: both;
	margin:0 0 10px 0;
    overflow: hidden;
}
.twibox {
	margin: 0 auto;
	border: 3px solid #66b9e6;

	padding: 0 0 10px 0;
	height: 400px;/*overflow:auto;*/
	background:#fff;
}
.twitter-timeline {
	border: none;
}
iframe#twitter-widget-1 {
	height: 400px;
}
iframe#twitter-widget-1 .customisable-border {
	border: 0;
}
.fbbox {
	margin: 0 auto;
	border: 3px solid #3b5998;

	padding: 0 0 10px 0;
	height: 400px;
	background:#fff;
}
.timeline {
	margin-top: 5px;
	background-color: #fff;
	border-radius: 0;
}	
	
	
	
#btm_bnr{margin:0 0 0.5em 0;padding:0;}
#btm_bnr .btm_bnr_wrap{flex-flow: row nowrap;}
#btm_bnr .btm_bnr_wrap .item{flex-basis: 32%;display:flex;justify-content: center;align-items: center;}


	
/*
ページ
------------------------------------------------------------------------------------ */
h1 {}

h2{clear:both;
	font-size:200%;
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	margin:0 0 20px 0;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); 

}
/*
h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 7px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #07a1e1;
	border-radius: 4px;
}
*/
h2::after {
	position: absolute;

	left: 20px;
	content: '';
	width: 10px;
	background-color: #e90101;
	height:50%;
	
	
top:50%; 
transform: translateY(-50%) ;
-webkit- transform: translateY(-50%) ;

}


h3 {
	clear:both;
	position: relative;
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 160%;
	padding:10px 0 8px 10px;
	margin:2em 0 1em 0;
	background: -moz-linear-gradient(#eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); 

}
h3::after {
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 25%;
	height: 3px;
	background-color: #dd045b;
}






p + h3,table + h3
{margin:2em 0 1em 0;}




h3.teaminfo {
	
	vertical-align: middle;
    display:inline-block;
	border: none;
	font-weight: normal;
	font-size: 180%;
    padding:0;
    margin:0;
	background: none;

}
	
	
	
	
/*　パンくず */
.tpath{clear:both;margin:0 0 30px 110px; font-size:85%;text-align: left;}
	
	
/*大会終了後に掲載します*/
p.after_disp{font-size:200%;font-weight:normal;padding:75px;text-align:center;}
	
/*会場案内*/

#acc_map {display:flex;justify-content: center;flex-flow: row wrap; align-items: center;margin:2em 0 0 0;}
#acc_map .item{margin:0 1em 1em 1em;}
#acc_map .item.map01{flex-basis: 40%;}
#acc_map .item.map02{flex-basis: 40%;}
#acc_map .item.map03{flex-basis: 85%;}
	
#acc_info {display:flex;justify-content: center;flex-flow: row nowrap; }
#acc_info .item{flex-basis: 40%;margin:1%;}
#acc_info .item h3{padding:0.5em;margin:0 0 0.5em 0;font-size:123%; background: none;border:1px solid #ccc;text-align: center;}
#acc_info .item h3:after{content:none;}	
	#acc_info .item ul{font-size:97%;}
	
/* 大会概要　アンバサダー */
.ambleft{width:560px;float:left;margin:0 30px 0 0;}
.ambright{width:280px;float:right;font-size:80%;line-height:100%; background:#e5edf4;border-radius:10px;padding:15px;}	
	
	
	
	
	
	#footer {
	clear: both;
	max-width : 1000px;
	margin : 0 auto;

}
	
/* チーム紹介 トップ */
#team_map{position: relative;margin:2em auto;width:77%;background: #e0f1f9;padding:3% 3% 3% 0;border:1px solid #ccc;border-radius:1em;}
#map_japan{position: relative;width:44%;  }

	#teamlist{justify-content: center;}
	#teamlist .item{flex-basis: 45%;justify-content: flex-start; align-items: center;
	font-size:133%;font-weight:700;margin:0 0 1em 0;}
	#teamlist .item a{flex-basis: 76%;}
	#teamlist .item svg{color:#c00;margin:0 0 0 0.5em;}
	#teamlist .item .flag{flex-basis: 15%;margin:0 1em 0 0;}
	#teamlist .item .flag img{border:1px solid #ccc;}
	
	#teamlist.en .item{flex-basis: 45%;	font-size:111%;margin:0 0 2em 0;}
	
	
	
/*チーム写真*/	
	
	#teamphoto{}
	#teamphoto.flex {display: flex;justify-content: space-between;}
	#teamphoto.flex .item{flex-basis:49%;margin:0 0 2em 0;text-align: center;}
	#teamphoto.flex .item span{display:block;text-align:  center; font-weight:700;}
	
	
	
	.comingsoon{padding:75px;font-size:222%;color:#ccc;text-align: center;}	
	
	
/* HISTORY */
/* インデックス */
ul.historyindex{margin:0;list-style:none;display: flex;justify-content: space-between;flex-flow:wrap;}
ul.historyindex li{flex-basis:30%; margin:15px 5px;text-align:center;font-size:180%; color:#007cc8;font-weight:bold; border:5px solid #e2eaec; background:#e2eaec;text-shadow:0 2px 0 #ccc;
}
ul.historyindex img{box-shadow:0 2px 5px #999;margin:0 0 5px 0;width:100%;height:auto;}
ul.historyindex li a{display: block;}
ul.historyindex li a:hover{text-decoration:none;}
	
	
/* 日本語版のスポンサー */
.sponserbtm .sponserbox {
	margin:0 0 10px 0;
	background:#fff;padding:1em;
	justify-content: flex-start;
	align-items: center;
	flex-flow: row wrap;
}
.sponserbtm .sponserbox a{flex-basis:266px;  margin:0 0.5em;border:1px solid #ccc;text-align: center;}
.sponserbtm .sponserbox .tt_syusai{font-size:133%;margin:0 0 0 0;flex-basis: 100px;text-align: center;}

.sponserbtm .sponserbox.kyosan a{ flex-basis:150px; margin:0 0.5em;border:none;text-align: center;}



/* 英語版のスポンサー */
.sponserbtm .sponserbox.en {
margin:0 0 10px 0;
background:#fff;padding:1em;
justify-content: center;
align-items: center;
	flex-flow: row wrap;
}
.sponserbtm .sponserbox.en a{flex-basis:300px;  margin:0 0.5em;border:1px solid #ccc;text-align: center;}
.sponserbtm .sponserbox.en a img{height:55px;width:auto;}
.sponserbtm .sponserbox.en .tt_syusai{font-siZe:133%;margin:0 0 0.5em 0;flex-basis:100%;}
	
	
.sponserbtm .sponserbox.en.kyosan a{flex-basis:150px;  margin:0 0.5em;border:none;text-align: center;}	
	
	
	
	

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/*事務局非表示にする
p.contact_text{display:none;}
*/




/* print --------------------------------------------------------------------------------------------------------------------------- */
@media print {
body {	-webkit-print-color-adjust: exact;} 
}

