
body{
       background-color: #D1EFFF;
       background-repeat: no-repeat;
       background-size: 100%;
       font-family: 'Roboto', sans-serif;
}

h1 {
  text-align: center;
  font-size: 90px;
  margin-top: 100px;
  color: #FFD400;
    text-shadow: 3px 4px 3px rgb(61 70 70);
}

 h2{
  text-align: center;
  font-size: 30px;
  margin-top: 5%;
     font-weight: bold;
     white-space: nowrap;
     color: #000000;
}

 h3{
  text-align: center;
  font-size: 20px;
  margin-top: 3%;
  margin-bottom: 3%;
     font-weight: bold;
     white-space: nowrap;
     color: #000000;
 }

h4{
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
}

h5{
  color: #000;
  font-size: 15px;
}

 p{
  text-align: center;
  font-size: 17px;
  margin-top: 3%;
  margin-bottom: 3%;
     font-weight: normal;
     color: #000000;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon img{
  width: 60%;
}


.header01-item{
  display: inline-block;
}


.header-1{
  margin-bottom: 20px;
}

a{
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}

.back-1{
  max-width: 60%;
  min-width: 50%;
  margin-top: 30px;
}

.top{
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 100px 0;
}


.top-img img{
  min-width: 60%;
  max-width: 70%;
}

.camera img{
  width: 100%;
}

.camera{
  text-align: center;
}

.b-1-1{
  background-color: #fff;
  width: 800px;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
  margin: 50px auto 0 auto;
}

.b-1-2{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-top: 100px;
}

.b-1-3{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 100px;
}

.flow img{
  width: 50%;
}

.flow{
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  text-align: center;
}


/* ボタン用リンク */
.btn-1 {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s;
}

.btn-1:hover {
  opacity: 0.8;
}

.b-3-1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:40px;
}

.b-3-2{
  margin-top: 50px;
}

.price{
  background-color: #fff;
  border-radius: 20px;
  width: 200px;
  height: 150px;
  padding-top: 30px;
}

 .b-3 p{
     line-height: 0.3;
}

.text-2{
 text-align: center;
  padding: 0px 70px 200px 70px;
margin-top: -120px;
}

.b-4{
  margin-top: -200px;
}

.b-4-1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.b-4-img img{
  width: 200px;
  height: 200px;
}

.flow-4{
  width: 300px;
  padding: 30px 0 50px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 100px;
}

.text-4{
  text-align: center;
}

@keyframes rotate-clockwise {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.ani{
  animation: rotate-clockwise 50s linear infinite;
  background-image: url(sun.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 350px;
}

.text-5{
  background-color: #fff;
  width: 700px;
  padding: 30px 0;
  border-radius: 20px;
  margin: 50px auto 200px auto;

}

.b-6{
 background-color: #396d2a;
 padding: 5px;
}

.b-6-1{
text-align: center;
}

.b-6 h3{
  margin-bottom: 50px;
  color: #fff;
}

.b-6-img img{
  width: 100%;
}

.b-6-img{
  margin-top: 50px;
  margin-bottom: -25px;
}

/* ボタン用リンク */
.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #000000;
  padding: 1em 3em;
  border-radius: 4px;
  transition: opacity 0.3s;
  box-shadow: 3px 4px 3px rgb(61 70 70);
}

.btn:hover {
  opacity: 0.8;
}


footer{
    width: 100%;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 50px 0 30px 0;
}

footer p{
  color: #FFF;
}

.footer-menu a{
  color: #fff;
}
ul.footer-menu li {
display: inline;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  h1 {
    font-size: 60px;
    margin-top: 50px;
  }

  h2{
    font-size: 20px;

  }

  h3{
    font-size: 15px;
  }

  .text h3{
    margin-top: -55px;
  }

  h4{
    font-size: 13px;
  }

  h5{
    font-size: 15px;
  }

  li{
    font-size: 13px;
  }

  a{
    font-size: 13px;
  }

  p{
    font-size: 13px;
  }

  .text{
    margin-top: 0;
  }

  .back-1{
    padding-left: 10px;
  }

  .title{
    margin-left: 5px;
  }

  .header-1{
    margin-bottom: 15px;
  }


.b-1-1{
  width: 600px;
}

.b-1-2{
  column-gap: 10px;
  margin-top: 50px;
}

.b-1-3{
  column-gap: 10px;
  margin-top: 10px;
}

.flow{
  width: 150px;
}

.b-3-1{
  gap:10px;
}

.price{
  height: 130px;
  line-height: 1.5;
}

.b-4-img img{
  width: 150px;
  height: 150px;
}

.flow-4{
  width: 200px;
}

.ani{
  width: 200px;
  height: 200px;
}

.text-5{
  margin-top: 0px;
  width: 500px;
}

footer{
  padding: 10px 0;
}
}

@media screen and (max-width: 767px) {
 h1 {
    font-size: 40px;
    margin-top: 20px;
  }

  h2{
    font-size: 13px;

  }

  h3{
    font-size: 8px;
  }

  .text h3{
    margin-top: -35px;
  }

  h4{
    font-size: 8px;
  }

  h5{
    font-size: 10px;
  }

  li{
    font-size: 8px;
  }

  a{
    font-size: 8px;
  }

  p{
    font-size: 8px;
  }

  .text{
    margin-top: 0;
  }

  .back-1{
    padding-left: 10px;
    margin-top: -10px;
  }

  .title{
    margin-left: 5px;
  }

  .header-1{
    margin-bottom: 15px;
  }


.b-1{
  margin-top: 50px;
  margin-bottom: 50px;
}

.b-1-1{
  width: 350px;
  margin-top: 0;
  border-radius: 10px;
}

.b-1-2{
  margin-top: 30px;
  column-gap: 5px;
}

.b-1-3{
  column-gap: 5px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.flow{
  padding-top: 10px;
  width: 100px;
  border-radius: 10px;
}

.b-3-1{
  gap:5px;
}

.b-3-2{
  margin-top: 0px;
  margin-bottom: 50px;
}

.price{
  height: 80px;
  line-height: 1.5;
  padding-top: 20px;
  border-radius: 10px;
}

.b-4 {
  margin-top: -70px;
}

.b-4-1{
  gap: 5px;
}

.b-4-img img{
  width: 100px;
  height: 100px;
}

.flow-4{
  width: 200px;
  padding: 20px 0 30px 0;
  border-radius: 10px;
  margin-bottom: 50px;
}

.ani{
  width: 100px;
  height: 100px;
}

.text-5{
 width: 300px;
 margin-top: 0px;
 margin-bottom: 50px;
}

.b-6-img{
  margin-top: 20px;
}

footer{
  padding: 10px 0;
}

}