@charset "utf-8";

.header-nav__item--prod > a:after {
  left: 0;
  width: 100%;
}

.area-ttl {
  background: url(/iot/img/bg-kv-01.jpg) no-repeat left;
  background-size: cover;
}

.area-ttl__ttl {
  color: #fff;
  text-shadow: 0px 0px 5px #f3f3f3;
  background: url(/iot/img/siotp-icon.png) no-repeat 50% 0;
  background-size: 46px auto;
}

.area-sub-ttl {
  background: url(/iot/img/bg-kv-02.jpg) no-repeat 0 0;
  background-size: cover;
  height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.area-sub-ttl__ttl {
  font-size: 2.4rem;
  margin-bottom: 0;
  color: #fff;
}

.contents section:not(:first-child) {
  margin-top: 50px;
}

.icon-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: .5rem;
}

.icon-wrap__icon {
  width: 40px;
  margin-right: 1rem;
}

.icon-wrap__icon img {
  width: 100%;
  height: auto;
}

.icon-wrap__icon + span {
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}

.contents .feature-list {
  margin: 0;
  padding: 0;
}

.feature-list li {
  list-style: none;
  margin: 0 0 2.5rem;
}

.media-block-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contents .media-block-list {
  padding: 0;
}

.media-block-list > li {
  margin: 0 0 2rem;
  width: 48.5%;
  list-style: none;
  padding: 1.25rem;
  border-radius: .25rem;
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
}

.media-block h4 {
  border: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: .5rem;
}

.media-block-list__img {
  margin: .5rem auto;
  max-width: 300px;
}

.media-block__txt-box {
  margin-bottom: 2rem;
}

.contents .card-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 30px 0 0;
}

.card-list > li {
  margin: 0 0 2rem;
  width: 48.5%;
  list-style: none;
  padding: 1.25rem 1.25rem 1.25rem 5.3rem;
  border-radius: .25rem;
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
}

.card-list__ttl {
  font-weight: bold;
  font-size: 1.3rem;
}

.card-list__icon {
  color: #f00;
  position: absolute;
  top: 50%;
  left: .3em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-list .card-list__icon {
  font-size: 3.8rem;
}

.card-list__ttl + p {
  margin-bottom: 0;
}

.contents .security-list {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.security-list li {
  list-style: none;
  border: 3px solid #f34e4e;
  text-align: center;
  width: 23.75%;
  padding: 1.5rem 0;
  box-sizing: border-box;
  margin: 0 0 1rem;
}

.security-list__txt {
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.security-list__way {
  color: #f34e4e;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}

.security-list__way:before,
.security-list__way:after {
  margin: 0 5px;
  position: relative;
  bottom: .1em;
}

.security-list__way:before {
  content: "[";
}

.security-list__way:after {
  content: "]";
}

.contents .center-ttl {
  text-align: center;
  border: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.7rem;
}

.contents .center-ttl:after {
  content: none;
}

.contents .color-card-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 80px;
}

.color-card-list > li {
  border-radius: 5px;
  overflow: hidden;
  list-style: none;
  width: 31.62%;
}

.color-card-list__ttl {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  padding: 1em 0;
}

.color-card-list__inner {
  padding: 20px;
}

.color-card-list__pos {
  background: #fef8f3;
  position: relative;
  padding: 12px;
  padding-left: 60px;
  font-size: 16px;
  font-weight: bold;
}

.color-card-list__pos span {
  position: absolute;
  top: 12px;
  left: 12px;
}

.color-card-list__pos span:after {
  content: "：";
  position: relative;
  bottom: 1px;
}

.color-card-list .blue .color-card-list__ttl {
  background: #3a87cb;
}
.color-card-list .blue .color-card-list__inner {
  background: #d8e7f5;
}
.color-card-list .green .color-card-list__ttl {
  background: #749d47;
}
.color-card-list .green .color-card-list__inner {
  background: #e3ebda;
}
.color-card-list .orange .color-card-list__ttl {
  background: #e68231;
}
.color-card-list .orange .color-card-list__inner {
  background: #fae6d6;
}

.contents .list-ttl {
  margin: 0;
}

.contents .list-disc {
  padding: 0;
}

.list-disc li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}

.list-disc li:not(:last-child) {
  margin-bottom: .5em;
}

.list-disc li:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .6em;
}

.img-box-small,
.img-box-middle {
  text-align: center;
  margin: 0 auto;
}

.img-box-small {
  width: 36%;
}

.img-box-middle {
  width: 64%;
}

.contents .media-list {
  margin-bottom: 80px;
  padding: 0;
}

.media-list > li {
  list-style: none;
  margin-bottom: 4rem;
  border: none;
}

.media-list > li:not(:last-child) {
  margin-bottom: 20px;
}

.media-list > li a {
  display: -webkit-flex;
  display: flex;
  border: 2px solid #eaeaea;
  width: 100%;
  box-sizing: border-box;
  color: #212529;
  transition: .25s;
}

.media-list > li a:hover {
  opacity: .7;
}

.media-list__img {
  width: 380px;
}

.media-list__txt-box {
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 20px;
  box-sizing: border-box;
}

.media-list__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: .5rem;
}

.contents .color-feature-list {
  background: #eaeaea;
  display: -webkit-flex;
  display: flex;
  padding: 30px 20px;
  margin: 0 0 .5rem;
}

.color-feature-list li {
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  text-align: center;
  font-weight: bold;
  margin: 0 5px;
  list-style: none;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.color-feature-list li.green {
  background: #749d47;
}
.color-feature-list li.orange {
  background: #e68231;
}
.color-feature-list li.blue {
  background: #3a87cb;
}

.media-list__btn {
  text-align: right;
  font-weight: bold;
  margin: 0;
  font-size: .9rem;
}

.media-list__btn span {
  padding-right: 1rem;
  position: relative;
}

.media-list__btn a:hover {
  opacity: .7;
}

.media-list__btn span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.added-value {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px dotted #333;
}

.added-value__ttl {
  position: relative;
  padding: 20px 20px 20px 85px;
  color: #fff;
  font-size: 20px;
  background: #2070ab;
}

.added-value__ttl img {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.added-value__txt {
  padding: 20px 0;
  font-size: 18px;
}

.iot-topstory {
  background: rgba(255,255,255,0.3) url(/img/common/bg-top-iot.jpg) no-repeat center 60% !important;
}

.iot-casestudy {
  background: url(/corporate/img/521875585.jpg) no-repeat center 100% !important;
  background-size:cover !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.bgcontainer#inquiry {
  background: url(/iot/img/siotp-form-background.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

#inquiry h4 {
  border-bottom: 0;
}


.bgiot{background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(222,242,240,1)100%) !important;}

.emplss-jumbotron {
  background: linear-gradient(-225deg, rgba(243,228,196,0.5) 0%, rgba(216,143,46,0.5)100%),url(/iot/img/gettyimages-1021707292-2048x2048.jpg) left 40% no-repeat !important;
  // background: url(/iot/img/gettyimages-1021707292-2048x2048.jpg) left 40% no-repeat !important;
  background-size: cover;
  color:#222;
  margin-bottom:0;
  padding: 3em 0 3em;
  min-height:480px;
  display:flex;
  align-items:center;
}



.empls-image{
  background: url(/iot/img/542934474.jpg) center bottom no-repeat !important;
  background-size: cover;
  min-height:480px;
}

.small-font{
rem:0.8;
font-weight:normal;
}

















@media only screen and (max-width: 767px) {
  .contents section:not(:first-child) {
    margin-top: 30px;
  }

  .area-sub-ttl {
    height: 200px;
    padding: 0 15px;
  }

  .area-sub-ttl__ttl {
    font-size: 2rem;
  }

  .media-block {
    display: block;
  }

  .media-block__img {
    width: auto;
    max-width: 60%;
    text-align: center;
    margin: 0 auto 15px;
  }

  .media-block__txt-box {
    margin-right: 0;
  }

  .card-list > li {
    padding: 1rem 1rem 1rem 2.25rem;
  }

  .card-list .card-list__icon {
    font-size: 1.6rem;
    left: .5rem;
  }

  .security-list li {
    width: 49%;
    padding: 10px;
  }

  .security-list__way {
    font-size: 1.1rem;
  }

  .media-block-list {
    display: block;
  }

  .media-block-list > li {
    margin: 0 0 1.5rem;
    width: 100%;
  }

  .media-block-list__img {
    max-width: 70%;
  }

  .media-list > li a {
    display: block;
  }

  .media-list__img {
    width: auto;
    margin: 0 auto;
  }

  .media-list__ttl {
    font-size: 1.3rem;
  }

  .contents .color-feature-list {
    margin-bottom: 20px;
  }

  .media-list__btn {
    text-align: center;
  }

  .media-list__btn a {
    display: block;
    color: #fff;
    padding: 1rem;
    background: #394049;
  }

  .media-list__btn a:after {
    right: 1rem;
    border-color: transparent transparent transparent #fff;
  }

  .contents .color-card-list {
    display: block;
    margin-bottom: 40px;
  }

  .color-card-list > li {
    width: 100%;
    margin: 0 0 15px;
  }

  .contents .media-list {
    margin-bottom: 40px;
  }

  .added-value {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }

  .added-value__ttl {
    margin: 0 0 15px;
    padding: 10px 15px 10px 55px;
    font-size: 14px;
  }

  .added-value__ttl img {
    left: 15px;
    width: 30px;
  }

  .added-value__txt {
    padding: 0;
    font-size: inherit;
  }

  .img-box-small {
    width: 60%;
  }
  .img-box-middle {
    width: 100%;
  }
}



.navbar{padding:0.1rem;}
.navbar-brand {
  background: url("") no-repeat left center;
  background-size: contain;
  height: 32px;
  width: 32px;
  margin-left:10px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px){
  .navbar-brand {
    height: 20px;
    width: 20px;
    margin-left:6px;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 575px){
  .navbar-brand {
    margin-top: 6px;
  }
  .navbar-expand-sm .navbar-nav .nav-link {font-size:10.5pt;}
  .nav-link {padding: .3rem 1rem;}
  .sticky-top{position:unset;}
}


.navbar-expand-sm .navbar-nav .nav-link {padding-right:1rem;}
.navbar-light .navbar-nav .nav-link {color: #1B5E20;}
.navbar-light .navbar-nav .nav-link:hover {color: #E65100;}
.navbar-light .navbar-nav .show>.nav-link {color: #E65100;}
.navbar-light .navbar-nav .nav-link.active {color: #3E2723;}

.navbar .navbar-nav .dropdown-menu {
  background-color: #DCEDC8;
  color:#33691E;
  border-color: #558B2F;
}
.navbar .navbar-text, .navbar .dropdown-item {
  color: #33691E;
}


.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.2);
    margin:0.2rem;
    padding: .15rem .35rem;
    font-size: 1rem;
}
.navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}

@media only screen and (max-width: 767px){
  .navbar-expand-sm .navbar-nav .nav-link{padding-left: 0.5rem;}
  .dropdown-item {font-size:10pt;}
}



.header-nav__item--prod > a:after {
  left: 0;
  width: 100%;
}

a.accordion-toggle:after {
    font-family: 'FontAwesome';  
    content: "\f146";
    float: left; 
}
a.accordion-toggle.collapsed::after {
    content: "\f0fe"; 
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}












