@charset "UTF-8";
/* ==========================================================================
   大会概要一覧
========================================================================== */
#a-to-z {
  /*-----------------------------------------------------------------
  共通
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  オフサイド
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  ビルドアップ
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  コート
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  VAR
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  dogso
  -----------------------------------------------------------------*/
}
#a-to-z .CLM__half, #a-to-z .CLM__three, #a-to-z .CLM__four {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- left;
  justify-content: -webkit- left;
  justify-content: left;
  align-items: -ms- top;
  align-items: -webkit- top;
  align-items: top;
}
#a-to-z .CLM__half img, #a-to-z .CLM__three img, #a-to-z .CLM__four img {
  width: 100%;
}
#a-to-z .CLM__half .wide100, #a-to-z .CLM__three .wide100, #a-to-z .CLM__four .wide100 {
  width: 100% !important;
}
#a-to-z .CLM__half > li, #a-to-z .CLM__half > article, #a-to-z .CLM__half > figure {
  width: 48%;
  margin-right: 4%;
}
#a-to-z .CLM__half > li:nth-child(2n), #a-to-z .CLM__half > article:nth-child(2n), #a-to-z .CLM__half > figure:nth-child(2n) {
  margin-right: 0;
}
#a-to-z .CLM__three > li, #a-to-z .CLM__three > article {
  width: 32%;
  margin-right: 2%;
}
#a-to-z .CLM__three > li:nth-child(3n), #a-to-z .CLM__three > article:nth-child(3n) {
  margin-right: 0;
}
#a-to-z .CLM__four > li, #a-to-z .CLM__four > article {
  width: 23.5%;
  margin-right: 2%;
}
#a-to-z .CLM__four > li:nth-child(4n), #a-to-z .CLM__four > article:nth-child(4n) {
  margin-right: 0;
}
#a-to-z .pc_hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  #a-to-z .pc_hidden {
    display: block;
  }
}
#a-to-z .sp_hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  #a-to-z .sp_hidden {
    display: none;
  }
}
#a-to-z article section.normal,
#a-to-z article div.normal,
#a-to-z article p,
#a-to-z article ul.normal,
#a-to-z article ol.normal,
#a-to-z article dl.normal dd {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.8;
}
#a-to-z article h3,
#a-to-z article h4,
#a-to-z article h5 {
  font-size: 20px;
  line-height: 1.4;
}
#a-to-z article li,
#a-to-z article dd {
  font-size: 14px;
}
#a-to-z article a {
  overflow-wrap: break-word;
}
#a-to-z ol.normal {
  list-style-type: decimal;
  padding-left: 30px;
}
#a-to-z .red {
  color: #e60c11;
}
#a-to-z .strong {
  font-weight: bold;
}
#a-to-z .kome {
  line-height: 1.3em;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  #a-to-z .kome {
    font-size: 10px;
  }
}
#a-to-z .light {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px dotted #aaaaaa;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #a-to-z .light {
    font-size: 14px;
  }
}
#a-to-z .regular {
  margin: 30px 0 15px;
  margin-bottom: 15px;
  padding: 12px 16px;
  background-color: #e9e9e9;
  border-radius: 3px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #a-to-z .regular {
    background-color: #eaeaea;
    color: #333;
    border-radius: 3px;
    margin-bottom: 1em;
    padding: 12px 16px;
    font-size: 14px;
  }
}
#a-to-z .regular img {
  vertical-align: middle;
  height: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #a-to-z .regular img {
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
#a-to-z .regular.black {
  background: #333;
  color: #fff;
}
#a-to-z .midium {
  margin: 30px 0 15px;
  padding: 5px 0 5px 0px;
  font-weight: bold;
  font-size: 26px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  #a-to-z .midium {
    font-size: 16px;
    text-align: center;
  }
}
#a-to-z .midium span {
  background: #ff0102;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #a-to-z .midium span {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 0;
  }
}
#a-to-z .localNav {
  margin-top: 5px;
  border-bottom: 1px solid #bbbbbb;
  font-size: 0;
  border-right: 1px solid #bbbbbb;
  margin-bottom: 10px;
}
#a-to-z .localNav li {
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 33.33%;
}
#a-to-z .localNav li a {
  display: block;
  color: #333333;
  background-color: #eeeeee;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  font-size: 12px;
  padding: 10px 0;
  height: 20px;
  line-height: 20px;
}
#a-to-z .localNav li a:hover {
  color: #ffffff;
  background-color: #444444;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 0;
  height: 20px;
  line-height: 20px;
}
#a-to-z .localNav li span {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333333;
  background-color: #eeeeee;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  font-size: 10px;
  color: #ccc;
  font-size: 12px;
  padding: 10px 0;
  height: 20px;
  line-height: 20px;
}
#a-to-z .construction .tabNav {
  width: 100%;
  border-bottom: 5px solid #555555;
  text-align: left;
  font-size: 0;
  margin-bottom: 20px;
  border-bottom: none;
}
#a-to-z .construction .tabNav li {
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin: 0 0.5% 0 0;
  width: 50%;
  box-sizing: border-box;
  margin-right: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#a-to-z .construction .tabNav li a {
  display: block;
  font-weight: bold;
  text-align: center;
  background-color: #eaeaea;
  color: #333;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 15px 0;
}
#a-to-z .construction .tabNav li span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #ccc;
  background: #eaeaea;
  height: 30px;
  line-height: 30px;
  padding: 18px 0 12px;
}
#a-to-z .construction .tabNav li#leaguecup a, #a-to-z .construction .tabNav li#leaguecup span, #a-to-z .construction .tabNav li#fxsc a, #a-to-z .construction .tabNav li#fxsc span, #a-to-z .construction .tabNav li#afc a, #a-to-z .construction .tabNav li#afc span, #a-to-z .construction .tabNav li#jfa a, #a-to-z .construction .tabNav li#jfa span {
  line-height: 16px;
  padding: 14px 0 16px;
}
#a-to-z article h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  background: rgba(230, 0, 18, 0.8);
  border-radius: 5px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #a-to-z article h2 {
    font-size: 20px;
  }
}
#a-to-z article h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  background: rgba(204, 204, 204, 0.8);
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #a-to-z article h3 {
    font-size: 16px;
  }
}

#a-to-z article h3.otherTitle {
  background: rgba(204, 204, 204, 0);
	border: 2px solid #333333;
	padding: 8px 0;
}



#a-to-z article h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  background: rgba(204, 204, 204, 0.8);
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #a-to-z article h4 {
    font-size: 16px;
  }
}
#a-to-z article p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #a-to-z article p {
    font-size: 13px;
    margin-bottom: 30px;
  }
}
#a-to-z article p span {
    display: block;
    text-align: right;
	margin-top: 20px;
}
#a-to-z article p a.backlink {
	position: relative;
	display: inline-block;
    padding: 0px 30px 0px 20px;
    color: #ffffff;
	margin-left: 10px;
	background-color: #333333;
	border-radius: 100px;
	font-size: 14px;
	width: 230px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#a-to-z article p a.backlink {
	    padding: 0px 20px 0px 10px;
		font-size: 12px;
		width: inherit;
	}
}
#a-to-z article p a.backlink:hover {
	background-color: #000000;
	text-decoration: none;
}
#a-to-z article p a.backlink:before {
  content: '';
  width: 18px;
  height: 18px;
  /*background: #333;*/
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
}
#a-to-z article p a.backlink:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transform: rotate(315deg);
}






#a-to-z .headerPageTitl {
  width: 100%;
  height: 300px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-size: cover;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #a-to-z .headerPageTitl {
    height: 150px;
    margin-bottom: 30px;
  }
}
#a-to-z .headerPageTitl h1 {
  font-size: 30px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  padding: 20px 0;
  background: rgba(230, 0, 18, 0.5);
}
@media screen and (max-width: 768px) {
  #a-to-z .headerPageTitl h1 {
    font-size: 18px;
    padding: 5px 0;
  }
}
#a-to-z .lead {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #a-to-z .lead {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
#a-to-z .index {
  padding: 30px 60px 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #a-to-z .index {
    width: 90%;
    padding: 10px 10px 0;
    margin: 0 auto 30px;
    background: #f4f4f4;
  }
}
#a-to-z .index ol li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0px;
  font-size: 16px;
	line-height: 24px;
}
@media screen and (max-width: 768px) {
  #a-to-z .index ol li {
    font-size: 13px;
  }
}
#a-to-z .index ol a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#a-to-z .index > ol > li {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #a-to-z .index > ol > li {
    font-size: 16px;
  }
}
#a-to-z .index > ol > li:last-child {
  margin-bottom: 0;
}
#a-to-z figure {
  margin-bottom: 50px;
}
#a-to-z figure img {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #a-to-z figure {
    margin-bottom: 30px;
  }
  #a-to-z figure img {
    width: 100%;
  }
}

#a-to-z figure.sizeM {
  margin-top: -30px;
}
#a-to-z figure.sizeM img {
  width: 450px;
}
@media screen and (max-width: 768px) {
  #a-to-z figure.sizeM {
    margin-top: -10px;
  }
  #a-to-z figure.sizeM img {
    width: 100%;
  }
}

#a-to-z figure iframe {
  display: block;
  margin: 0 auto;
}
#a-to-z figure figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #a-to-z figure figcaption {
    font-size: 12px;
  }
}
#a-to-z .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#a-to-z .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#a-to-z.offside .headerPageTitl {
  background: url(/img/a-to-z/offside/header_offside.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.buildup .headerPageTitl {
  background: url(/img/a-to-z/buildup/header_buildup.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.football_pitch .headerPageTitl {
  background: url(/img/a-to-z/football_pitch/header_football_pitch.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.var .headerPageTitl {
  background: url(/img/a-to-z/var/header_var.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.position .headerPageTitl {
  background: url(/img/a-to-z/position/header_position.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.intensity .headerPageTitl {
  background: url(/img/a-to-z/intensity/header_intensity.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.gametime .headerPageTitl {
  background: url(/img/a-to-z/game_time/header_gametime.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z.var .content dl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #a-to-z.var .content dl {
    margin-bottom: 30px;
  }
}
#a-to-z.var .content dl dt, #a-to-z.var .content dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #a-to-z.var .content dl dt, #a-to-z.var .content dl dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #a-to-z.var .content dl dt {
    font-size: 16px;
  }
}
#a-to-z.var .content dl dd {
  width: calc(100% - 3em);
  text-indent: 0em;
  padding-left: 1em;
}
#a-to-z.dogso .headerPageTitl {
  background: url(/img/a-to-z/dogso/header_dogso.jpg) center top no-repeat;
  background-size: cover;
}
#a-to-z .textWrap .flexWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .flexWrap {
    display: block;
  }
}
#a-to-z .textWrap .flexWrap > div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .flexWrap > div {
    width: 100%;
  }
}
#a-to-z .textWrap .flexWrap > div:first-child {
  width: calc(50% - 30px);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .flexWrap > div:first-child {
    width: 100%;
    margin: 0;
  }
}
#a-to-z .textWrap .flexWrap img {
  width: 100%;
}
#a-to-z .textWrap .flexWrap.large > div:first-child {
  width: 60%;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .flexWrap.large > div:first-child {
    width: 100%;
  }
}
#a-to-z .textWrap .flexWrap.large > div:last-child {
  width: calc(40% - 30px);
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .flexWrap.large > div:last-child {
    width: 100%;
  }
}
#a-to-z .textWrap .borderBoxWrap.qa {
  position: relative;
  padding-left: 50px;
  margin-top: 10px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .borderBoxWrap.qa {
    padding-top: 30px;
    padding-left: 10px;
    margin-top: 20px;
  }
}
#a-to-z .textWrap .borderBoxWrap.qa:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 49px;
  background-image: url(/img/outline/q.png);
  background-size: contain;
  vertical-align: middle;
  top: -10px;
  left: -7px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap .borderBoxWrap.qa:after {
    width: 40px;
    height: 39px;
  }
}
#a-to-z .textWrap ul {
  padding: 10px 18px;
}
#a-to-z .textWrap ul.decimal {
  list-style-type: decimal;
}
#a-to-z .textWrap ul.disc {
  list-style: disc outside;
}
#a-to-z .textWrap ul.small li {
  font-size: 10px;
  line-height: 1.3em;
}
#a-to-z .textWrap p.title {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #a-to-z .textWrap p.title {
    font-size: 16px;
  }
}
#a-to-z .textWrap p.title span {
  display: block;
  font-size: 16px;
}
#a-to-z .textWrap p.bold {
  font-weight: 700;
}
#a-to-z .textWrap p.txt_c {
  text-align: center;
}
#a-to-z .textWrap .iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#a-to-z .textWrap .iframeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#a-to-z .textWrap table {
  margin: 0 auto;
  margin-bottom: 30px;
}
#a-to-z .textWrap table tr th, #a-to-z .textWrap table tr td {
  border: 1px solid #bbbbbb;
  padding: 10px;
}
#a-to-z .textWrap table tr th {
  text-align: center;
  width: 350px;
}
#a-to-z .textWrap + h3 {
  margin-top: 30px;
}

#a-to-z .player {
  padding: 0px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #a-to-z .player {
    width: 90%;
    padding: 0px;
    margin: 0 auto 30px;
  }
}
#a-to-z .player ul {
	display: block;
    margin: auto;
    padding: 0px;
    list-style: none;
}
#a-to-z .player ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0px;
    font-size: 0em;
    line-height: 0;
    clear: both;
}
#a-to-z .player ul li {
	display: block;
	float: left;
	width: 30%;
    margin: 0px 5% 0% 0px;
    padding: 0px;
}
#a-to-z .player ul li:nth-child(3n) {
    margin: 0px 0% 0% 0px;
}
#a-to-z .player ul li a{
	display: block;
	color: #000000;
	transition: all 0.2s ease;
}
#a-to-z .player ul li a:hover{
	opacity: .8;
	text-decoration: none;
}
#a-to-z .player ul li img{
	width: 100%;
}
#a-to-z .player ul li .name{
  font-size: 18px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  #a-to-z .player ul li .name {
    font-size: 16px;
  }
}
#a-to-z .player ul li .neme_en{
  font-size: 16px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  #a-to-z .player ul li .neme_en {
    font-size: 13px;
  }
}
#a-to-z .player ul li .other{
  font-size: 14px;
	margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  #a-to-z .player ul li .other {
    font-size: 12px;
  }
}

.margT0 {
  margin-top: 0px;
}

.margT10 {
  margin-top: 10px;
}

.margT20 {
  margin-top: 20px;
}

.margT30 {
  margin-top: 30px;
}

.margT40 {
  margin-top: 40px;
}

.margT50 {
  margin-top: 50px;
}

.margT60 {
  margin-top: 60px;
}

.margT70 {
  margin-top: 70px;
}

.margT80 {
  margin-top: 80px;
}

.margB0 {
  margin-bottom: 0px;
}

.margB10 {
  margin-bottom: 10px;
}

.margB20 {
  margin-bottom: 20px;
}

.margB30 {
  margin-bottom: 30px;
}

.margB40 {
  margin-bottom: 40px;
}

.margB50 {
  margin-bottom: 50px;
}

.margB60 {
  margin-bottom: 60px;
}

.margB70 {
  margin-bottom: 70px;
}

.margB80 {
  margin-bottom: 80px;
}

.paddT0 {
  padding-top: 0px;
}

.paddT10 {
  padding-top: 10px;
}

.paddT20 {
  padding-top: 20px;
}

.paddT30 {
  padding-top: 30px;
}

.paddT40 {
  padding-top: 40px;
}

.paddT50 {
  padding-top: 50px;
}

.paddT60 {
  padding-top: 60px;
}

.paddT70 {
  padding-top: 70px;
}

.paddT80 {
  padding-top: 80px;
}

.paddB0 {
  padding-bottom: 0px;
}

.paddB10 {
  padding-bottom: 10px;
}

.paddB20 {
  padding-bottom: 20px;
}

.paddB30 {
  padding-bottom: 30px;
}

.paddB40 {
  padding-bottom: 40px;
}

.paddB50 {
  padding-bottom: 50px;
}

.paddB60 {
  padding-bottom: 60px;
}

.paddB70 {
  padding-bottom: 70px;
}

.paddB80 {
  padding-bottom: 80px;
}