#footer{
    background:#333;
    color:#fff;
    display: block;
    text-align: center;
    padding:20px;
    position: relative;/*#header-imgよりも配置を上にするためにrelativeをつける*/
    z-index: 2;/*#header-imgよりもz-indexの値を大きな数値にして上に表示*/
  }

  header{
    display: flex;
    width: 100%;
    height: 50px;
    background-color: skyblue;
    align-items: center;
    position:fixed;
    z-index: 1;
  }
  .svg{
    padding-top: 10px;
    height: 50px;
    width: 50px;
  }
  .home{
    width: 60px;
    height: 60px;
  }
  .menu-item{
    list-style: none;
    padding: 10px;
    text-align: right;
    display: inline-block;
  }
  .titles {
    margin-right: auto;
    padding: 10px;
  }
  table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: #f0e6cc;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.Title{
    text-align: center;
    margin-bottom: 20px;
      color: #000;
        box-sizing: border-box;
    }
    #Area03{
        text-align: center;
      }
      .btn {
        display: inline-block;
        background-color: #e3364a; /* 背景色 */
        box-shadow: 0 5px 0 #ca1c30; /* 影の太さ・色 */
        border-radius: 60px;
        color: #fff;
        cursor: pointer;
        text-decoration: none; /* 文字の下線を消す */
        padding: 0.8em 3em;
      }
      /* クリック時 */
      .btn:active {
        box-shadow: none;
        transform: translateY(5px);
      }
      img{
        width: 300px;
        width: 300px;
      }