@charset "utf-8";
/* CSS Document */
/* mainArea
--------------------------------------------------------------------*/

#mainArea {
  width:100%;
  height:auto;
  position:absolute;
  top:0;
  z-index:500;
}
#visualBlock {
  width:100%;
  height:380px;
  background-image:url(../images/main.jpg);
  background-size:cover;
  background-position:center;
}
#visualBlock h1 {
  width:100%;
  text-align:center;
  padding:190px 0 0;
  color:#FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size:500%;
  line-height:0.5em;
  text-shadow: 4px 4px 10px #000000;
}
#visualBlock h1 span {
  font-size:20px;
  
}


.contactBox {
  width:360px;
  margin-bottom:20px;
  padding:0 20px 0 0;
}
.contactBox p {
  line-height:1.4em;
}
.contactBox h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size:139%;
  line-height:1.4em;
  padding:0 0 20px;
}
.contactBox dl {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  border-top:#666 dotted 1px;
  margin-top:20px;
}
.contactBox dt {
  width:24%;
  line-height:1.4em;
  padding:8px 0;
}
.contactBox dd {
  width:80%;
  line-height:1.4em;
  padding:8px 0;
}

.downloadBtn {
  text-align:center;
  padding:20px 0;
}
.downloadBtn a {
  display:block;
	background-color: #ff6600;
  border-radius:8px;
  padding:24px 0;
  color:#FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
  font-size:185%;
  text-decoration:none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.downloadBtn a:hover {
	background-color:rgba(240,26,86,1.00);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}




.tableBox {
  width:610px;
}
.tableBox table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.tableBox th {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 0px;
  padding: 5px;
  width: 31%;
  background: #C4ECFF;
  text-align: left;
  vertical-align: top;
}

.tableBox td {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  margin: 0px;
  padding: 5px; line-height:1.4em;
}

.tableBox h4 {
  font-weight:bold;
  color:#FFF;
  padding:3px 2px 2px 3px;
  margin:0 0 5px;
  background:#06C;
}

.tableBox p {
  font-size:92.4%;
  line-height:1.5em;
}

.tableBox ul {
  font-size:92.4%;
  line-height:1.5em;
}

.tableBox li {
  list-style:disc;
  margin:2px 0 2px 20px;
}
.supportersName h4 {
  font-size: 131%;
  font-weight: bold;
  color: #F60;
  padding-left: 5px;
  border-left: 5px solid #F60;
  margin: 20px 0px 0px;
}

.supportersName dl {
  margin: 0px;
  padding: 0px 0px 10px 20px;
}

.supportersName dt {
  border-bottom: 1px dotted #06C;
  font-size: 124%;
  font-weight: bold;
  color: #06C;
  margin: 0px;
  padding: 20px 0px 2px;
}

.supportersName dd {
  padding: 10px 0px 10px 20px;
  margin:0 0 10px 0;
  border-bottom: 1px solid #06C;
}
.supportersName p {
  line-height:1.5em;
}

.supportersName img { margin: 0px 0px 4px; }

.supportersName ul {
  border-top: 1px dotted #06C;
  margin:20px 0 0 20px;
}

.supportersName li {
  border-bottom: 1px dotted #06C;
  font-size: 124%;
  font-weight: bold;
  color: #06C;
  margin: 0px;
  padding: 8px 0px 6px;
}

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {


#visualBlock {
  width:100%;
  height:240px;
}

#visualBlock h1 {
  padding:125px 0 0;
  font-size:239%;
  line-height:0.8em;
}

#specArea {
  padding:10px;
}
.specBlock {
  width:100%
}
.contactBox {
  width:100%;
  padding:0 0 0 0;
}
.contactBox h3 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  font-size:124%;
}
.contactBox dl {
  display: block;
  border-top:#666 dotted 1px;
}
.contactBox dt {
  width:100%;
  line-height:1.4em;
  padding:8px 0 0;
}
.contactBox dd {
  width:100%;
  line-height:1.4em;
  padding:0px 0 8px;
}
.downloadBtn a {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  font-size:124%;
  padding:14px 0;
}
.tableBox {
  width:100%;
}


.tableBox table {
  width:100%;
}
.tableBox th {
  display:none;
}
.tableBox td.cellTd01:nth-of-type(1):before { content: "[ グレートサポーター ]　年額50万円以上の賛助をしてくださる個人・団体 "; }
.tableBox td.cellTd02:nth-of-type(1):before { content: "[ オフィシャルサプライヤー ]　年間を通して、ＦＣの活動に必要な物品またはサービスを提供してくださる個人・団体"; }
.tableBox td.cellTd03:nth-of-type(1):before { content: "[ スペシャルサポーター ]　年額10万円以上の賛助をしてくださる個人・団体"; }
.tableBox td.cellTd04:nth-of-type(1):before { content: "[ ブルーサポーター ]　年額3千円以上の賛助をしてくださる個人・団体"; }
.tableBox td.cellTd05:nth-of-type(1):before { content: "[ レフェリーサポーター ]　年間を通して、ＦＣの公式戦・テストマッチ等で審判をしてくださる個人"; }
.tableBox td.cellTd06:nth-of-type(1):before { content: "[ マネージメントサポーター ]　年間を通して、ＦＣの運営の手伝いをしてくださる個人"; }


}