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

h1 {
  text-align: center;
  font-size: 60px;
  color: #ffd400;
  text-shadow: 3px 4px 3px rgb(61 70 70);
}

 h2{
  text-align: center;
  font-size: 20px;
     font-weight: bold;
     margin-top: 100px;
     color: #000000;
}

h3{
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

p{
  font-size: 20px;
  font-weight: normal;
  color: #000;
  text-align: center;
}

li{
  font-size: 18px;
}

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

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


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

.icon{
  text-align: center;
  padding-top: 50px;
}

.icon img{
  width: 350px;
}

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

.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;
}

footer p{
  color: #fff;
}

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

a{
  text-decoration: none;
  font-size: 20px;
}

@media screen and (max-width: 1024px) and (min-width: 766px) {

   h1 {
    font-size: 40px;
  }

  h2{
    font-size: 15px;
    margin-top: 50px;
  }

  h3{
    font-size: 15px;
  }

  p{
    font-size: 15px;
  }

  li{
    font-size: 14px;
  }

  a{
    font-size: 15px;
  }

.btn{
  padding: 15px;
}

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

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

.icon img{
  width: 250px;
}

footer{
    padding-top: 50px;
}
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    text-shadow: 1px 2px 1px rgb(61 70 70);
  }

  h2{
    font-size: 15px;
    margin-top: 30px;
  }

  h3{
    font-size: 15px;
  }
  p{
    font-size: 8px;
  }

  li{
    font-size: 8px;
  }

.btn{
  padding: 8px;
}


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

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

.icon{
  text-align: center;
  padding-top: 10px;
}

.icon img{
  width: 150px;
}

footer{
    padding-top: 50px;
}

footer p{
  font-size: 15px;
}

a{
  font-size: 10px;
}
}