/*
Theme Name: blog1
Author: TakumiOnodera
Description: This is my original theme.
Version: 1.0
*/

@charset "utf-8";


@media(min-width: 600px){

/* PC版 表示 */
body{
  margin:0;
  width:100%;
  text-align: center;
  background-color:#000000;
}

ul{
  padding-left:0;
}

li{
  list-style:none;
  display:inline-block;
}

a{
  text-decoration:none;
  display:inline-block;
}


.main-contents{
  text-align:center;
  width:100%;
  display:flex;
  justify-content: center;
}

/* --------------------------------------------------------------------------- */




/* -------------------------------------header-------------------------------------- */

/* ヘッダー 要素全体 */
header{
  background-color:#000000;
  width:100%;
  display:inline-block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  margin:0px 0px 0px 0px;
}

/* ヘッダー タイトルとロゴ要素全体 */
.header-title{
  font-size: 30px;
  width:270px;
  height:60px;
  font-weight: 900;
  padding:5px;
  margin:0px 0px 0px 10px;
  color: #ffffff;
  display: inline-block;
  float: left;
  background-color:#000000;
}
.header-title:hover{
  display: inline-block;
}

/* ヘッダー 画像 */
.header-logo{
  display: inline-block;
  text-align:left;
  float: left;
}
.header-logo img{
  width:50px;
  height:50px;
}

/* ヘッダー メインタイトル */
.header-maintitle{
  text-align:left;
  width:200px;
  height:20px;
  display: inline-block;
  float: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size: 20px;
  margin:0px 0px 8px 4px;
  padding:0px 0px 0px 0px;
  color: #ffffff;
}

/* ヘッダー サブタイトル */
.header-subtitle{
  text-align:left;
  width:200px;
  height:20px;
  display:inline-block;
  float: left;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 15px;
  padding:0px 20px 0px 0px;
  margin:0px 0px 0px 4px;
  color: #ffffff;
}

/* ヘッダー メニュー要素全体 */
.header-menu{
  height:60px;
  font-size:15px;
  display:inline-block;
  float:right;
  background-color:#000000;
  padding:0px 0px 0px 0px;
}

/* ヘッダー メニュー要素 */
.header-menu-list{
  display:inline-block;
}
.header-menu-list a{
  font-size:15px;
  height:60px;
  line-height:60px;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  margin:0px;
  padding:0px 5px 0px 5px;
  color: #ffffff;
  text-align:center;
}
.header-menu-list :hover{
  background-color:#113479;
  height:60px;
  display:block;
  padding:0px 5px 0px 5px;
}






/* PC用 メニュー要素 */
.header-gnavi-wrap {
  width:100%;
  height:60px;
  margin: 0 auto;
}

/* PC用 メニュー表示 カテゴリ 要素全体 */
.header-gnavi-lists {
  display: flex;
  justify-content: flex-end;
}

/* PC用 メニュー表示 カテゴリ */
.header-gnavi-list {
  width:140px;
  height: 60px;
  line-height:60px;
  background-color:#000000;
  color:#ffffff;
  position: relative;
  transition: all .3s;
  text-align: center;
  font-size: 14px;
  font-weight:900;
}
.header-gnavi-list:hover {
  background-color:#113479;
}
.header-gnavi-list:hover::before {
  background-color: #113479;
}
.header-gnavi-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight:900;
  transition: all .3s;
}
.header-gnavi-list:hover a {
  color: #ffffff;
}

/* PC用 メニュー表示 サブカテゴリ 要素全体 */
.header-dropdown-lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 12px;
  font-weight:600;
}

/* PC用 メニュー表示 ホバー時の動き */
.header-gnavi-list:hover .header-dropdown-lists {
  display: block;
}

/* PC用 メニュー表示 サブカテゴリ */
.header-dropdown-list {
  background-color: #113479;
  width:100%;
  height: 60px;
  transition: all .3s;
  position: relative;
  z-index:999;
  font-size: 12px;
  font-weight:600;
}
.header-dropdown-list:hover {
  background-color: #003558;
}
.header-dropdown-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 12px;
  font-weight:600;
}
.header-dropdown-list a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
}

/* モバイル用 メニュー表示 ON OFF */
.header-mobile-contents{
  display:none;
}

/* -------------------------------------frontpage-------------------------------------- */


/* フロントページ 要素全体 */
.frontpage-container{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
}

/* スライダー要素 */
.frontpage-slider-pc{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;  
}
.frontpage-slider-mobile{
  display:none;
}

/* フロントページ 要素 */
.frontpage-contents{
  background-color:#000000;
  width:100%;
  height:auto;
  display:inline-block;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
}

/* フロントページ タイトル 英語 */
.frontpage-title-en{
  color:#ffffff;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 70px;
  line-height:50px;
  width:100%;
  margin-top:20px;
}

/* フロントページ タイトル 日本語 */
.frontpage-title-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 25px;
  width:100%;
  margin-top:10px;
  margin-bottom:20px;
}

/* フロントページ ニュース 要素全体 */
.frontpage-news{
  width:1000px;
  margin-left: auto;
  margin-right: auto;
  display:block;
}

/* フロントページ ニュース リスト */
.frontpage-news-list-all{
  width:1000px;
  display:block;
  border-radius:20px;
  background-color:#ffffff;
  padding:10px;
}

/* フロントページ ニュース リスト */
.frontpage-news-list{
  width:980px;
  margin:8px;
  float: left;
}

/* フロントページ ニュース リスト 仕切り線 */
.frontpage-news-list-line{
  border-bottom: 0.5px solid #696969;
  width:980px;
  float: left;
}

/* フロントページ ニュース タグ・日付 要素全体 */
.frontpage-news-info{
  width:100%;
  display:flex;
}

/* フロントページ ニュース タグ */
.frontpage-news-tag{
  background-color:#000000;
  color:#ffffff;
  font-family: "Kosugi", sans-serif;
  font-weight:500;
  font-size: 20px;
  display:inline-block;
  padding:3px 5px;
  margin:0px 4px;
}
.frontpage-news-tag a{
  color:#ffffff;
}
.frontpage-news-tag :hover{
  background-color:#dddddd;
  color:#000000;
  padding:3px 5px;
  font-weight:500;
}

/* フロントページ ニュース 日付 */
.frontpage-news-time{
  color:#000000;
  font-family: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 20px;
  padding:3px 0px 3px 0px;
  margin:0px 0px 0px 0px;
}

/* フロントページ ニュース タイトル */
.frontpage-news-title{
  color:#000000;
  font-family: "Kosugi", sans-serif;
  font-weight:700;
  font-size: 20px;
  padding:3px 0px 3px 0px;
  margin:4px 0px 0px 0px;
  text-align: left;
}
.frontpage-news-title a{
  color:#000000;
}
.frontpage-news-title :hover{
  color:#ffffff;
  background-color:#113479;
  padding:0px;
  margin:0px;
}

/* フロントページ ニュース もっと見るボタン */
.frontpage-news-btn{
  color:#ffffff;
  background-color:#000000;
  font-family: "Kosugi", sans-serif;
  font-weight:600;
  font-size: 24px;
  text-align: center;
  display:inline-block;
  margin:15px 0px 10px 0px;
}
.frontpage-news-btn a{
  color:#ffffff;
  background-color:#000000;
  padding:3px 5px 3px 5px;
  margin:0px;
}
.frontpage-news-btn :hover{
  color:#ffffff;
  background-color:#113479;
}

/* フロントページ 試合日程/結果 要素全体 */
.frontpage-match{
  width:1000px;
  margin-left: auto;
  margin-right: auto;
  display:block;
}

/* 試合日程・結果 要素 */
.frontpage-match-slider{
  width:330px;
  height:auto;
  display:inline-block;
  border-radius:0px;
  margin:0px 10px 20px 10px;
  padding:0% 0% 0% 0%;
  box-shadow:none;
  background-color:#113479;
}
.frontpage-match-slider img{
  width:100%;
}

/* リーグ表・星取表 */
.frontpage-match-slider2{
  width:480px;
  height:auto;
  display:inline-block;
  border-radius:0px;
  margin:0px 10px 20px 10px;
  padding:0% 0% 0% 0%;
  box-shadow:none;
  background-color:#113479;
}
.frontpage-match-slider2 img{
  width:100%;
}

/* フロントページ 動画 要素全体 */
.frontpage-movie{
  width:510px;
  display:inline-block;
  background-color:#113479;
  margin:15px 15px 15px 15px;
  padding:0px 15px 15px 15px;
}

/* フロントページ ギャラリー 要素全体 */
.frontpage-gallery{
  width:510px;
  display:inline-block;
  background-color:#113479;
  margin:15px 15px 15px 15px;
  padding:0px 15px 15px 15px;
}

/* フロントページ ギャラリー スライダー要素 */
.frontpage-gallery-slider{
  width:480px;
  height:270px;
  display:inline-block;
  background-color:#113479;
}
.frontpage-gallery-slider img{
  width:100%;
}

/* フロントページ 横並びにしない 要素全体 */
.frontpage-yoko1{
  width:1080px;
  margin-left: auto;
  margin-right: auto;
  display:flex;
}

/* フロントページ 横並びにするための 要素全体 */
.frontpage-yoko2{
  width:1080px;
  margin-left: auto;
  margin-right: auto;
  display:flex;
}

/* フロントページ YouTubeリンク要素 */
.frontpage-youtube-link{
  width:480px;
  aspect-ratio: 16 / 9;
}
.frontpage-youtube-link iframe{
  width:100%;
  height:100%;
}

/* フロントページ SNS 要素全体 */
.frontpage-sns{
  width:1200px;
  margin-left: auto;
  margin-right: auto;
  display:block;
}

/* フロントページ SNS リスト要素全体 */
.frontpage-sns-list-all{
  width:100%;
  display:flex;
}

/* フロントページ SNS リスト */
.frontpage-sns-list{
  width:200px;
  margin:0px 8px 0px 8px;
  display:block;
}

/* フロントページ SNS リスト画像 */
.frontpage-sns-list-img{
}
.frontpage-sns-list-img a:hover{
  filter: brightness(0.4);
}

/* フロントページ SNS ボタン */
.frontpage-sns-btn{
  display:inline-block;
}
.frontpage-sns-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
}
.frontpage-sns-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フロントページ 80px空白スペース */
.frontpage-space80px{
  width:100%;
  height:85px;
  margin-bottom:-5px;
  display:block;
}

/* フロントページ 80px空白スペース(pc) */
.frontpage-space80px-pc{
  width:100%;
  height:80px;
  display:block;
  margin-top:-5px;
}

/* フロントページ 60px空白スペース(mobile) */
.frontpage-space60px-mobile{
  width:100%;
  height:0px;
  display:block;
  margin-top:0px;
}

/* フロントページ 40px空白スペース(mobile) */
.frontpage-space40px-mobile{
  width:100%;
  height:0px;
  display:block;
  margin-top:0px;
}

/* フロントページ 20px空白スペース(mobile) */
.frontpage-space20px-mobile{
  width:100%;
  height:0px;
  display:block;
  margin-top:0px;
}

/* フロントページ 説明文 */
.frontpage-sentence{
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size: 18px;
  color:#000000;
  background-color:#ffffff;
  line-height:22px;
  margin:0px 0px 20px 0px;
  margin-left: auto;
  margin-right: auto;
  padding:8px 12px 8px 12px;
  display:inline-block;
  border-radius:15px;
}


















/* フロントページ タイトル 要素全体 */
.frontpage-contents-title-zentai{
  width:100%;
  margin:0px 0px 30px 0px;
}

/* フロントページ タイトル英語 青背景・白文字 */
.frontpage-contents-title-en-b{
  display:inline-block;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-size: 50px;
  font-weight:500;
  padding:3px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  background-color:#113479;
  color: #ffffff;
  width:200px;
  text-align:center;
}

/* フロントページ タイトル日本語 青背景・白文字 */
.frontpage-contents-title-jp-b{
  display:inline-block;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:700;
  padding:0px 0px 10px 0px;
  margin:0px 0px 20px 0px;
  background-color:#113479;
  color: #ffffff;
  width:200px;
}

/* フロントページ 試合結果 要素全体 */
.frontpage-match-result-contents{
  width:100%;
  padding:60px 0px 60px 0px;
  margin:-3px 0px 0px 0px;
  background-color:#000000;
}

/* フロントページ ニュース記事 要素全体 */
.frontpage-news-contents{
  width:100%;
  display:inline-block;
  text-align:center;
  padding:20px 0px 40px 0px;
  background-color:#000000;
}

/* フロントページ SNS 要素全体 */
.frontpage-sns-list{
  text-align:center;
  display:inline-block;
}

/* 試合日程・結果 タイトル */
.frontpage-match-list-title{
  font-family: "League Gothic", sans-serif;
  font-size:40px;
  line-height:45px;
  font-weight:400;
  margin:0px 0px 0px 0px;
  color:#ffffff;
  text-align:left;
  float:left;
}

/* 試合日程・結果 リンク */
.frontpage-match-list-link{
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  line-height:16px;
  font-size:14px;
  font-weight:500;
  text-align:right;
  float:right;
  margin:25px 0px 0px 0px;
}
.frontpage-match-list-link a{
  color:#ffffff;
  text-decoration:none;
}
.frontpage-match-list-link :hover{
  color:#dddddd;
}

/* 試合日程・結果 要素全体 */
.frontpage-match-list-all{
  width:300px;
  display:inline-block;
  margin:0px 10px 0px 10px;
  padding:0px 0px 0px 0px;
}

/* 試合日程・結果 100% 要素 */
.frontpage-match-list-contents{
  width:100%;
}

/* 試合日程・結果 要素 */
.frontpage-match-list{
  width:300px;
  display:inline-block;
  border-radius:0px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  background-color:#113479;
  vertical-align:top;
}
.frontpage-match-list img{
  width:100%;
}

/* 選手募集 本文 */
.frontpage-team-introduction{
  background-color:#000000;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:30px;
  margin:-10px 0px 0px 0px;
  padding:40px 0px 0px 0px;
}

/* ハイライト表示 要素全体 */
.frontpage-videolink-contents{
  background-color:#000000;
  display:inline-block;
  width:100%;
  padding:0px 0px 0px 0px;
}

/* ハイライト表示 youtube 要素全体 */
.frontpage-videolink-youtube-list-all{
  display:inline-block;
  background-color:#000000;
  width:100%;
  margin:0px 0px 40px 0px;
}

/* ハイライト表示 youtube 要素 */
.frontpage-videolink-youtube-list{
  display:inline-block;
  margin:0px 10px 0px 10px;
  background-color:#000000;
}

/* ハイライト表示 instagram 要素全体 */
.frontpage-videolink-instagram-list-all{
  display:inline-block;
  width:100%;
  margin:0px 0px 40px 0px;
  background-color:#000000;
}

/* ハイライト表示 instagram 要素 */
.frontpage-videolink-instagram-list{
  display:inline-block;
  margin:0px 10px 0px 10px;
  background-color:#000000;
}



/* -------------------------------------container-------------------------------------- */

/* コンテンツ要素全体 */
.container{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;
}


/* -------------------------------------category-------------------------------------- */

/* カテゴリ トップ 画像 */
.category-top-image{
  position: relative;
  text-align:center;
  width:100%;
}
.category-top-image img{
  width:100%;
}

/* ニュース 要素全体 */
.category-news{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* ニュース タイトル */
.category-news-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* ニュース カテゴリ(タグ)選択 要素全体 */
.category-news-tag-select-all{
  display:block;
  text-align:center;
  margin:15px 0px 15px 0px;
}

/* ニュース カテゴリ(タグ)選択(グレー) */
.category-news-tag-select-btn-gray{
  color:#ffffff;
  background-color:#7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:5px 5px 5px 5px;
  line-height:30px;
}
.category-news-tag-select-btn-gray a{
  color:#ffffff;
  background-color:#7d7d7d;
  padding:0px 5px 0px 5px;
  margin:0px;
}
.category-news-tag-select-btn-gray :hover{
  color:#ffffff;
  background-color:#113479;
}

/* ニュース カテゴリ(タグ)選択(青) */
.category-news-tag-select-btn-blue{
  color:#ffffff;
  background-color:#113479;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:5px 5px 5px 5px;
}
.category-news-tag-select-btn-blue a{
  color:#ffffff;
  background-color:#113479;
  padding:0px 5px 0px 5px;
  margin:0px;
}
.category-news-tag-select-btn-blue :hover{
  color:#ffffff;
  background-color:#113479;
}

/* ニュース 記事一覧 要素全体 100%（※ニュースページ以外でも使用） */
.category-news-post-list-all{
  width:85%;
  text-align:center;
  display:inline-block;
  vertical-align:top;
  padding:0px 0px 0px 0px;
}

/* ニュース記事一覧 要素全体 */
.category-news-post-list-4x2-all{
  width:1200px;
  text-align:center;
  display:inline-block;
  vertical-align:top;
  padding:0px 0px 0px 0px;
}

/* ニュース記事 1つ1つ要素 */
.category-news-post-list{
  width:250px;
  height:250px;
  display:inline-block;
  margin:8px 8px 8px 8px;
  background-color:#ffffff;
  box-shadow: 0px 0px 5px 0px #777777;
  vertical-align:top;
}
.category-news-post-list a:hover{
  width:100%;
  height:100%;
  background-color:#ffffff;
  filter: brightness(0.4);
}

/* ニュース記事 サムネイル要素 */
.category-news-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:10px 10px 8px 10px;
}
.category-news-post-list-thumbnail img{
  width:100%;
  vertical-align:top;
}

/* ニュース記事 記事情報 要素全体 */
.category-news-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* ニュース記事 投稿時間 */
.category-news-post-list-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:14px;
  font-weight:700;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:20px;
  color:#000000;
}

/* ニュース記事 タグ */
.category-news-post-list-tag{
  text-align:left;
  font-size:12px;
  font-weight:700;
  font-family: "Noto Sans JP", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 3px 0px 3px;
  line-height:20px;
  background-color:#000000;
  color:#ffffff;
}

/* ニュース記事 タイトル要素 */
.category-news-post-list-title{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:700;
  line-height:22px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:3px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* 選手紹介 要素全体 */
.category-team{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* 選手紹介 タイトル */
.category-team-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* 選手紹介 ポジション別 見出し */
.category-team-position-title{
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:24px;
  margin:40px 0px 40px 0px;
  display:inline-block;
  background-color:#113479;
  padding:5px 8px 5px 8px;
  color:#ffffff;
  width:100%;
  text-align:center;
}

/* 選手紹介スタッフ 肩書き */
.category-team-player-club-position{
  font-family: "Kosugi", sans-serif;
  font-size: 20px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  height:60px;
  color:#a68232;
  margin:8px 0px -8px 0px;
}

/* 選手紹介 要素全体 */
.category-team-player-list-all{
  width:70%;
  margin:0% 15% 0% 15%;
  text-align:left;
  display:inline-block;
}

/* 選手紹介 要素 */
.category-team-player-list{
  width:220px;
  text-align:center;
  display:inline-block;
  background-color:#113479;
  padding:10px 10px 10px 10px;
  margin:15px 10px 15px 10px;
}
.category-team-player-list img{
  width:200px;
  height:200px;
}

/* 選手紹介 背番号と名前 要素 */
.category-team-player-info{
  margin:0px 0px 0px 0px;
  width:200px;
  text-align:center;
  margin:0px 0px 0px 0px;
}

/* 選手紹介 背番号 */
.category-team-player-number{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  width:50px;
  height:60px;
  color:#a68232;
}

/* 選手紹介 選手名 日本語 */
.category-team-player-name-jp{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:150px;
  height:35px;
}

/* 選手紹介 選手名 英語 */
.category-team-player-name-en{
  font-family: "League Gothic", sans-serif;
  font-size:18px;
  font-weight:500;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:150px;
  height:25px;
}

/* クラブ概要 要素全体 */
.category-club{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* クラブ概要 タイトル */
.category-club-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* クラブ概要 コンテンツ */
.category-club-contents{
  width:56%;
  margin:0% 22% 0% 22%;
  text-align:center;
}

/* クラブ概要 サブタイトル */
.category-club-subtitle{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:700;
  text-align:center;
  line-height:38px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:50px 0px 10px 0px;
  border-radius:0px;
}

/* クラブ概要 サブサブタイトル */
.category-club-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  line-height:20px;
  color:#ffffff;
  background-color:#000000;
  padding:5px 8px 5px 8px;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:center;
}

/* クラブ概要 説明文 */
.category-club-text{
  text-align:left;
}
.category-club-text img{
  display:inline-block;
  width:100%;
  margin:15px 0px 15px 0px;
}











/* 後で消す↓ */
/* ジョブパートナー 要素全体 */
.job-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#000000;
  width:100%;
  padding:0px 0px 60px 0px;
}

/* ジョブパートナー 説明文 */
.job-partner-text{
  width:60%;
  text-align:left;
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  padding:0px 0px 20px 0px;
}

/* ジョブパートナー 説明文 画像 */
.job-partner-text img{
  display:inline-block;
  margin:10px 0% 10px 0%;
  width:100%;
}

/* ジョブパートナー 要素全体 */
.job-partner-list-all{
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  padding:20px 0px 30px 0px;
  width:100%;
  display:block;
  text-align:center;
}

/* ジョブパートナー 要素 */
.job-partner-list{
  display:inline-block;
  width:30%;
  margin:8px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.job-partner-list img{
  vertical-align: top;
  width:100%;
}
.job-partner-list a{
  display:inline-block;
  width:100%;
}
.job-partner-list :hover{
  filter: brightness(0.4);
  display:inline-block;
}

/* ジョブパートナー 仕切り線 要素 */
.job-partner-border{
  border-bottom: 1px solid #ffffff;
  width:60%;
  text-align:center;
  display:inline-block;
  margin:30px 0px 30px 0px;
}

/* パートナー 説明文 */
.partner-text{
  width:60%;
  text-align:left;
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  padding:0px 0px 20px 0px;
}

/* パートナー 説明文 太文字 */
.partner-text-bold{
  width:60%;
  text-align:left;
  font-weight:900;
  text-align:center;
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  padding:0px 0px 20px 0px;
  font-size: 20px;
  color:#ffffff;
}

/* パートナー 説明文 画像 */
.partner-text img{
  display:inline-block;
  margin:10px 0% 10px 0%;
  width:100%;
}

/* ゴールドパートナー 要素全体 */
.gold-partner-list-all{
  background-color:#ffffff;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:20px 0px 30px 0px;
  width:100%;
  display:inline-block;
}

/* ゴールドパートナー 要素 */
.gold-partner-list{
  display:inline-block;
  width:50%;
  margin:8px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.gold-partner-list img{
  vertical-align: top;
  width:100%;
}
.gold-partner-list a{
  display:inline-block;
  width:100%;
}
.gold-partner-list :hover{
  filter: brightness(0.4);
  display:inline-block;
}

/* シルバーパートナー 要素全体 */
.silver-partner-list-all{
  background-color:#ffffff;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:20px 0px 30px 0px;
  width:100%;
  display:inline-block;
}

/* シルバーパートナー 要素 */
.silver-partner-list{
  display:inline-block;
  width:50%;
  margin:8px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.silver-partner-list img{
  vertical-align: top;
  width:100%;
}
.silver-partner-list a{
  display:inline-block;
  width:100%;
}
.silver-partner-list :hover{
  filter: brightness(0.4);
  display:inline-block;
}

/* ブロンズパートナー 要素全体 */
.bronze-partner-list-all{
  background-color:#ffffff;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:20px 0px 30px 0px;
  width:100%;
  display:inline-block;
}

/* ブロンズパートナー 要素 */
.bronze-partner-list{
  display:inline-block;
  width:50%;
  margin:8px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.bronze-partner-list img{
  vertical-align: top;
  width:100%;
}
.bronze-partner-list a{
  display:inline-block;
  width:100%;
}
.bronze-partner-list :hover{
  filter: brightness(0.4);
  display:inline-block;
}

/* アーカイブ メインコンテンツ・サイドバーを分けるための要素全体 */
.archive-contents{
  text-align:center;
  width:100%;
  display:flex;
  justify-content: center;
}

/* アーカイブ メインコンテンツ要素全体 */
.archive-main-contents{
  width:50%;
  display:inline-block;
  padding:20px 20px 20px 20px;
  float:left;
}

/* 記事内YouTubeリンク要素 */
.youtube-link{
  width:100%;
  aspect-ratio: 16 / 9;
}
.youtube-link iframe{
  width:100%;
  height:100%;
}
/* 後で消す↑ */

/* -------------------------------------footer-------------------------------------- */


/* フッター */
footer{
}

/* フッター 要素全体 */
.footer-contents{
  margin:30px 0px 0px 0px;
}

/* フッター SNS 要素全体 */
.footer-sns-contents{
  width:100%;
  padding:15px 0px 15px 0px;
  border-bottom: 0.5px solid #696969;
  background-color:#000000;
}

/* フッター SNS ボタン */
.footer-sns-btn{
  display:inline-block;
}
.footer-sns-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
}
.footer-sns-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フッター アーカイブメニュー 要素全体 */
.footer-archive-menu{
  width:100%;
  padding:25px 0px 25px 0px;
  border-bottom: 0.5px solid #696969;
    background-color:#000000;
}

/* フッター アーカイブメニュー 要素 */
.footer-archive-menu-list{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  padding:0px 5px 8px 5px;
}
.footer-archive-menu-list a:hover{
  border-bottom: 0.5px solid #ffffff;
}

/* フッター コピーライト 要素 */
.footer-copyright{
  width:100%;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  padding:25px 5px 25px 5px;
  background-color:#000000;
}
.footer-copyright a{
  border-bottom: 1px solid #ffffff;
}

/* フッター パートナー 要素全体 */
.footer-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#113479;
  width:100%;
  padding:15px 0px 10px 0px
}

/* フッター パートナー 要素 背景青 */
.footer-partner-list-all{
  background-color:#113479;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 0px;
  width:90%;
  display:inline-block;
}

/* フッター プラチナスポンサー 要素 */
.footer-platinum-sponsor-list{
  display:inline-block;
  width:38%;
  margin:5px 5px 5px 5px;
}
.footer-platinum-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-platinum-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* フッター ユニフォームスポンサー 要素 */
.footer-uniform-sponsor-list{
  display:inline-block;
  width:38%;
  margin:5px 5px 5px 5px;
}
.footer-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* フッター ゴールドスポンサー 要素 */
.footer-gold-sponsor-list{
  display:inline-block;
  width:28%;
  margin:5px 5px 5px 5px;
}
.footer-gold-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-gold-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* フッター 練習着スポンサー 要素 */
.footer-practice-uniform-sponsor-list{
  display:inline-block;
  width:28%;
  margin:5px 5px 5px 5px;
}
.footer-practice-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-practice-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* フッター シルバースポンサー 要素 */
.footer-silver-sponsor-list{
  display:inline-block;
  width:22%;
  margin:5px 5px 5px 5px;
}
.footer-silver-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-silver-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* フッター ブロンズスポンサー 要素 */
.footer-bronze-sponsor-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.footer-bronze-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-bronze-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* フッター ジョブパートナー 要素 */
.footer-job-partner-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.footer-job-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-job-partner-list a:hover{
  filter: brightness(0.4);
}

/* フッター コンディショニングパートナー 要素 */
.footer-conditioning-partner-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.footer-conditioning-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-conditioning-partner-list a:hover{
  filter: brightness(0.4);
}

/* フッター 連携協定 要素 */
.footer-localgovernment-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.footer-localgovernment-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.footer-localgovernment-list a:hover{
  filter: brightness(0.4);
}

/* フッター パートナー種類 名前 要素 */
.footer-partner-list-name{
  width:100%;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:28px;
  font-weight:900;
  color:#ffffff;
  margin:20px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* -------------------------------------article-------------------------------------- */

article{
  background-color:#ffffff;
  margin:-10px 0px 0px 0px;
  padding:0px 0px 0px 0px;
}

/* 記事とサイドバーを整列するための要素全体 */
.single-contents{
  text-align:center;
  width:100%;
  display:flex;
  justify-content: center;
  padding:20px 0px 0px 0px;
  background-color:#000000;
}

/* 記事 本文 */
p{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:600;
  line-height:28px;
  margin:10px 0px 10px 0px;
  color:#000000;
}

/* 見出しH1 タイトル */
h1{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight:900;
  line-height:34px;
  color:#000000;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:10px 0px 15px 0px;
}

/* 見出しH2 見出し(青背景・白文字) */
h2{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:700;
  text-align:center;
  line-height:38px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:50px 0px 10px 0px;
  border-radius:0px;
}

/* 見出しH3 見出し 黒背景・白文字 */
h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  line-height:20px;
  color:#ffffff;
  background-color:#000000;
  padding:5px 8px 5px 8px;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:center;
}

h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  line-height:32px;
  color:#000000;
  border-bottom:6px solid #113479;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:center;
}

/* 記事 要素全体 */
.article-contents{
  width:55%;
  display:inline-block;
  background-color:#ffffff;
  padding:20px 20px 20px 20px;
  margin:20px 20px 20px 20px;
  float:left;
}

/* 記事 公開時間とタグ要素全体 */
.article-info{
  width:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
}

/* 記事 公開時間 */
.article-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  display:inline-block;
  padding:2px 0px 2px 0px;
  color:#000000;
}

/* 記事 タグ */
.article-tag-list{
  display:inline-block;
}

/* 記事 タグ */
.article-tag{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  background-color:#000000;
  display:inline-block;
  margin:0px 5px 0px 5px;
  line-height:18px;
}
.article-tag a{
  color:#ffffff;
  font-weight:900;
  text-decoration:none;
  padding:1px 5px 4px 5px;
  display:inline-block;
}
.article-tag :hover{
  background-color:#696969;
}

/* 記事 タイトル 要素 */
.article-title{
  display:inline-block;
  text-align:left;
}

/* 記事 サムネイル */
.article-thumbnail{
  margin:0px 0px 0px 0px;
}
.article-thumbnail img{
  width:100%;
  height:auto;
  box-shadow: 0px 0px 5px 0px #777777;
}

/* 記事 本文 */
.article-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:400;
  text-align:left;
  line-height:30px;
}

/* 記事内 画像 */
.wp-block-image{
  margin:15px 0px 15px 0px;
}

/* 記事内 リンクボタン */
.article-link-btn{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:32px;
  background-color:#113479;
  display:inline-block;
  margin:10px 0px 10px 0px;
  border-radius:15px;
}
.article-link-btn a{
  background-color:#444444;
  color:#ffffff;
  text-decoration:none;
  border-radius:15px;
  padding:3px 12px 3px 12px;
}
.article-link-btn :hover{
  background-color:#dddddd;
  border-radius:15px;
  color:#000000;
}

/* 記事 広告バナー 要素全体 */
.article-top-contents{
  width:100%;
  background-color:#ffffff;
  text-align:center;
}

/* 記事 広告バナー 要素全体 */
.article-ad-under-contents{
  width:100%;
  background-color:#ffffff;
  text-align:center;
}

/* 記事 PC用広告バナー 600x100 */
.article-ad-600x100-pc{
  width:600px;
  display:inline-block;
  margin:50px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.article-ad-600x100-pc img{
  display:inline-block;
}

/* 記事 PC用広告バナー(左) 300x300 */
.article-ad-300x300-pc-left{
  width:300px;
  display:inline-block;
  margin:50px 10px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.article-ad-300x300-pc-left img{
  display:inline-block;
}

/* 記事 PC用広告バナー(右) 300x300 */
.article-ad-300x300-pc-right{
  width:300px;
  display:inline-block;
  margin:50px 0px 0px 10px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.article-ad-300x300-pc-right img{
  display:inline-block;
}

/* 記事 mobile用広告バナー 330x55 */
.article-ad-330x55-mobile{
  display:none;
}

/* 記事 mobile用広告バナー 330x330 */
.article-ad-330x330-mobile{
  display:none;
}

/* 記事 ボタン要素 全体 */
.article-bottom-btn-all{
  margin:70px 0px 20px 0px;
  display:inline-block;
  text-align:center;
}

/* 記事 トップに戻るボタン */
.article-home-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.article-home-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 25px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.article-home-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* 記事 ボタン */
.article-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.article-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 20px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  line-height:50px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px 8px 0px 8px;
  width:200px;
  height:50px;
}
.article-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* -------------------------------------single-------------------------------------- */

/* 記事 パートナー企業リスト 要素全体 */
.single-partnerlist{
  width:100%;
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* 記事 パートナー企業リスト タイトル */
.single-partnerlist-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* 記事 パートナー企業リスト 説明文 */
.single-partnerlist-text{
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight:900;
  color:#000000;  
  margin:0px 0px 70px 0px;
}

/* 記事 パートナー企業リスト パートナー 要素全体 */
.single-partnerlist-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#ffffff;
  width:100%;
  padding:15px 0px 10px 0px
}

/* 記事 パートナー企業リスト パートナー 要素 背景 */
.single-partnerlist-partner-list-all{
  background-color:#ffffff;
  margin:20px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:100%;
  display:inline-block;
}

/* 記事 パートナー企業リスト プラチナスポンサー 要素 */
.single-partnerlist-platinum-sponsor-list{
  display:inline-block;
  width:35%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-platinum-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-platinum-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト ユニフォームスポンサー 要素 */
.single-partnerlist-uniform-sponsor-list{
  display:inline-block;
  width:35%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト ゴールドスポンサー 要素 */
.single-partnerlist-gold-sponsor-list{
  display:inline-block;
  width:28%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-gold-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-gold-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト 練習着スポンサー 要素 */
.single-partnerlist-practice-uniform-sponsor-list{
  display:inline-block;
  width:28%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-practice-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-practice-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト シルバースポンサー 要素 */
.single-partnerlist-silver-sponsor-list{
  display:inline-block;
  width:22%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-silver-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-silver-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト ブロンズスポンサー 要素 */
.single-partnerlist-bronze-sponsor-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-bronze-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-bronze-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト ジョブパートナー 要素 */
.single-partnerlist-job-partner-list{
  display:inline-block;
  width:25%;
  margin:8px 8px 8px 8px;
}
.single-partnerlist-job-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-job-partner-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト コンディショニングパートナー 要素 */
.single-partnerlist-conditioning-partner-list{
  display:inline-block;
  width:25%;
  margin:8px 8px 8px 8px;
}
.single-partnerlist-conditioning-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-conditioning-partner-list a:hover{
  filter: brightness(0.4);
}

/* 記事 パートナー企業リスト パートナー種類 名前 要素 */
.single-partnerlist-name{
  width:100%;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:30px;
  font-weight:900;
  color:#000000;
  margin:40px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* -------------------------------------sidebar-------------------------------------- */

sidebar{
  float:right;
  background-color:#000000;
  width:300px;
  margin:20px 10px 20px 30px; 
}

/* サイドバー PC用 要素全体 */
.sidebar-pc-contents{
  width:100%;
  display:inline-block;
}

/* サイドバー mobile用 要素全体 */
.sidebar-mobile-contents{
  width:100%;
  display:none;
}

/* サイドバー 広告要素 正方形 ゴールドパートナー */
.sidebar-ad-square{
  width:100%;
  display:inline-block;
  margin:0px 0px 20px 0px;
}
.sidebar-ad-square img{
  width:100%;
  display:inline-block;
}

/* サイドバー 広告要素 長方形 シルバーパートナー */
.sidebar-ad-rectangle{
  width:100%;
  display:inline-block;
  margin:0px 0px 20px 0px;
}
.sidebar-ad-rectangle img{
  width:100%;
  display:inline-block;
}

/* サイドバー 記事1つ1つ要素 */
.sidebar-post-list{
  width:300px;
  height:auto;
  display:inline-block;
  margin:0px 0px 20px 0px;
  background-color:#ffffff;
}
.sidebar-post-list a:hover{
  width:100%;
  height:auto;
  background-color:#ffffff;
}

/* サイドバー サムネイル要素 */
.sidebar-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:10px 10px 8px 10px;
}
.sidebar-post-list-thumbnail img{
  width:100%;
  vertical-align:top;
}

/* サイドバー 記事情報 要素全体 */
.sidebar-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* サイドバー 投稿時間 */
.sidebar-post-list-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:14px;
  font-weight:700;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:20px;
  color:#000000;
}

/* サイドバー タグ */
.sidebar-post-list-tag{
  text-align:left;
  font-size:12px;
  font-weight:700;
  font-family: "Noto Sans JP", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 3px 0px 3px;
  line-height:20px;
  background-color:#000000;
  color:#ffffff;
}

/* サイドバー タイトル要素 */
.sidebar-post-list-title{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:700;
  line-height:22px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:3px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* サイドバー 見出し */
.sidebar-caption{
  background-color:#113479;
  display:block;
  color:#ffffff;
  padding:5px 10px 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:900;
  margin:10px 0px 20px 0px;
  text-align:center;
}

/* -------------------------------------page-------------------------------------- */

/* お問い合わせ 要素全体 */
.page-contact{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* お問い合わせ タイトル */
.page-contact-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* お問い合わせ 要素(width:70%) */
.page-contact-contents{
  width:56%;
  margin:0% 22% 0% 22%;
}

/* お問い合わせ サブタイトル */
.page-contact-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:700;
  text-align:center;
  line-height:32px;
  background-color:#113479;
  color:#ffffff;
  display:block;
  width:100%;
  padding:0px 10px 3px 10px;
  margin:15px 0px 15px 0px;
}

/* お問い合わせ 説明文 */
.page-contact-text{
  color:#000000;  
  margin:15px 0px 15px 0px;
  text-align:center;
}

/* お問い合わせ ボタン */
.page-contact-btn{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:32px;
  background-color:#113479;
  display:inline-block;
  margin:10px 0px 60px 0px;
  border-radius:15px;
}
.page-contact-btn a{
  background-color:#444444;
  color:#ffffff;
  text-decoration:none;
  border-radius:15px;
  padding:3px 12px 3px 12px;
}
.page-contact-btn :hover{
  background-color:#dddddd;
  border-radius:15px;
  color:#000000;
}

/* 運営会社情報 要素全体 */
.page-campany{
  background-color:#ffffff;
  display:block;
  padding:0px 0px 50px 0px;
}

/* 運営会社情報 タイトル */
.page-campany-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
  text-align:center;
}

/* 運営会社情報 要素(width:70%) */
.page-campany-contents{
  width:56%;
  margin:0% 22% 0% 22%;
  text-align:left;
}

/* 運営会社情報 サブタイトル */
.page-campany-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:700;
  text-align:center;
  line-height:32px;
  background-color:#113479;
  color:#ffffff;
  display:block;
  width:100%;
  padding:0px 10px 3px 10px;
  margin:15px 0px 15px 0px;
}

/* 運営会社情報 サブサブタイトル */
.page-campany-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  text-align:left;
  font-size: 20px;
  font-weight:900;
  line-height:20px;
  color:#ffffff;
  background-color:#000000;
  padding:5px 8px 8px 8px;
  display:inline-block;
  margin:20px 0px 0px 0px;
}

/* 運営会社情報 説明文 */
.page-campany-text{
  text-align:left;
}

/* パートナー募集 要素全体 */
.page-recruiting-partner{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* パートナー募集 タイトル */
.page-recruiting-partner-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* パートナー募集 コンテンツ */
.page-recruiting-partner-contents{
  width:56%;
  margin:0% 22% 0% 22%;
  text-align:center;
}

/* パートナー募集 サブタイトル */
.page-recruiting-partner-subtitle{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:700;
  text-align:center;
  line-height:38px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:50px 0px 10px 0px;
  border-radius:0px;
}

/* パートナー募集 サブサブタイトル */
.page-recruiting-partner-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  line-height:20px;
  color:#ffffff;
  background-color:#000000;
  padding:5px 8px 5px 8px;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:center;
}

/* パートナー募集 本文 */
.page-recruiting-partner-text{
  text-align:left;
}
.page-recruiting-partner-text img{
  display:inline-block;
  width:100%;
}

/* パートナー募集 記事リンク 要素全体 */
.page-recruiting-partner-post-list-all{
  width:100%;
  display:flex;
  justify-content:center;
  text-align:center;
  margin:20px 0px 20px 0px;
}

/* 選手募集 要素全体 */
.page-recruiting-player{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* 選手募集 2段 要素全体 */
.page-recruiting-player-2lines{
  display:flex;
  justify-content:center;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:50px 0px 50px 0px;
  background-color:#ffffff;
}

/* 選手募集 2段 画像 */
.page-recruiting-player-2lines-image{
  vertical-align: top;
}
.page-recruiting-player-2lines-image img{
  display:inline-block;
  vertical-align: top;
}

/* 選手募集 2段 文章 */
.page-recruiting-player-2lines-text{
  width:40%;
  vertical-align: top;
  margin:0px 20px 0px 20px;
  font-size:20px;
  text-align:left;
}

/* 選手募集 代表/監督紹介 */
.page-recruiting-player-manager{
  width:52%;
  display:flex;
  justify-content:center;
  margin:50px 24% 50px 24%;
  border-radius:20px;
  background-color:#113479;
  padding:20px 20px 20px 20px;
}

/* 選手募集 代表/監督紹介 要素全体 */
.page-recruiting-player-manager-text{
  vertical-align: top;
  display:inline-block;
}

/* 選手募集 代表/監督紹介 本文 */
.page-recruiting-player-manager-text-p{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:600;
  line-height:22px;
  margin:5px 0px 5px 0px;
  padding:0px 0px 0px 0px;
  color:#ffffff;
}

/* 選手募集 代表/監督紹介 名前＋肩書 要素全体 */
.page-recruiting-player-manager-title{
  text-align:left;
  padding:0px 0px 10px 0px;
}

/* 選手募集 代表/監督紹介 名前 */
.page-recruiting-player-manager-text-name{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:35px;
  font-weight:900;
  line-height:30px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#ffffff;
  vertical-align: top;
}

/* 選手募集 代表/監督紹介 肩書 */
.page-recruiting-player-manager-text-manager{
  text-align:left;
  display:inline-block;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:900;
  margin:0px 0px 0px 0px;
  padding:3px 8px 5px 8px;
  color:#113479;
  background-color:#ffffff;
  vertical-align: top;
}

/* 選手募集 代表/監督紹介 画像 */
.page-recruiting-player-manager-image{
  vertical-align: top;
}
.page-recruiting-player-manager-image img{
  display:inline-block;
  vertical-align: top;
  padding:0px 20px 0px 0px;
}

/* 選手募集 タイトル */
.page-recruiting-player-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* 選手募集 サブタイトル */
.page-recruiting-player-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight:700;
  text-align:left;
  line-height:32px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 3px 10px;
  margin:0px 0px 15px 0px;
}

/* 選手募集 その他 コンテンツ 背景グレー */
.page-recruiting-player-others{
  display:inline-block;
  padding:0.5% 1% 0.5% 1%;
  text-align:left;
  background-color:#dddddd;
}

/* 選手募集 その他 コンテンツ 背景白 */
.page-recruiting-player-others-w{
  display:inline-block;
  text-align:left;
  width:80%;
  padding:0% 10% 0% 10%;
}

/* 選手募集 その他特徴 要素全体 */
.page-recruiting-player-other-info-contents{
  width:90%;
  margin:0% 5% 0% 5%;
}

/* 選手募集 その他特徴 要素 */
.page-recruiting-player-other-info{
  width:250px;
  height:280px;
  display:inline-block;
  margin:8px 8px 8px 8px;
  padding:8px;
  background-color:#ffffff;
  box-shadow: 0px 0px 5px 0px #777777;
  vertical-align:top;
  border-radius: 10px;
}
.page-recruiting-player-other-info img{
  width:60%;
  display:inline-block;
}

/* 選手募集 その他特徴 見出し */
.page-recruiting-player-other-info-title{
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight:900;
  line-height:28px;
  margin:0px 0px 10px 0px;
  color:#000000;
}

/* 選手募集 その他特徴 本文 */
.page-recruiting-player-other-info-text{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:400;
}

/* 選手募集 記事内リンクボタン */
.page-recruiting-player-select-all{
  display:block;
  text-align:center;
  margin:15px 0px 15px 0px;
}

/* 選手募集 記事内リンクボタン */
.page-recruiting-player-select-btn{
  color:#ffffff;
  background-color:#7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:5px 5px 5px 5px;
  line-height:30px;
}
.page-recruiting-player-select-btn a{
  color:#ffffff;
  background-color:#7d7d7d;
  padding:0px 5px 0px 5px;
  margin:0px;
}
.page-recruiting-player-select-btn :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 選手募集 モバイル用 */
.page-recruiting-player-mobile-contents{
  display:none;
}

/* パートナー企業リスト 要素全体 */
.page-partnerlist{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* パートナー企業リスト タイトル */
.page-partnerlist-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* パートナー企業リスト 説明文 */
.page-partnerlist-text{
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight:900;
  color:#000000;  
  margin:0px 0px 70px 0px;
}

/* パートナー企業リスト パートナー 要素全体 */
.page-partnerlist-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#ffffff;
  width:100%;
  padding:15px 0px 10px 0px
}

/* パートナー企業リスト パートナー 要素 背景 */
.page-partnerlist-partner-list-all{
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 0px;
  width:85%;
  display:inline-block;
}

/* パートナー企業リスト プラチナスポンサー 要素 */
.page-partnerlist-platinum-sponsor-list{
  display:inline-block;
  width:38%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-platinum-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-platinum-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ユニフォームスポンサー 要素 */
.page-partnerlist-uniform-sponsor-list{
  display:inline-block;
  width:38%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ゴールドスポンサー 要素 */
.page-partnerlist-gold-sponsor-list{
  display:inline-block;
  width:28%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-gold-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-gold-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト 練習着スポンサー 要素 */
.page-partnerlist-practice-uniform-sponsor-list{
  display:inline-block;
  width:28%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-practice-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-practice-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト シルバースポンサー 要素 */
.page-partnerlist-silver-sponsor-list{
  display:inline-block;
  width:22%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-silver-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-silver-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ブロンズスポンサー 要素 */
.page-partnerlist-bronze-sponsor-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-bronze-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-bronze-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ジョブパートナー 要素 */
.page-partnerlist-job-partner-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-job-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-job-partner-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト コンディショニングパートナー 要素 */
.page-partnerlist-conditioning-partner-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-conditioning-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-conditioning-partner-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト 連携協定 要素 */
.page-partnerlist-localgovernment-list{
  display:inline-block;
  width:18%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-localgovernment-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-localgovernment-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト パートナー種類 名前 要素 */
.page-partnerlist-name{
  width:100%;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:30px;
  font-weight:900;
  color:#000000;
  margin:40px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* 試合結果 要素全体 */
.page-match{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* 試合結果 タイトル */
.page-match-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* 試合結果・日程 シーズン選択 要素全体 */
.page-match-select-all{
  display:block;
  text-align:center;
  margin:15px 0px 15px 0px;
}

/* 試合結果・日程 シーズン選択(グレー) */
.page-match-season-select-btn-gray{
  color:#ffffff;
  background-color:#7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:15px 5px 15px 5px;
  line-height:30px;
}
.page-match-season-select-btn-gray a{
  color:#ffffff;
  background-color:#7d7d7d;
  padding:0px 8px 0px 8px;
  margin:0px;
}
.page-match-season-select-btn-gray :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 試合結果・日程 シーズン選択(青) */
.page-match-season-select-btn-blue{
  color:#ffffff;
  background-color:#113479;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:15px 5px 15px 5px;
}
.page-match-season-select-btn-blue a{
  color:#ffffff;
  background-color:#113479;
  padding:0px 8px 0px 8px;
  margin:0px;
}
.page-match-season-select-btn-blue :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 試合日程・結果 要素 */
.page-match-list{
  width:800px;
  display:inline-block;
  border-radius:0px;
  margin:15px 150px 15px 150px;
  padding:0px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  background-color:#ffffff;
}
.page-match-list a:hover{
  width:100%;
  height:auto;
  background-color:#ffffff;
  filter: brightness(0.4);
  text-decoration:none;
}

/* 試合日程・結果 リスト要素全体 */
.page-match-list-all{
  display:inline-block;
  width:100%;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 40px 0px;
}

/* 試合日程・結果 100% 要素 */
.page-match-list-contents{
  width:800px;
  padding:0px 0px 10px 0px;
}

/* 試合日程・結果 大会名 */
.page-match-list-name{
  text-align:center;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:700;
  background-color:#113479;
  color:#ffffff;
  padding:3px 10px 3px 10px;
  margin:0px 0px 0px 0px;
  width:100%;
}

/* 試合日程・結果 日付/試合会場 */
.page-match-list-day{
  text-align:center;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:900;
  color:#000000;
  margin:0px 0px 0px 0px;
}

/* 試合日程・結果 対戦カード ホームチーム 要素 */
.page-match-list-hometeam{
  display:inline-block;
  text-align:right;
  width:250px;
}

/* 試合日程・結果 対戦カード アウェイチーム 要素 */
.page-match-list-awayteam{
  display:inline-block;
  text-align:left;
  width:250px;
}

/* 試合日程・結果 チーム名 */
.page-match-list-teamname{
  display:inline-block;
  height:50px;
  line-height:50px;
  vertical-align:bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:20px;
  color:#000000;
}

/* 試合日程・結果 チームロゴ */
.page-match-list-teamlogo{
  display:inline-block;
}
.page-match-list-teamlogo img{
  height:50px;
  vertical-align:bottom;
}

/* 試合日程・結果 キックオフ時間 */
.page-match-list-time{
  display:inline-block;
  line-height:30px;
  margin:10px 3px 10px 3px;
  padding:0px 5px 0px 5px;
  background-color:#dddddd;
  border-radius:8px;
  font-family: "Kosugi", sans-serif;
  font-weight:900;
  font-size:16px;
  vertical-align:bottom;
  width:70px;
  color:#000000;
}

/* 試合日程・結果 スコア */
.page-match-list-score{
  font-family: "League Gothic", sans-serif;
  font-weight:900;
  font-size:35px;
  display:inline-block;
  line-height:30px;
  margin:10px 5px 10px 5px;
  vertical-align:bottom;
  width:70px;
  color:#000000;
}

/* 試合結果・日程 対戦相手 ※モバイル版要素 */
.page-match-list-opponent{
  display:none;
}

/* 試合結果・日程 見出し 要素全体 */
.page-match-width100%{
  display:inline-block;
  width:100%;
}

/* 試合結果・日程 見出し */
.page-match-caption{
  text-align:center;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:22px;
  font-weight:900;
  line-height:30px;
  margin:80px 0px 10px 0px;
  padding:5px 10px 5px 10px;
  background-color:#113479;
  color:#ffffff;
}

/* 試合結果・日程 更新日時 */
.page-match-result-update{
  margin:0px 0px 30px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight:700;
  color:#ffffff;
}

/* 試合結果・日程 トーナメント表 */
.page-match-img img{
  margin:30px 0px 30px 0px;
  display:inline-block;
  text-align:center;
  width:100%;
}

/* 質問BOX 要素全体 */
.page-qa{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 50px 0px;
}

/* 質問BOX タイトル */
.page-qa-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 20px 13px 20px;
  margin:50px 0px 50px 0px;
}

/* 質問BOX 要素 */
.page-qa-contents{
  width:56%;
  margin:0% 22% 0% 22%;
}

/* 質問BOX 説明文 */
.page-qa-text{
  color:#000000;  
  margin:15px 0px 15px 0px;
  text-align:center;
}

/* -------------------------------------advertisement-------------------------------------- */

/* 広告バナー コンテンツ下(フッター上) 要素全体 */
.ad-under-contents{
  width:100%;
  background-color:#000000;
  text-align:center;
}

/* PC用広告バナー 600x150 */
.ad-600x100-pc{
  width:600px;
  display:inline-block;
  margin:50px 0px 50px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.ad-600x100-pc img{
  display:inline-block;
}

/* mobile用広告バナー 330x55 */
.ad-330x55-mobile{
  display:none;
}

/* -------------------------------------other-------------------------------------- */

/* アーカイブページ下部 記事一覧 要素全体 */
.post-list-100-contents{
  background-color:#000000;
  padding:0px 0px 40px 0px;
}

/* アーカイブページ下部 仕切り線 */
.post-list-contents-border{
  border-top:1px solid #ffffff;
  width:90%;
  text-align:center;
  display:inline-block;
  padding:0px 0px 0px 0px;
}

/* アーカイブページ下部 記事一覧 見出し */
.post-list-caption{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  background-color:#113479;
  color:#ffffff;
  margin:50px 0px 0px 0px;
  padding:3px 10px 3px 0px;
  display:inline-block;
}

/* PC版のデザイン表示 */
.pc-contents{
}

/* モバイル版のデザイン表示 */
.mobile-contents{
  display:none;
}

/* 固定ページ タイトル 要素全体 */
.fixed-page-article-title{
  display:inline-block;
}

/* 固定ページ タイトル */
.category-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight:900;
  line-height:34px;
  color:#000000;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:10px 0px 15px 0px;
}

/* ボタン用 width100% */
.width100only{
  width:100%;
}

/* ボタン1  */
.btn1{
  display:inline-block;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  margin:10px 0px 30px 0px;
}
.btn1 a{
  text-decoration:none;
  color:#000000;
  background-color:#ffffff;
  padding:3px 5px 3px 5px; 
}
.btn1 :hover{
  color:#000000;
  background-color:#999999; 
}

/* contact form7 入力エリア */
.wpcf7-form textarea {
  border-radius:15px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:8px;
  width:100%;
}

/* contact form7 送信ボタン */
.wpcf7-form input[type="submit"] {
  background-color:#dddddd;
  color:#000000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  margin:10px 0px 0px 0px;
  padding:5px 8px 5px 8px;
  font-family: "Noto Sans JP", sans-serif;
  width:100%;
  font-size:20px;
  font-weight:600;
}
.wpcf7-form input[type="submit"]:hover {
  background-color:#113479;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

/* contact form7 システムメッセージ */
.wpcf7-form .wpcf7-not-valid-tip {
  width:50%;
  color: red;
  font-size:20px;
  font-weight:600;
  font-family: "Noto Sans JP", sans-serif;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  width:50%;
  color: green;
  font-size:20px;
  font-weight:600;
  font-family: "Noto Sans JP", sans-serif;
  margin:10px 0px 10px 0px;
}

/* PC版 表示 終了 */
}
















































/* モバイル版 表示 */
@media(max-width: 600px){

a{
  text-decoration:none;
}

ul{
  padding-left:0;
}

li{
  list-style:none;
}

/* -------------------------------------header-------------------------------------- */

/* ヘッダー 要素全体 */
header{
  background-color:#000000;
  width:100%;
  display:inline-block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  margin:0px 0px -10px 0px;
  position:fixed;
  z-index:999;
}

/* ヘッダー タイトルとロゴ要素全体 */
.header-title{
  font-size: 30px;
  width:270px;
  height:60px;
  font-weight: 900;
  padding:0px 0px 0px 0px;
  margin:5px 5px 0px 5px;
  color: #ffffff;
  display: inline-block;
  float: left;
  background-color:#000000;
}
.header-title:hover{
  display: inline-block;
  color: #dc143c;
}

/* ヘッダー 画像 */
.header-logo{
  display: inline-block;
  text-align:left;
  float: left;
}
.header-logo img{
  width:50px;
  height:50px;
}

/* ヘッダー メインタイトル */
.header-maintitle{
  text-align:left;
  width:75%;
  height:20px;
  display: inline-block;
  float: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size: 20px;
  margin:0px 0px 7px 4px;
  padding:0px 0px 0px 0px;
  color: #ffffff;
}

/* ヘッダー サブタイトル */
.header-subtitle{
  text-align:left;
  width:75%;
  height:20px;
  display:inline-block;
  float: left;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 15px;
  padding:0px 20px 0px 0px;
  margin:0px 0px 0px 4px;
  color: #ffffff;
}

/* ヘッダー メニュー要素全体 */
.header-menu{
  height:60px;
  font-size:15px;
  display:none;
  float:right;
  background-color:#202020;
  padding:0px 0px 0px 0px;
}

/* ヘッダー メニュー要素 */
.header-menu-list{
  display:inline-block;
}
.header-menu-list a{
  font-size:15px;
  height:60px;
  line-height:60px;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  margin:0px;
  padding:0px 5px 0px 5px;
  color: #ffffff;
  text-align:center;
}
.header-menu-list :hover{
  background-color:#008b8b;
  height:60px;
  display:block;
}

/* PC用メニュー */
.header-pc-contents{
  display:none;
}

/* スマホ用メニュー 要素全体 */
.header-mobile-contents{
  height:65px;
  font-size:15px;
  display:inline-block;
  float:right;
  background-color:#000000;
  padding:0px 0px 0px 0px;
}

/* スマホ用メニューボタン https://www.asobou.co.jp/blog/web/css-menu */
.menu-btn{
  position:fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 65px;
  width: 65px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #113479;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

/* スマホ用メニューボタン 動き */
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/* スマホ用メニュー デザイン */
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #113479;
  transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

/* モバイル用 メニュー */
details {
}

/* モバイル用 メニュー カテゴリ */
summary{
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-weight:900;
  color:#ffffff;
  padding:5px 0px 5px 0px;
}

/* モバイル用 メニュー Safari対応 デフォルトの三角形アイコン非表示 */
details summary::-webkit-details-marker {
  display: none;
}

/* モバイル用 メニュー サブカテゴリ */
.header-mobile-menu-list{
  font-size: 10px;
  font-weight:400;
  color:#ffffff;
  line-height:14px;
  padding:0px 0px 0px 15px;
}

/* モバイル用 メニュー アイコンの三角矢印 位置調整 */
.icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}

/* モバイル用 メニュー アイコンの三角矢印 デザイン */
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* モバイル用 メニュー アイコンクリック時の動き */
details[open] .icon {
  transform: rotate(180deg);
}

/* サイドバー 広告 */
.mobile-menu-ad-square{
  width:100%;
  display:inline-block;
  text-align:center;
  margin:30px 0px 0px 0px;
}

/* -------------------------------------frontpage-------------------------------------- */


/* フロントページ 要素全体 */
.frontpage-container{
  background-color:#000000;
  width:100%;
  display:inline-block;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  padding:65px 0px 0px 0px;
}

/* スライダー要素 */
.frontpage-slider-mobile{
  background-color:#ffffff;
  width:100%;
  display:inline-block;
  text-align:center;
}
.frontpage-slider-pc{
  display:none;
}

/* フロントページ 要素 */
.frontpage-contents{
  background-color:#000000;
  width:100%;
  height:auto;
  display:inline-block;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  padding:0px 0px 0px 0px;
}

/* フロントページ タイトル 英語 */
.frontpage-title-en{
  color:#ffffff;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size: 70px;
  line-height:50px;
  width:100%;
  margin-top:30px;
}

/* フロントページ タイトル 日本語 */
.frontpage-title-jp{
  color:#ffffff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:700;
  font-size: 20px;
  width:100%;
  margin-top:5px;
  margin-bottom:30px;
}

/* フロントページ ニュース 要素全体 */
.frontpage-news{
  width:100%;
  background-color:#000000;
  display:block;
  padding:0% 2% 0% 2%;
}

/* フロントページ ニュース リスト要素全体 */
.frontpage-news-list-all{
  background-color:#ffffff;
  width:96%;
  margin:0px;
  padding:2%;
  border-radius:20px;
  display:inline-block;
}

/* フロントページ ニュース リスト */
.frontpage-news-list{
  width:100%;
  margin:6px 0px 6px 0px;
  float: left;
}

/* フロントページ ニュース リスト 仕切り線 */
.frontpage-news-list-line{
  border-bottom: 0.5px solid #696969;
  width:100%;
  float: left;
}

/* フロントページ ニュース タグ・日付 要素全体 */
.frontpage-news-info{
  width:100%;
  display:flex;
}

/* フロントページ ニュース タグ */
.frontpage-news-tag{
  background-color:#000000;
  color:#ffffff;
  font-family: "Kosugi", sans-serif;
  font-weight:500;
  font-size: 16px;
  display:inline-block;
  padding:3px 5px;
  margin:0px 4px;
}
.frontpage-news-tag a{
  color:#ffffff;
}
.frontpage-news-tag :hover{
  background-color:#dddddd;
  color:#000000;
  padding:3px 5px;
  font-weight:500;
}

/* フロントページ ニュース 日付 */
.frontpage-news-time{
  color:#000000;
  font-family: "Kosugi", sans-serif;
  font-weight:500;
  font-size: 16px;
  padding:3px 0px 3px 0px;
  margin:0px 0px 0px 0px;
}

/* フロントページ ニュース タイトル */
.frontpage-news-title{
  color:#000000;
  font-family: "Kosugi", sans-serif;
  font-weight:500;
  font-size: 16px;
  padding:3px 0px 3px 0px;
  margin:4px 0px 0px 0px;
  text-align: left;
}
.frontpage-news-title a{
  color:#000000;
}
.frontpage-news-title :hover{
  color:#ffffff;
  background-color:#113479;
  padding:3px 0px 3px 0px;
  margin:4px 0px 0px 0px;
}

/* フロントページ ニュース もっと見るボタン */
.frontpage-news-btn{
  color:#ffffff;
  background-color:#000000;
  font-family: "Kosugi", sans-serif;
  font-weight:600;
  font-size: 20px;
  text-align: center;
  display:inline-block;
  margin:15px 0px 10px 0px;
}
.frontpage-news-btn a{
  color:#ffffff;
  background-color:#000000;
  padding:3px 5px 3px 5px;
  margin:15px 0px 10px 0px;
}
.frontpage-news-btn :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 試合日程・結果 要素 */
.frontpage-match-slider{
  width:330px;
  height:auto;
  display:inline-block;
  border-radius:0px;
  margin:0px 0px 20px 0px;
  padding:0% 0% 0% 0%;
  box-shadow:none;
  background-color:#113479;
}
.frontpage-match-slider img{
  width:100%;
}

/* リーグ表・星取表 */
.frontpage-match-slider2{
  width:480pxpx;
  height:auto;
  display:inline-block;
  border-radius:0px;
  margin:0px 0px 20px 0px;
  padding:0% 0% 0% 0%;
  box-shadow:none;
  background-color:#113479;
}
.frontpage-match-slider2 img{
  width:100%;
}

/* フロントページ 動画 要素全体 */
.frontpage-movie{
  width:100%;
  display:inline-block;
  background-color:#113479;
  margin:50px 0px 0px 0px;
  padding:-20px 0px 0px 0px;
}

/* フロントページ YouTubeリンク要素 */
.frontpage-youtube-link{
  width:330px;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
  display:block;
}
.frontpage-youtube-link iframe{
  width:100%;
  height:100%;
}

/* フロントページ ギャラリー 要素全体 */
.frontpage-gallery{
  width:100%;
  display:inline-block;
  background-color:#113479;
  margin:-3px 0px 0px 0px;
  padding:20px 0px 0px 0px;
}

/* フロントページ ギャラリー スライダー要素 */
.frontpage-gallery-slider{
  width:330px;
  aspect-ratio: 16 / 9;
  margin-left: auto;
  margin-right: auto;
  display:block;
  background-color:#113479;
}
.frontpage-gallery-slider img{
  width:100%;
}

/* フロントページ 横並びにしない 要素全体 */
.frontpage-yoko1{
  width:100%;
  margin:-3px 0px -3px 0px;
}

/* フロントページ 横並びにするための 要素全体 */
.frontpage-yoko2{
  width:100%;
  margin:-3px 0px 0px 0px;
}

/* フロントページ SNS 要素全体 */
.frontpage-sns{
  width:100%;
}

/* フロントページ SNS リスト要素全体 */
.frontpage-sns-list-all{
  width:100%;
  display:inline-block;
  margin:0px 0px 50px 0px;
}

/* フロントページ SNS リスト */
.frontpage-sns-list{
  width:50px;
  margin:0px 5px 0px 5px;
  display:inline-block;
}

/* フロントページ SNS リスト画像 */
.frontpage-sns-list-img{
  display:none;
}
.frontpage-sns-list-img a:hover{
  filter: brightness(0.4);
}

/* フロントページ SNS ボタン */
.frontpage-sns-btn{
  display:inline-block;
}
.frontpage-sns-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
}
.frontpage-sns-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フロントページ 説明文 */
.frontpage-sentence{
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size: 16px;
  color:#000000;
  background-color:#ffffff;
  line-height:22px;
  margin:0px 0px 30px 0px;
  padding:8px 12px 8px 12px;
  display:inline-block;
  border-radius:15px;
}

/* フロントページ 80px空白スペース(pc) */
.frontpage-space80px-pc{
  width:100%;
  height:0px;
  display:block;
  margin-top:0px;
}

/* フロントページ 60px空白スペース(mobile) */
.frontpage-space60px-mobile{
  width:100%;
  height:60px;
  display:block;
  margin-top:-5px;
}

/* フロントページ 40px空白スペース(mobile) */
.frontpage-space40px-mobile{
  width:100%;
  height:40px;
  display:block;
  margin-top:-5px;
}

/* フロントページ 20px空白スペース(mobile) */
.frontpage-space20px-mobile{
  width:100%;
  height:20px;
  display:block;
  margin-top:-5px;
}


















/* フロントページ タイトル 要素全体 */
.frontpage-contents-title-zentai{
  width:100%;
  margin:0px 0px 10px 0px;
}

/* フロントページ タイトル英語 青背景・白文字 */
.frontpage-contents-title-en-b{
  display:inline-block;
  text-align: center;
  font-family: "League Gothic", sans-serif;
  font-weight:500;
  font-size:40px;
  padding:2px 0px 0px 0px;
  margin:0px 0px -10px 0px;
  background-color:#113479;
  color: #ffffff;
  width:330px;
  text-align:center;
}

/* フロントページ タイトル日本語 青背景・白文字 */
.frontpage-contents-title-jp-b{
  display:inline-block;
  text-align: center;
  font-family: "Kosugi", sans-serif;
  font-size: 12px;
  font-weight:700;
  padding:0px 0px 8px 0px;
  margin:0px 0px 20px 0px;
  background-color:#113479;
  color: #ffffff;
  width:330px;
}

/* フロントページ 試合結果 要素全体 */
.frontpage-match-result-contents{
  width:100%;
  padding:30px 0px 60px 0px;
  margin:-3px 0px 0px 0px;
  background-color:#000000;
}

/* フロントページ ニュース記事 要素全体 */
.frontpage-news-contents{
  width:100%;
  display:inline-block;
  text-align:center;
  padding:0px 0px 50px 0px;
  background-color:#000000;
}

/* フロントページ SNS 要素全体 */
.frontpage-sns-list{
  text-align:center;
  display:inline-block;
}

/* 試合日程・結果 タイトル */
.frontpage-match-list-title{
  font-family: "League Gothic", sans-serif;
  font-size:40px;
  line-height:45px;
  font-weight:400;
  margin:0px 0px 0px 0px;
  color:#ffffff;
  text-align:left;
  float:left;
}

/* 試合日程・結果 リンク */
.frontpage-match-list-link{
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  line-height:16px;
  font-size:14px;
  font-weight:500;
  text-align:right;
  float:right;
  margin:22px 0px 0px 0px;
}
.frontpage-match-list-link a{
  color:#ffffff;
  text-decoration:none;
}
.frontpage-match-list-link :hover{
  color:#dddddd;
}

/* 試合日程・結果 要素全体 */
.frontpage-match-list-all{
  width:330px;
  display:inline-block;
  margin:0px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* 試合日程・結果 100% 要素 */
.frontpage-match-list-contents{
  width:100%;
}

/* 試合日程・結果 要素 */
.frontpage-match-list{
  width:330px;
  height:auto;
  display:inline-block;
  border-radius:0px;
  margin:0px 0px 30px 0px;
  padding:0% 0% 0% 0%;
  box-shadow:none;
  background-color:#113479;
}
.frontpage-match-list img{
  width:100%;
}

/* 選手募集 本文 */
.frontpage-team-introduction{
  background-color:#000000;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:16px;
  margin:-10px 0px 0px 0px;
  padding:30px 0px 0px 0px;
  width:100%;
  display:inline-block;
  text-align:center;
}

/* ハイライト表示 要素全体 */
.frontpage-videolink-contents{
  background-color:#000000;
  display:inline-block;
  width:100%;
  padding:0px 0px 30px 0px;
}

/* ハイライト表示 youtube 要素全体 */
.frontpage-videolink-youtube-list{
  display:inline-block;
  text-align:center;
  background-color:#000000;
  margin:0px 10px 0px 10px;
}

/* ハイライト表示 youtube 要素 */
.frontpage-videolink-youtube-list{
  display:inline-block;
  margin:0px 10px 30px 10px;
  background-color:#000000;
  height:180px;
}

/* ハイライト表示 instagram 要素全体 */
.frontpage-videolink-instagram-list{
  display:inline-block;
  margin:0px 10px 0px 10px;
}

/* ハイライト表示 instagram 要素 */
.frontpage-videolink-instagram-list{
  display:inline-block;
  margin:0px 10px 0px 10px;
  background-color:#000000;
}

/* -------------------------------------container-------------------------------------- */


/* -------------------------------------archive-------------------------------------- */


/* カテゴリ トップ 画像 */
.category-top-image{
  position: relative;
  text-align:center;
  width:100%;
  padding:65px 0px 0px 0px;
}
.category-top-image img{
  object-fit: cover;
  height:150px;
  width:100%;
  vertical-align:top;
}

/* ニュース 要素全体 */
.category-news{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* ニュース タイトル */
.category-news-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* ニュース カテゴリ(タグ)選択 要素全体 */
.category-news-tag-select-all{
  display:block;
  text-align:center;
  margin:15px 0px 15px 0px;
}

/* ニュース カテゴリ(タグ)選択(グレー) */
.category-news-tag-select-btn-gray{
  color:#ffffff;
  background-color:#7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  margin:8px 5px 8px 0px;
}
.category-news-tag-select-btn-gray a{
  color:#ffffff;
  background-color:#7d7d7d;
  padding:3px 5px 3px 5px;
  margin:6px 0px 6px 0px;
}
.category-news-tag-select-btn-gray :hover{
  color:#ffffff;
  background-color:#113479;
}

/* ニュース カテゴリ(タグ)選択(青) */
.category-news-tag-select-btn-blue{
  color:#ffffff;
  background-color:#113479;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  margin:8px 5px 8px 0px;
}
.category-news-tag-select-btn-blue a{
  color:#ffffff;
  background-color:#113479;
  padding:3px 5px 3px 5px;
  margin:6px 0px 6px 0px;
}
.category-news-tag-select-btn-blue :hover{
  color:#ffffff;
  background-color:#113479;
}

/* ニュース 記事一覧 要素全体 100%（※ニュースページ以外でも使用） */
.category-news-post-list-all{
  width:100%;
  text-align:center;
  display:inline-block;
  vertical-align:top;
  padding:0px 0px 0px 0px;
}

/* ニュース記事 1つ1つ要素 */
.category-news-post-list{
  width:80%;
  height:auto;
  display:inline-block;
  margin:15px 0px 15px 0px;
  background-color:#ffffff;
  box-shadow: 0px 0px 5px 0px #777777;
}
.category-news-post-list a:hover{
  width:100%;
  height:100%;
  background-color:#ffffff;
}

/* ニュース記事 サムネイル要素 */
.category-news-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:10px 10px 8px 10px;
}
.category-news-post-list-thumbnail img{
  width:100%;
  vertical-align:top;
}

/* ニュース記事 記事情報 要素全体 */
.category-news-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* ニュース記事 投稿時間 */
.category-news-post-list-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:700;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:20px;
  color:#000000;
}

/* ニュース記事 タグ */
.category-news-post-list-tag{
  text-align:left;
  font-size:14px;
  font-weight:700;
  font-family: "Noto Sans JP", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 3px 0px 3px;
  line-height:20px;
  background-color:#000000;
  color:#ffffff;
}

/* ニュース記事 タイトル */
.category-news-post-list-title{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:700;
  line-height:22px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* 選手紹介 要素全体 */
.category-team{
  text-align:center;
  display:inline-block;
  background-color:#ffffff;
  width:100%;
  padding:0px 0px 30px 0px;
}

/* 選手紹介 タイトル */
.category-team-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* 選手紹介 ポジション別 見出し */
.category-team-position-title{
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:22px;
  margin:40px 0px 40px 0px;
  display:inline-block;
  background-color:#113479;
  padding:5px 10px 5px 10px;
  color:#ffffff;
  text-align:center;
  width:100%;
}

/* 選手紹介 スタッフ 肩書き */
.category-team-player-club-position{
  font-family: "Kosugi", sans-serif;
  font-size: 16px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  height:60px;
  color:#a68232;
  margin:8px 0px -8px 0px;
}

/* 選手紹介 要素全体 */
.category-team-player-list-all{
  width:90%;
  text-align:left;
  display:inline-block;
}

/* 選手紹介 要素 */
.category-team-player-list{
  width:46%;
  text-align:center;
  display:inline-block;
  background-color:#113479;
  padding:2% 2% 2% 2%;
  margin:10px 1.5% 10px 1.5%;
}
.category-team-player-list img{
  width:100%;
  height:auto;
}

/* 選手紹介 背番号と名前 要素 */
.category-team-player-info{
  margin:0px 0px 0px 0px;
  width:100%;
  text-align:center;
  margin:0px 0px 0px 0px;
}

/* 選手紹介 背番号 */
.category-team-player-number{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:right;
  float: right;
  width:25%;
  height:50px;
  color:#a68232;
}

/* 選手紹介 選手名 日本語 */
.category-team-player-name-jp{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:75%;
  height:30px;
}

/* 選手紹介 選手名 英語 */
.category-team-player-name-en{
  font-family: "League Gothic", sans-serif;
  font-size:16px;
  font-weight:500;
  text-align:center;
  display:inline-block;
  text-align:left;
  float: left;
  color:#ffffff;
  width:75%;
  height:20px;
}

/* クラブ概要 要素全体 */
.category-club{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* クラブ概要 コンテンツ */
.category-club-contents{
  width:96%;
  padding:0% 2% 0% 2%;
  display:inline-block;
  text-align:center;
}
	
/* クラブ概要 タイトル */
.category-club-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* クラブ概要 サブタイトル */
.category-club-subtitle{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:38px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:50px 0px 10px 0px;
  border-radius:0px;
}

/* クラブ概要 サブサブタイトル */
.category-club-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  line-height:16px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:left;
  padding:5px 8px 8px 8px;
}
	
/* クラブ概要 説明文 */
.category-club-text{
  color:#000000;  
  margin:0px 0px 0px 0px;
  text-align:left;
}
.category-club-text img{
  display:inline-block;
  width:100%;
}











/* 後で消す↓ */
/* ジョブパートナー 要素全体 */
.job-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#000000;
  width:100%;
  padding:0px 0px 50px 0px;
}

/* ジョブパートナー 説明文 */
.job-partner-text{
  width:90%;
  text-align:left;
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  padding:0px 0px 20px 0px;
}

/* ジョブパートナー 説明文 画像 */
.job-partner-text img{
  display:inline-block;
  margin:10px 0% 10px 0%;
  width:100%;
}

/* ジョブパートナー 要素全体 */
.job-partner-list-all{
  background-color:#ffffff;
  margin:15px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  width:100%;
}

/* ジョブパートナー 要素 */
.job-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 2% 5px 2%;
  box-shadow: 0px 0px 5px 0px #777777;
}
.job-partner-list img{
  vertical-align: top;
  width:100%;
}
.job-partner-list a{
  display:inline-block;
  width:100%;
}

/* パートナー 説明文 */
.partner-text{
  width:90%;
  text-align:left;
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  padding:0px 0px 20px 0px;
}

/* パートナー 説明文 太文字 */
.partner-text-bold{
  width:90%;
  text-align:left;
  display:inline-block;
  font-family: "Kosugi", sans-serif;
  padding:0px 0px 20px 0px;
  text-align:center;
  font-size: 16px;
  color:#ffffff;
  font-weight:900;
}

/* パートナー 説明文 画像 */
.partner-text img{
  display:inline-block;
  margin:10px 0% 10px 0%;
  width:100%;
}

/* ゴールドパートナー 要素全体 */
.gold-partner-list-all{
  background-color:#ffffff;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  width:100%;
}

/* ゴールドパートナー 要素 */
.gold-partner-list{
  display:inline-block;
  width:70%;
  margin:5px 2% 5px 2%;
  box-shadow: 0px 0px 5px 0px #777777;
}
.gold-partner-list img{
  vertical-align: top;
  width:100%;
}
.gold-partner-list a{
  display:inline-block;
  width:100%;
}

/* シルバーパートナー 要素全体 */
.silver-partner-list-all{
  background-color:#ffffff;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  width:100%;
}

/* シルバーパートナー 要素 */
.silver-partner-list{
  display:inline-block;
  width:70%;
  margin:5px 2% 5px 2%;
  box-shadow: 0px 0px 5px 0px #777777;
}
.silver-partner-list img{
  vertical-align: top;
  width:100%;
}
.silver-partner-list a{
  display:inline-block;
  width:100%;
}

/* ブロンズパートナー 要素全体 */
.bronze-partner-list-all{
  background-color:#ffffff;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 10px 0px;
  width:100%;
}

/* ブロンズパートナー 要素 */
.bronze-partner-list{
  display:inline-block;
  width:70%;
  margin:5px 2% 5px 2%;
  box-shadow: 0px 0px 5px 0px #777777;
}
.bronze-partner-list img{
  vertical-align: top;
  width:100%;
}
.bronze-partner-list a{
  display:inline-block;
  width:100%;
}

/* ジョブパートナー 仕切り線 要素 */
.job-partner-border{
  border-bottom: 1px solid #ffffff;
  width:90%;
  text-align:center;
  display:inline-block;
  margin:15px 0px 15px 0px;
}

/* 記事内YouTubeリンク要素 */
.youtube-link{
  width:100%;
  aspect-ratio: 16 / 9;
}
.youtube-link iframe{
  width:100%;
  height:100%;
}
/* 後で消す↑ */

/* -------------------------------------footer-------------------------------------- */


/* フッター */
footer{
  background-color:#113479;
}

/* フッター 要素全体 */
.footer-contents{
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
  background-color:#113479;
}

/* フッター SNS 要素全体 */
.footer-sns-contents{
  width:100%;
  padding:15px 0px 15px 0px;
  border-bottom: 0.5px solid #696969;
  background-color:#000000;
  text-align:center;
}

/* フッター SNS ボタン */
.footer-sns-btn{
  display:inline-block;
}
.footer-sns-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 30px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
}
.footer-sns-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* フッター アーカイブメニュー 要素全体 */
.footer-archive-menu{
  width:100%;
  padding:25px 0px 25px 0px;
  border-bottom: 0.5px solid #696969;
  background-color:#000000;
  text-align:center;
}

/* フッター アーカイブメニュー 要素 */
.footer-archive-menu-list{
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  padding:0px 5px 8px 5px;
}
.footer-archive-menu-list a:hover{
  border-bottom: 0.5px solid #ffffff;
}

/* フッター コピーライト 要素 */
.footer-copyright{
  width:100%;
  font-family: "Kosugi", sans-serif;
  font-size: 14px;
  font-weight:400;
  text-align:center;
  display:inline-block;
  color:#ffffff;
  padding:25px 5px 25px 5px;
  background-color:#000000;
}
.footer-copyright a{
  border-bottom: 1px solid #ffffff;
}

/* ジョブパートナー 要素全体 */
.footer-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#113479;
  width:100%;
  padding:0px 0px 10px 0px;
}

/* ジョブパートナー 要素 背景青 */
.footer-partner-list-all{
  background-color:#113479;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:100%;
}

/* プラチナスポンサー 要素 */
.footer-platinum-sponsor-list{
  display:inline-block;
  width:90%;
  margin:5px 5px 5px 5px;
}
.footer-platinum-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* ユニフォームスポンサー 要素 */
.footer-uniform-sponsor-list{
  display:inline-block;
  width:90%;
  margin:5px 5px 5px 5px;
}
.footer-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* ゴールドスポンサー 要素 */
.footer-gold-sponsor-list{
  display:inline-block;
  width:75%;
  margin:5px 5px 5px 5px;
}
.footer-gold-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* 練習着スポンサー 要素 */
.footer-practice-uniform-sponsor-list{
  display:inline-block;
  width:75%;
  margin:5px 5px 5px 5px;
}
.footer-practice-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* シルバースポンサー 要素 */
.footer-silver-sponsor-list{
  display:inline-block;
  width:60%;
  margin:5px 5px 5px 5px;
}
.footer-silver-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* ブロンズスポンサー 要素 */
.footer-bronze-sponsor-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.footer-bronze-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* ジョブパートナー 要素 */
.footer-job-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.footer-job-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* コンディショニングパートナー 要素 */
.footer-conditioning-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.footer-conditioning-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* 連携協定 要素 */
.footer-localgovernment-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.footer-localgovernment-list img{
  display:inline-block;
  width:100%;
  text-align:center;
}

/* フッター パートナー種類 名前 要素 */
.footer-partner-list-name{
  width:100%;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:900;
  color:#ffffff;
  margin:10px 0px 8px 0px;
}

/* SNSリンク 要素全体 */
.sns-link{
  width:100%;
  background-color:#ffffff;
  display:inline-block;
  text-align:center;
  padding:30px 0px 30px 0px;
}
	
/* instagramリンク 要素 */
.sns-link-instagram{
  width:94%;
  margin:0px 3% 0px 3%;
  padding:0px 0px 0px 0px;
}
/* SNSリンク アカウント情報 要素 */
.sns-link-account{
  display:inline-block;
  width:250px;
  height:50px;
}
.sns-link-account img{
  width:45px;
  float:left;
  margin:0px 5px 0px 0px;
}

/* SNSリンク SNSのチーム名 */
.sns-link-team-name{
  color:#000000;
  display:inline-block;
  text-align:left;
  line-height:20px;
  font-weight:900;
  font-size:20px;
  font-family: "Noto Sans JP", sans-serif;
  float:left;
  margin:4px 0px 0px 0px;
}

/* SNSリンク SNSのID */
.sns-link-id{
  color:#000000;
  text-align:left;
  line-height:13px;
  font-weight:900;
  font-size:13px;
  font-family: "Noto Sans JP", sans-serif;
  float: left;
  display:inline-block;
  margin:3px 0px 0px 0px;
}

/* SNSリンク ボタン */
.sns-link-btn{
  color:#ffffff;
  margin:0px 0px 10px 0px;
  line-height:24px;
  display:inline-block;
  font-weight:700;
  font-size:16px;
  font-family: "Noto Sans JP", sans-serif;
}
.sns-link-btn a{
  background-color:#000000;
  color:#ffffff;
  padding:3px 5px 3px 5px;
}
.sns-link-btn :hover{
  background-color:#dcdcdc;
  color:#000000;
}


/* -------------------------------------article-------------------------------------- */


article{
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  padding:10px 0px 0px 0px;
}

/* 記事 本文 */
p{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:15px;
  font-weight:500;
  line-height:24px;
  margin:10px 0px 10px 0px;
  color:#000000;
}

/* 見出しH1 タイトル */
h1{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight:900;
  line-height:28px;
  color:#000000;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:5px 0px 10px 0px;
}

/* 見出しH2 見出し(青背景・白文字) */
h2{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:38px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:50px 0px 10px 0px;
  border-radius:0px;
}

/* 見出しH3 見出し(黒背景・白文字) */
h3{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  line-height:16px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:left;
  padding:5px 8px 8px 8px;
}

h4{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:900;
  line-height:32px;
  color:#000000;
  border-bottom:4px solid #113479;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:center;
}

/* 記事 要素全体 */
.article-contents{
  width:100%;
  display:inline-block;
  background-color:#ffffff;
  padding:0px 20px 20px 20px;
}

/* 記事 公開時間とタグ要素全体 */
.article-info{
  width:100%;
  text-align:left;
  margin:0px 0px 0px 0px;
}

/* 記事 公開時間 */
.article-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  display:inline-block;
  padding:2px 0px 2px 0px;
  color:#000000;
}

/* 記事 タグ */
.article-tag-list{
  display:inline-block;
}

/* 記事 タグ */
.article-tag{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  background-color:#000000;
  display:inline-block;
  margin:0px 5px 0px 5px;
  line-height:18px;
}
.article-tag a{
  color:#ffffff;
  font-weight:900;
  text-decoration:none;
  padding:1px 4px 3px 4px;
  display:inline-block;
}
.article-tag :hover{
  background-color:#696969;
}

/* 記事 タイトル 要素 */
.article-title{
  display:inline-block;
  text-align:left;
}

/* 記事 サムネイル */
.article-thumbnail{
  margin:0px 0px 0px 0px;
}
.article-thumbnail img{
  width:100%;
  height:auto;
  box-shadow: 0px 0px 5px 0px #777777;
}

/* 記事 本文 */
.article-text{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:400;
  text-align:left;
  line-height:30px;
}

/* 記事内 画像 */
.wp-block-image{
  margin:15px 0px 15px 0px;
}

/* 記事内 リンクボタン */
.article-link-btn{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:32px;
  background-color:#113479;
  display:inline-block;
  margin:10px 0px 10px 0px;
  border-radius:15px;
}
.article-link-btn a{
  background-color:#444444;
  color:#ffffff;
  text-decoration:none;
  border-radius:15px;
  padding:3px 12px 3px 12px;
}
.article-link-btn :hover{
  background-color:#dddddd;
  border-radius:15px;
  color:#000000;
}

/* 記事 広告バナー 要素全体 */
.article-ad-top-contents{
  width:100%;
  background-color:#ffffff;
  text-align:center;
}

/* 記事 広告バナー 要素全体 */
.article-ad-under-contents{
  width:100%;
  background-color:#ffffff;
  text-align:center;
}

/* 記事 PC用広告バナー 600x150 */
.article-ad-600x100-pc{
  display:none;
}

/* 記事 PC用広告バナー(左) 300x300 */
.article-ad-300x300-pc-left{
  display:none;
}

/* 記事 PC用広告バナー(右) 300x300 */
.article-ad-300x300-pc-right{
  display:none;
}

/* 記事 mobile用広告バナー 330x55 */
.article-ad-330x55-mobile{
  width:330px;
  height:55px;
  display:inline-block;
  margin:20px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.article-ad-330x55-mobile img{
  display:inline-block;
}

/* 記事 mobile用広告バナー 330x330 */
.article-ad-330x330-mobile{
  width:330px;
  height:330px;
  display:inline-block;
  margin:20px 0px 0px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.article-ad-330x330-mobile img{
  display:inline-block;
}

/* 記事 ボタン要素 全体 */
.article-bottom-btn-all{
  margin:50px 0px 20px 0px;
  display:inline-block;
  text-align:center;
  width:100%;
}

/* 記事 トップに戻るボタン */
.article-home-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.article-home-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 20px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius: 50%;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  width:50px;
  height:50px;
  line-height:50px;
  box-shadow: 0px 0px 5px 0px #777777;
}
.article-home-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* 記事 ボタン */
.article-btn{
  display:inline-block;
  text-align:center;
  vertical-align:top;
}
.article-btn a{
  font-family: "Kosugi", sans-serif;
  font-size: 15px;
  font-weight:900;
  text-align:center;
  display:inline-block;
  border-radius:50px;
  background-color:#ffffff;
  color:#000000;
  margin:0px 5px 0px 5px;
  line-height:50px;
  box-shadow: 0px 0px 5px 0px #777777;
  width:120px;
}
.article-btn :hover{
  background-color:#113479;
  color:#ffffff;
}

/* -------------------------------------single-------------------------------------- */

/* パートナー企業リスト 要素全体 */
.single-partnerlist{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* パートナー企業リスト パートナー 要素全体 */
.single-partnerlist-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#ffffff;
  width:100%;
  padding:15px 0px 10px 0px
}

/* パートナー企業リスト パートナー 要素 背景 */
.single-partnerlist-partner-list-all{
  background-color:#ffffff;
  margin:20px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  width:100%;
  display:inline-block;
}

/* パートナー企業リスト プラチナスポンサー 要素 */
.single-partnerlist-platinum-sponsor-list{
  display:inline-block;
  width:90%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-platinum-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-platinum-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ユニフォームスポンサー 要素 */
.single-partnerlist-uniform-sponsor-list{
  display:inline-block;
  width:90%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ゴールドスポンサー 要素 */
.single-partnerlist-gold-sponsor-list{
  display:inline-block;
  width:75%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-gold-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-gold-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト 練習着スポンサー 要素 */
.single-partnerlist-practice-uniform-sponsor-list{
  display:inline-block;
  width:75%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-practice-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-practice-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト シルバースポンサー 要素 */
.single-partnerlist-silver-sponsor-list{
  display:inline-block;
  width:60%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-silver-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-silver-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ブロンズスポンサー 要素 */
.single-partnerlist-bronze-sponsor-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-bronze-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-bronze-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ジョブパートナー 要素 */
.single-partnerlist-job-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-job-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-job-partner-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト コンディショニングパートナー 要素 */
.single-partnerlist-conditioning-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.single-partnerlist-conditioning-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.single-partnerlist-conditioning-partner-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト パートナー種類 名前 要素 */
.single-partnerlist-name{
  width:100%;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight:900;
  color:#000000;
  margin:40px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* -------------------------------------sidebar-------------------------------------- */

sidebar{
  display:inline-block;
  background-color:#000000;
  width:100%;
  padding:30px 5% 30px 5%;
  margin:0px 0px 0px 0px; 
}

/* サイドバー PC用 要素全体 */
.sidebar-pc-contents{
  display:none;
}

/* サイドバー mobile用 要素全体 */
.sidebar-mobile-contents{
  width:100%;
  display:inline-block;
  text-align:center;
}

/* サイドバー 広告要素 正方形 ゴールドパートナー */
.sidebar-ad-square{
  width:100%;
  display:inline-block;
  margin:40px 0px 20px 0px;
}
.sidebar-ad-square img{
  width:100%;
  display:inline-block;
}

/* サイドバー 広告要素 長方形 シルバーパートナー */
.sidebar-ad-rectangle{
  width:100%;
  display:inline-block;
  margin:0px 0px 20px 0px;
}
.sidebar-ad-rectangle img{
  width:100%;
  display:inline-block;
}

/* サイドバー 記事1つ1つ要素 */
.sidebar-post-list{
  width:100%;
  height:auto;
  display:inline-block;
  margin:0px 0px 20px 0px;
  background-color:#ffffff;
  text-align:center;
}
.sidebar-post-list a:hover{
  width:100%;
  height:auto;
  background-color:#ffffff;
}

/* サイドバー サムネイル要素 */
.sidebar-post-list-thumbnail{
  width:100%;
  display:inline-block;
  padding:10px 10px 8px 10px;
}
.sidebar-post-list-thumbnail img{
  width:100%;
  vertical-align:top;
}

/* サイドバー 記事情報 要素全体 */
.sidebar-post-list-info{
  text-align:left;
  display:block;
  padding:0px 10px 0px 10px;
}

/* サイドバー 投稿時間 */
.sidebar-post-list-time{
  text-align:left;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:700;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  line-height:20px;
  color:#000000;
}

/* サイドバー タグ */
.sidebar-post-list-tag{
  text-align:left;
  font-size:14px;
  font-weight:700;
  font-family: "Noto Sans JP", sans-serif;
  display:inline-block;
  margin:0px 8px 0px 0px;
  padding:0px 3px 0px 3px;
  line-height:20px;
  background-color:#000000;
  color:#ffffff;
}

/* サイドバー タイトル */
.sidebar-post-list-title{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:700;
  line-height:22px;
  text-align:left;
  display:inline-block;
  color:#000000;
  padding:5px 10px 10px 10px;
  margin:0px 0px 0px 0px;
}

/* サイドバー 見出し */
.sidebar-caption{
  background-color:#113479;
  display:block;
  color:#ffffff;
  padding:5px 10px 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:900;
  margin:30px 0px 20px 0px;
  text-align:center;
}

/* -------------------------------------page-------------------------------------- */

/* お問い合わせ 要素全体 */
.page-contact{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* お問い合わせ タイトル */
.page-contact-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* 選手募集 サブタイトル */
.page-contact-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:26px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:5px 10px 5px 10px;
  margin:20px 0px 0px 0px;
  width:100%;
}

/* お問い合わせ 説明文 */
.page-contact-text{
  color:#000000;  
  margin:0px 0px 0px 0px;
  text-align:center;
}

/* お問い合わせ ボタン */
.page-contact-btn{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:32px;
  display:inline-block;
  margin:10px 0px 60px 0px;
  border-radius:15px;
}
.page-contact-btn a{
  background-color:#444444;
  color:#ffffff;
  text-decoration:none;
  border-radius:15px;
  padding:3px 12px 3px 12px;
}
.page-contact-btn :hover{
  background-color:#dddddd;
  border-radius:15px;
  color:#000000;
}

/* お問い合わせ 要素(width:90%) */
.page-contact-contents{
  width:90%;
  margin:0% 5% 0% 5%;
}

/* 運営会社情報 要素全体 */
.page-campany{
  background-color:#ffffff;
  display:block;
  text-align:left;
  padding:0px 0px 30px 0px;
}
	
/* 運営会社情報 要素(width:90%) */
.page-campany-contents{
  width:90%;
  margin:0% 5% 0% 5%;
}

/* 運営会社情報 タイトル */
.page-campany-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
  text-align:center;
}

/* 選手募集 サブタイトル */
.page-campany-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:26px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:5px 10px 5px 10px;
  margin:20px 0px 0px 0px;
  width:100%;
}

/* 運営会社情報 サブサブタイトル */
.page-campany-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  line-height:16px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:left;
  padding:5px 8px 8px 8px;
}

/* 運営会社情報 説明文 */
.page-campany-text{
  text-align:left;
}


/* パートナー募集 要素全体 */
.page-recruiting-partner{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* パートナー募集 コンテンツ */
.page-recruiting-partner-contents{
  width:96%;
  padding:0% 2% 0% 2%;
  display:inline-block;
  text-align:center;
}
	
/* パートナー募集 タイトル */
.page-recruiting-partner-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* パートナー募集 サブタイトル */
.page-recruiting-partner-subtitle{
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:38px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:0px 10px 0px 10px;
  margin:50px 0px 10px 0px;
  border-radius:0px;
}

/* パートナー募集 サブサブタイトル */
.page-recruiting-partner-subsubtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  line-height:16px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  margin:20px 0px 10px 0px;
  text-align:left;
  padding:5px 8px 8px 8px;
}
	
/* パートナー募集 説明文 */
.page-recruiting-partner-text{
  color:#000000;  
  margin:0px 0px 0px 0px;
  text-align:left;
}
.page-recruiting-partner-text img{
  display:inline-block;
  width:100%;
}

/* パートナー募集 記事リンク 要素全体 */
.page-recruiting-partner-post-list-all{
  width:100%;
  display:inline-block;
  justify-content:center;
  text-align:center;
  margin:10px 0px 10px 0px;
}

/* 選手募集 要素全体 */
.page-recruiting-player{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* 選手募集 2段 要素全体 */
.page-recruiting-player-2lines{
  display:block;
  justify-content:center;
  text-align:center;
  margin:20px 0px 20px 0px;
  padding:0px 0px 0px 0px;
  background-color:#ffffff;
}

/* 選手募集 2段 画像 */
.page-recruiting-player-2lines-image{
  display:inline-block;
  width:100%;
  padding:0%;
  vertical-align: top;
}
.page-recruiting-player-2lines-image img{
  display:inline-block;
  width:96%;
  padding:0% 2% 0% 2%;
  vertical-align: top;
}

/* 選手募集 2段 文章 */
.page-recruiting-player-2lines-text{
  display:inline-block;
  width:96%;
  vertical-align: top;
  margin:0px;
  padding:0% 2% 0% 2%;
  font-size:20px;
  text-align:left;
}

/* 選手募集 代表/監督紹介 */
.page-recruiting-player-manager{
  width:80%;
  display:inline-block;
  justify-content:center;
  margin:20px 0px 20px 0px;
  border-radius:20px;
  background-color:#113479;
  padding:0px;
  margin:20px 0px 20px 0px;
}

/* 選手募集 代表/監督紹介 要素全体 */
.page-recruiting-player-manager-text{
  vertical-align: top;
  display:inline-block;
}

/* 選手募集 代表/監督紹介 本文 */
.page-recruiting-player-manager-text-p{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:600;
  line-height:22px;
  margin:5px 0px 5px 0px;
  padding:0px 15px 15px 15px;
  color:#ffffff;
}

/* 選手募集 代表/監督紹介 名前＋肩書 要素全体 */
.page-recruiting-player-manager-title{
  text-align:center;
  padding:0px 0px 15px 0px;
}

/* 選手募集 代表/監督紹介 名前 */
.page-recruiting-player-manager-text-name{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:35px;
  font-weight:900;
  line-height:30px;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#ffffff;
  vertical-align: top;
}

/* 選手募集 代表/監督紹介 肩書 */
.page-recruiting-player-manager-text-manager{
  text-align:left;
  display:inline-block;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:900;
  margin:0px 0px 0px 0px;
  padding:3px 8px 5px 8px;
  color:#113479;
  background-color:#ffffff;
  vertical-align: top;
}

/* 選手募集 代表/監督紹介 画像 */
.page-recruiting-player-manager-image{
  width:100%;
  vertical-align: top;
}
.page-recruiting-player-manager-image img{
  width:100%;
  display:inline-block;
  vertical-align: top;
  padding:15px 15px 15px 15px;
}

/* 選手募集 タイトル */
.page-recruiting-player-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* 選手募集 サブタイトル */
.page-recruiting-player-subtitle{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight:700;
  text-align:center;
  line-height:26px;
  background-color:#113479;
  color:#ffffff;
  display:inline-block;
  padding:5px 10px 5px 10px;
  margin:10px 0px 0px 0px;
  width:100%;
}

/* 選手募集 その他 コンテンツ 背景グレー */
.page-recruiting-player-others{
  display:inline-block;
  padding:0.5% 1% 0.5% 1%;
  text-align:left;
  background-color:#dddddd;
  width:100%;
}

/* 選手募集 その他 コンテンツ 背景白 */
.page-recruiting-player-others-w{
  display:inline-block;
  text-align:left;
  width:96%;
  padding:0% 2% 0% 2%;
}

/* 選手募集 記事内リンクボタン */
.page-recruiting-player-select-all{
  display:block;
  text-align:center;
  margin:15px 0px 15px 0px;
}

/* 選手募集 記事内リンクボタン */
.page-recruiting-player-select-btn{
  color:#ffffff;
  background-color:#7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  margin:8px 5px 8px 0px;
  line-height:30px;
}
.page-recruiting-player-select-btn a{
  color:#ffffff;
  background-color:#7d7d7d;
  padding:3px 5px 3px 5px;
  margin:4px 0px 4px 0px;
}
.page-recruiting-player-select-btn :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 選手募集 その他特徴 要素全体 */
.page-recruiting-player-other-info-contents{
  width:90%;
  margin:5% 5% 5% 5%;
}

/* 選手募集 その他特徴 要素 */
.page-recruiting-player-other-info{
  width:250px;
  height:280px;
  display:inline-block;
  margin:8px 8px 8px 8px;
  padding:8px;
  background-color:#ffffff;
  box-shadow: 0px 0px 5px 0px #777777;
  vertical-align:top;
  border-radius: 10px;
}
.page-recruiting-player-other-info img{
  width:60%;
  display:inline-block;
}

/* 選手募集 その他特徴 見出し */
.page-recruiting-player-other-info-title{
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight:900;
  line-height:28px;
  margin:0px 0px 10px 0px;
  color:#000000;
}

/* 選手募集 その他特徴 本文 */
.page-recruiting-player-other-info-text{
  text-align:left;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:400;
}

/* パートナー企業リスト 要素全体 */
.page-partnerlist{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* パートナー企業リスト タイトル */
.page-partnerlist-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* パートナー企業リスト 説明文 */
.page-partnerlist-text{
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight:900;
  color:#000000;  
  margin:20px 2.5% 30px 2.5%;
  width:95%;
}

/* パートナー企業リスト パートナー 要素全体 */
.page-partnerlist-partner-contents{
  text-align:center;
  display:inline-block;
  background-color:#ffffff;
  width:100%;
  padding:15px 0px 10px 0px
}

/* パートナー企業リスト パートナー 要素 背景 */
.page-partnerlist-partner-list-all{
  background-color:#ffffff;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 0px;
  width:95%;
  display:inline-block;
}

/* パートナー企業リスト プラチナスポンサー 要素 */
.page-partnerlist-platinum-sponsor-list{
  display:inline-block;
  width:90%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-platinum-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-platinum-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ユニフォームスポンサー 要素 */
.page-partnerlist-uniform-sponsor-list{
  display:inline-block;
  width:90%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ゴールドスポンサー 要素 */
.page-partnerlist-gold-sponsor-list{
  display:inline-block;
  width:75%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-gold-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-gold-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト 練習着スポンサー 要素 */
.page-partnerlist-practice-uniform-sponsor-list{
  display:inline-block;
  width:75%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-practice-uniform-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-practice-uniform-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト シルバースポンサー 要素 */
.page-partnerlist-silver-sponsor-list{
  display:inline-block;
  width:60%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-silver-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-silver-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ブロンズスポンサー 要素 */
.page-partnerlist-bronze-sponsor-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-bronze-sponsor-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-bronze-sponsor-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト ジョブパートナー 要素 */
.page-partnerlist-job-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-job-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-job-partner-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト コンディショニングパートナー 要素 */
.page-partnerlist-conditioning-partner-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-conditioning-partner-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-conditioning-partner-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト 連携協定 要素 */
.page-partnerlist-localgovernment-list{
  display:inline-block;
  width:45%;
  margin:5px 5px 5px 5px;
}
.page-partnerlist-localgovernment-list img{
  display:inline-block;
  width:100%;
  text-align:center;
  box-shadow: 0px 0px 5px 0px #777777;
}
.page-partnerlist-localgovernment-list a:hover{
  filter: brightness(0.4);
}

/* パートナー企業リスト パートナー種類 名前 要素 */
.page-partnerlist-name{
  width:100%;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight:900;
  color:#000000;
  margin:40px 0px 10px 0px;
  padding:0px 0px 0px 0px;
}

/* 試合日程 要素全体 */
.page-match{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* 試合日程 タイトル */
.page-match-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* 試合日程・結果 要素 */
.page-match-list{
  width:85%;
  display:inline-block;
  border-radius:0px;
  margin:15px 0px 15px 0px;
  padding:0px 0px 15px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  background-color:#ffffff;
}
.page-match-list a:hover{
  width:100%;
  height:auto;
  background-color:#ffffff;
  filter: brightness(0.4);
  text-decoration:none;
}

/* 試合日程・結果 リスト要素全体 */
.page-match-list-all{
  display:inline-block;
  width:100%;
  text-align:center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 50px 0px;
}

/* 試合日程・結果 100% 要素 */
.page-match-list-contents{
  width:100%;
}

/* 試合日程・結果 大会名 */
.page-match-list-name{
  text-align:center;
  line-height:22px;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:700;
  background-color:#113479;
  color:#ffffff;
  padding:4px 10px 4px 10px;
  margin:0px 0px 0px 0px;
  width:100%;
}

/* 試合日程・結果 日付 */
.page-match-list-day{
  text-align:center;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight:900;
  color:#000000;
  margin:5px 0px 5px 0px;
  line-height:24px;
}

/* 試合日程・結果 対戦カード ホームチーム 要素 */
.page-match-list-hometeam{
  display:inline-block;
  text-align:right;
  width:70px;
}

/* 試合日程・結果 対戦カード アウェイチーム 要素 */
.page-match-list-awayteam{
  display:inline-block;
  text-align:left;
  width:70px;
}

/* 試合日程・結果 チーム名 */
.page-match-list-teamname{
  display:none;
}

/* 試合日程・結果 チームロゴ */
.page-match-list-teamlogo{
  display:inline-block;
}
.page-match-list-teamlogo img{
  height:70px;
  vertical-align:bottom;
}

/* 試合日程・結果 キックオフ時間 */
.page-match-list-time{
  display:inline-block;
  line-height:30px;
  margin:20px 5px 20px 5px;
  padding:0px 10px 2px 10px;
  background-color:#dddddd;
  border-radius:8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:20px;
  vertical-align:bottom;
  color:#000000;
}

/* 試合日程・結果 スコア */
.page-match-list-score{
  font-family: "League Gothic", sans-serif;
  font-weight:900;
  font-size:40px;
  display:inline-block;
  line-height:50px;
  margin:10px 5px 10px 5px;
  vertical-align:bottom;
  width:100px;
  color:#000000;
}

/* 試合結果・日程 対戦相手 ※モバイル版要素 */
.page-match-list-opponent{
  font-family: "Noto Sans JP", sans-serif;
  font-weight:900;
  font-size:20px;
  color:#000000;
  display:inline-block;
  width:100%;
}

/* 試合結果・日程 見出し 要素全体 */
.page-match-width100%{
  display:inline-block;
  width:100%;
}

/* 試合結果・日程 見出し */
.page-match-caption{
  width:90%;
  text-align:center;
  display:inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size:20px;
  font-weight:900;
  line-height:30px;
  border-bottom: 0px solid #696969;
  margin:20px 0px 10px 0px;
  padding:5px 10px 5px 10px;
  background-color:#113479;
  color:#ffffff;
}

/* 試合結果・日程 更新日時 */
.page-match-result-update{
  margin:0px 0px 10px 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:16px;
  font-weight:700;
  color:#ffffff;
}

/* 試合結果・日程 トーナメント表 */
.page-match-img img{
  margin:20px 0px 20px 0px;
  display:inline-block;
  text-align:center;
  width:90%;
}

/* 試合結果・日程 シーズン選択 要素全体 */
.page-match-select-all{
  display:block;
  text-align:center;
  margin:15px 0px 15px 0px;
}

/* 試合結果・日程 シーズン選択(グレー) */
.page-match-season-select-btn-gray{
  color:#ffffff;
  background-color:#7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  margin:8px 5px 8px 0px;
}
.page-match-season-select-btn-gray a{
  color:#ffffff;
  background-color:#7d7d7d;
  padding:3px 5px 3px 5px;
  margin:6px 0px 6px 0px;
}
.page-match-season-select-btn-gray :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 試合結果・日程 シーズン選択(青) */
.page-match-season-select-btn-blue{
  color:#ffffff;
  background-color:#113479;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
  font-size: 16px;
  text-align: center;
  display:inline-block;
  margin:8px 5px 8px 0px;
}
.page-match-season-select-btn-blue a{
  color:#ffffff;
  background-color:#113479;
  padding:3px 5px 3px 5px;
  margin:6px 0px 6px 0px;
}
.page-match-season-select-btn-blue :hover{
  color:#ffffff;
  background-color:#113479;
}

/* 質問BOX 要素全体 */
.page-qa{
  background-color:#ffffff;
  display:block;
  text-align:center;
  padding:0px 0px 30px 0px;
}

/* 質問BOX タイトル */
.page-qa-title{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight:900;
  line-height:32px;
  color:#ffffff;
  background-color:#000000;
  display:inline-block;
  padding:10px 15px 12px 15px;
  margin:-10px 0px 0px 0px;
  width:100%;
}

/* 質問BOX 要素*/
.page-qa-contents{
  width:90%;
  margin:0% 5% 0% 5%;
}

/* 質問BOX 説明文 */
.page-qa-text{
  color:#000000;  
  margin:0px 0px 0px 0px;
  text-align:center;
}

/* -------------------------------------advertisement-------------------------------------- */

/* 広告バナー コンテンツ下(フッター上) 要素全体 */
.ad-under-contents{
  width:100%;
  background-color:#000000;
  text-align:center;
}

/* PC用広告バナー 600x150 */
.ad-600x100-pc{
  display:none;
}

/* mobile用広告バナー 330x53 */
.ad-330x55-mobile{
  width:330px;
  height:55px;
  display:inline-block;
  margin:20px 0px 20px 0px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:0px;
  background-color:#ffffff;
}
.ad-330x55-mobile img{
  display:inline-block;
}

/* -------------------------------------other-------------------------------------- */

/* ニュース記事 */
.post-list-4x2-all{
  width:100%;
  text-align:center;
  display:inline-block;
  vertical-align:top;
  padding:0px 0px 0px 0px;
}

/* PC版のデザイン表示 */
.pc-contents{
  display:none;
}
/* モバイル版のデザイン表示 */
.mobile-contents{
}

/* アーカイブページ下部 記事一覧 要素全体 */
.post-list-100-contents{
  background-color:#000000;
  padding:0px 0px 20px 0px;
}

/* アーカイブページ下部 仕切り線 */
.post-list-contents-border{
  border-top:1px solid #ffffff;
  width:90%;
  text-align:center;
  display:inline-block;
  padding:0px 0px 0px 0px;
  margin:30px 5% 30px 5%;
}

/* アーカイブページ下部 記事一覧 見出し */
.post-list-caption{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight:900;
  background-color:#113479;
  color:#ffffff;
  margin:30px 5% 30px 5%;
  padding:3px 10px 3px 0px;
  display:inline-block;
  width:90%;
  text-align:center;
}

/* 固定ページ タイトル 要素 */
.fixed-page-article-title{
  display:block;
  text-align:center;
}

/* ボタン1  */
.btn1{
  display:inline-block;
  text-align:center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:900;
  margin:10px 0px 30px 0px;
}
.btn1 a{
  text-decoration:none;
  color:#000000;
  background-color:#ffffff;
  padding:3px 5px 3px 5px; 
}
.btn1 :hover{
  color:#000000;
  background-color:#999999; 
}

/* contact form7 入力エリア */
.wpcf7-form textarea {
  border-radius:15px;
  box-shadow: 0px 0px 5px 0px #777777;
  padding:8px;
  width:100%;
}

/* contact form7 送信ボタン */
.wpcf7-form input[type="submit"] {
  background-color:#dddddd;
  color:#000000;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  margin:10px 0px 0px 0px;
  padding:5px 8px 5px 8px;
  font-family: "Noto Sans JP", sans-serif;
  width:100%;
  font-size:15px;
  font-weight:500;
}
.wpcf7-form input[type="submit"]:hover {
  background-color:#113479;
  color:#ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

/* contact form7 システムメッセージ */
.wpcf7-form .wpcf7-not-valid-tip {
  width:100%;
  color: red;
  font-size:15px;
  font-weight:500;
  font-family: "Noto Sans JP", sans-serif;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  width:100%;
  color: green;
  font-size:15px;
  font-weight:500;
  font-family: "Noto Sans JP", sans-serif;
  margin:10px 0px 10px 0px;
}

/* モバイル版 表示 終了 */
}
