/* 導入部（シリーズ紹介） */
.cs-series-intro {
  background-color: #f2f8fc;
  border: 1px solid #cce3f6;
  border-radius: 6px;
  padding: 1em 1.5em;
  margin-bottom: 2em;
  font-size: 0.95em;
  line-height: 1.6;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

/* 記事冒頭の要点整理（Highlightブロック） */
.cs-highlight {
  background-color: #eaf4ff;
  border: 1px solid #b6dbfa;
  border-left: 4px solid #42a5f5;
  border-radius: 4px;
  padding: 0.75em 1.25em;
  margin: 1em 0 2em 0;
  font-size: 0.96em;
  line-height: 1.5;
}

/* セクション囲い（本文） */
.cs-section {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.5em 1.5em 1em 1.5em;
  margin-top: 2em;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}

.cs-section h2 {
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
}

.cs-section h3 {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 0.4em;
  color: #333;
  font-weight: normal;
}

/* 補足・注意情報など */
.cs-note {
  background-color: #fff8e1;
  border: 1px solid #ffe082;
  border-left: 4px solid #ffb300;
  border-radius: 4px;
  padding: 0.75em 1.25em;
  margin: 1.5em 0;
  font-size: 0.95em;
  line-height: 1.5;
}

/* サブブロック（段階的に詳細化） */
.cs-section-sub {
  background-color: #f7fafd;
  border: 1px solid #d6e6f4;
  border-radius: 5px;
  padding: 1.2em 1.2em 1em 1.2em;
  margin-top: 1.5em;
}

.cs-section-sub-1 {
  background-color: #f9fbfd;
  border: 1px solid #e3ecf6;
  border-radius: 4px;
  padding: 1em 1.2em;
  margin-top: 1em;
}

.cs-section-sub-2 {
  background-color: #fcfdfe;
  border: 1px dashed #e8eff7;
  border-radius: 3px;
  padding: 0.8em 1.2em;
  margin-top: 0.8em;
}



/* 全体見出し階層（セクション内を含む） */
h1 {
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 2px solid #888;
  padding-bottom: 0.2em;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #1a1a1a;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  padding-bottom: 0.15em;
  margin-top: 1.8em;
  margin-bottom: 1em;
  color: #2a2a2a;
}

h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  color: #333;
}

h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  color: #444;
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #555;
}

h6 {
  font-size: 0.95em;
  font-weight: bold;
  font-style: italic;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
  color: #666;
}


#content.full-width{
	width:80%;
	max-width:100%;
	float:left;
	
}
#sidebar{width:20%;float:right}

aside#sidebar {margin:0px;
	padding:30px;
}
#sidebar li {margin:5px;
	padding:2px;
}
#sideber hr {
	margin:2px!important;
}

#sideber p {
	margin:2px!important;
	padding:0px!important;
}


body{
	background:black;
}
a.noExtLink[target="_blank"]{
	font-size:0.7em;
}
a.noExtLink[target="_blank"]::after{
	content: ""!important;
}
li:before{
content:""!important;	
}

.entry-content ol{
    list-style-type: decimal;
}

.entry-content ul li{
    list-style-type:square;
}

/**/
.menu-item li,  .widget-container li, .comment-body li{
	list-style: disc!important;
	
}

.entry-content > ul > li{
	list-style: disc!important;
}

li.widget-container{
	list-style: none!important;
}

.wpcf7-form .wpcf7-submit{
	font-family:sans-serif!important;
}
.wpcf7-text {
	margin-left:10px;
	width:90%;
}
.wpcf7-textarea{
	margin-left:10px;
	width:90%;
}

div.wpcf7 label{
margin-top:10px!important;
	font-weight:bold;
}

div.wpcf7{
	padding 15px!important;
	background: linear-gradient(rgba(5,100,100,0.2),rgba(255,255,255,0.5));
}
div.wpcf7 p{
	margin-left:10px;
}

form.wpcf7-form{
	padding:5px;
}
#menu .sub-menu li:before{
	width:300px!important;
}
#menu .sub-menu a:hover{
background:gray!important;
	color:white!important;
	transition:0s!important;
}

#menu .sub-menu .menu-item a{
	
	width: auto;
	min-width:300px;
	
	
	
}

ul.menu a:hover[href]{
background:#5a5359!important;
	color:white!important;
	transition:0s!important;
}




    div#footer_link {
        text-align: center;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    div.footer_link_item {
        font-size: 0.7em;
        display: flex;
        flex-direction: column; /* 子要素を縦方向に並べる */
        justify-content: center; /* 子要素を縦方向に中央揃えにする */
        align-items: center;
        width: 130px;
        background: #f8f8f8;
        height: 130px;
        padding: 5px;
        margin: 10px;
        transition: background-color 0.3s;
    }
    .footer_link_item:hover {
        background-color: #e2e2e2;
    }
    .footer_link_item a {
        color: #333;
        text-decoration: none;
        text-align: center;
        display: block;
        height: 100%;
        width: 100%;
    }
    .footer_link_item a:hover {
     background-color: #cccccc; /* hover時の背景色をもっと濃い色に設定 */
			
    }
    .footer_link_item img {
        max-width: 100%;
        max-height: 80px;
        width: auto;
        height: auto;
        margin: auto;
    }






.wp-block-latest-posts__post-full-content{ 
	
}


.wp-block-latest-posts__post-excerpt{
	margin:10px;
	padding:10px;
	border:2px dashed gray!important;
	 background: linear-gradient(rgba(240,230,130,0.6),rgba(240,230,130,0.1));
	
}
/*insert-page*/
ul.insert-page {

}

.insert-page h1{
	font-size:1.2em!important;
  font-weight:normal;
   background: linear-gradient(rgba(0,230,130,0.1),rgba(0,230,130,0.1));
}

/* テーブルの外側の罫線 */
.table-training table {
    border-collapse: collapse; /* セルの罫線を隣接するものと結合 */
}

/* セルの罫線 */
.table-training td, .table-training th {
    border: 1px solid black; /* 黒い罫線を適用 */
  
}


/* .column-1 から .column-6 までの列の幅を 2em に固定 */

.table-training .column-2,
.table-training .column-3,
.table-training .column-4,
.table-training .column-5,
.table-training .column-6
{
	text-align:middle!important;
	
	width:2em;
	 word-break: break-all;
}


.equipment-list table {
    background-color: rgba(255, 255, 255, 0.5);
    width: auto;
    margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
    border-collapse: collapse; /* 罫線を揃える */
}

/* 全てのtdに適用する基本スタイル */
.equipment-list td {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dddddd;
}

/* ヘッダ行のスタイル */
.equipment-list tr:first-child td {
    font-weight: bold; /* テキストを太字に */
    background-color: #f2f2f2; /* 背景色をライトグレーに */
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

/* ヘッダ行のimgタグに適用するスタイル */
.equipment-list tr:first-child td img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
		max-width:150px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 2行目以降のtdに適用するスタイル */
.equipment-list tr:not(:first-child) td {
    height: auto;
}
/* thに適用するスタイル */
.equipment-list th {
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dddddd;
    background-color: #3366ff; /* 背景色をライトグレーに */
	color :white;
    width: 150px;
    height: auto;
    position: relative;
    overflow: hidden;
}

/* 偶数行に適用するスタイル */
.equipment-list tr:nth-child(even) td {
    background-color: #f2f9ff;
}

/* 奇数行に適用するスタイル */
.equipment-list tr:nth-child(odd) td {
    background-color: #ffffff;
}
/* テーブル内のリンクにhoverスタイルを適用 */
.equipment-list a:hover {
    text-decoration: underline; /* 例: アンダーラインを表示 */
    color: blue; /* 例: テキスト色を青に変更 */
}

/* テーブル内のactiveリンクにスタイルを適用 */
.equipment-list a:active {
    text-decoration: underline; /* 例: アンダーラインを表示 */
    color: red; /* 例: テキスト色を赤に変更 */
}

/* テーブル内のvisitedリンクのスタイルを無効にする */
.equipment-list a:visited {
    text-decoration: none; /* アンダーラインを非表示 */
    color: inherit; /* 親要素から色を継承する */
}

/* 一列目のth, td要素の幅を狭く設定 */
.equipment-list th:first-child,
.equipment-list td:first-child {
    width: 40px; /* 例: 80pxに設定 */
}

