html {
  height:100%;
}

body {
  margin:0;
}

.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #78ffd6 50%, #09f 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}

.bg3 {
  animation-duration:5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.header{
	width:100%;
	max-width: 1000px;
	margin:0 auto;
}
.container{
	max-width:1000px;
	width: 100%;
	margin:0 auto;
	padding:10 auto;
	text-align: center;
}
.complete{
	max-width:1000px;
	width: 70%;
	margin:0 auto;
	text-align: center;
	display: none;
}

ul{
  margin: 20px auto 80px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-right: 40px;
　text-align: center;
}
li{
  border: solid 3px #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-bottom: 10px;
  margin-right:4%;
  width: 27%;
  height: auto;
  position: relative;
}
li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
li span{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
li span:before{
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
li span > *{
  vertical-align: middle;
  display: inline-block;
}
li span img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

h1 {
  font-size:1.7em;
  position: relative;
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  color: #454545;
}

h1: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);
}

h2 {
  font-size:1.7em;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h2:before, h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

h2:before {
  left:0;
}
h2:after {
  right: 0;
}

.box26 {
	width:80%;
    position: relative;
    margin: 2em auto;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	background: #FFF;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 10px;
    padding: 8px 12px;
    line-height: 1;
    font-size: 28px;
    background: #95ccff;
    color: #fff;
	  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.box26 p {
	font-size:24px;
    margin: 1; 
    padding: 1;
	text-align: left;
}
canvas {
  height: 100%;
  width: 100%;
  position: absolute;
}
