@charset "utf-8";
/* transport */
.wideslider {
  display: none;
}
.introduction {
  margin-bottom: 30px;
  width: 100%;
}
.introduction .imgR {
  width: 80%;
  margin: 0 auto 20px;
}
.introduction ul.flex {
  width: 100%;
  display: flex;
}
.introduction ul.flex li {
  margin-right: 20px;
}
.example {
  display: flex;
}
.example li {
  width: 47%;
  margin-bottom: 20px;
  margin-right: 3%;
}
.example li figcaption {
  font-size: 1.4rem;
}
.areas {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.areas .areamap {
  width: 100%;
  max-width: 531px;
  margin: 0 auto 20px;
  padding-top: 70px;
}
.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%;
    margin-right: 2%;
  }
  .areas .areamap {
    padding-top: 0;
  }
  .areas .textbox {
    margin-bottom: 50px;
    margin-left: 30px;
  }
  .areas .textbox li {
    display: block;
  }
}
table.service-list {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 95%;
  text-align: center;
  background-color: #fff;
  margin: 0 auto 50px;
}
table.service-list th,
table.service-list td {
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 5px;
}
table.service-list th {
  background: #1d7db6;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}
table.service-list tbody td:first-of-type {
  background-color: #f7f7f7;
  color: #333;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  table.service-list {
    table-layout: fixed;
  }
  table.service-list th,
  table.service-list td {
    padding: 5px;
  }
  table.service-list thead th span {
    display: block;
    width: 1em;
    margin: 0 auto;
  }
  table.service-list thead th:first-of-type {
    width: 10em;
  }
}
@media screen and (max-width: 768px) {
  table.service-list {
    display: block;
    position: relative;
    width: 100%;
  }
  table.service-list thead {
    display: block;
    float: left;
  }
  table.service-list tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  table.service-list th,
  table.service-list td {
    display: block;
    height: 30px;
    line-height: 30px;
  }
  table.service-list tbody {
    font-size: 0;
  }
  table.service-list tr {
    display: inline-block;
  }
  table.service-list tbody td,
  table.service-list tbody th {
    font-size: 1.2rem;
    width: 5em;
  }
}
