 /* ヘッダーの要素 */
 .site-header{
    padding: 0;
   margin: 0px;
   width: 100%; /* 幅いっぱいを指定 */
   height: 50px; /* 高さを50pxに指定 */
   background: rgba(0, 0, 0, 0.452);
   display: flex;
   padding: 0px 4% 10px;
   font-size: 1rem;

   top: 0px;
   left: 0px;
   right: 0px;
   justify-content: space-between;
   align-items: center;
   text-decoration: none;
   
 }
 

  /*テーブル*/
 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

th, td {
  border: 1px solid #000000;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #b5cff5;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #ffffff;
}





 img{
   max-width: 100%;
   height: auto;
 }
 
 /*ランキング*/
 .test1{
 
   counter-reset: my-counter;
   
   list-style-type: none;
   
   }
   
   .test1 li:before {
   
   content: ""counter(my-counter) ;
   
   counter-increment: my-counter;
   
   padding:5px;
   
   
   color: rgb(0, 0, 0);
   
   background: rgb(0, 204, 255);
   
   }
 
 
 
 
 /*タイトル*/
   

 
     .icon
     {
 text-align: center;
 
     }


     
     /*SPANゾーン*/
 span.red{
   color: red;
   font-weight: bold;
 }
 span.shadow
 {
  font-size: 1rem;

color: rgb(80, 80, 80);
 }

 span.ULine{
  background: linear-gradient(transparent 70%, #7fbfff 0%);
}

span.BLine{
 background: linear-gradient(transparent 0%, #adadad 0%);
}
 
h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-size: 1.25rem;

}



 
 /*リスト*/
     li.ListBlue {
       color: #668ad8;/*文字色*/
       border: dashed 2px #668ad8;/*破線 太さ 色*/
       background: #ffffff; /*背景色*/
       padding: 0.5em 0.5em 0.5em 2em;
     }

      
 h1.title
 {
  font-size: 1rem;

 }
 

 
 
     /*囲む*/
 
   .box{
     padding-left: 5px;
     width: 50%;
 border: solid 
 2px
 #000;
   }
    
   
 
   * {
     box-sizing: border-box;
     
   }
   body {
     padding: 0; /*順番大事*/
     margin: 0;
     margin-top: 100px;
     font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
     background-color: #ffffff;
     height: 500px; /* 空の要素なので、高さの定義が必要です。 */
 line-height: 200%;
 font-size: 1rem;

   }
 
   
     /* ヘッダー（GOADBUL）が書かれた*/
     header {
      padding: 30px 4% 10px ;
      position: fixed;
      margin: 0;
      top: 0;
      height: 7%;
      font-size: 1rem;
      width: 100%;
      background-color: #ffffff;
      display: flex;
      align-items: center;
      border-bottom: 1px double #d1d1d1; /* 薄い二重線のスタイルを設定 */
    }
 
   
    li {
      margin: 0 0 0 15px;
      font-size: 1rem;

    }

    li.index{
      font-size: 1rem;

    }
   h1 a
   {
     text-decoration: none;
     color: rgb(0, 0, 0);
 
   }
   h1 {
     margin: 0; padding: 0;
     font-size: 1.5rem;

   }
   .logo{
     text-decoration: none;
     color: #4b4b4b;
   }
   nav {
     margin: 0 0 0 auto;
   }
   ul {
     list-style: none;
     margin: 0;
 
     display: flex;
   }

 
 
   /*ツイッターのアイコン*/
   .follow-me [href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }  /*デザイン*/
   .follow-me [href*="twitter.com"]:hover::before        { color: #55acee; }  /*カーソルを合わせたときのデザイン*/
   .follow-me ::before {
     border-style: solid;
     border-width: 1px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     color: #fff;
     display: inline-block;
     font-family: FontAwesome;
     font-size: 1rem;
     height: 20px; /* 高さ */
     width: 20px; /* 高さ */
     line-height: 20px; /* 高さ */
     -webkit-transition: all .3s ease;
     transition: all .3s ease;
     text-align: center;
   }
 
  
  div.content {
    background-color: rgb(255, 255, 255);
    width:100%;
    text-align:left;
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 12000px;
    margin: 0 auto;
  }
  
  article {
    display:flex;/*サイドバーとメインコンテンツを横並びにする                指定をした*/
  }


/* 目次はじまり */
   .toc-002 {
    margin-bottom: 30px;
    border: 2px solid #59b8f3;
    border-radius: 3px;
    width: 60%;
}

.toc-002 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #59b8f3;
    color: #fff;
    font-size: 1rem;

}

.toc-002 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.toc-002 ol {
    list-style-type: disc;
    margin: 0;
    overflow: hidden;
}

.toc-002 > ol {
    padding: 1em 1em 1em 3em;
}

.toc-002 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-002 li {
    padding: 5px 0;
    font-size: 1rem;

}

.toc-002 ol ol li {
  font-size: 1rem;

}

.toc-002 a {
    color: #333;
    text-decoration: none;
}
/* 目次おわり */

 