@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
 /** 記事本文内のマージンを調整 */
        .content p {
            margin-bottom: 0;
        }

ul.between li{
        margin-top: 0px;
        margin-bottom: 30px;
    }
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}


/*⚪︎⚪︎⚪︎コメント欄　メアド等削除⚪︎⚪︎⚪︎*/
.comment-form-email, .comment-form-url, .comment-notes {
  display: none;
}

/*⚪︎⚪︎⚪︎サイトタイトル非表示⚪︎⚪︎⚪︎*/
.logo-header{
  display: none;
} 


/*⚪︎⚪︎⚪︎グローバルナビメニュー マウスオーバーでアンダーライン⚪︎⚪︎⚪︎*/

#navi .navi-in a:after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 1px;/*線の位置*/
height: 3px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #6ddbf9;/*線の色*/
transform: scale(0,1);/*マウスオーバーの前は線を消す*/
transition: 0.3s;/*線が0→100%になるまでの秒数*/
}

#navi .navi-in a:hover:after{
transform: scale(1);/*マウスオーバー後、線を100%出す*/
}


/*選択中のカテゴリーにアンダーライン*/

.current-menu-item:not(:first-child):after{
position: absolute;/*線の位置を絶対配置に*/
content: "";/*文字はなし*/
left: 0px;/*線の位置*/
bottom: 1px;/*線の位置*/
height: 3px;/*線の高さ*/
width: 100%;/*幅いっぱいに線を引く*/
background: #6ddbf9;/*線の色*/
}

nav#navi, .menu-header .sub-menu{
	box-shadow:0 5px 15px -5px rgba(0,0,0,.8);
}


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎画像の幅サイズ指定⚪︎⚪︎⚪︎*/
.width16 {
	width: 16px;
}

.width20 {
	width: 20px;
}

.width24 {
	width: 24px;
}

.width30 {
	width: 30px;
}

.width40 {
	width: 40px;
}

.width45 {
	width: 45px;
}

.width48 {
	width: 48px;
}

.width60 {
    width: 60px;
}

.width80 {
    width: 80px;
}

.width100 {
    width: 100px;
}

/*⚫︎⚫︎⚫︎画像の幅サイズ指定⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎文字の設定⚪︎⚪︎⚪︎*/

.fontsize12 {
	font-size: 12px;
}

.fz12 {
	font-size: 12px;
}


.bold-text {
    font-weight: bold;
}

/*⚫︎⚫︎⚫︎文字の設定⚫︎⚫︎⚫︎*/


/*⚪︎⚪︎⚪︎文字色設定（赤と青）⚪︎⚪︎⚪︎*/

.red {
	color: red;
}

.color-red {
	color: red;
}

.blue {
	color: blue;
}

.color-blue {
	color: blue;
}

/*⚫︎⚫︎⚫︎文字色設定（赤と青）⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎下余白の設定⚪︎⚪︎⚪︎*/

.margin-bottom0 {
    margin-bottom: 0;
}

.margin-bottom50 {
    margin-bottom: 50px;
}

/*⚫︎⚫︎⚫︎下余白の設定⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎メンバーログイン表示内容　開始⚪︎⚪︎⚪︎*/

.swpm-logged-status, .swpm-logged-expiry, .swpm-edit-profile-link, .swpm-forgot-pass-link, .swpm-join-us-link {
	display: none ;
}

/*⚫︎⚫︎⚫︎メンバーログイン表示内容　終わり⚫︎⚫︎⚫︎*/

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

/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎自動更新日時デザイン⚪︎⚪︎⚪︎*/

.kousinbi-box {
    text-align: right;
}

.kousinbi {
    display: inline-block;
    background-color: #f0f0f0;
    margin: 0 0 10px;
    padding: 2px 8px;
    border-radius: 5px; 
}

/*⚫︎⚫︎⚫︎自動更新日時デザイン⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎レギュレーション選択ボタン⚪︎⚪︎⚪︎*/
.select {
  margin: 20px 0 ;
}

.select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #3399ff;
  border-radius: 6px;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(51, 153, 255, 0.5);
  width: 100%;
  box-sizing: border-box;
}

/*⚫︎⚫︎⚫︎レギュレーション選択ボタン⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎右上の小さいボタン（ランキング前期などのリンクボタン）⚪︎⚪︎⚪︎*/

.flex-container2 {
    display: flex;
    justify-content: flex-end; /* 右側に配置 */
    margin-bottom: 20px;
}

/* ボタンリンクのスタイル */
.button-link {
    padding: 4px 8px;
    background-color: #1da1f2; /* ボタンの背景色を設定 */
    color: #fff; /* ボタンの文字色を設定 */
    text-decoration: none; /* テキストの下線を削除 */
    border-radius: 5px; /* 角を丸くする */
    font-weight: bold; /* 文字を太字にする */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ボタンにシャドウを追加 */
}

.button-link:hover {
    color: #fff; /* ボタンの文字色を設定 */
    background-color: #0056b3; /* ホバー時の背景色 */
    transform: translateY(1.5px); /* ホバー時にボタンが少し下に動く */
    box-shadow: none; /* ボタンに影なし */
}


/*⚫︎⚫︎⚫︎右上の小さいボタン（ランキング前期などのリンクボタン）⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎前頁と次頁のボタン⚪︎⚪︎⚪︎*/
.page-container {
    display: flex;
    justify-content: space-between; /* 左右に配置 */
    width: 100%; /* 親要素が横いっぱいに広がるように */
}

.page-prev , .page-next {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    margin: 0 0 15px 0;
	padding: 0 15px;
    border: 1px solid #1da1f2;
    background-color: #1da1f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-prev:hover, .page-next:hover {
    color: #1da1f2;
    background-color: #fff;
    transform: translateY(1.5px);
    box-shadow: none;
}

/*⚫︎⚫︎⚫︎前頁と次頁のボタン⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎最新情報一覧⚪︎⚪︎⚪︎*/

.latest-info {
  background-color: #f0f8ff;
  padding: 16px 5% ;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: 2rem 0 ;
  font-family: 'Helvetica Neue', sans-serif;
}

.info-title {
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 20px ;
  font-style: italic;
  font-weight: 600;
  color: #2a2a2a;
  border-left: 12px solid #82b1ff;
  padding: 0.4rem 0.6rem;
  margin-bottom: 10px;
  border-radius: 6px;
  background: linear-gradient(to right, #f9fbff 90%, #f0f8ff 100%);
}


.info-scroll {
  max-height: 258px; 
  overflow-y: auto;
  padding-right: 1px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-item {
  position: relative;
  border-bottom: 1px solid #d0e7ff;
  padding: 1rem 0 0.5rem 0 ;
}

.info-item .info-link {
  display: block;
  padding: 0;
  text-decoration: none;
  color: inherit;
}

.info-link:hover {
  background-color: #cce4ff;
  padding: 2px ;
  border-radius: 6px;
}


.info-date {
  position: absolute;
  top: 0 ;
  right: 0.5rem;
  font-size: 12px;
  color: #888;
}

.info-headline {
  white-space: nowrap; /* 改行を防ぐ */
  overflow-x: auto;    /* 横スクロール可能に */
  -webkit-overflow-scrolling: touch; /* スムーズスクロール */
  font-size: 1.1rem;
  color: #00e;
}

a .info-headline {
  text-decoration: underline;
  text-underline-offset: 2px; /* 下線の位置ちょい下げて上品に */
}


.info-description {
  font-size: 12px;
}

@media screen and (max-width: 834px) {
  .latest-info ul,
  .latest-info ol {
    padding-left: 0; /* または 0、またはお好みの値 */
    margin-left: 0;
  }
}
/*⚫︎⚫︎⚫︎最新情報一覧⚫︎⚫︎⚫︎*/

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


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎YouTube動画告知　開始⚪︎⚪︎⚪︎*/

/*⚪︎動画紹介欄（横並び）　開始⚪︎*/

.douga-title {
	font-size: 14px ;
	display: inline-block ;
	text-align: left ;
	padding: 5px 8px ;
}


.douga-column {
    display: flex;
    overflow-x: auto; /* 横スクロール可能に */
    scroll-snap-type: x mandatory; /* スクロールをスムーズに */
    padding-bottom: 10px; /* スクロールバーとの余白 */
    gap: 10px; /* 動画同士の間隔 */
}

.douga-column-item {
    flex: 0 0 60% ; 
    scroll-snap-align: start; /* スクロール時に綺麗に揃う */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/*⚪︎スマホでは、横スクロールで表示　開始⚪︎*/
@media screen and (max-width: 768px) { 

.douga-title {
	font-size: 12px ;
}

.douga-column {
    display: flex;
    overflow-x: auto; /* 横スクロール可能に */
    scroll-snap-type: x mandatory; /* スクロールをスムーズに */
    padding-bottom: 10px; /* スクロールバーとの余白 */
    gap: 10px; /* 動画同士の間隔 */
}

.douga-column-item {
    flex: 0 0 75% ; 
    scroll-snap-align: start; /* スクロール時に綺麗に揃う */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
}
/*⚫︎育成論　動画（横並び２つ）　終わり⚫︎*/


/*⚪︎⚪︎YouTubeサムネ画像　開始⚪︎⚪︎*/

.youtube-douga {
	margin-bottom: 10px ;
    width: 97% ;
    border-radius: 10px; /* 角丸 */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease; /* アニメーションの効果 */
    position:relative;
    top:0;
}

.youtube-douga:hover {
  top: 4px ;
  box-shadow: none;
  transition:0.3s;
  opacity: 0.7; 
}
/*⚫︎⚫︎YouTube動画　終わり⚫︎⚫︎*/
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎構築検索リンク（各ポケ）　開始⚪︎⚪︎⚪︎*/

.kensaku-rink-container {
    position: relative;
    display: inline-block;
    width: 100%; /* 必要に応じて調整 */
    border-radius: 10px; /* 角丸 */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease-out;
	margin: 20px 0 ;
}

.kensaku-rink-container:hover {
    box-shadow: none;
    transform: translateY(5px);
    opacity: 0.7; 
}

.kensaku-rink-background {
    display: block;
    width: 100%; /* 必要に応じて調整 */
    height: auto;
    border-radius: 10px; /* 角丸 */
}

.kensaku-rink-poke {
    position: absolute;
    top: 50%;  /* 上から中央に配置 */
    left: 3.5%; /* 背景画像の左側に配置（適宜調整） */
    transform: translateY(-50%); /* 縦方向の中央揃え */
    width: 16%; /* 必要に応じてサイズ調整 */
    height: auto;
}

/*⚫︎⚫︎⚫︎構築検索リンク（各ポケ）　終わり⚫︎⚫︎⚫︎*/

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

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

/*⚪︎⚪︎⚪︎統計情報（レギュＩ以降）　タブ切り替え⚪︎⚪︎⚪︎*/

.special-tab {
  position: relative;
}

.akai-maru {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 18px;
  height: 18px;
  background: red;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toukei-tab-list li.active .akai-maru {
  display: none;
}


.toukei-tab-list {
  padding-left: 0 !important ;
}

.toukei-tab-list {
  display: flex;
  list-style: none;
  border-bottom: 2px solid #1e90ff;
  position: relative;
}

.toukei-tab-list li {
  flex: 0 0 30%;
  text-align: center;
  margin-right: 10px;
  padding : 5px 0 ;
  cursor: pointer;
  background: #f0f8ff;
  border-radius: 8px ;
  position: relative;
}


.toukei-tab-list li.active {
  background: #1e90ff;
  font-weight: bold;
  color: #ffffff;
}

.tab-con {
  display: none;
}

.tab-con.active {
  display: block;
}


.member-touroku-btn {
  display: inline-block;
  background: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin :15px  0 ;
  padding: 14px 28px;
  width: 95% ;
  border-radius: 28px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(248, 54, 0, 0.6);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
  user-select: none;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.member-touroku-btn:hover {
  background: linear-gradient(to right, #f9d423 0%, #f83600 100%);
  color: white;
  box-shadow: none;               /* 影を消す */
  transform: translateY(2px);     /* 下に3px下げて押し込まれた感じに */
}

.member-touroku-btn:active {
  transform: translateY(2px);
  box-shadow: none;
}


.strong-lead {
  position: relative;
  font-size: 22px; 
  font-weight: 800;
  color: #222;
  margin-top: 24px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.strong-lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #f83600 0%, #f9d423 100%);
}

.strong-lead::first-letter {
  font-size: 28px;
  color: red;
}

.orange-banner {
  background-color: #f8f8f8;
  padding: 12px 16px;
  border-left: 8px solid #ff6600;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  margin: 60px 0 0 0 ;
  color: #333;
}


/*⚫︎⚫︎⚫︎統計情報（レギュＩ以降）　タブ切り替え⚫︎⚫︎⚫︎*/

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

/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎関連ポケモンテーブルデザイン　開始⚪︎⚪︎⚪︎*/

.nakama-table td:first-child {
	width: 25%;
}

.nakama-table tr {
    height: 50px;
}

.nakama-table td {
	border-left: 0 ;
	border-right: 0 ;
	padding: 0 0 0 10px;
}

.nakama-table caption {
  caption-side: bottom;
  text-align: right;
}

/*⚫︎⚫︎⚫︎関連ポケモンテーブルデザイン　終わり⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎基本情報のデザイン⚪︎⚪︎⚪︎*/

.kihon-jyouhou-table {
	margin: 0 0 30px 0 ;
}

.tokusei-table td {
    border-left: 0;
    border-right: 0;
    padding: 6px 12px;
}

/* 奇数行の背景色を設定 */
.tokusei-table tr:nth-child(odd) td {
    background-color: #E0FFFF;
    padding: 8px 4px;
}

.syuzokuti-table {
    table-layout: fixed;
}

.syuzokuti-table td {
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
    text-align: center; /* セル内のテキストを中央揃え */
}

.typeaisyou-table th {
    border-bottom: 2px solid #333; /* ヘッダーの下に太めの横線を表示 */
    padding: 5px 0;
}

.typeaisyou-table td {
    padding: 5px 8px;
}

.typeaisyou-table td:nth-child(1) {
    text-align: center;
    white-space: nowrap;
    padding: 5px 20px;
}

/*⚫︎⚫︎⚫︎基本情報のデザイン⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎ヘビーボンバー（攻撃側）ダメージ表　開始⚪︎⚪︎⚪︎*/

.heavy-attack-table th {
    border-bottom: 2px solid #333; /* ヘッダーの下に太めの横線を表示 */
    padding: 10px 0;
}

.heavy-attack-table td:first-child {
  text-align: center;
  width: 50px;
}

.heavy-attack-table td {
    padding: 10px 5px;
}

.heavy-attack-table {
  margin: 10px 0 30px 0;
}

/*⚫︎⚫︎⚫︎ヘビーボンバー（攻撃側）ダメージ表　終了⚫︎⚫︎⚫︎*/


/*⚪︎⚪︎⚪︎ヘビーボンバー（防御側）ダメージ表　開始⚪︎⚪︎⚪︎*/

.heavy-slam-table th {
    border-bottom: 2px solid #333; /* ヘッダーの下に太めの横線を表示 */
    padding: 6px 0;
}

.heavy-slam-table td:nth-child(odd) {
    padding: 6px 8px;
}

.heavy-slam-table td:nth-child(even) {
    text-align: center;
	width: 16%;
    padding: 6px 8px;
}

/*⚫︎⚫︎⚫︎ヘビーボンバー（防御側）ダメージ表　終了⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎育成論のデザイン　開始⚪︎⚪︎⚪︎*/

/*⚪︎構築記事育成論目次　画像デザイン　開始⚪︎*/
.mokuji-img-current {
    width: 30px ;
}

.mokuji-img-other {
    width: 30px ;
    opacity: 0.5 ;
}
/*⚫︎構築記事育成論目次　画像デザイン　開始⚫︎*/

/*⚪︎育成論タイトルデザイン　開始⚪︎*/

.ikuseiron-title {
    font-size: 18px ;
    font-weight: bold ;
    display: block; /* ブロック要素として扱う */
    background: #c2edff;/*背景色*/
    border-left: solid 12px #7db4e6;/*左線*/
    margin: 20px 0 10px 0 ;
    padding: 10px 10px ;
}

/*⚫︎育成論タイトルデザイン　終わり⚫︎*/

/*⚪︎育成論　構築並び　開始⚪︎*/
.ikuseiron-koutiku {
	display: block ;
	margin: 10px ;
}

/*⚫︎育成論　構築並び　終わり⚫︎*/


/*⚪︎育成論、分類タグ（レギュＧ、物理アタッカーなど）デザイン　開始⚪︎*/

.ikuseiron-tab {
	display: inline-block; /* タブを横並びに */
    color: #FFFFFF; /* ボタンのテキスト色 */
    background-color: #6495ED; /* ボタンの背景色 */
    font-size: 12px;
    width: 120px;
    font-weight: bold;
    padding: 2px 10px; /* ボタンの内側の余白 */
	margin: 12px 4px 12px 0px;
    border: none; /* ボーダーなし */
    border-radius: 5px; /* 角を丸くする */
    text-align: center; /* テキストを中央揃えにする */
}

/*⚫︎育成論、分類タグ（レギュＧ、物理アタッカーなど）デザイン　終わり⚫︎*/

/*⚪︎⚪︎育成論の【ポケモン、特性、持ち物、テラス】のデザイン　開始⚪︎⚪︎*/
.ikuseiron-column {
  display: flex;
  margin: 0px;
}

.ikuseiron-column-left {
  flex: 3;
  display: flex;            /* フレックスボックスの設定 */
  align-items:  flex-end;    /* 縦方向に下揃え */
  justify-content: center;  /* 横方向に中央揃え */
  text-align: center;       /* テキストの中央揃え（画像1も中央に配置される） */
}

.ikuseiron-column-right {
  flex: 7;
}

.ikuseiron-img {
  position: relative; /* 画像2の位置決めの基準 */
  height: 90px;
}

.ikuseiron-poke {
  display: block;
  width: 80px; /* 画像1のサイズを調整 */
  margin: 0 auto; /* 画像1を横中央に配置 */
}

.ikuseiron-item {
  position: absolute;
  bottom: 10px; /* 画像1の下端に揃える */
  right: 0;  /* 画像1の右端に揃える */
  width: 30px; /* 必要に応じてサイズを調整 */
  height: auto;
}

/*⚫︎⚫︎育成論の【ポケモン、特性、持ち物、テラス】のデザイン　終わり⚫︎⚫︎*/

/*⚪︎⚪︎育成論テーブル　開始⚪︎⚪︎*/

/*⚪︎育成論の【特性、持ち物、テラス】テーブル　開始⚪︎*/
.ikuseiron-table {
  margin-bottom: 0px !important;
}

.ikuseiron-table td {
  text-align: center;
  padding: 5px 0;
}

.ikuseiron-table td:nth-child(odd) {
  background-color: #E0FFFF; /* 奇数列の背景色を設定 */
  width: 35%;
}
/*⚫︎育成論の【特性、持ち物、テラス】テーブル　終わり⚫︎*/

/*⚪︎育成論の【技】テーブル　開始⚪︎*/
.ikuseiron-waza-table {
  margin-top: 0;
}

.ikuseiron-waza-table th {
  text-align: center;
  padding: 5px 0;
  border-bottom: 2px solid #000; /* ヘッダー下に太線を追加 */
}

.ikuseiron-waza-table td {
	text-align: center;
	padding: 5px ;
}

.ikuseiron-waza-table td:nth-child(1) {
  text-align: left; /* 1列目だけ左揃え */
}
/*⚫︎育成論の【技】テーブル　終わり⚫︎*/


/*⚪︎育成論の【努力値】テーブル　開始⚪︎*/
.ikuseiron-doryokuchi-table th {
  text-align: center;
  padding: 5px 0;
  border-bottom: 2px solid #000; /* ヘッダー下に太線を追加 */
}

.ikuseiron-doryokuchi-table {
  text-align: center ;
  table-layout: fixed;
}

.ikuseiron-doryokuchi-table td{
  padding: 5px 0;
  white-space: nowrap; /* 改行を防ぐ */
}

/*⚫︎育成論の【努力値】テーブル　終わり⚫︎*/

/*⚪︎育成論の【努力値】テーブル下の性格　開始⚪︎*/
.ikuseiron-seikaku {
	text-align: right ;
	margin: 0 20px 20px 0;
	font-size: 14px ;
	display: block ;
}
/*⚫︎育成論の【努力値】テーブル下の性格　終わり⚫︎*/

/*⚪︎育成論の構築記事リンクボタン　開始⚪︎*/

.ikuseiron-button-container {
	margin: 20px 0 40px 0 ;
}

.ikuseiron-button {
    display: flex;
    align-items: center;       /* 縦中央 */
    justify-content: center;   /* 横中央 */
    height: 40px;
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #1da1f2;
    background-color: #1da1f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ikuseiron-button:hover {
    color: #1da1f2; /* ボタンの文字色を設定 */
    background-color: #fff; /* ホバー時の背景色 */
    transform: translateY(1.5px); /* ホバー時にボタンが少し下に動く */
    box-shadow: none; /* ボタンに影なし */
}
/*⚫︎育成論の構築記事リンクボタン　終わり⚫︎*/

/*⚪︎育成論　調整意図・説明　開始⚪︎*/
.ikuseiron-setsumei {
	font-size:14px ;
	margin-bottom: 20px ;
}
/*⚫︎育成論　調整意図・説明　終わり⚫︎*/



/*⚫︎⚫︎⚫︎育成論のデザイン　終わり⚫︎⚫︎⚫︎*/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/*⚪︎⚪︎⚪︎構築記事ページのデザイン　開始⚪︎⚪︎⚪︎*/

/*⚪︎大会・シーズン概要テーブル　開始⚪︎*/

.koutiku-matome-gaiyou-table td:first-child {
	text-align: center ;
	width: 25% ;
}

.koutiku-matome-gaiyou-table td {
	height: 40px ;
	border-left: 0 ;
	border-right: 0 ;
	padding: 0 0 0 20px;
}

/*⚫︎大会・シーズン概要テーブル　終わり⚫︎*/

/*⚪︎構築目次・内容テーブル　開始⚪︎*/

.koutiku-table {
	margin-bottom: 30px !important ;
}

.koutiku-table td {
	height: 56px ;
    border-left: 0;
    border-right: 0;
}

.koutiku-table td:nth-child(1) {
    text-align: center;
    white-space: nowrap;
    padding: 0 10px ;
}

/*⚫︎構築目次・内容テーブル　終わり⚫︎*/

/*⚪︎⚪︎海外大会構築記事⚪︎⚪︎*/

/*⚪︎海外大会　大会情報テーブル　開始⚪︎*/

.kaigai-table td:first-child {
	text-align: center ;
	width: 25% ;
}

.kaigai-table td {
	height: 40px ;
	border-left: 0 ;
	border-right: 0 ;
	padding: 0 0 0 20px;
}

/*⚫︎海外大会　大会情報テーブル　終了⚫︎*/



/*構築記事テーブルデザイン*/
.article-table {
	margin-bottom: 30px !important ;
}

.article-table td {
	height: 56px ;
    border-left: 0;
    border-right: 0;
}

.article-table td:nth-child(1) {
    text-align: center;
    white-space: nowrap;
    padding: 0 10px ;
}


/*ポケモンと持ち物を重ねる（構築記事）*/
.article-block {
    position: relative;
    align-items: center; /* 上下中央寄せ */
}

.article-poke {
	width: 50px;
}

.article-item {
    position: absolute;
	width: 25px;
    top: 45%;
    left: 60%;
}

/***構築記事ページのデザイン終わり***/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/**技一覧表のデザイン設定**/
/* テーブルコンテナ */
.waza-table-block {
    overflow-x: auto; /* 横スクロールを可能にする */
    width: 100%; /* コンテナの幅を画面幅に合わせる */
}

/* デフォルトのテーブルスタイル */
.waza-table {
    border-collapse: collapse; /* テーブルのスタイルを調整 */
}

/* 奇数行の背景色を設定 */
.waza-table tr:nth-child(odd) td {
    background-color: #E0FFFF;
    padding: 5px 8px;
}

/* 偶数行の背景色を設定 */
.waza-table tr:nth-child(even) td {
    padding: 5px 12px;
}

/* スマホの画面サイズに対するスタイル */
@media (max-width: 768px) {
    .waza-table {
        width: 600px;
    }
}


/*⚫︎⚫︎タブブロック動作用⚫︎⚫︎*/
/*タイプ別のタブ*/
.custom-tabs {
    margin-bottom: 30px; /* 下余白を30px追加 */
}

  /* タブコンテンツを最初は非表示にする */
  .custom-tabs .tab-content {
    display: none;
  }

  /* activeクラスが付いているタブコンテンツのみ表示する */
  .custom-tabs .tab-content.active {
    display: block;
  }

  /* デフォルトコンテンツを最初は非表示にする */
  .custom-tabs .tabpanel {
    display: none;
  }

  /* activeクラスが付いたデフォルトコンテンツを表示する */
  .custom-tabs .tabpanel.active {
    display: block;
  }

.custom-tabs .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-tabs .tab-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px; /* 余白を消すためのマージン調整 */
    margin-bottom:3px;
}

.custom-tabs .tab-list li img {
    display: block;
    width: 35px; /* 画像の幅を30pxに指定 */
    height: auto; /* 高さを自動にしてアスペクト比を保つ */
}

/*タブコンテンツ設定*/
    .custom-tabs .tab-content {
        margin-top:15px;
}

/*デフォルトコンテンツ設定*/
    .custom-tabs .tabpanel {
        margin-top:15px;
}

@media (min-width: 768px) {
    .custom-tabs .tab-list li {
        width: 5%; /* 9列になるように幅を調整 */
        margin-right: 0px; /* 余白を消すためのマージン調整 */
    }
}


@media (max-width: 768px) {
    .custom-tabs .tab-list {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-tabs .tab-list li {
        width: 10%; /* 9列になるように幅を調整 */
        margin-right: 0px; /* 余白を消すためのマージン調整 */
    }
}


/*変化技分類のタブ*/
.custom-tabs2 {
    margin-bottom: 30px; /* 下余白を30px追加 */
}


  /* タブコンテンツを最初は非表示にする */
  .custom-tabs2 .tab-content {
    display: none;
  }

  /* activeクラスが付いているタブコンテンツのみ表示する */
  .custom-tabs2 .tab-content.active {
    display: block;
  }

  /* デフォルトコンテンツを最初は非表示にする */
  .custom-tabs2 .tabpanel {
    display: none;
  }

  /* activeクラスが付いたデフォルトコンテンツを表示する */
  .custom-tabs2 .tabpanel.active {
    display: block;
  }

.custom-tabs2 .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-tabs2 .tab-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2px; /* 余白を消すためのマージン調整 */
}

.custom-tabs2 .tab-list li img {
    display: block;
    width: 90px; /* 画像の幅を60pxに指定 */
    height: auto; /* 高さを自動にしてアスペクト比を保つ */
}

/*タブコンテンツ設定*/
    .custom-tabs2 .tab-content {
        margin-top:15px;
}

/*デフォルトコンテンツ設定*/
    .custom-tabs2 .tabpanel {
        margin-top:15px;
}

@media (max-width: 768px) {
    .custom-tabs2 .tab-list {
        display: flex;
        flex-wrap: wrap;
    }
    .custom-tabs2 .tab-list li {
        width: 19%; /* 5列になるように幅を調整 */
    }

}

/*⚫︎⚫︎タブブロック動作用終了⚫︎⚫︎*/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/***toukei-blockのCSS 開始***/
.toukei-title {
	margin-top: 30px;
}

/* ブロック全体のスタイル */
.toukei-block {
    display: flex;
    width: 100%; /* コンテナの幅を100%に設定 */
    flex-direction: column;
    align-items: center;
    padding: 0; /* 必要に応じて調整 */
    position: relative;
    margin: 20px auto; /* 中央寄せ */
}

/* テーブルのスタイル */
.toukei-block .tables {
    display: flex;
    gap: 0; /* テーブル間の隙間をゼロに設定 */
    width: 100%; /* コンテナの幅を100%に設定 */
    max-width: 1200px; /* コンテナの最大幅を設定（オプション） */
}

.toukei-block table {
    width: 50%; /* テーブルの幅を50%に設定 */
    border-collapse: collapse; /* テーブルの枠線を重ねて表示 */
}

.toukei-block caption {
    font-size: 0.8em; /* キャプションを小さく設定 */
    text-align: left;
    color: #333; /* キャプションの文字色 */
}

.toukei-block th, .toukei-block td {
    padding: 3px 5px; /* セル内のパディング設定 */
    text-align: left; /* デフォルトで左揃え */
    background-color: #ECFDFE; /* セルの背景色を設定 */
    border: none;
}

.toukei-block td:nth-child(2) {
    text-align: right; /* 2列目のセルを右揃えに設定 */
}

/*ショートコードで出力すると<div>囲みになり、CSSが効かなくなる。それの対策*/
.toukei-block .tables > * {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.toukei-block .tables > * table {
    width: 100%;
}

/*ショートコードで出力すると<div>囲みになり、CSSが効かなくなる。それの対策*/


/*各統計情報の画像（class名からjava scriptで挿入）*/
.t {
  position: relative;
  padding-left: 18px;
}

.t::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: var(--icon-url);
}
/*各統計情報の画像*/

.toukei-img {
	width: 16px;
}

/* ボタンのスタイル */
.toukei-button {
    position: absolute;
    top: -10px;
    right: 2px;
    padding: 3px 8px;
    font-size: 1em;
    cursor: pointer;
    background-color: #1da1f2;
    color: white;
    border: none;
    border-radius: 5px;
}

.toukei-button:active {
    background-color: #223a70; /* 押されているときの背景色 */
}

/* 追加データの行を非表示にするスタイル */
.add {
    display: none; /* 初期状態では追加データを非表示に設定 */
}
/***toukei-blockのCSS 終了***/


/***toukei-blockの最新と前期の切り替え　開始***/
.container {
    position: relative;
    width: 100%;
}

.toukei-tab-content {
    display: none;
}

.toukei-tab-content.active {
    display: block;
}

.toukei-tab-button {
    position: absolute;
    top: -30px;
    right: 0px;
    cursor: pointer;
    color: #FFFFFF; /* ボタンのテキスト色 */
    background-color: #6495ED; /* ボタンの背景色 */
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px; /* ボタンの内側の余白 */
    border: none; /* ボーダーなし */
    border-radius: 5px; /* 角を丸くする */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ボタンに影を付ける */
    text-align: center; /* テキストを中央揃えにする */
    transition: background-color 0.3s, box-shadow 0.3s; /* ホバー時のアニメーション */
}

/***toukei-blockの最新と前期の切り替え　終わり***/
/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/
/***ポケモンリストのデザイン（ランキング・タイプ検索・頭文字検索など）開始***/
/* グリッドコンテナのスタイル */
.rank-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    padding: 0px;
    margin-bottom: 30px;
    max-width: 768px; /* 最大幅を設定して、横に4つ以上並ばないようにする（任意） */
}

/* リンクのスタイル設定 */
.rank-grid-item-link {
    display: block; /* aタグをブロック要素として扱う */
    text-decoration: none; /* デフォルトの下線を消す */
    color: black; /* テキストの色を黒に設定 */
}

/* ホバー時のスタイル設定 */
.rank-grid-item-link:hover {
    color: black; /* ホバー時も黒字に設定 */
    transform: translateY(1.5px); /* ホバー時にボタンが少し下に動く */
}

/* グリッドアイテムのスタイル */
.rank-grid-item {
    background-color: #f3f3f3;
    padding: 4px 0px 4px 8px;
    margin: 2px 0;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rank-grid-item:hover {
    box-shadow: none; /* ボタンに影なし */
    background-color: #eaeaea;
}

/***ポケモンリストのデザイン（ランキング・タイプ検索・頭文字検索など）終了***/


/***タイプ検索　タイプタブリストの設定　開始***/
.type-list .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.type-list .tab-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px; /* 余白を消すためのマージン調整 */
    margin-bottom:3px;
}

.type-list .tab-list li img {
    display: block;
    width: 35px; /* 画像の幅を30pxに指定 */
    height: auto; /* 高さを自動にしてアスペクト比を保つ */
}

@media (min-width: 768px) {
    .type-list .tab-list li {
        width: 5%; /* 18列になるように幅を調整 */
        margin-right: 0px; /* 余白を消すためのマージン調整 */
    }
}

@media (max-width: 768px) {
    .type-list .tab-list {
        display: flex;
        flex-wrap: wrap;
    }

    .type-list .tab-list li {
        width: 10%; /* 9列になるように幅を調整 */
        margin-right: 0px; /* 余白を消すためのマージン調整 */
    }
}
/***タイプ検索　タイプタブリストの設定　終了***/


/***有料会員に関するデザイン　開始***/

/*登録画面の姓名を削除*/
.swpm-firstname-row {
    display:none;
}
 
.swpm-lastname-row {
    display:none;
}

/*メンバーお知らせ画像デザイン*/
.member-osirase-image {
    width: 100%;
	height: auto;
    border-radius: 12px; /* 角丸 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease; /* アニメーションの効果 */
    position:relative;
    top:0;
	margin: 10px 0 ;
}

.member-osirase-image:hover {
  top: 4px ;
  box-shadow: none;
  transition:0.3s;
  opacity: 0.7; 
}

