body {
    display: contents;
    margin: 0;
}

.wipper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px auto 80px;
	padding: 0px 0px 30px;
	overflow: hidden;
}

.full {
    text-align: center;
    width: 100%;
    margin: -7px auto;
    padding: 0;
}
.full2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}


a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#999;
	}

.footer {
	display:block;
	color:#333;
	font-size: 110%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	text-align: center;
}

h2 {
    background-color: #f0f0f0; /* Set your desired color here */
    padding: 10px;
    border: 1px solid #ccc;
	text-align: center;
  }
  
table {
            border-collapse: collapse;
            width: 100%;
        }
th, td {
            border: 1px solid black;
            padding: 8px;
        }

#footer-fix {
	width:100%;
	position:fixed;
	bottom:0;
	text-align:center;
	background:#31ae36;
	padding:1px 0 0 0;
	font-size:14px;
	margin-bottom:-1px !important;
}
#footer-fix  #footer-fix-menu {
  text-align :center;
  padding :0;
  display :table;
  width :100%;
}
#footer-fix  #footer-fix-menu li {
  display :table-cell;
  width :100%;
  background :#4ecd00;
  padding :0;
  margin :0;
  height :60px;
  position :relative;
  vertical-align :middle;
  font-size:26px;
  color: #fff;
}
}
#footer-fix  #footer-fix-menu li:hover {
  opacity :0.9;
}
#footer-fix  #footer-fix-menu li a {
  display :block;
  position :absolute;
  top :0;
  left :0;
  width :100%;
  height :100%;
}
i.fab.fa-line {
    font-size: 64px;
    margin-bottom: 5px;
}
