@charset "utf-8";

/*----------------------------------------------------------------------------------------
ニュース
----------------------------------------------------------------------------------------*/

.News.caMainBox{
	background-image: url(../image/news/main_news.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news_MainArea{}

.news_Pager{
	margin: 35px 0 50px;
}

.news_Pager ul li{
	border: 1px solid #c9c9c9;
	margin-right: 10px;
	float: left;
}

.news_Pager ul li a{
	width: 38px;
	height: 38px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	font-size: 27px;
	color: #c9c9c9;
	transition: 0.3s ease;
}

.news_Pager ul li:last-child a{
	-webkit-align-items: center;
	align-items: center;
}

.news_Pager ul li a.active,
.news_Pager ul li a:hover{
	background-color: #424242;
	color: #fff;
}




/*----- アーカイブ -----*/

.news_ArchiveArea{
	border: 1px solid #c9c9c9;
}

.news_ArList{
	border-bottom: 1px solid #c9c9c9; 
}
.news_ArList:last-of-type{
	border-bottom: none;
}

.news_ArList p{
	font-size: 20px;
	color: #fff;
	padding: 15px 0 15px 20px;
	background-color: #424242;
	transition: 0.3s ease;
}
.news_ArList p:hover{
	cursor: pointer;
	background-color: #004c9d;
}

.news_ArList.active p{
	background-color: #004c9d;
}

.news_ArList ul li{
    border-top: 1px solid #c9c9c9; 
    font-size: 20px;
    display: block;
    transition: 0.3s ease;
    padding: 15px 0 15px 40px;
}

.news_ArList ul li:hover{
	cursor: pointer;
	background-color: #004c9d;
	color: #fff;
}


/************************************
** 折り畳みアーカイブウィジェット
************************************/
.widget_archive a.year{
  /*  cursor: pointer; */
  /*  text-decoration: underline; */
  
    border-top: 1px solid #c9c9c9; 
    font-size: 20px;
    display: block;
    transition: 0.3s ease;
    padding: 15px 0 15px 1em;
  
  }
  
  
  .widget_archive a.year:hover {
    cursor: pointer;
    background-color: #004c9d;
    color: #fff;
  }
  
  .widget_archive .years ul {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    margin: 0;
  /*  margin-bottom: 1em; */
  }
  
  #sidebar .widget_archive ul.years li{
    margin-bottom: 0;
  }
  
  .widget_archive ul.years .hide {
    margin: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  
  .widget_archive .widget-title {
    display: none;
  } 
  
  ul.years {
    padding-bottom: 0;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
  }
  
  ul.years > li > a {
  	background-color: #004c9d;
	color: #fff;
  }
  
  ul.month > li > a {
    border-top: 1px solid #c9c9c9;
    font-size: 20px;
    display: block;
    transition: 0.3s ease;
    padding: 15px 0 15px 40px;
  }
  
  ul.month > li > a:hover {
    cursor: pointer;
    background-color: #004c9d;
    color: #fff;
  }
  
/*----- ニュース_詳細 -----*/

.news_MainInner{
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 30px;
}

.news_MainImg{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.news_MainImg img {max-width: 100%; height: auto;}

.news_MainText{
    margin-bottom: 50px;
}

.news_MainText h3{
    font-size: 25px;
    margin-bottom: 10px;
}

.news_MainText .Text p{
    font-size: 14px;
    color: #4d4d4d;
    line-height: 1.8;
}

.news_MainText dl{
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    margin-bottom: 20px;
}

.news_MainText dt{
    /*-webkit-flex-basis: 75px;
    flex-basis: 75px;*/
    text-align: center;
    color: #fff;
    margin-right: 10px;
    line-height: 1.3;
    padding: 5px;
    box-sizing: border-box;
}

.news_MainText dd{color: #919191;}

.news_MainText a:hover{
    text-decoration: underline;
}

.news_MainLink .Inner{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news_MainLink .Inner a{
    font-size: 14px;
}
.news_MainLink .Inner a:hover{
    text-decoration: underline;
}

.news_MainArea .navigation{font-size: 12px;}

/*————————————–
関連記事 追加CSS
————————————–*/

.news_RelatedList{
    margin-bottom: 50px;
	padding-top: 100px;
}

.news_RelatedList h4{
    font-size: 20px;
    margin-bottom: 25px;
}

.news_RelatedList ul{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.news_RelatedList ul li{
    width: 100%;
    margin-bottom: 40px;
}
.news_RelatedList ul li:last-child{
    margin-bottom: 0;
}

.news_RelatedList .news_RelatedPhoto {
	width: 100%;
	padding-top: 50%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.news_RelatedList .news_RelatedPhoto img {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
}

.news_RelatedList ul li p {
  text-align: center;
}



/*----------------------------------------------------------------------------------------
レディース
----------------------------------------------------------------------------------------*/

.Ladies.caMainBox{
    background-image: url(../image/ladies/main_ladies.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ladiesContentBox p{
	font-size:20px;
	font-weight:bold;
	line-height: 1.5;
	margin-bottom: 50px;
}


/*----------------------------------------------------------------------------------------
チーム
----------------------------------------------------------------------------------------*/

.Team.caMainBox{
    background-image: url(../image/team/main_team.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team_TabBox{
    margin-bottom: 30px;
}

.team_TabBox ul{
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c7c7c7;
}

.team_TabBox ul li{
    width: 25%;
    border-right: 1px solid #c7c7c7;
}
.team_TabBox ul li:last-child{
    border-right: none;
}

.team_TabBox ul li a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #6f6f6f;
    padding: 5px 0;
    transition: 0.3s ease;
}

.team_TabBox ul li a:hover,
.team_TabBox ul li.active a{
    color: #fff;
    background-color: #6f6f6f;
}


/*----- 選手 -----*/

h3.ca_Title.Player{
    padding-top: 10px;
}
h3.ca_Title.Player span{
    font-size: 40px;
    line-height: 1.0;
    padding-right: 15px;
}

.team_playerList{
    margin-bottom: 15px;
}

.team_playerList ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team_playerList ul li{
    width: 45%;
    margin: 0 10% 30px 0;
}
.team_playerList ul li:nth-child(2n+2){
    margin-right: 0;
}

.team_playerList ul li a{
    display: block;
}

.team_playerList ul li a:hover{
    opacity: 0.75;
}

.team_playerList .playerImg{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.team_playerList .playerImg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #004d99 transparent transparent transparent;
    z-index: 5;
}

.team_playerList .playerImg .position{
    position: absolute;
    top: 0px;
    left: 7px;
    color: #fff;
    font-size: 27px;
    z-index: 10;
}

.team_playerList .playerImg .comment{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 15px;
    display: block;
    width: 100px;
    text-align: center;
    z-index: 10;
}
.team_playerList .playerImg .Orange{background-color: #ff7400;}
.team_playerList .playerImg .Blue{background-color: #00b3bd;}

_::-webkit-full-page-media, _:future, :root .team_playerList .playerImg .comment {
    bottom: -1px;
}

.team_playerList .playerName{}

.team_playerList .playerName .Number{
    font-size: 55px;
    line-height: 1.0;
    color: #004d99;
    margin-right: 5px;
}

.team_playerList .playerName p{
    font-weight: bold;
    font-size: 20px;
}
.team_playerList .playerName p span{
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    font-weight: normal;
    margin-top: -7px;
}

.team_playerList .playerName.narrowText{}
.team_playerList .playerName.narrowText p{
    line-height: 1.0;
    margin-top: 7px;
}

.team_playerList .playerName.narrowText p span{
    margin-top: 0;
}

/*----- 選手＿詳細 -----*/

.team_playerMainBox{
    margin-bottom: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.team_playerMainBox .playerMainImg{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
}

.team_playerMainBox .playerMainImg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100px 0 0;
    border-color: #004d99 transparent transparent transparent;
    z-index: 5;
}

.team_playerMainBox .playerMainImg .position{
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
    font-size: 40px;
    z-index: 10;
}

.team_playerMainBox .playerMainImg .comment{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #fff;
    font-size: 20px;
    display: block;
    width: 130px;
    text-align: center;
    z-index: 10;
}
.team_playerMainBox .playerMainImg .Orange{background-color: #ff7400;}
.team_playerMainBox .playerMainImg .Blue{background-color: #00b3bd;}

_::-webkit-full-page-media, _:future, :root .team_playerList .playerImg .comment {
    bottom: -1px;
}

.playerMainData{
    width: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.playerMainData .playerName .Number{
    font-size: 100px;
    line-height: 1.0;
    color: #004d99;
    margin-right: 10px;
}

.playerMainData .playerName p{
    font-weight: bold;
    font-size: 40px;
}
.playerMainData .playerName p span{
    display: block;
    font-size: 29px;
    color: #c4c4c4;
    font-weight: normal;
    margin-top: -17px;
}

.playerMainData .playerName.narrowText{}
.playerMainData .playerName.narrowText p{
    line-height: 1.0;
    margin-top: 7px;
    font-size: 25px;
}

.playerMainData .playerName.narrowText p span{
    margin-top: 0;
}

.playerMainData .playerData{
    margin-top: 0;
}

.playerMainData .playerData ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.playerMainData .playerData ul li{
    -webkit-align-items: stretch;
    align-items: stretch;
    height: auto;
    color: #fff;
}

.playerMainData .playerData ul li p{
    width: 70%;
    padding: 10px;
    box-sizing: border-box;
}
.playerMainData .playerData ul li p.smallText{font-size: 10px;}

.playerMainData .playerData ul li span{
    display: block;
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
    border-right: 1px solid #666;
    margin-right: 0;
}

.playerMainData .playerData ul li:nth-child(2n+1){
    background-color: #343434;
}
.playerMainData .playerData ul li:nth-child(2n){
    background-color: #444;
}

.playerMainData .playerData ul li:last-child{
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.team_playerPhoto{
    margin-bottom: 30px;
}

.team_playerPhoto ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.team_playerPhoto ul li{
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
}
.team_playerPhoto ul li:nth-last-child(-n+2){margin-bottom: 0;}

.team_playerPhoto ul li img{
    max-width: 100%;
}

.team_playerLink{
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
}

.team_playerLink a{
    font-size: 13px;
    width: 38%;
}

.team_playerLink a:hover{
    text-decoration: underline;
}

.team_playerLink a:nth-of-type(2){
    text-align: center;
    width: 24%;
}
.team_playerLink a:nth-of-type(3){
    text-align: right;
}


/*----- スタッフ -----*/

.team_staffList ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.team_staffList ul li{
    width: 45%;
    margin: 0 10% 30px 0;
}
.team_staffList ul li:nth-child(2n+2){
    margin-right: 0;
}

.team_staffList .staffImg{
    margin-bottom: 10px;
}

.team_staffList .staffImg p{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #004da1;
    padding: 3px 15px;
}

.team_staffList .staffImg p span.narrowText{
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.7, 1);
    transform: scale(0.7, 1);
    display: inline-block;
    width: 140%;
	line-height: 1.2;
}
.team_staffList .staffImg p span.shimamori {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale(0.6, 1);
    transform: scale(0.6, 1);
    display: inline-block;
    width: 166%;
	line-height: 1.2;
}

.team_staffList .staffName p{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}

.team_staffList .staffName p span{
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #c4c4c4;
}

.team_staffList02{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.team_staffList02:last-of-type{
    margin-bottom: 50px;
}

.team_staffList02 dl{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
    width: 100%;
}

.team_staffList02 dl dt{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #004da1;
    padding: 3px 15px;
}

.team_staffList02 dl dd{
    width: 100%;
    box-sizing: border-box;
    background-color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #343434;
}
.team_staffList02 dl dd:last-of-type{
    border-bottom: none;
}

.team_staffList02 dl dd p{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.team_staffList02 dl dd p span{
    font-size: 16px;
    font-weight: normal;
    color: #c4c4c4;
    display: inline-block;
    line-height: 1.0;
    margin-left: 10px;
}

.team_staffList02 dl.w16{width: 100%;}
.team_staffList02 dl.w16_dd dd{width: 100%;}
.team_staffList02.w25 dl{width: 100%;}

.team_staffList03{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.team_staffList03:last-of-type{
    margin-bottom: 50px;
}

.team_staffList03 dl{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: none;
    width: 100%;
}

.team_staffList03 dl dt{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #004da1;
    padding: 3px 15px;
}

.team_staffList03 dl dd{
    width: 100%;
    box-sizing: border-box;
    background-color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #343434;
}
.team_staffList03 dl dd:last-of-type{
    border-bottom: none;
}

.team_staffList03 dl dd p{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.team_staffList03 dl dd p span{
    font-size: 16px;
    font-weight: normal;
    color: #c4c4c4;
    display: inline-block;
    line-height: 1.0;
    margin-left: 10px;
}
.team_staffList03 dl dt .pcNone{
	display: none;
}

.team_staffList03 dl.w16{width: 100%;}
.team_staffList03 dl.w16_dd dd{width: 100%;}
.team_staffList03.w25 dl{width: 100%;}

.team_staffList03 dl .staffline2{
	border-top: 2px solid #fff;
	line-height: 1.2;
}

/*----- チーム概要 -----*/

.team_aboutContentBox{
    margin-bottom: 50px;
}

.team_aboutContentBox p{}
.team_aboutContentBox p span{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.team_aboutConceptImg{
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.team_aboutConceptImg li{
    width: 50%;
    text-align: center;
}
.team_aboutConceptImg li:nth-child(1) img{width: 80%;}
.team_aboutConceptImg li:nth-child(2) img{width: 80%;}

.team_aboutMCaracter{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.team_aboutMCaracter .Img{
    margin: 0 auto 10px;
    width: 70%;
}

.team_aboutMCaracter p{
    width: 100%;
}
.team_aboutMCaracter p span{
    font-size: 25px;
}

.team_about2col{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.team_about2col > div{
    width: 100%;
}

.team_about2col ul li{
    margin-bottom: 20px;
}
.team_about2col ul li:last-child{margin-bottom: 0;}

.team_about2col ul li span{
    display: inline-block;
    width: 60%;
    text-align: center;
    font-size: 30px;
    margin-right: 15px;
    vertical-align: bottom;
}

.team_about2col ul li span.Home{
    background-color: #004da1;
    color: #fff;
}
.team_about2col ul li span.Away{
    border: 1px solid #454545;
}

.team_about2col p span,
.team_aboutHomeArena p span{
    line-height: 1.6;
}

.team_aboutHomeArena{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.team_aboutHomeArena .Img,
.team_aboutHomeArena .gMap{
    width: 100%;
    margin-top: 30px;
}

.team_aboutHomeArena .gMap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.team_aboutHomeArena .gMap iframe,
.team_aboutHomeArena .gMap object,
.team_aboutHomeArena .gMap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team_access{
    margin-top: 30px;
}

.team_access dl dt p{
    margin-bottom: 10px;
}
.team_access dl dd{
    margin-bottom: 20px;
    padding-left: 15px;
}

.team_access dl dd a{ text-decoration: underline;}
.team_access dl dd a:hover{ text-decoration: none;}


/*----- 運営会社 -----*/

.team_companyBox{
    width: 100%;
    margin: 0 auto 50px;
}

.team_companyBox .ComName{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.team_companyBox dl{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    border-top: 2px solid #c7c7c7;
}

.team_companyBox dl dt{
    width: 25%;
    font-size: 16px;
    font-weight: bold;
    background-color: #ededed;
    border-bottom: 2px solid #c7c7c7;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.team_companyBox dl dd{
    width: 75%;
    border-bottom: 2px solid #c7c7c7;
    padding: 10px;
    box-sizing: border-box;
}

.team_companyBox dl dd p span{
    font-weight: bold;
}


/*----------------------------------------------------------------------------------------
チケット
----------------------------------------------------------------------------------------*/

.Ticket.caMainBox{
    background-image: url(../image/ticket/main_ticket.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ticket_SeatViewBox{
    margin-bottom: 50px;
    text-align: center;
}

.ticket_SeatViewBox img{
    width: 100%;
}

.ticket_PriceList{
    margin-bottom: 50px;
}

.ticket_PriceList .spScrollText{}
.ticket_PriceList .spScroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.ticket_PriceList table{
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
    width: 900px;
}

.ticket_PriceList table th{
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: #dcdcdc;
}
.ticket_PriceList table th.s01{width: 210px;}
.ticket_PriceList table th.s02{width: 150px;}
.ticket_PriceList table th.s03{width: 150px;}
.ticket_PriceList table th.s04{width: 370px;}

.ticket_PriceList table th.jiyuu{background-color: #c9edf9;}
.ticket_PriceList table th.shiteiS{background-color: #ffb1c9;}
.ticket_PriceList table th.shiteiSS{background-color: #c6efa6;}
.ticket_PriceList table th.season{background-color: #ffff7d;}
.ticket_PriceList table th.family{background-color: #7ebfba;}
.ticket_PriceList table th.sponsor{background-color: #e5d194;}
.ticket_PriceList table th.unnei{background-color: #adadad;}

.ticket_PriceList table td p{
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    -webkit-align-items: center;
    align-items: center;
}
.ticket_PriceList table td p.FlexSB{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.ticket_PriceList table td p.FlexStr{
    -webkit-justify-content:flex-start;
    justify-content: flex-start;
}
.ticket_PriceList table td p.FlexEnd{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.ticket_PriceList table td p span{
    font-size: 20px;
    line-height: 1.0;
}

.ticket_PriceList table tr.shiteiSS p{font-weight: normal;}
.ticket_PriceList table tr.shiteiSS .redText{ color: #d82229;}

.ticket_PriceList table tr.season .redText{
    color: #d82229;
    font-size: 20px;
    display: inline-block;
    margin-top: -5px;
}

.ticket_PriceList table td p.FlexStr span{
    width: 18px;
    padding-right: 10px;
    line-height: 0.5;
}

.ticket_PriceList .caution{
    font-size: 14px;
    font-weight: bold;
    color: #d82229;
    text-align: left;
}

.ticket_Buy{
    margin-bottom: 100px;
}

.ticket_Buy h4{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
}

.ticket_Buy ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 40px;
}

.ticket_Buy ul.Internet li{
    width: 100%;
    margin-bottom: 20px;
}

.ticket_Buy ul.Store li{
    width: 47%;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
}

.ticket_Buy ul.Store li .StoreName{
    text-align: center;
    font-size: 11px;
    padding: 10px;
    height: 95px;
    background-color: #fff;
    box-sizing: border-box;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ticket_Buy ul.Store li .StoreName p{
    width: 100%;
}
.ticket_Buy ul.Store li .StoreName span{
    font-size: 17px;
    font-weight: bold;
}

.ticket_Buy ul.Store li .StoreAdd{
    color: #fff;
    background-color: #434343;
    padding: 10px;
    font-size: 12px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.ticket_Buy ul.Store li .StoreAdd p:first-of-type{
    margin-bottom: 5px;
}
.ticket_Buy ul.Store li .StoreAdd span{
    display: inline-block;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #666; 
    margin-left: 5px;
}
.ticket_Buy ul.Store li .StoreAdd span:nth-of-type(1){background-color: #c9ecf8;}
.ticket_Buy ul.Store li .StoreAdd span:nth-of-type(2){background-color: #ffb0c9;}
.ticket_Buy ul.Store li .StoreAdd span:nth-of-type(3){background-color: #c6f0a6;}

.ticket_Buy ul.Store li .StoreMap p{
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #1b1b1b;
    padding: 10px;
}
.ticket_Buy ul.Store li .StoreMap p img{
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}

.ticket_Buy ul.Store li a{display: block;}
.ticket_Buy ul.Store li a:hover{
    opacity: 0.75;
}

.ticket_Buy ul.Store li a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

/*----- 店舗で購入＿マップ -----*/

.ticket_Map{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ticket_Map iframe,
.ticket_Map object,
.ticket_Map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------------------------------------------------------------------------
スケジュール
----------------------------------------------------------------------------------------*/

.Schedule.caMainBox{
    background-image: url(../image/schedule/main_schedule.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.schedule_TabBox{
    margin-bottom: 30px;
}

.schedule_TabBox ul{
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #c7c7c7;
}

.schedule_TabBox ul li{
    width: 25%;
    border-right: 1px solid #c7c7c7;
}
.schedule_TabBox ul li:last-child{
    border-right: none;
}

.schedule_TabBox ul li a{
    display: block;
    text-align: center;
    font-size: 11px;
    color: #6f6f6f;
    padding: 5px 0;
    transition: 0.3s ease;
}

.schedule_TabBox ul li a:hover,
.schedule_TabBox ul li.active a{
    color: #fff;
    background-color: #6f6f6f;
}


/*----- スケジュール＿試合日程・結果 -----*/

.schedule_gameList{
    margin-bottom: 50px;
}

.schedule_gameList ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 1080px;
}

.schedule_gameList ul li{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    border-right: 1px solid #666;
    padding: 0 10px;
    box-sizing: border-box;
    height: 45px;
    font-size: 14px;
}
.schedule_gameList ul li:nth-child(6n+1),
.schedule_gameList ul li:nth-child(6n+3),
.schedule_gameList ul li:nth-child(6n+5),
.schedule_gameList ul li:nth-child(6n+6){
    -webkit-justify-content: center;
    justify-content: center;
}
.schedule_gameList ul li:nth-child(6n+4){
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.schedule_gameList ul li:nth-child(6n+1){width: 123px;}
.schedule_gameList ul li:nth-child(6n+2){width: 295px;}
.schedule_gameList ul li:nth-child(6n+3){width: 90px;}
.schedule_gameList ul li:nth-child(6n+4){width: 282px;}
.schedule_gameList ul li:nth-child(6n+5){width: 90px;}
.schedule_gameList ul li:nth-child(6n+6){
    border-right: none;
    width: 200px;
}

.schedule_gameList ul li:nth-child(12n+7),
.schedule_gameList ul li:nth-child(12n+8),
.schedule_gameList ul li:nth-child(12n+9),
.schedule_gameList ul li:nth-child(12n+10),
.schedule_gameList ul li:nth-child(12n+11),
.schedule_gameList ul li:nth-child(12n+12){
    background-color: #dbdbdb;
}

.schedule_gameList ul li.th{
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #343434;
    padding: 5px;
}

.schedule_gameList ul li .logo{
    margin-right: 20px;
    line-height: 1.0;
}

.schedule_gameList ul li:nth-child(6n+4) span{
    display: inline-block;
    width: 35px;
    font-size: 14px;
    line-height: 1.3;
    padding: 3px 5px 0;
    text-align: center;
}
.schedule_gameList ul li:nth-child(6n+4) span.home{
    color: #fff;
    background-color: #004da1;
}
.schedule_gameList ul li:nth-child(6n+4) span.away{
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

.schedule_gameList ul li a{
    text-decoration: underline;
}
.schedule_gameList ul li a:hover{
    text-decoration: none;
}

.schedule_gameList .spScrollText{}
.schedule_gameList .spScroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}


/*----- スケジュール＿順位表 -----*/

.schedule_rankList{
    margin-bottom: 50px;
}

.schedule_rankList ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 20px;
    width: 1080px;
}

.schedule_rankList ul li{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    border-right: 1px solid #666;
    padding: 0 10px;
    box-sizing: border-box;
    height: 45px;
    font-size: 14px;
}
.schedule_rankList ul li:nth-child(10n+2){
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.schedule_rankList ul li:nth-child(10n+1){width: 48px;}
.schedule_rankList ul li:nth-child(10n+2){width: 291px;}
.schedule_rankList ul li:nth-child(10n+3){width: 62px;}
.schedule_rankList ul li:nth-child(10n+4),
.schedule_rankList ul li:nth-child(10n+5),
.schedule_rankList ul li:nth-child(10n+6),
.schedule_rankList ul li:nth-child(10n+7),
.schedule_rankList ul li:nth-child(10n+8),
.schedule_rankList ul li:nth-child(10n+9),
.schedule_rankList ul li:nth-child(10n+10){width: 97px;}

.schedule_rankList ul li:nth-child(20n+11),
.schedule_rankList ul li:nth-child(20n+12),
.schedule_rankList ul li:nth-child(20n+13),
.schedule_rankList ul li:nth-child(20n+14),
.schedule_rankList ul li:nth-child(20n+15),
.schedule_rankList ul li:nth-child(20n+16),
.schedule_rankList ul li:nth-child(20n+17),
.schedule_rankList ul li:nth-child(20n+18),
.schedule_rankList ul li:nth-child(20n+19),
.schedule_rankList ul li:nth-child(20n+20){
    background-color: #dbdbdb;
}

.schedule_rankList ul li.th{
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background-color: #343434;
    padding: 5px;
}

.schedule_rankList ul li .logo{
    margin-right: 20px;
    line-height: 1.0;
}

.schedule_rankList .spScrollText{}
.schedule_rankList .spScroll{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.schedule_rankList p.caution{
    font-size: 12px;
    text-align: left;
}

.schedule_rankList p.caution span{ font-weight: bold;}

.schedule_rankDate{
	margin-bottom: 10px;
}

.schedule_rankList .SPbw{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/*----- スケジュール＿全日本選手権 -----*/

.schedule_attention{
    font-size: 20px;
    padding: 30px 0 0;
    text-align: center;
}


/*----- スケジュール＿プレーオフ -----*/

.schedule_attention{
    font-size: 20px;
    padding: 30px 0 0;
    text-align: center;
}


/*----------------------------------------------------------------------------------------
試合結果詳細ページ
----------------------------------------------------------------------------------------*/

.Schedule_result.caMainBox{
    background-image: url(../image/schedule/gameschedule/main_result.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.schResult_Desc{}

.schResult_Desc table{
	border-collapse: collapse;
	width: 100%;
    border: 1px solid #000;
    margin-bottom: 50px;
    color: #fff;
}

.schResult_Desc th{
	border: 1px solid #000;
	text-align: center;
	padding: 5px 5px;
    font-weight: normal;
}

.schResult_Desc td{
	text-align: left;
	padding: 5px 5px;
    border: 1px solid #000;
    background-color: #313131;
	font-size: 12px;
}

.schResult_Desc .date{
    text-align: center;
    background-color: #000;
    font-weight: bold;
    font-size: 14px;
}

.schResult_Desc table .recordTR td{
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}

.schResult_Desc table .recordTR td.bg{background-color: #3e3e3e;}
.schResult_Desc table .recordTR .bText{font-size: 60px; padding: 5px; line-height: 1;}

.schResult_Desc table .teamDesc{
    width: 30%;
}

.schResult_Desc table .teamDesc p{font-size: 12px; margin-bottom: 20px;}
.schResult_Desc table .teamDesc p.bgText_home{
    display: inline-block;
    background-color: #004ca5;
    padding: 3px 8px;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
}

.schResult_Desc table .teamDesc p.bgText_away{
    display: inline-block;
    background-color: #fff;
    padding: 3px 8px;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
}

.schResult_Desc .logoArea{
    width: 70%;
    min-height: 50px;
    margin: 0 auto 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.schResult_Desc .logoArea img{max-width: 100%; max-height: 50px;}

.schResult_Desc table .textBox01 td:nth-child(2){text-align: center; font-weight: bold;}

.schResult_Desc .arena td{
    text-align: center;
    background-color: #000;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 5px;
}


.schResult_TextBoxBG{
    background-color: #eeeeee;
    margin-top: 50px;
    padding: 15px 15px;
}

.schResult_TextBoxBG .title{font-size: 20px; font-weight: bold; margin-bottom: 10px;}

.schResult_TextBox{
    margin-top: 50px;
}

.schResult_TextBox .title{font-size: 20px; font-weight: bold; margin-bottom: 10px;}


.schResult_photo_large{text-align: center; margin-top: 50px;}

.schResult_photo_large img{max-width: 100%; height: auto;}
.schResult_photo_large p{margin-top: 10px; text-align: left;}


.schResult_photo_small{text-align: center; margin-top: 50px;}

.schResult_photo_small img{max-width: 100%; height: auto;}
.schResult_photo_small p{margin-top: 10px; text-align: left;}

.schResult_photo_small ul{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.schResult_photo_small li{
    width: 48%;
    margin-bottom: 8%;
}


/*----------------------------------------------------------------------------------------
ファンクラブ
----------------------------------------------------------------------------------------*/

.Fanclub.caMainBox{
	background-image: url(../image/news/main_news.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fan_bradiniaLogoBox{
    margin-bottom: 40px;
	text-align: center;
}

.fan_bradiniaLogoBox .logo{
    width: 80%;
	margin: 0 auto 30px;
}

.fan_bradiniaLogoBox .textArea{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
}

.fan_bradiniaLogoBox .textArea span.b01{font-size: 26px; display: block;}
.fan_bradiniaLogoBox .textArea span.b02{font-size: 38px; display: block;}


.fan_planList{
    margin-bottom: 50px;
}

.fan_planList li{
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
}

.fan_planText01{
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.2;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.fan_planText01 span{
    font-size: 40px;
    display: block;
}

.fan_planText01.bg_c01{background-color: #ff9fbe;}
.fan_planText01.bg_c02{background-color: #004ca5;}
.fan_planText01.bg_c03{background-color: #adadad;}
.fan_planText01.bg_c04{background-color: #d3b348;}
.fan_planText01.bg_c05{background-color: #7fb5cf;}

.fan_planText02{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 5px;
    background-color: #e5e5e5;
}

.fan_planText02 .nen{
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fan_planText02 .nen span{
    border: 1px solid #000;
    border-radius: 20px;
    padding: 2px 12px;
}

.fan_planText02 .yen{
    box-sizing: border-box;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 12px;
}

.fan_planText02 .yen span{font-size: 50px;}

.fan_planText02 .zei{
    box-sizing: border-box;
    font-size: 12px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.fan_planList .endText{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}


.fan_benefitsList li{
    width: 100%;
    margin-bottom: 50px;
}

.fan_benefitsList{
    margin-bottom: 30px;
}

.fan_benefitsList li img{max-width: 100%;}

.fan_benefitsText{
    margin-top: 10px;
}

.fan_benefitsText p:first-child{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.fan_benefitsText p span{font-size: 15px;}


.fan_benefitsTable_scl{
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.fan_benefitsTable{
	border-collapse: collapse;
	width: 500px;
    border: 1px solid #000;
    margin-bottom: 50px;
	font-size: 14px;
}

.fan_benefitsTable th{
	border: 1px solid #000;
	text-align: left;
	padding: 10px 10px;
    font-weight: normal;
}

.fan_benefitsTable tr:first-child th{text-align: center; font-size: 14px; line-height: 1.2;}
.fan_benefitsTable tr:first-child th:not(:first-child){width: 12%; color: #fff;}
.fan_benefitsTable tr:first-child th:nth-child(2){background-color: #ff9fbe;}
.fan_benefitsTable tr:first-child th:nth-child(3){background-color: #004ca5;}
.fan_benefitsTable tr:first-child th:nth-child(4){background-color: #adadad;}
.fan_benefitsTable tr:first-child th:nth-child(5){background-color: #d3b348;}
.fan_benefitsTable tr:first-child th:nth-child(6){background-color: #7fb5cf;}

.fan_benefitsTable tr:not(:first-child) th span{
    display: block;
    font-size: 12px;
}

.fan_benefitsTable td{
	text-align: center;
	padding: 10px 10px;
    border: 1px solid #000;
    font-size: 16px;
}

.fan_benefitsTable .boldText{font-weight: bold;}


.fan_benefitsSP_title{
    font-size: 22px;
    background-color: #424242;
    color: #fff;
    padding: 5px 5px;
    margin-bottom: 30px;
    text-align: center;
}

.fan_benefitsSP_title span{font-size: 26px; line-height: 1.2;}

.fan_benefitsSP_title span.colorGB{color: #d3b348;}
.fan_benefitsSP_title span.colorPB{color: #7fb5cf;}

.fan_benefitsSP_text01{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	line-height: 1.3;
}

.fan_benefitsSP_text01 span{font-size: 26px;}

.fan_benefitsSP_box{margin-bottom: 50px;}

.fan_benefitsSP_box ul{
    margin-top: 25px;
}

.fan_benefitsSP_box li{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
	margin-bottom: 40px;
}

.fan_benefitsSP_box li img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.fan_entryBox{margin-bottom: 40px;}

.fan_entryBox ul{
}

.fan_entryBox li{
    width: 100%;
    padding-top: 50px;
	margin-bottom: 30px;
}

.fan_entryTextDesc{
    background-color: #dcdcdc;
    box-sizing: border-box;
    width: 100%;
    padding: 60px 20px 20px;
    position: relative;
}

.fan_entryTextDesc img{
    width: 96px;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    margin: auto;
}

.fan_entryTextDesc p{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fan_entryTextDesc p.title{
    color: #004c9d;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.fan_entryTextDesc p.title span{font-size: 26px; line-height: 1.4;}

.fan_entryBox li a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    background-color: #004ca5;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    font-size: 20px;
    position: relative;
}

.fan_entryBox li a span::before{
    content: '';
    width:1px;
    margin-left: 2px;
}

.fan_entryBox li a span::after{
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin: -6px auto auto;
}

.fan_entryTitle{
    margin: 30px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.fan_entryTitle h4{
    font-size: 20px;
	margin-bottom: 10px;
}

.fan_entryTitle p{
}

.fan_entryList{margin-bottom: 50px;}

.fan_entryList ul{
}

.fan_entryList li{
    font-weight: bold;
}

.fan_entryList li::before{
    content: '□';
}


/*----------------------------------------------------------------------------------------
スクール
----------------------------------------------------------------------------------------*/

.School.caMainBox{
    background-image: url(../image/school/main_school.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.school_contentBox p{}
.school_contentBox p span{
    font-size: 25px;
    font-weight: bold;
}

.school_contentBox h4{
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

.school_contentBox h4 span{
    font-size: 30px;
    line-height: 1.0;
}


/*----- スクール＿レギュラースクール -----*/

.school_regAbout{
    margin-bottom: 50px;
}

.school_regAbout .Logo{
    width: 60%;
    margin: 0 auto 25px;
}

.school_regAbout p span{
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.school_regAbout ul{
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.school_regAbout ul li{
    width: 100%;
    margin-bottom: 20px;
}
.school_regAbout ul li:last-child{margin-bottom: 0;}

.school_regAboutMap{
    margin-bottom: 50px;
    position: static;
}

.school_regAboutMap .jr-Map{
    width: 100%;
}

.school_regAboutMap .Link{
    position: static;
    width: 100%;
}

.school_regAboutMap .Link a{
    display: block;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background-color: #004c9d;
    margin-bottom: 30px;
}
.school_regAboutMap .Link a span img{
    width: 10px;
    margin: -5px 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}

.school_regAboutMap .Link a::after{
    content: "";
    position: absolute;
    bottom: -38px;
    left: 125px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 38px 0;
    border-color: transparent #004c9d transparent transparent;
}
.school_regAboutMap .Link a:hover{
    opacity: 0.75;
}

.school_regAboutMap .Link .Img{
    width: 60%;
    margin: 0 auto 20px;
}

.school_regSchedule{
    margin-bottom: 50px;
}

.school_regPolicy {
    margin-bottom: 50px;
}

.school_regPolicy p.bigText{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.4;
}
.school_regPolicy p.bigText span{
    font-size: 18px;
    padding-left: 0;
}

.school_regPolicy .Img{
    width: 100%;
    margin: 20px auto 0;
}

.school_regFPoint{
    margin-bottom: 50px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.school_regFPoint .u-12{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.school_regFPoint .u-16{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.school_regFPoint .Text{
    margin-top: 20px;
    width: 55%;
}

.school_regFPoint .Text p{
    font-size: 40px;
    line-height: 1.0;
    margin-bottom: 15px;
}
.school_regFPoint .u-16 .Text p{color: #008bce;}

.school_regFPoint .Text ul li{
    font-size: 15px;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
}
.school_regFPoint .Text ul li::before{
    content: "□";
    position: absolute;
    top: 0;
    left: 0;
}

.school_regFPoint .PointImg{
    width: 40%;
}

.school_regFPoint .PointImg ul li{
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.school_regFPoint .PointImg ul li:first-child{
    font-size: 30px;
    padding: 15px 0;
}

.school_regFPoint .PointImg ul li:nth-last-child(1){background-color: #d1b148;}
.school_regFPoint .PointImg ul li:nth-last-child(2){background-color: #009d93;}
.school_regFPoint .PointImg ul li:nth-last-child(3){background-color: #929292;}
.school_regFPoint .PointImg ul li:nth-last-child(4){background-color: #faa229;}
.school_regFPoint .PointImg ul li:nth-last-child(5){background-color: #796154;}
.school_regFPoint .u-12 .PointImg ul li:first-child{background-color: #000;}
.school_regFPoint .u-16 .PointImg ul li:first-child{background-color: #008acd;}

.school_regCurriculum{
    margin-bottom: 50px;
}

.school_regCurriculum .StepBox{
    margin-top: 30px;
}

.school_regCurriculum .StepBox ul{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.school_regCurriculum .StepBox ul li{
    width: 100%;
    margin-bottom: 20px;
}
.school_regCurriculum .StepBox ul li:last-child{margin-bottom: 0;}

.school_regCurriculum .StepBox ul li .Step{
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
}
.school_regCurriculum .StepBox ul li:nth-child(1) .Step{background-color: #008bce;}
.school_regCurriculum .StepBox ul li:nth-child(2) .Step{background-color: #009d93;}
.school_regCurriculum .StepBox ul li:nth-child(3) .Step{background-color: #d2b148;}

.school_regCurriculum .StepBox ul li .Step p{
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.school_regCurriculum .StepBox ul li .Step p:first-child{
    font-size: 27px;
    margin-right: 15px;
    font-weight: normal;
}

.school_regCurriculum .StepBox ul li > p{ width: 100%;}

.school_regContactLink{
    margin-bottom: 50px;
}

.school_regContactLink a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #004ca5;
	margin-top:20px;
}
.school_regContactLink a:hover{
    opacity: 0.75;
}

.school_regContactLink a img{
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 20px;
}


/*----- スクール＿出張スクール -----*/

.school_attention{
    font-size: 20px;
    padding: 30px 0 0;
    text-align: center;
}


/*----------------------------------------------------------------------------------------
コーポレートサポーター
----------------------------------------------------------------------------------------*/

.Supporter.caMainBox{
    background-image: url(../image/corporate-supporter/main_CoSuprter.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h3.ca_Title.CSupporter{
    padding-top: 10px;
}
h3.ca_Title.CSupporter span{
    display: block;
    font-size: 40px;
    line-height: 0.8;
}
h3.ca_Title .CSup_Contact{
    line-height: 1.0;
    padding-top: 8px;
}

.CSup_ListBox{
    margin-bottom: 50px;
}

.CSup_ListBox ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.CSup_ListBox ul li{
    width: 48%;
    margin-bottom: 20px;
}
.CSup_ListBox ul.CSup_3col li{
    margin-bottom: 15px;
}
.CSup_ListBox ul li:nth-last-child(-n+2){ margin-bottom: 0;}

.CSup_ListBox ul li a,
.CSup_ListBox ul li p{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.CSup_ListBox ul.CSup_3col li a,
.CSup_ListBox ul.CSup_3col li p{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 16px;
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
}
.CSup_ListBox ul.CSup_3col li a::after,
.CSup_ListBox ul.CSup_3col li p::after{
    content: "□";
    position: absolute;
    top: 0;
    left: 0;
}
.CSup_ListBox ul.CSup_3col li a:hover{
    text-decoration: underline;
}

.CSup_ContactBox{
    margin-bottom: 50px;
}


/*----------------------------------------------------------------------------------------
サイトマップ
----------------------------------------------------------------------------------------*/

.Sitemap.caMainBox{
    background-image: url(../image/sitemap/main_sitemap.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sitemap_listWrap > ul{
}

.sitemap_listWrap > ul > li{
    width: auto;
    margin: 0 0 50px 0;
    font-weight: bold;
    box-sizing: border-box;
}

.sitemap_listWrap > ul > li.link_cs{width: auto;}

.sitemap_listWrap h3{
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin-bottom: 15px;
    line-height: 1.1;
    border-left: 8px solid #004ca5;
}

.sitemap_listWrap h3 span{
    font-size: 32px;
    font-weight: normal;
    margin-right: 5px;
}

.sitemap_listLink{margin-left: 10px; font-size: 16px;}

.sitemap_listLink li{margin-bottom: 3px;}

.sitemap_listLink li::before{
    display: inline-block;
    content: '□';
    color: #004ca5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
}

.sitemap_listLink li a:hover{text-decoration: underline;}


/*----------------------------------------------------------------------------------------
TSR
----------------------------------------------------------------------------------------*/

.Tsr.caMainBox{
    background-image: url(../image/tsr/main_tsr.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tsr_contentBox{
    margin-bottom: 50px;
}

h3.tsr_Title{
    text-align: center;
    font-size: 33px;
    line-height: 1.4;
    color: #2c4e94;
}
h3.tsr_Title span{font-weight: normal;}

.tsr_subTitle{
    font-size: 28px;
    color: #c4c4c4;
    text-align: center;
    margin-bottom: 30px;
}

.tsr_Text{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.tsr_photoList ul{
    -webkit-flex-direction: column;
    flex-direction: column;
}

.tsr_photoList ul li{
    width: 100%;
    margin-bottom: 30px;
}
.tsr_photoList ul li:last-child{margin-bottom: 0;}

.tsr_photoList ul li .Photo{ margin-bottom: 10px;}

.tsr_photoList ul li .Text{ font-size: 16px;}
.tsr_photoList ul li .Text span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}


/*----------------------------------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------------------------------*/

.Contact.caMainBox{
    background-image: url(../image/contact/main_other.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_List{
    margin-bottom: 50px;
}

.contactForm{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    box-sizing: border-box;
	margin: 0 auto;
}

.contactForm tr{border-bottom: 1px solid #7fb5cf;}
.contactForm tr:last-child{border-bottom: none;}

.contactForm th{
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0px 20px 0;
    box-sizing: border-box;
    text-align: left;
	display: block;
}

.contactForm td{
	font-size: 16px;
	font-weight: normal;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    text-align: left;
	display: block;
}

.contactForm td.co_ppLink{
    padding: 20px 0 20px 0;
}

.contactForm input,
.contactForm textarea{
	font-size: 16px;
	padding:6px;
	border:1px solid #CCC;
}

.contactForm input{width: 100%; box-sizing: border-box;}
.contactForm textarea{width: 100%; box-sizing: border-box; resize: vertical; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;}
.contactForm select{padding:6px;}

.contactForm .input3col input{width: 18%;}

.contactForm .co_ppLink{text-align: center;}

.contactForm .co_ppLink a{text-decoration: underline;}
.contactForm .co_ppLink input{width: auto;}

.contactForm th p {display: inline-block;}

.contactForm .hissu {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #fff;
	background-color: #ff1d25;
	padding: 2px 8px;
	margin-left: 5px;
	white-space: nowrap;
	border-radius: 3px;
}

.contactForm th::after {
	display: block;
	content: "";
	clear: both;
}

.coSubmitBtn{
	margin-top: 15px;
	text-align: center;
}

.coSubmitBtn input{
	border: none;
	background-color: #004da1;
	color: #fff;
	padding: 10px 10px;
	font-size: 20px;
	letter-spacing: 5px;
	width: 100%;
    box-sizing: border-box;
}

.contactForm textarea{height: 120px;}

.screen-reader-response{display: none;}

.wpcf7-response-output{text-align: center; color: #ff1d25;}
.wpcf7-not-valid-tip{color: #ff1d25;}
.wpcf7-mail-sent-ok{color: #000; text-align: left;}

form.sent table,
form.sent .coSubmitBtn{
	display:none;
}

.contactForm input:-webkit-autofill,
.contactForm textarea:-webkit-autofill,
.contactForm select:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}


/*----------------------------------------------------------------------------------------
個人情報保護方針
----------------------------------------------------------------------------------------*/

.PraPoli.caMainBox{
    background-image: url(../image/privacy-policy/main_privacy-policy.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PraPoli_ContentBox{
    margin-bottom: 0;
}

.PraPoli_ContentBox > p{
    font-size: 18px;
    margin-bottom: 30px;
}

.PraPoli_ContentBox .Inner{
    margin-bottom: 30px;
}

.PraPoli_ContentBox .Inner h4{
    font-size: 18px;
    border-bottom: 1px solid #004da1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.PraPoli_ContentBox .Inner > p span{
    display: inline-block;
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}
.PraPoli_ContentBox .Inner > p span::after{
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

.PraPoli_ContentBox .caContactInnerBox .Inner > p span{
	margin: 0;
	padding: 0;
	position: static;
}
.PraPoli_ContentBox .caContactInnerBox .Inner > p span::after{display: none;}


/*----------------------------------------------------------------------------------------
利用規約
----------------------------------------------------------------------------------------*/

.Terms.caMainBox{
    background-image: url(../image/terms/main_terms.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.terms_ContentBox{
    margin-bottom: 50px;
}

.terms_ContentBox > p{
    font-size: 16px;
    margin-bottom: 30px;
}

.terms_ContentBox a{
    text-decoration: underline;
    margin: 0 5px;
}
.terms_ContentBox a:hover{
    text-decoration: none;
}

.terms_ContentBox .Inner{
    margin-bottom: 30px;
}

.terms_ContentBox .Inner h4{
    font-size: 18px;
    border-bottom: 1px solid #004da1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.terms_ContentBox .Inner p span{
    display: inline-block;
    text-indent: -1rem;
    padding-left: 1rem;
}

