@charset "utf-8";

figure {
  margin: 0;
}

.breadcrumb-wrapper {
  max-width: 1020px;
  margin: 30px auto 0;
}

.breadcrumb {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  font-size: 1.3em;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  content: '';
}

.breadcrumb a {
  color: #666666;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  color: #00b28f;
}

#environment .hdM {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.flex .left {
  width: 65%;
}

.flex .right {
  width: 30%;
}

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

.columnContainer:after {
  content: unset;
}

.infoBtn {
  width: 200px;
  margin: 20px auto 0;
  background-color: #000;
}

.infoBtn a {
  display: block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.4rem;
  background: url(https://www.nippeco.co.jp/images/index/icon_arrow01.png) 10% center no-repeat;
}

@media screen and (max-width: 768px) {
  .breadcrumb-wrapper {
    padding-left: 16px;
    font-size: 0.8em;
  }

  .breadcrumb {
    gap: 0 10px;

  }

  .mgb50 {
    margin-bottom: 10vw !important;
  }

  .flex {
    display: block;
  }

  .flex .left,
  .flex .right {
    width: 100%;
  }

  .flex .right {
    margin-top: 20px;
  }
}