<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.smartcity .h1_wrap {
  background: url(../../smartcity/img/h1_bg.jpg) no-repeat center center/cover;
}

.intro_wrap {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.intro_wrap .img_ctr {
  max-width: 300px;
  margin: 0 auto 40px;
}

.intro_wrap .intro_tit {
  padding-top: 0;
}

.smartcity {
  background: #f2f2f2;
}

.content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.content_wrap:first-of-type {
  margin-top: 100px;
}

.content_wrap:last-of-type {
  margin-bottom: 100px;
}

.content_wrap .img_box {
  width: 20.8333%;
  max-width: 250px;
}

.content_wrap .text_box {
  width: 75%;
  max-width: 900px;
}

.content_wrap .text_box .case {
  display: inline-block;
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  color: #845455;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF471));
  background: linear-gradient(transparent 60%, #FFF471 60%);
  margin-bottom: 10px;
}

.content_wrap .text_box .text {
  line-height: 2.4;
  letter-spacing: 1.5px;
}

.last_box {
  position: relative;
  background: #E8E8E5;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #3b2526;
  letter-spacing: 1.5px;
  padding: 50px;
}

.last_box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 40px 0 40px;
  border-color: #f2f2f2 transparent transparent transparent;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}

.btn03 a {
  max-width: 420px;
  margin: 100px auto;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .intro_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .intro_wrap .img_ctr {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .content_wrap {
    display: block;
    margin-bottom: 25px;
  }
  .content_wrap:first-of-type {
    margin-top: 50px;
  }
  .content_wrap:last-of-type {
    margin-bottom: 50px;
  }
  .content_wrap .img_box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .content_wrap .text_box {
    width: 100%;
    max-width: 100%;
  }
  .content_wrap .text_box .case {
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF471));
    background: linear-gradient(transparent 60%, #FFF471 60%);
    margin-bottom: 5px;
  }
  .last_box {
    font-size: 15px;
    padding: 25px;
  }
  .last_box:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
  }
  .btn03 a {
    max-width: 100%;
    margin: 50px auto;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=smartcity.css.map */</pre></body></html>