@charset "utf-8";
/* ****************************************************************************

module

-------------------------------------------------------------------------------

　00. module

******************************************************************************* */
/* data01
------------------------------------------------------------------------------- */
.data01 table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
}
.data01 th {
  line-height: 1.6;
  padding: 20px 40px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
}
.data01 td {
  line-height: 1.6;
  padding: 20px 40px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
}
.data01_w1 {
  width: 25.8%;
}
.data01 td a[href*="mailto:"] {
  color: #de163d;
  font-weight: 500;
  text-decoration: underline;
}
.data01 td a[href*="mailto:"]:hover {
  text-decoration: none;
}
/* map01
------------------------------------------------------------------------------- */
.map01 {
  position: relative;
  margin: 80px 0 160px;
  height: 500px;
  z-index: 95;
}
.map01 iframe {
  width: 100%;
  height: 100%;
}
