@charset "utf-8";
/* waste */
.wideslider {
  display: none;
}
.introduction {
  margin-bottom: 30px;
  width: 100%;
}
.introduction .imgR {
  width: 80%;
  margin: 0 auto 20px;
}
.introduction ul {
  width: 100%;
  margin-bottom: 20px;
}
.introduction ul li {
  margin-right: 20px;
}
.example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.example li {
  width: 47%;
  margin-bottom: 20px;
}
.example li figcaption {
  font-size: 1.4rem;
}
.areas {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.areas .areamap {
  width: 100%;
  max-width: 595px;
  margin: 0 auto 20px;
}
.areas .textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
}
.areas .textbox li {
  display: inline-block;
  margin-right: 1em;
}
@media screen and (min-width: 769px) {
  .introduction {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 50px;
  }
  .introduction .imgR {
    float: right;
    width: 35%;
    margin-left: 30px;
  }
  .introduction .textbox {
    overflow: hidden;
    _zoom: 1;
  }
}
@media screen and (min-width: 950px) {
  .example {
    margin-bottom: 50px;
  }
  .example li {
    width: 23%;
  }
  .areas .textbox {
    margin-bottom: 50px;
    margin-left: 30px;
  }
  .areas .textbox li {
    display: block;
  }
}
