 /* ヘッダーの要素 */
 .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: 15px;
  top: 0px;
  left: 0px;
  right: 0px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  
}
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:10px;
  
  
  color: rgb(0, 0, 0);
  
  background: rgb(0, 204, 255);
  
  }


.gnav__menu{
  display: flex;
}
.gnav__menu__item{
  margin-left: 40px;
  list-style: none;
}
.gnav__menu__item a{
  color: #333;
  text-decoration: none;

}
/*ランキングおわり*/
.content p{
  margin-bottom: 100px;
}
.site-footer{
  background: #333;
  padding: 80px 0;
}
.copyright{
  color: rgb(0, 0, 0);
  font-size: 12px;
  text-align: center;
}

nav {
  margin: 0 0 0 auto;
}
s
 /*　内容　*/
.flame{
border: rgb(0, 0, 0);
}




/*タイトル*/
  


    .icon
    {
text-align: center;

    }
span.red{
  color: red;
}

    h2 {
        padding: 0.25em 0.5em;/*上下 左右の余白*/
        color: #494949;/*文字色*/
        background: transparent;/*背景透明に*/
        border-left: solid 5px #7db4e6;/*左線*/
      }
    h2.example {

color: #ff0000;
    }

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

.programBack{
  background-color :black;
}

    h5 {
      padding: 1rem 2rem;
      color: #fff;
      background: rgb(0, 71, 153);
      -webkit-box-shadow: 5px 5px 0 #003a70;
      box-shadow: 5px 5px 0 #003a70;
      width: 20%;
    }

h1.title
{

  font-size: 40px;
}

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


    /*囲む*/

  .box{
    padding-left: 5px;
    width: 50%;
border: solid 
2px
#000;
  }
    /*h4 をPOINTデザインに*/
  h4 {
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.4em 0.5em;
    margin: 2em 0 0.5em;
  }
  h3 {
    position: relative;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
  }
  
  h3:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #a8d4ff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
  
  h4:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 5px 7px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  /*ヘッダー の部分*/
  * {
    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: #e6e6e6;
    height: 500px; /* 空の要素なので、高さの定義が必要です。 */
line-height: 200%;
  }

  

  div{
    padding: 0px 50px 0px 20px;
  }

    p{
      margin: 0px 100px 0px 70px;
    }
    
  header {
    padding: 30px 4% 10px ;
    position: fixed;
    margin: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  h1 a
  {
    text-decoration: none;
    color: rgb(0, 0, 0);

  }
  h1 {
    margin: 0; padding: 0;
    font-size: 20px;
  }
  .logo{
    text-decoration: none;
    color: #4b4b4b;
  }
  nav {
    margin: 0 0 0 auto;
  }
  ul {
    list-style: none;
    margin: 0;

    display: flex;
  }
  li {
    margin: 0 0 0 15px;
    font-size: 20px;
  }
  h2 {
  
    padding-left: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
  }



  /*ツイッターのアイコン*/
  .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: 16px;
    height: 20px; /* 高さ */
    line-height: 20px; /* 高さ */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 20px; /* 高さ */
  }

  /*Twitter*/
  /*ツイッターのアイコン*/
  .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: 16px;
    height: 20px; /* 高さ */
    line-height: 20px; /* 高さ */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 20px; /* 高さ */
  }



  /*タイトル　プルダウン
  #dropmenu {
    position: relative;
    list-style-type: none;
    width: 400px;
    height: 30px;
    margin: 20px 0 10px 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #007CC3;
    border-radius: 3px 3px 0 0;
    }
    #dropmenu li {
    width: 18%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    border-right:1px #fff solid;
    }
    #dropmenu li a {
    display: block;
    margin: 0;
    padding: 10px 0 6px;
    color: #000;
    background: #ededed;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    }
    #dropmenu li ul {
    position: absolute;
    top: 100%;
    right: 10px;
    list-style: none;
    margin: 0;
    border-radius: 0 0 3px 3px;
    }
    #dropmenu li ul li{
    overflow: hidden;
    width: 600px;
    height: 0;
    color: #000;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
    }
    #dropmenu li ul li a{
    padding: 10px 15px;
    background: #E8F6FF;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    }
    #dropmenu li:hover > a{
    background: #CFE6F7;
    color: #007CC3;
    }
    #dropmenu > li:hover > a{
    border-radius: 3px 3px 0 0;
    }
    #dropmenu li:hover ul li{
    overflow: visible;
    height: 30px;
    border-top: 1px solid #007CC3;
    
    }
    #dropmenu li:hover ul li:first-child{
    border-top: 0;
    }
    #dropmenu li:hover ul li:last-child{
    border-bottom: 0;
    }
    #dropmenu li:hover ul li:last-child a{
    border-radius: 0 0 3px 3px;
    }*/


ul.header-dropmenu {
  list-style: none;
  width: 50%;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  display: table;
  table-layout: fixed;
}
ul.header-dropmenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #f8f8f8;
  background: #76808a; /* 背景色*/
}
ul.header-dropmenu li a {
  display: block;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
ul.header-dropmenu li ul {
  visibility: hidden;
  width: 100%;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 0;
  padding: 0;
  border: 1px solid #222; /* マウスオーバー時の枠線 */
  border-top: none;
}
ul.header-dropmenu li:hover ul {
  visibility: visible;
}
ul.header-dropmenu li ul li {
  background: rgb(255, 255, 255);
  transition: all .2s ease;
}
ul.header-dropmenu > li:hover {
  background: #fff;
  border: 3px solid #222; /* マウスオーバー時の枠線 */
  border-bottom: none;
}
ul.header-dropmenu li:hover ul li:hover {
  background: #f8f8f8;
}


    /*テーブル（セル風）*/
    table{
      width: 100%;
      border-collapse:separate;
      border-spacing: 0;
    }
    
    table th:first-child{
      border-radius: 5px 0 0 0;
    }
    
    table th:last-child{
      border-radius: 0 5px 0 0;
      border-right: 1px solid #3c6690;
    }
    
    table th{
      text-align: center;
      color:white;
      background: linear-gradient(#829ebc,#225588);
      border-left: 1px solid #3c6690;
      border-top: 1px solid #3c6690;
      border-bottom: 1px solid #3c6690;
      box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
      width: 25%;
      padding: 10px 0;
    }
    
    table td{
      text-align: center;
      border-left: 1px solid #a8b7c5;
      border-bottom: 1px solid #a8b7c5;
      border-top:none;
      box-shadow: 0px -3px 5px 1px #eee inset;
      width: 25%;
      padding: 10px 0;
    }
    .code
    {
      width: 10%;

    }
    
    table td:last-child{
      border-right: 1px solid #a8b7c5;
    }
    
    table tr:last-child td:first-child {
      border-radius: 0 0 0 5px;
    }
    
    table tr:last-child td:last-child {
      border-radius: 0 0 5px 0;
    }