@charset "UTF-8";
.lower-mv h1 {
  width: 221px;
}

.sec01 {
  font-size: 14px;
  line-height: 1.5;
}

.sec01 h2 {
  margin-bottom: 40px;
}

.sec01 h3 {
  margin-bottom: 30px;
}

.sec01 p + p {
  margin-top: 40px;
}

.sec02 {
  background: #f3f3f7;
  margin-top: 100px;
  padding: 80px 0 200px;
}

.sec02 h2 {
  margin-bottom: 40px;
}

.sec02 dl {
  display: table;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

.sec02 dl + dl {
  margin-top: 20px;
}

.sec02 dl dt {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  width: 10%;
}

.sec02 dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}

.sec02 dl:nth-of-type(7) dt,
.sec02 dl:nth-of-type(7) dd {
  vertical-align: top;
}

.sec02 .map {
  margin-top: 50px;
}

.sec02 .map iframe {
  height: 500px;
  width: 100%;
}

/*------------------------------
            liquid
------------------------------*/
@media screen and (max-width: 1120px) {
  .sec02 dl dt {
    width: 15%;
  }
  .sec02 dl dd {
    width: 85%;
  }
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 600px) {
  .lower-mv h1 {
    width: 40%;
  }
  .sec01 {
    font-size: 13px;
  }
  .sec01 h2 {
    margin-bottom: 20px;
  }
  .sec01 h3 {
    margin-bottom: 15px;
  }
  .sec01 p + p {
    margin-top: 20px;
  }
  .sec02 {
    margin-top: 50px;
    padding: 40px 0 100px;
  }
  .sec02 h2 {
    margin-bottom: 20px;
  }
  .sec02 dl {
    font-size: 13px;
  }
  .sec02 dl + dl {
    margin-top: 15px;
  }
  .sec02 dl dt {
    display: table-cell;
    width: 20%;
  }
  .sec02 dl dd {
    display: table-cell;
    width: 80%;
  }
  .sec02 .map {
    margin-top: 25px;
  }
  .sec02 .map iframe {
    height: 300px;
  }
}
