table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table tr:hover{
  background-color: #d4f0fd;
}

table th,table td{
  text-align: center;
  width: 20%;
  padding: 15px 0;
}

table td.icon{
  background-size: 35px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

table td.icon.bird{
  background-image: url(../images/kk01.png)
}

table td.icon.whale{
  background-image: url(../images/kk02.png)
}

table td.icon.crab{
  background-image: url(../images/kk03.png)
}


#flexbox{
  display:flex; 
  flex-wrap: wrap;
  width: 100%;
  height:auto;
  padding:10px;
  text-align: center;
  justify-content:center;
}
    
.box-item{
  width: 45%;
  text-align: center;
  padding:30px 20px;
}    


.wrap-video{
  position:relative;
}

.kkheight{
  height:10%;
}

.wrap-video video{
  width: 100%;
  height:100%;
}

.wrap-video .text{
  position: absolute;
  top: 40%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
}

.wrap-video .text p{
  font-size:60px;
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:20px;
}