@charset "utf-8";

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.header-nav,
.area-ttl__ttl,
.panel-01__ttl,
.panel-03__ttl,
.shinrai,
.kv__inner {
  font-family: BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

.kv {
  height: 450px;
  margin: 0;
  font-family: BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}
.kv__inner {font-size:24pt;}

.area-ttl {
    background: url(/img/common/bg-ttl-11.jpg) no-repeat 50% 50%;
    font-family: BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    background-size: cover;
}

.area-ttl__ttl {
    background-size: 32px auto !important;
    color: #37404a;
}


.bg-iot{
  background-color:#0288d1;
  color:#fff;
  vertical-align:middle !important;
}


@media only screen and (max-width: 767px) {
  .kv {
    height: 200px;
  }
}

.footer__copyright a{color:#fff;}

.card-img-top{
    max-height: 240px;
    object-fit: cover;
}