/* CSS Document */
.pre-inc .foot-info {
  position: relative;
  z-index: 1;
  background: #fff;
  display: flow-root;
}
.pre-inc .bnr-box {
  padding: 2em 0 2em;
  background: #EAEAEA;
}
@media screen and (min-width: 769px), print {
  .pre-inc .bnr-box {
    padding: 4em 0 4em;
  }
}
.pre-inc .vc_info {
  margin: 2em auto;
  padding: 1em 0;
  width: 90%;
  max-width: 840px;
  border: 1px red solid;
  text-align: center;
  color: red;
  font-size: min(2.8vw, 14px);
  line-height: 1.6;
}
.pre-inc .bnr_box {
  padding: 0.1em 0;
  background: #00002f;
}
.pre-inc .bnr_box .bnr {
  margin: 1em auto;
  width: 90%;
  max-width: 800px;
}
@media screen and (min-width: 769px), print {
  .pre-inc .bnr_box .bnr {
    margin: 2em auto;
  }
}
.pre-inc .pagetop {
  display: none;
}
.pre-inc .pagetop a {
  display: block;
  color: #fff;
  background: #BBBBBB;
}
.pre-inc .pagetop a .material-icons {
  font-size: 30px;
}
@media screen and (min-width: 769px), print {
  .pre-inc .pagetop a .material-icons {
    font-size: 50px;
  }
}
.pre-inc .breadcrumb {
  background: #d6d6d6;
}
.pre-inc .breadcrumb .list {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}
.pre-inc .breadcrumb .list .item {
  margin-right: 1em;
  position: relative;
  font-size: 12px;
}
.pre-inc .breadcrumb .list .item:not(:first-child) {
  padding: 0 0 0 1em;
}
.pre-inc .breadcrumb .list .item:not(:first-child):after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}/*# sourceMappingURL=foot-info.css.map */