@charset "utf-8";

*{
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.header{
  background-color: #99d2e4;
  padding: 20px;
  text-align: center;
}

.wrapper{
  font-size: 18px;
  color: rgb(0, 0, 0);
  background-color: #99d2e46a;
}


.bc{
  text-align: center;
  padding-top: 50px;

}
.bc h2{
  font-size: 30px;
}


.bz{
  text-align: center;
}

.bz h2{
  font-size: 30px;
}

.hikaku{
  text-align: center;
  padding-bottom: 50px;
}

.hikaku h2{
  font-size: 30px;
}



.photo1{
  text-align: center;
  margin-bottom: 50px;
}

.photo2{
  text-align: center;
  margin-bottom: 50px;
}

.back_image{
  background-image: url(/material/img/03.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
}

footer p{
  background-color: #99d2e4;
  text-align: center;
  padding: 30px 0;
}