.red {
  color: red;
}

.content.eco_lan img.logo {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .content.eco_lan img.logo {
    width: 70%;
    margin-bottom: 1rem;
  }
}
.content.eco_lan h1 + h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
.content.eco_lan .videoWrap {
  width: 100%;
  margin-bottom: 3rem;
}
.content.eco_lan .videoWrap video {
  width: 100%;
  height: auto;
}
.content.eco_lan .set {
  text-align: center;
  width: 100%;
  border: 2px solid #3aab6b;
  padding: 3rem;
  border-radius: 1rem;
  position: relative;
  margin-top: 3rem;
  margin-bottom: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .content.eco_lan .set {
    padding: 2rem;
  }
}
.content.eco_lan .set h2 {
  width: 220px;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.content.eco_lan .set h6 {
  font-weight: bold;
}
.content.eco_lan .set span.c_kankyo {
  color: #2474dd;
}
.content.eco_lan .set span.c_zouen {
  color: #3aab6b;
}
.content.eco_lan .set img.mieruka {
  width: 80px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -30px;
  left: 21%;
}
.content.eco_lan .set .wrap {
  text-align: left;
  margin-top: 1rem;
}
.content.eco_lan .set .wrap h6 {
  font-size: 15px;
}
.content.eco_lan img.logos {
  width: 90%;
  height: auto;
  display: block;
  margin: 1rem auto;
}
.content.eco_lan ul.pdf li {
  width: 100%;
  margin-bottom: 5px;
}
.content.eco_lan ul.pdf li a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #3aab6b;
  color: #fff;
  transition: 0.3s background-color;
  font-size: 16px;
  padding: 5px 0;
}
.content.eco_lan ul.pdf li a:hover {
  background-color: #1b8047;
}/*# sourceMappingURL=style.css.map */